summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Mark the inode change attribute up to date in update_changeattr()Trond Myklebust2018-08-081-0/+1
* NFSv4: Detect nlink changes on cross-directory renames tooTrond Myklebust2018-08-081-12/+23
* NFSv4: bump/drop the nlink count on the parent dir when we mkdir/rmdirTrond Myklebust2018-08-081-8/+42
* pnfs: Fix handling of NFS4ERR_OLD_STATEID replies to layoutreturnTrond Myklebust2018-08-083-8/+19
* NFSv4 client live hangs after live data migration recoveryBill Baker2018-07-311-1/+8
* NFSv4.0 fix client reference leak in callbackOlga Kornievskaia2018-07-311-3/+8
* NFS: silence a harmless uninitialized variable warningDan Carpenter2018-07-311-1/+1
* sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski2018-07-311-1/+1
* pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter2018-07-301-1/+1
* nfs: Referrals not inheriting proto setting from parentCalum Mackay2018-07-301-3/+3
* nfs: initiate returning delegation when reclaiming one that's been recalledJeff Layton2018-07-301-0/+4
* fs: nfs: Adding new return type vm_fault_tSouptick Joarder2018-07-301-2/+2
* nfs: add error check in nfs_idmap_prepare_message()Chengguang Xu2018-07-301-0/+2
* Fix error code in nfs_lookup_verify_inode()Lance Shelton2018-07-261-1/+1
* NFS: More excessive attribute revalidation in nfs_execute_ok()Trond Myklebust2018-07-261-0/+2
* NFS: Fix excessive attribute revalidation in nfs_execute_ok()Trond Myklebust2018-07-261-1/+1
* NFS: Ensure we immediately start writeback on rescheduled writesTrond Myklebust2018-07-261-0/+2
* NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust2018-07-261-2/+2
* pNFS: Parse the results of layoutget on open even if permissions checks failTrond Myklebust2018-07-263-8/+3Star
* NFS: Allow optimisation of lseek(fd, SEEK_CUR, 0) on directoriesTrond Myklebust2018-07-261-10/+16
* pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout()Trond Myklebust2018-07-261-5/+31
* pNFS/flexfiles: Ensure we always return a layout if it has layoutstatsTrond Myklebust2018-07-261-0/+3
* pNFS: Ignore non-recalled layouts in pnfs_layout_need_return()Trond Myklebust2018-07-261-1/+10
* pNFS: Don't update the stateid when replying NFS4ERR_DELAY to a layout recallTrond Myklebust2018-07-261-1/+1
* pNFS: Don't discard layout segments that are marked for returnTrond Myklebust2018-07-262-16/+39
* Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-214-13/+50
|\
| * pNFS/flexfiles: Process writeback resends from nfsiod context as wellTrond Myklebust2018-06-191-2/+8
| * pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust2018-06-191-3/+8
| * pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust2018-06-192-0/+21
| * pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust2018-06-191-7/+10
| * NFS: Fix an rcu deadlock in nfs_delegation_find_inode()Anna Schumaker2018-06-141-1/+3
* | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-157-45/+64
|\ \
| * \ Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-147-45/+64
| |\ \ | | |/ | |/|
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-067-40/+59
| | * fs: nfs: get rid of memcpys for inode timesDeepa Dinamani2018-05-261-7/+7
* | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-132-2/+3
|\ \ \
| * | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+3
* | | | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-1219-374/+855
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | skip LAYOUTRETURN if layout is invalidOlga Kornievskaia2018-06-121-2/+4
| * | NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust2018-06-101-4/+7
| * | NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust2018-06-091-1/+1
| * | NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust2018-06-091-5/+2Star
| * | NFSv4: Return NFS4ERR_DELAY when a layout recall fails due to igrab()Trond Myklebust2018-06-081-12/+14
| * | NFSv4: Return NFS4ERR_DELAY when a delegation recall fails due to igrab()Trond Myklebust2018-06-082-9/+15
| * | NFSv4.0: Remove transport protocol name from non-UCS client IDChuck Lever2018-06-061-10/+4Star
| * | NFSv4.0: Remove cl_ipaddr from non-UCS client IDChuck Lever2018-06-061-6/+20
| * | NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefinedTrond Myklebust2018-06-051-5/+0Star
| * | NFS: Filter cache invalidation when holding a delegationTrond Myklebust2018-06-041-3/+9
| * | NFS: Ignore NFS_INO_REVAL_FORCED in nfs_check_inode_attributes()Trond Myklebust2018-06-041-2/+3
| * | NFS: Improve caching while holding a delegationTrond Myklebust2018-06-041-7/+10