aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-12pnfs/objlayout: fix endianess annotation in objio_alloc_deviceid_nodeChristoph Hellwig1-1/+1
2014-09-12pnfs/blocklayout: remove some debuggingChristoph Hellwig1-8/+0
2014-09-12NFS: remove BUG possibility in nfs4_open_and_get_stateNeilBrown1-3/+7
2014-09-10nfs: add __acquires and __releases annotations to seqfile start/stop routinesJeff Layton1-0/+4
2014-09-10nfs: fix RCU cl_xprt handling in nfs_swap_activate/deactivateJeff Layton1-2/+14
2014-09-10nfs: setattr can only change regular file sizesChristoph Hellwig1-1/+3
2014-09-10pnfs/blocklayout: use the device id cacheChristoph Hellwig5-250/+65
2014-09-10pnfs: add a nfs4_get_deviceid helperChristoph Hellwig1-0/+7
2014-09-10pnfs: add a common GETDEVICELIST implementationChristoph Hellwig2-0/+31
2014-09-10pnfs: factor GETDEVICEINFO implementationsChristoph Hellwig8-312/+182
2014-09-10pnfs/blocklayout: return layouts on setattrChristoph Hellwig1-1/+2
2014-09-10pnfs/blocklayout: implement the return_range methodChristoph Hellwig1-0/+30
2014-09-10pnfs/blocklayout: rewrite extent trackingChristoph Hellwig6-1212/+651
2014-09-10pnfs/blocklayout: don't set pages uptodateChristoph Hellwig1-23/+1
2014-09-10pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelistChristoph Hellwig1-435/+63
2014-09-10pnfs: add return_range methodChristoph Hellwig3-3/+22
2014-09-10pnfs: add flag to force read-modify-write in ->write_beginChristoph Hellwig2-0/+22
2014-09-10pnfs: force a layout commit when encountering busy segments during recallChristoph Hellwig2-1/+10
2014-09-10NFS: Fix a compile warning when !(CONFIG_NFS_V3 || CONFIG_NFS_V4)Trond Myklebust1-32/+42
2014-09-10pnfs/blocklayout: correctly decrement extent lengthChristoph Hellwig1-3/+4
2014-09-10pnfs/blocklayout: plug block queuesChristoph Hellwig1-0/+9
2014-09-10pnfs/blocklayout: improve GETDEVICEINFO error reportingChristoph Hellwig1-2/+3
2014-09-10pnfs/blocklayout: reject pnfs blocksize larger than page sizeChristoph Hellwig1-0/+6
2014-09-10pnfs: allow splicing pre-encoded pages into the layoutcommit argsChristoph Hellwig3-7/+30
2014-09-10pnfs: avoid using stale stateids after layoutreturnChristoph Hellwig2-1/+7
2014-09-10pnfs: retry after a bad stateid error from layoutgetChristoph Hellwig1-2/+7
2014-09-10pnfs: don't check sequence on new stateids in layoutgetChristoph Hellwig1-17/+19
2014-09-10pnfs: do not pass uninitialized lsegs to ->free_lsegChristoph Hellwig1-2/+3
2014-09-10nfs: cap request size to fit a kmalloced page arrayChristoph Hellwig1-0/+8
2014-09-10nfs/filelayout: set layoutcommit depending on write verifierPeng Tao1-1/+4
2014-09-10nfs41: add a helper function to set layoutcommit after commitPeng Tao3-0/+45
2014-09-10NFS: Clear up state owner lock usageAnna Schumaker1-6/+4
2014-09-10pnfs: fix filelayout_retry_commit when idx > 0Weston Andros Adamson1-2/+3
2014-09-09locks: consolidate "nolease" routinesJeff Layton3-14/+2
2014-09-08nfs: revert "nfs4: queue free_lock_state job submission to nfsiod"Jeff Layton2-25/+12
2014-09-08nfs: fix kernel warning when removing proc entryCong Wang1-9/+3
2014-09-02nfs: do not start the callback thread until we set rqstp->rq_taskTrond Myklebust1-1/+2
2014-08-26NFSv3: Fix another acl regressionTrond Myklebust1-1/+4
2014-08-26NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADETrond Myklebust1-4/+5
2014-08-26NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-08-22nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-08-22nfs: can_coalesce_requests must enforce contiguityWeston Andros Adamson1-0/+8
2014-08-22nfs: disallow duplicate pages in pgio page vectorsWeston Andros Adamson1-3/+15
2014-08-22nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson2-1/+28
2014-08-22nfs: fix error handling in lock_and_join_requestsWeston Andros Adamson1-1/+4
2014-08-22nfs: use blocking page_group_lock in add_requestWeston Andros Adamson1-11/+2
2014-08-22nfs: fix nonblocking calls to nfs_page_group_lockWeston Andros Adamson1-8/+13
2014-08-22nfs: change nfs_page_group_lock argumentWeston Andros Adamson2-7/+8
2014-08-17nfs: Ensure that nfs_callback_start_svc sets the server rq_task...Trond Myklebust1-0/+1
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds29-867/+1122