summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * pnfs: pnfs_find_lseg() should not check NFS_LSEG_LAYOUTRETURNTrond Myklebust2018-08-081-1/+0
| * NFS: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-087-0/+21
| * 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/+3
| * 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 branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-3/+6
|\ \
| * | nfs_instantiate(): prevent multiple aliases for directory inodeAl Viro2018-06-281-3/+6
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-133-8/+10
|\ \ \
| * | | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-122-2/+2
| * | | getting rid of 'opened' argument of ->atomic_open() - part 2Al Viro2018-07-121-3/+2
| * | | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
| * | | introduce FMODE_CREATED and switch to itAl Viro2018-07-122-2/+5
| |/ /
* | / NFSv4: Fix _nfs4_do_setlk()Trond Myklebust2018-08-011-13/+13
| |/ |/|
* | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-224-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-057-40/+59
| | * fs: nfs: get rid of memcpys for inode timesDeepa Dinamani2018-05-251-7/+7
* | | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-122-2/+3
|\ \ \
| * | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-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-091-4/+7