summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS4: Set security flavor default for NFSv4 mounts like other defaultsChuck Lever2008-07-091-16/+6
* NFS: Set security flavor default for NFSv2/3 mounts like other defaultsChuck Lever2008-07-091-17/+5
* NFS: Refactor logic for parsing NFS security flavor mount optionsChuck Lever2008-07-091-65/+78
* NFS: use documenting macro constants for initializing ac{reg, dir}{min, max}Chuck Lever2008-07-092-16/+16
* NFS: Move the nfs_set_port() call out of nfs_parse_mount_options()Chuck Lever2008-07-091-3/+6
* NFS: set transport defaults after mount option parsing is finishedTrond Myklebust2008-07-092-23/+50
* nfs4: fix potential race with rapid nfs_callback_up/down cycleJeff Layton2008-07-091-14/+16
* nfs4: remove BKL from nfs_callback_up and nfs_callback_downJeff Layton2008-07-091-4/+0
* nfs: initialize timeout variable in nfs4_proc_setclientid_confirmBenny Halevy2008-07-091-1/+1
* NFS: handle interface identifiers in incoming IPv6 addressesChuck Lever2008-07-091-1/+40
* NFS: Add string length argument to nfs_parse_server_addressChuck Lever2008-07-091-30/+70
* NFS: Support raw IPv6 address hostnames during NFS mount operationChuck Lever2008-07-091-8/+82
* NFS: Use common device name parsing logic for NFSv4 and NFSv2/v3Chuck Lever2008-07-091-45/+79
* NFS: Fix a dependency on CONFIG_NFS_V4 in nfs_remountTrond Myklebust2008-07-091-2/+3
* NFS: Allow redirtying of a completed unstable write.Trond Myklebust2008-07-091-33/+32
* NFS: Clean up nfs_update_request()Trond Myklebust2008-07-091-98/+103
* NFS: missing newline in NFS mount debugging messageChuck Lever2008-07-091-1/+1
* NFS: Treat "intr" and "nointr" options as deprecatedChuck Lever2008-07-091-6/+4
* NFS: Allow any value for the "retry" optionChuck Lever2008-07-091-1/+2
* NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust2008-07-094-7/+12
* NFS: Fix a warning in nfs4_async_handle_errorTrond Myklebust2008-07-092-6/+5
* NFS: Move fs/nfs/iostat.h to include/linuxChuck Lever2008-07-091-106/+13
* NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust2008-07-094-8/+2
* NFS: Fix the ftruncate() credential problemTrond Myklebust2008-07-094-26/+29
* NFS: implement option checking when remounting NFS filesystems (resend)Jeff Layton2008-07-091-0/+76
* fs/nfs/nfsroot.c: remove CVS keywordAdrian Bunk2008-07-091-2/+0
* NFS: Fix trace debugging nits in write.cChuck Lever2008-07-091-13/+14
* NFS: Use NFSDBG_FILE for all fopsChuck Lever2008-07-093-30/+43
* NFS: Add debugging facility for NFS aopsChuck Lever2008-07-091-2/+27
* NFS: Make nfs_open methods consistentChuck Lever2008-07-092-2/+9
* NFS: Make nfs_llseek methods consistentChuck Lever2008-07-092-2/+15
* NFS: Make nfs_fsync methods consistentChuck Lever2008-07-092-6/+9
* NFS: do_setlk(): don't flush caches when we have a delegationTrond Myklebust2008-07-091-1/+2
* NFS: Revert commit 44dd151dTrond Myklebust2008-07-091-11/+2
* NFS: Optimise append writes with holesTrond Myklebust2008-07-092-9/+23
* NFS: Add correct bounds checking to NFSv2 locksTrond Myklebust2008-07-092-5/+39
* NFS: Fix a preemption count leak in nfs_update_requestTrond Myklebust2008-07-091-7/+4
* NFS: Reduce the stack usage in NFSv3 create operationsTrond Myklebust2008-07-091-129/+142
* NFS: Reduce the stack usage in NFSv4 create operationsTrond Myklebust2008-07-091-107/+97
* NFS: Fix readdir cache invalidationTrond Myklebust2008-07-081-1/+1
* NFS: nfs_updatepage(): don't mark page as dirty if an error occurredTrond Myklebust2008-06-231-3/+4
* NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust2008-06-232-6/+7
* NFS: Reduce the NFS mount code stack usage.Trond Myklebust2008-06-231-28/+40
* nfs: make nfs4_drop_state_owner() staticAdrian Bunk2008-05-162-2/+1
* nfs: path_{get,put}() cleanupsJan Blunck2008-05-163-8/+4
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-1618-123/+123
* nfs/lsm: make NFSv4 set LSM mount optionsEric Paris2008-05-161-0/+10
* NFSv4: Check the return value of decode_compound_hdr_arg()Trond Myklebust2008-05-161-11/+11
* nfs: fix race in nfs_dirty_requestFred Isaman2008-05-161-1/+1
* NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute cachingTrond Myklebust2008-05-161-0/+7