summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * NFSD: fix a leak which can cause CREATE_SESSION failuresKinglong Mee2014-01-031-1/+1
| * Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee2014-01-031-0/+2
| * nfsd: get rid of unused macro definitionKinglong Mee2014-01-031-5/+0
| * nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattrKinglong Mee2014-01-031-9/+3
| * nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidKinglong Mee2014-01-032-25/+2
| * nfsd: clean up an xdr reserved space calculationKinglong Mee2014-01-031-1/+1
| * nfsd: get rid of unused function definitionKinglong Mee2014-01-021-8/+0
| * nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee2014-01-022-9/+18
| * nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh2013-12-121-2/+1
| * nfsd: don't try to reuse an expired DRC entry off the listJeff Layton2013-12-111-32/+4
| * nfsd: start documenting some XDR handling functionsChristoph Hellwig2013-12-101-0/+19
| * nfsd: don't return high mode bitsAlbert Fluegel2013-12-102-2/+2
* | nfsd: use get_acl and ->set_aclChristoph Hellwig2014-01-267-347/+173
|/
* nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton2013-12-101-1/+8
* nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields2013-11-191-1/+2
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2013-11-181-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2013-11-181-60/+84
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-11-165-77/+115
|\
| * nfsd: export proper maximum file size to the clientChristoph Hellwig2013-11-141-1/+1
| * nfsd4: improve write performance with better sendspace reservationsJ. Bruce Fields2013-11-131-0/+31
| * Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"J. Bruce Fields2013-11-041-1/+3
| * nfsd4: fix discarded security labels on setattrJ. Bruce Fields2013-11-011-0/+1
| * NFSD: Add support for NFS v4.2 operation checkingAnna Schumaker2013-10-301-3/+5
| * nfsd4: nfsd_shutdown_net needs state lockJ. Bruce Fields2013-10-301-1/+2
| * NFSD: Combine decode operations for v4 and v4.1Anna Schumaker2013-10-301-58/+40
| * nfsd: -EINVAL on invalid anonuid/gid instead of silent failureJ. Bruce Fields2013-10-291-0/+9
| * nfsd: return better errors to exportfsJ. Bruce Fields2013-10-291-4/+11
| * nfsd: fh_update should error out in unexpected casesJ. Bruce Fields2013-10-291-5/+3
| * nfsd4: need to destroy revoked delegations in destroy_clientBenny Halevy2013-10-291-0/+5
| * nfsd: no need to unhash_stid before freeBenny Halevy2013-10-291-5/+2
| * nfsd: remove_stid can be incorporated into nfs4_put_delegationBenny Halevy2013-10-281-3/+1
| * nfsd: nfs4_open_delegation needs to remove_stid rather than unhash_stidBenny Halevy2013-10-281-1/+1
| * nfsd: nfs4_free_stidBenny Halevy2013-10-281-2/+7
| * nfsd: fix Kconfig syntaxChristoph Hellwig2013-10-261-1/+1
| * nfsd: switch to %p[dD]Al Viro2013-10-025-37/+31
* | locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-2/+6
* | locks: break delegations on linkJ. Bruce Fields2013-11-091-1/+1
* | locks: break delegations on renameJ. Bruce Fields2013-11-091-1/+1
* | locks: break delegations on unlinkJ. Bruce Fields2013-11-091-1/+1
* | locks: introduce new FL_DELEG lock flagJ. Bruce Fields2013-11-091-1/+1
* | nfsd: switch to %p[dD]Al Viro2013-10-245-37/+31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-9/+23
|\
| * fs: convert fs shrinkers to new scan/count APIDave Chinner2013-09-101-9/+23
* | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-102-14/+21
|\ \ | |/ |/|
| * nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields2013-08-301-2/+0
| * nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields2013-08-301-11/+20
| * Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields2013-08-301-4/+9
| * Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields2013-08-303-4/+5
| |\
| * | nfsd4: fix setlease error returnJ. Bruce Fields2013-07-261-1/+1
| * | nfsd: nfs4_file_get_access: need to be more careful with O_RDWRHarshula Jayasuriya2013-07-231-9/+4