summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2010-04-22nfsd4: allow 4.0 clients to change callback pathJ. Bruce Fields3-14/+24
2010-04-22nfsd4: rearrange cb data structuresJ. Bruce Fields3-28/+28
2010-04-22nfsd4: cl_count is unusedJ. Bruce Fields3-17/+2
2010-04-22nfsd4: don't sleep in lease-break callbackJ. Bruce Fields3-20/+73
2010-04-19nfsd4: indentation cleanupJ. Bruce Fields1-3/+2
2010-04-16nfsd4: consistent session flag settingJ. Bruce Fields1-6/+6
2010-04-02nfsd4: remove probe task's reference on clientJ. Bruce Fields1-8/+1
2010-04-02nfsd4: remove dprintkJ. Bruce Fields1-3/+0
2010-04-02nfsd4: shutdown callbacks on expiryJ. Bruce Fields1-3/+3
2010-04-02nfsd4: preallocate nfs4_rpc_argsJ. Bruce Fields2-15/+13
2010-03-22nfsd: don't break lease while servicing a COMMITJeff Layton2-3/+6
2010-03-16nfsd: factor out hash functions for export caches.NeilBrown1-17/+23
2010-03-09Merge commit 'v2.6.34-rc1' into for-2.6.35-incomingJ. Bruce Fields3-9/+13
2010-03-06nfsd4: document lease/grace-period limitsJ. Bruce Fields1-3/+12
2010-03-06nfsd4: allow setting grace period timeJ. Bruce Fields3-1/+21
2010-03-06nfsd4: reshuffle lease-setting code to allow reuseJ. Bruce Fields1-12/+17
2010-03-06nfsd4: remove unnecessary lease-setting functionJ. Bruce Fields2-13/+1
2010-03-06nfsd4: simplify lease/grace interactionJ. Bruce Fields1-21/+11
2010-03-06nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields5-23/+13
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-92/+100
2010-03-06vfs: take f_lock on modifying f_mode after open timeWu Fengguang1-0/+2
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-4/+0
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-4/+0
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields2-10/+3
2010-03-03nfsd4: fix minor memory leakJ. Bruce Fields1-0/+2
2010-03-03fix NFS4 handling of mountpoint statAl Viro1-3/+9
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-2/+2
2010-02-24NFSD: NFSv4 callback client should use RPC_TASK_SOFTCONNChuck Lever1-1/+2
2010-02-20commit_metadata export operation replacing nfsd_sync_dirBen Myers2-57/+53
2010-02-20vfs: don't call ima_file_check() unconditionally in nfsd_open()Chuck Ebbert1-1/+2
2010-02-08Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+1
2010-02-08Revert "nfsd4: fix error return when pseudoroot missing"J. Bruce Fields1-9/+1
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar1-1/+1
2010-02-07fix ima breakageMimi Zohar1-2/+1
2010-02-07Take ima_path_check() in nfsd past dentry_open() in nfsd_open()Al Viro1-1/+2
2010-01-29nfsd: Use vfs_fsync_range() in nfsd_commitTrond Myklebust1-10/+20
2010-01-27NFSD: Create PF_INET6 listener in write_portsChuck Lever1-1/+17
2010-01-26SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever1-5/+1
2010-01-14nfsd41: Create the recovery entry for the NFSv4.1 clientRicardo Labiaga1-1/+3
2010-01-13nfsd: use vfs_fsync for non-directoriesChristoph Hellwig1-32/+17
2010-01-13nfsd4: Use FIRST_NFS4_OP in nfsd4_decode_compound()Ricardo Labiaga1-1/+1
2010-01-13nfsd41: nfsd4_decode_compound() does not recognize all opsRicardo Labiaga1-1/+1
2010-01-06Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+1
2010-01-06nfsd: make sure data is on disk before calling ->fsyncChristoph Hellwig1-4/+1
2009-12-20nfsd: fix "insecure" export optionJ. Bruce Fields1-1/+1
2009-12-20nfsd: fix "insecure" export optionJ. Bruce Fields1-1/+1
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds1-4/+1
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro1-2/+1
2009-12-16Untangling ima mess, part 2: deal with countersAl Viro1-2/+0
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields27-61/+2