aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-06-12ext2: fix a typo in commentChengguang Xu1-2/+1
2019-06-12proc: Add /proc/<pid>/arch_statusAubrey Li2-0/+10
2019-06-11Merge tag 'for-5.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-25/+3
2019-06-11ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein1-26/+65
2019-06-11Revert "fuse: require /dev/fuse reads to have enough buffer capacity"Miklos Szeredi1-10/+0
2019-06-10fscrypt: remove unnecessary includes of ratelimit.hEric Biggers3-3/+0
2019-06-10ext4: only set project inherit bit for directoryWang Shilong2-1/+4
2019-06-09ext4: enforce the immutable flag on open filesTheodore Ts'o2-0/+15
2019-06-09ext4: don't allow any modifications to an immutable fileDarrick J. Wong1-1/+45
2019-06-09fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein1-0/+5
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein5-10/+24
2019-06-09xfs: use file_modified() helperAmir Goldstein1-14/+1
2019-06-09vfs: introduce file_modified() helperAmir Goldstein2-18/+23
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein1-1/+2
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein1-27/+11
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner5-18/+73
2019-06-09vfs: introduce generic_copy_file_range()Dave Chinner1-3/+32
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman740-5667/+1585
2019-06-08Merge tag 'ceph-for-5.2-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds8-135/+156
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds108-893/+108
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller305-3207/+729
2019-06-07btrfs: Always trim all unallocated space in btrfs_trim_free_extentsNikolay Borisov1-25/+3
2019-06-06dax: Fix xarray entry association for mixed mappingsJan Kara1-5/+4
2019-06-06Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-3/+11
2019-06-06Merge tag 'gfs2-v5.2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds6-31/+15
2019-06-06Merge tag 'ovl-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds7-20/+235
2019-06-06Merge tag 'fuse-fixes-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-11/+32
2019-06-06Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-20/+12
2019-06-06Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-129/+89
2019-06-06Revert "gfs2: Replace gl_revokes with a GLF flag"Bob Peterson6-31/+15
2019-06-05Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-15/+28
2019-06-05ceph: fix error handling in ceph_get_caps()Yan, Zheng1-11/+11
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng6-27/+71
2019-06-05ceph: single workqueue for inode related worksYan, Zheng4-97/+74
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner7-14/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405Thomas Gleixner4-56/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner44-176/+44
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner33-431/+33
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner4-54/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 294Thomas Gleixner2-20/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner6-54/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner5-47/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275Thomas Gleixner2-32/+2
2019-06-03f2fs: Add option to limit required GC for checkpoint=disableDaniel Rosenberg4-25/+73
2019-06-03f2fs: Fix accounting for unusable blocksDaniel Rosenberg1-5/+10
2019-06-03f2fs: Fix root reserved on remountDaniel Rosenberg1-1/+2
2019-06-03f2fs: Lower threshold for disable_cp_againDaniel Rosenberg1-3/+5
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong1-1/+2
2019-06-03debugfs: make debugfs_create_u32_array() return voidGreg Kroah-Hartman1-10/+4