Commit Graph

906 Commits (84df87b7ebdcbbc0f59df9526f4e63fda70647d3)

Author SHA1 Message Date
Trond Myklebust 03fa9e84e5 NFS: nfs_updatepage(): don't mark page as dirty if an error occurred 17 years ago
Trond Myklebust b7e2445737 NFS: Fix filehandle size comparisons in the mount code 17 years ago
Trond Myklebust 33852a1f2b NFS: Reduce the NFS mount code stack usage. 17 years ago
Adrian Bunk 1d2e88e73e nfs: make nfs4_drop_state_owner() static 17 years ago
Jan Blunck 31f31db1a1 nfs: path_{get,put}() cleanups 17 years ago
Harvey Harrison 3110ff8048 nfs: replace remaining __FUNCTION__ occurrences 17 years ago
Eric Paris 46c8ac7425 nfs/lsm: make NFSv4 set LSM mount options 17 years ago
Trond Myklebust 3a6258e1fb NFSv4: Check the return value of decode_compound_hdr_arg() 17 years ago
Fred Isaman 38def50fab nfs: fix race in nfs_dirty_request 17 years ago
Trond Myklebust b0b539739f NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching 17 years ago
Miklos Szeredi fa799759f9 mm: bdi: expose the BDI object in sysfs for NFS 17 years ago
Denis V. Lunev 34b37235c6 nfs: use proc_create to setup de->proc_fops 17 years ago
Alexey Dobriyan 36a5aeb878 proc: remove proc_root_fs 17 years ago
Al Viro 42faad9965 [PATCH] restore sane ->umount_begin() API 17 years ago
Jeff Layton 06e02d66fa NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2) 17 years ago
J. Bruce Fields e1ba1ab76e nfsd: fix comment 17 years ago
Jeff Layton a277e33cbe NFS: convert nfs4 callback thread to kthread API 17 years ago
J. Bruce Fields 065f30ec14 nfs: remove unnecessary NFS_NEED_* defines 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 c4d7c402b7 NFS: Remove the buggy lock-if-signalled case from do_setlk() 17 years ago
Trond Myklebust 536ff0f809 NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck 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 2c463e9548 [PATCH] r/o bind mounts: check mnt instead of superblock directly 17 years ago
Bryan Wu 240ee83118 fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/do_mmap_private() 17 years ago
Jeff Layton 66d3aac041 NFS: initialize flags field in nfs_open_context 17 years ago
Al Viro c35038beca [PATCH] do shrink_submounts() for all fs types 17 years ago
Chuck Lever ecfc555a83 NFS: Always enable NFS direct I/O 17 years ago
Chuck Lever 82d101d58a NFS: Show most mount options via nfs_show_options() 17 years ago
Chuck Lever 3f8400d1f1 NFS: Save the values of the "mount*=" mount options 17 years ago
Chuck Lever f22d6d79fe NFS: Save the value of the "port=" mount option 17 years ago
Chuck Lever 78fa701f34 NFS: Fix up data types of fields in nfs_parsed_mount_options 17 years ago
Chuck Lever 2d76743227 NFS: numeric mount parameters are unsigned 17 years ago
Jeff Layton 7bda2cdf48 NFS: clean up short packet handling for NFSv4 readdir 17 years ago
Jeff Layton 643f81115b NFS: clean up short packet handling for NFSv3 readdir 17 years ago
Jeff Layton caa02bd540 NFS: clean up short packet handling for NFSv2 readdir 17 years ago
Fred Isaman 4af68bffac nfs: remove duplicate initializations of nfs_read_data field 17 years ago
Fred 6d884e8fc8 nfs: nfs_redirty_request 17 years ago
Fred Isaman f8512ad0da nfs: don't ignore return value from nfs_pageio_add_request 17 years ago