aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-2/+5
2014-12-01nfsd: minor off by one checks in __write_versions()Dan Carpenter1-3/+3
2014-11-19nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-11-19nfsd_vfs_write(): use file_inode()Al Viro1-3/+1
2014-11-19nfsd: get rid of ->f_dentryAl Viro1-1/+1
2014-11-19nfsd/nfsctl.c: new helperAl Viro1-21/+16
2014-11-19assorted conversions to %p[dD]Al Viro1-1/+1
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields1-3/+6
2014-11-19nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-11-07nfsd: convert nfs4_file searches to use RCUJeff Layton2-23/+33
2014-11-07nfsd: Add DEALLOCATE supportAnna Schumaker3-1/+17
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker5-1/+85
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi3-9/+12
2014-10-23nfsd: clean up comments over nfs4_file definitionJeff Layton1-5/+9
2014-10-23NFSD: Always initialize cl_cb_addrChuck Lever1-1/+1
2014-10-23nfsd: fix inclusive vfs_fsync_range() endZach Brown1-3/+7
2014-10-23nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-10-21nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields1-1/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2-46/+59
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-314/+662
2014-10-07locks: give lm_break a return valueJeff Layton1-8/+9
2014-10-07locks: move freeing of leases outside of i_lockJeff Layton1-3/+3
2014-10-07locks: define a lm_setup handler for leasesJeff Layton1-4/+2
2014-10-07locks: plumb a "priv" pointer into the setlease routinesJeff Layton1-2/+2
2014-10-07nfsd: don't keep a pointer to the lease in nfs4_fileJeff Layton2-10/+4
2014-10-07locks: generic_delete_lease doesn't need a file_lock at allJeff Layton1-1/+1
2014-10-07nfsd: fix potential lease memory leak in nfs4_setleaseJeff Layton1-2/+5
2014-10-01nfsd: eliminate "to_delegation" defineJeff Layton3-7/+4
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields1-1/+2
2014-10-01Merge commit 'v3.16' into nextJames Morris1-1/+3
2014-09-29NFSD: Implement SEEKAnna Schumaker3-2/+97
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker1-0/+28
2014-09-26nfsd: introduce nfsd4_callback_opsChristoph Hellwig3-71/+83
2014-09-26nfsd: split nfsd4_callback initialization and useChristoph Hellwig3-12/+13
2014-09-26nfsd: introduce a generic nfsd4_cbChristoph Hellwig3-35/+22
2014-09-26nfsd: remove nfsd4_callback.cb_opChristoph Hellwig2-9/+9
2014-09-26nfsd: do not clear rpc_resp in nfsd4_cb_done_sequenceBenny Halevy1-3/+0
2014-09-26nfsd: fix nfsd4_cb_recall_done error handlingChristoph Hellwig1-10/+7
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-1/+0
2014-09-17nfsd4: clarify how grace period endsJ. Bruce Fields1-0/+20
2014-09-17nfsd4: stop grace_time update at end of grace periodJ. Bruce Fields1-6/+0
2014-09-17nfsd: skip subsequent UMH "create" operations after the first one for v4.0 clientsJeff Layton1-0/+16
2014-09-17nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcallsJeff Layton1-4/+18
2014-09-17nfsd: serialize nfsdcltrack upcalls for a particular clientJeff Layton2-0/+30
2014-09-17nfsd: pass extra info in env vars to upcalls to allow for early grace period endJeff Layton2-15/+85
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton3-1/+49
2014-09-17nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETEJeff Layton1-0/+3
2014-09-17nfsd: remove redundant boot_time parm from grace_done client tracking opJeff Layton3-11/+10