summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-1414-130/+433
|\
| * nfsd4: nfsd4_create_clid_dir return value is unusedJ. Bruce Fields2012-01-052-7/+5
| * NFSD: Change name of extended attribute containing junctionChuck Lever2012-01-051-3/+14
| * nfsd4: be forgiving in the absence of the recovery directoryJ. Bruce Fields2012-01-051-2/+3
| * nfsd4: fix spurious 4.1 post-reboot failuresJ. Bruce Fields2012-01-021-1/+8
| * NFSD: forget_delegations should use list_for_each_entry_safeBryan Schumaker2011-12-141-4/+5
| * NFSD: Only reinitilize the recall_lru list under the recall lockBryan Schumaker2011-12-131-3/+0
| * nfsd4: initialize special stateid's at compile timeJ. Bruce Fields2011-12-121-5/+12
| * NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky2011-12-072-10/+11
| * nfsd41: allow non-reclaim open-by-fh's in 4.1Mi Jinlong2011-12-061-4/+3
| * nfsd: Fix oops when parsing a 0 length exportSasha Levin2011-12-061-1/+1
| * nfsd4: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-252-4/+2
| * nfsd4: add a separate (lockowner, inode) lookupJ. Bruce Fields2011-11-152-6/+24
| * nfsd4: fix CONFIG_NFSD_FAULT_INJECTION compile errorJ. Bruce Fields2011-11-151-1/+1
| * nfsd4: share open and lock owner hash tablesJ. Bruce Fields2011-11-081-39/+32
| * nfsd4: hash lockowners to simplify RELEASE_LOCKOWNERJ. Bruce Fields2011-11-071-28/+14
| * NFSD: Remove unnecessary whitespaceBryan Schumaker2011-11-071-7/+7
| * NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker2011-11-073-10/+9
| * NFSD: Added fault injectionBryan Schumaker2011-11-076-0/+252
| * nfsd4: maintain one seqid stream per (lockowner, file)J. Bruce Fields2011-11-071-20/+38
| * nfsd4: cleanup lock clientid handling in sessions caseJ. Bruce Fields2011-11-071-5/+9
| * nfsd4: fix lockowner matchingJ. Bruce Fields2011-11-071-2/+15
* | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-101-1/+1
|\ \
| * | SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2012-01-051-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
| |/
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
* | fs: propagate umode_t, misc bitsAl Viro2012-01-034-6/+6
* | vfs: mnt_drop_write_file()Al Viro2012-01-031-3/+3
* | new helpers: fh_{want,drop}_write()Al Viro2012-01-033-19/+29
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-3/+3
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+3
|\
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-312-0/+2
| * fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-041-0/+2
|\ \
| * \ Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-0213-1327/+1645
| |\ \ | | |/
| * | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-251-0/+2
* | | nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy2011-11-011-1/+1
| |/ |/|
* | nfs41: implement DESTROY_CLIENTID operationMi Jinlong2011-10-244-2/+61
* | nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy2011-10-241-1/+1
* | nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy2011-10-241-0/+2
* | nfsd4: seq->status_flags may be used unitializedBenny Halevy2011-10-241-2/+4
* | nfsd41: use SEQ4_STATUS_BACKCHANNEL_FAULT when cb_sequence is invalidBenny Halevy2011-10-243-1/+18
* | nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields2011-10-193-14/+24
* | nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields2011-10-191-6/+0
* | nfsd4: warn on open failure after createJ. Bruce Fields2011-10-174-6/+8
* | nfsd4: preallocate open stateid in process_open1()J. Bruce Fields2011-10-172-29/+21
* | nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields2011-10-172-41/+39
* | nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields2011-10-172-24/+37
* | nfsd4: clean up open owners on OPEN failureJ. Bruce Fields2011-10-174-2/+21
OpenPOWER on IntegriCloud