summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-1611-60/+180
|\
| * nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington2014-12-091-1/+1
| * nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2014-12-091-0/+3
| * fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes2014-12-091-8/+7
| * sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-093-6/+6
| * sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-091-1/+1
| * sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-091-2/+2
| * sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-2/+2
| * sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-092-3/+3
| * nfsd: minor off by one checks in __write_versions()Dan Carpenter2014-12-011-3/+3
| * merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-191-3/+6
| |\
| * | nfsd: convert nfs4_file searches to use RCUJeff Layton2014-11-072-23/+33
| * | nfsd: Add DEALLOCATE supportAnna Schumaker2014-11-073-1/+17
| * | nfsd: Add ALLOCATE supportAnna Schumaker2014-11-075-1/+85
| * | nfsd: clean up comments over nfs4_file definitionJeff Layton2014-10-231-5/+9
| * | NFSD: Always initialize cl_cb_addrChuck Lever2014-10-231-1/+1
| * | nfsd: fix inclusive vfs_fsync_range() endZach Brown2014-10-231-3/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-3/+3
|\ \ \
| * | | net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-101-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-105-35/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'iov_iter' into for-nextAl Viro2014-12-081-2/+5
| |\ \ \ | | |/ /
| * | | nfsd_vfs_write(): use file_inode()Al Viro2014-11-191-3/+1
| * | | nfsd: get rid of ->f_dentryAl Viro2014-11-191-1/+1
| * | | nfsd/nfsctl.c: new helperAl Viro2014-11-191-21/+16
| * | | assorted conversions to %p[dD]Al Viro2014-11-191-1/+1
| * | | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-313-9/+12
* | | | nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-11-191-2/+6
| |_|/ |/| |
* | | nfsd: correctly define v4.2 support attributesChristoph Hellwig2014-11-191-3/+6
| |/ |/|
* | nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-10-231-1/+2
* | nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields2014-10-211-1/+3
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-1/+1
|\ \
| * \ Merge commit 'v3.16' into nextJames Morris2014-10-011-1/+3
| |\ \
| * | | ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-091-1/+1
* | | | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-112-46/+59
|\ \ \ \
| * | | | locks: give lm_break a return valueJeff Layton2014-10-071-8/+9
| * | | | locks: move freeing of leases outside of i_lockJeff Layton2014-10-071-3/+3
| * | | | locks: define a lm_setup handler for leasesJeff Layton2014-10-071-4/+2
| * | | | locks: plumb a "priv" pointer into the setlease routinesJeff Layton2014-10-071-2/+2
| * | | | nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2014-10-072-10/+4
| * | | | locks: generic_delete_lease doesn't need a file_lock at allJeff Layton2014-10-071-1/+1
| * | | | nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton2014-10-071-2/+5
| * | | | NFSD: Get reference of lockowner when coping file_lockKinglong Mee2014-09-091-4/+21
| * | | | NFSD: New helper nfs4_get_stateowner() for atomic_inc sop referenceKinglong Mee2014-09-091-16/+16
* | | | | Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-10-0817-314/+662
|\ \ \ \ \
| * | | | | nfsd: eliminate "to_delegation" defineJeff Layton2014-10-013-7/+4
| * | | | | NFSD: Implement SEEKAnna Schumaker2014-09-293-2/+97
| * | | | | NFSD: Add generic v4.2 infrastructureAnna Schumaker2014-09-291-0/+28
| * | | | | nfsd: introduce nfsd4_callback_opsChristoph Hellwig2014-09-263-71/+83
OpenPOWER on IntegriCloud