aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-05nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields
2012-01-05NFSD: Change name of extended attribute containing junctionChuck Lever
2012-01-05nfsd4: be forgiving in the absence of the recovery directoryJ. Bruce Fields
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust
2012-01-03fs: propagate umode_t, misc bitsAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03new helpers: fh_{want,drop}_write()Al Viro
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro
2012-01-02nfsd4: fix spurious 4.1 post-reboot failuresJ. Bruce Fields
2011-12-14NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker
2011-12-13NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker
2011-12-12nfsd4: initialize special stateid's at compile timeJ. Bruce Fields
2011-12-07NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky
2011-12-06nfsd41: allow non-reclaim open-by-fh's in 4.1Mi Jinlong
2011-12-06nfsd: Fix oops when parsing a 0 length exportSasha Levin
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-25nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-11-15nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields
2011-11-15nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields
2011-11-08nfsd4: share open and lock owner hash tablesJ. Bruce Fields
2011-11-07nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields
2011-11-07NFSD: Remove unnecessary whitespaceBryan Schumaker
2011-11-07NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker
2011-11-07NFSD: Added fault injectionBryan Schumaker
2011-11-07nfsd4: maintain one seqid stream per (lockowner, file)J. Bruce Fields
2011-11-07nfsd4: cleanup lock clientid handling in sessions caseJ. Bruce Fields
2011-11-07nfsd4: fix lockowner matchingJ. Bruce Fields
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust
2011-11-01nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker
2011-10-25NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky
2011-10-24nfs41: implement DESTROY_CLIENTID operationMi Jinlong
2011-10-24nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy
2011-10-24nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy
2011-10-24nfsd4: seq->status_flags may be used unitializedBenny Halevy
2011-10-24nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields
2011-10-19nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields
2011-10-17nfsd4: preallocate open stateid in process_open1()J. Bruce Fields
2011-10-17nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields
2011-10-17nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields