Commit Graph

209 Commits (4f452e8aa492c0b8028ca9b4bdb4d018ba28c6c7)

Author SHA1 Message Date
Harvey Harrison 8e24eea728 fs: replace remaining __FUNCTION__ occurrences 17 years ago
David Teigland 3d564fa347 dlm: common max length definitions 17 years ago
David Teigland 2402211a83 dlm: move plock code from gfs2 17 years ago
David Teigland d44e0fc704 dlm: recover nodes that are removed and re-added 17 years ago
David Teigland 761b9d3ffc dlm: save master info after failed no-queue request 17 years ago
Adrian Bunk 170e19ab29 dlm: make dlm_print_rsb() static 17 years ago
Harvey Harrison 5416b704ae dlm: match signedness between dlm_config_info and cluster_set 17 years ago
Matthew Wilcox cb688371e2 fs: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
David Teigland 599e0f584d dlm: fix rcom_names message to self 17 years ago
Denis Cheng 30727174b6 dlm: add __init and __exit marks to init and exit functions 17 years ago
David Teigland d292c0cc48 dlm: eliminate astparam type casting 17 years ago
David Teigland e5dae548b0 dlm: proper types for asts and basts 17 years ago
Al Viro cb79f1998d dlm: dlm/user.c input validation fixes 17 years ago
Al Viro 043b19cdc0 dlm: fix dlm_dir_lookup() handling of too long names 17 years ago
Al Viro a9cc915928 dlm: fix overflows when copying from ->m_extra to lvb 17 years ago
Al Viro ef58bccab7 dlm: make find_rsb() fail gracefully when namelen is too large 17 years ago
Al Viro a5dd06313d dlm: receive_rcom_lock_args() overflow check 17 years ago
Al Viro ae773d0b74 dlm: verify that places expecting rcom_lock have packet long enough 17 years ago
Al Viro cd9df1aac3 dlm: validate data in dlm_recover_directory() 17 years ago
Al Viro 02ed16b64d dlm: missing length check in check_config() 17 years ago
Al Viro 4007685c6e dlm: use proper type for ->ls_recover_buf 17 years ago
Al Viro 93ff2971e9 dlm: do not byteswap rcom_config 17 years ago
Al Viro 163a1859ec dlm: do not byteswap rcom_lock 17 years ago
Al Viro eef7d739c2 dlm: dlm_process_incoming_buffer() fixes 17 years ago
Al Viro 8b0d8e03f8 dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug) 17 years ago
Denis Cheng 0fe410d3f3 dlm: static initialization improvements 17 years ago
David Teigland dbcfc34733 dlm: clean ups 17 years ago
Patrick Caulfeld 2a79289e87 dlm: Sanity check namelen before copying it 17 years ago
David Teigland 85f0379aa0 dlm: keep cached master rsbs during recovery 17 years ago
David Teigland 594199ebaa dlm: change error message to debug 17 years ago
David Teigland ce5246b972 dlm: fix possible use-after-free 17 years ago
David Teigland 755b5eb8ba dlm: limit dir lookup loop 17 years ago
David Teigland 42dc1601a9 dlm: reject normal unlock when lock is waiting for lookup 17 years ago
David Teigland c54e04b00f dlm: validate messages before processing 17 years ago
David Teigland 46b43eed70 dlm: reject messages from non-members 17 years ago
David Teigland aec64e1be2 dlm: another call to confirm_master in receive_request_reply 17 years ago
David Teigland 601342ce02 dlm: recover locks waiting for overlap replies 17 years ago
David Teigland 8a358ca8e7 dlm: clear ast_type when removing from astqueue 17 years ago
David Teigland 861e2369e9 dlm: use fixed errno values in messages 17 years ago
Fabio M. Di Nitto 550283e30c dlm: swap bytes for rcom lock reply 17 years ago
Fabio M. Di Nitto e7847d35ac dlm: align midcomms message buffer 17 years ago
Patrick Caulfeld 39bd4177dd dlm: close othercons 17 years ago
David Teigland 52bda2b5ba dlm: use dlm prefix on alloc and free functions 17 years ago
David Teigland 11b2498ba7 dlm: don't print common non-errors 17 years ago
Adrian Bunk e028398da7 dlm: proper prototypes 17 years ago
Lon Hohberger 6bd8fedaa1 dlm: bind connections from known local address when using TCP 17 years ago
Greg Kroah-Hartman 197b12d679 Kobject: convert fs/* from kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman 901195ed7f Kobject: change GFS2 to use kobject_init_and_add 17 years ago
Greg Kroah-Hartman 0ff21e4663 kobject: convert kernel_kset to be a kobject 17 years ago
Greg Kroah-Hartman bd35b93d80 kset: convert kernel_subsys to use kset_create 17 years ago