Commit Graph

8610 Commits (b994d7f70ae59b874843fa2bc9a28b17b41febd5)

Author SHA1 Message Date
Al Viro 1a60a28077 [PATCH] lock exclusively in collect_mounts() and drop_collected_mounts() 17 years ago
Al Viro 6d59e7f582 [PATCH] move a bunch of declarations to fs/internal.h 17 years ago
Benoit Boissinot 1cc8dcf569 ext*: spelling fix prefered -> preferred 17 years ago
Pavel Machek f5264481c8 trivial: small cleanups 17 years ago
David S. Miller ec98c6b9b4 [SPARC]: Remove SunOS and Solaris binary support. 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
FUJITA Tomonori c5dec1c303 block: convert bio_copy_user to bio_copy_user_iov 17 years ago
Dan Williams 2424b5dd06 sysfs: refill attribute buffer when reading from offset 0 17 years ago
Robert P. J. Day c6f8773382 SYSFS: Explicitly include required header file slab.h. 17 years ago
Kay Sievers 6bcf19d02a block: send disk "change" event for rescan_partitions() 17 years ago
Adrian Bunk a3dab29353 make nfs_automount_list static 17 years ago
Jeff Layton daa7da5fd3 NFS: remove duplicate flags assignment from nfs_validate_mount_data 17 years ago
Cyrill Gorcunov 63649bd708 NFS - fix potential NULL pointer dereference v2 17 years ago
Trond Myklebust a2b2bb8822 NFSv4: Attempt to use machine credentials in SETCLIENTID calls 17 years ago
Trond Myklebust 7c67db3a8a NFSv4: Reintroduce machine creds 17 years ago
Trond Myklebust 78ea323be6 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() 17 years ago
Fred Isaman 4410924157 nfs: fix printout of multiword bitfields 17 years ago
Benny Halevy 856dff3d38 nfs: return negative error value from nfs{,4}_stat_to_errno 17 years ago
Trond Myklebust d11d10cc05 NLM/lockd: Ensure client locking calls use correct credentials 17 years ago
Trond Myklebust c4d7c402b7 NFS: Remove the buggy lock-if-signalled case from do_setlk() 17 years ago
Trond Myklebust 5f50c0c6d6 NLM/lockd: Fix a race when cancelling a blocking lock 17 years ago
Trond Myklebust 6b4b3a752b NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call 17 years ago
Trond Myklebust 8ec7ff7444 NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancel 17 years ago
Trond Myklebust dc9d8d0481 NLM/lockd: convert __nlm_async_call to use rpc_run_task() 17 years ago
Trond Myklebust 5e7f37a76f NLM/lockd: Add a reference counter to struct nlm_rqst 17 years ago
Trond Myklebust 536ff0f809 NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck 17 years ago
Trond Myklebust 4a9af59fee NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock() 17 years ago
Trond Myklebust c1d519312d NFSv4: Only increment the sequence id if the server saw it 17 years ago
Trond Myklebust 35d05778e2 NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() 17 years ago
Trond Myklebust dbae4c73f0 NFS: Ensure that rpc_run_task() errors are propagated back to the caller 17 years ago
Trond Myklebust c9d8f89d98 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails 17 years ago
Trond Myklebust fdd1e74c89 NFS: Ensure that the read code cleans up properly when rpc_run_task() fails 17 years ago
Trond Myklebust 73e3302f60 NFS: Fix nfs_wb_page() to always exit with an error or a clean page 17 years ago
Dave Hansen ad775f5a8f [PATCH] r/o bind mounts: debugging for missed calls 17 years ago
Dave Hansen 2e4b7fcd92 [PATCH] r/o bind mounts: honor mount writer counts at remount 17 years ago
Dave Hansen 3d733633a6 [PATCH] r/o bind mounts: track numbers of writers to mounts 17 years ago
Dave Hansen 2c463e9548 [PATCH] r/o bind mounts: check mnt instead of superblock directly 17 years ago
Dave Hansen ec82687f29 [PATCH] r/o bind mounts: elevate count for xfs timestamp updates 17 years ago
Dave Hansen 2f676cbc0d [PATCH] r/o bind mounts: make access() use new r/o helper 17 years ago
Dave Hansen 9ac9b8474c [PATCH] r/o bind mounts: write counts for truncate() 17 years ago
Dave Hansen 2af482a7ed [PATCH] r/o bind mounts: elevate write count for chmod/chown callers 17 years ago
Dave Hansen 4a3fd211cc [PATCH] r/o bind mounts: elevate write count for open()s 17 years ago
Dave Hansen 42a74f206b [PATCH] r/o bind mounts: elevate write count for ioctls() 17 years ago
Dave Hansen 20ddee2c75 [PATCH] r/o bind mounts: write count for file_update_time() 17 years ago
Dave Hansen 74f9fdfa1f [PATCH] r/o bind mounts: elevate write count for do_utimes() 17 years ago