summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-06-28vfs: don't allow writes to swap filesimmutable-swapfiles_2019-06-28Darrick J. Wong
2019-06-28vfs: don't allow most setxattr to immutable filesimmutable-files_2019-06-28Darrick J. Wong
2019-06-28vfs: flush and wait for io when setting the immutable flag via FSSETXATTRDarrick J. Wong
2019-06-28vfs: flush and wait for io when setting the immutable flag via SETFLAGSDarrick J. Wong
2019-06-28mm/fs: don't allow writes to immutable filesDarrick J. Wong
2019-06-28vfs: only allow FSSETXATTR to set DAX flag on files and dirsfile-ioctl-cleanups_2019-06-28Darrick J. Wong
2019-06-28vfs: teach vfs_ioc_fssetxattr_check to check extent size hintsDarrick J. Wong
2019-06-28vfs: teach vfs_ioc_fssetxattr_check to check project id infoDarrick J. Wong
2019-06-28vfs: create a generic checking function for FS_IOC_FSSETXATTRDarrick J. Wong
2019-06-28vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-06-09fuse: copy_file_range needs to strip setuid bits and update timestampscopy-file-range-fixes-1Amir Goldstein
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein
2019-06-09xfs: use file_modified() helperAmir Goldstein
2019-06-09vfs: introduce file_modified() helperAmir Goldstein
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner
2019-06-09vfs: introduce generic_copy_file_range()Dave Chinner
2019-06-08Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-06Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-06-06Merge tag 'gfs2-v5.2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-06Merge tag 'ovl-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-06Merge tag 'fuse-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-06Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-06-06Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson
2019-06-05Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-05ceph: fix error handling in ceph_get_caps()Yan, Zheng
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng
2019-06-05ceph: single workqueue for inode related worksYan, Zheng
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyxfs-5.2-fixes-2Darrick J. Wong
2019-06-02Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-06-01ocfs2: fix error path kobject memory leakTobin C. Harding
2019-05-31Merge tag 'nfsd-5.2-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-31Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-31Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington
2019-05-31fs/adfs: fix filename fixup handling for "/" and "//" namesRussell King