summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-11-17NFS: Fix bool initialization/comparisonThomas Meyer
2017-11-17NFS: Avoid RCU usage in tracepointsAnna Schumaker
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova
2017-11-17NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust
2017-10-16NFS: remove special-case revalidate in nfs_opendir()NeilBrown
2017-10-16NFS: revalidate "." etc correctly on "open".NeilBrown
2017-10-16NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker
2017-10-16NFS: Create NFS_ACCESS_* flagsAnna Schumaker
2017-10-13fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox
2017-10-12Merge tag 'xfs-4.14-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-10-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen
2017-10-11xfs: reinit btree pointer on attr tree inactivation walkBrian Foster
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer
2017-10-11xfs: don't change inode mode if ACL update failsDave Chinner
2017-10-11xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner
2017-10-11xfs: Don't log uninitialised fields in inode structuresDave Chinner
2017-10-119p: set page uptodate when required in write_end()Alexander Levin
2017-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-10-10direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher
2017-10-10Merge tag 'nfsd-4.14-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-10-10Merge tag 'f2fs-for-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-10quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsJan Kara
2017-10-09Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-10-06Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-10-06Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-10-06Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-10-05nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan
2017-10-05ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-10-05ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein
2017-10-05ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein
2017-10-05ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein
2017-10-04NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust
2017-10-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh
2017-10-04btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli
2017-10-04lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-10-03 xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig
2017-10-03xfs: always swap the cow forks when swapping extentsDarrick J. Wong