aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust3-2/+40
2017-11-17NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust3-12/+13
2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust5-2/+65
2017-11-17NFS: Fix a typo in nfs_rename()Trond Myklebust1-1/+1
2017-11-17NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust1-15/+26
2017-11-17NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2-0/+5
2017-11-17NFSv4: Fix OPEN / CLOSE raceTrond Myklebust3-35/+123
2017-11-17NFS: Fix bool initialization/comparisonThomas Meyer4-8/+8
2017-11-17NFS: Avoid RCU usage in tracepointsAnna Schumaker1-18/+6
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova6-31/+31
2017-11-17fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova1-6/+6
2017-11-17fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova3-8/+8
2017-11-17fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova2-4/+4
2017-11-17fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova2-5/+6
2017-11-17fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova2-7/+7
2017-11-17fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova2-8/+8
2017-11-17fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova2-6/+7
2017-11-17NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2-47/+103
2017-10-16NFS: remove special-case revalidate in nfs_opendir()NeilBrown1-7/+0
2017-10-16NFS: revalidate "." etc correctly on "open".NeilBrown1-2/+2
2017-10-16NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker3-37/+10
2017-10-16NFS: Create NFS_ACCESS_* flagsAnna Schumaker1-8/+8
2017-10-13fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan1-1/+1
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2-5/+15
2017-10-12Merge tag 'xfs-4.14-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-72/+111
2017-10-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-11/+16
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen1-0/+8
2017-10-11xfs: reinit btree pointer on attr tree inactivation walkBrian Foster1-0/+2
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer5-8/+8
2017-10-11xfs: don't change inode mode if ACL update failsDave Chinner1-6/+16
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner3-0/+27
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner3-58/+50
2017-10-119p: set page uptodate when required in write_end()Alexander Levin1-3/+7
2017-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2017-10-10direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher1-1/+2
2017-10-10Merge tag 'nfsd-4.14-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+8
2017-10-10Merge tag 'f2fs-for-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds3-5/+5
2017-10-10quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsJan Kara1-11/+16
2017-10-09Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-7/+7
2017-10-06Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-3/+30
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-2/+2
2017-10-06Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2-10/+9
2017-10-06Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds9-36/+56
2017-10-05nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan1-1/+8
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2-8/+22
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein4-24/+22
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein1-2/+4
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein1-1/+4
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein1-0/+1
2017-10-05ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein1-1/+3