aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-199-244/+320
|\
| * vfs: Make fs_parse() handle fs_param_is_fd-type params betterDavid Howells2019-09-121-2/+16
| * vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells2019-09-121-41/+58
| * make ramfs_fill_super() staticAl Viro2019-09-051-1/+1
| * vfs: Convert squashfs to use the new mount APIDavid Howells2019-09-051-45/+55
| * vfs: Convert jffs2 to use the new mount APIDavid Howells2019-09-053-101/+96
| * vfs: Convert cramfs to use the new mount APIDavid Howells2019-09-051-30/+39
| * vfs: Convert romfs to use the new mount APIDavid Howells2019-09-051-18/+28
| * vfs: Add a single-or-reconfig keying to vfs_get_super()David Howells2019-09-051-7/+28
* | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds2019-09-1945-72/+287
|\ \
| * | ext4: Reduce ext4 timestamp warningsDeepa Dinamani2019-09-041-3/+1
| * | isofs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+7
| * | pstore: fs superblock limitsDeepa Dinamani2019-08-301-0/+2
| * | fs: omfs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+4
| * | fs: hpfs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-302-4/+4
| * | fs: ceph: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+2
| * | fs: sysv: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-1/+4
| * | fs: affs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-304-3/+10
| * | fs: fat: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-0/+12
| * | fs: cifs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-302-7/+29
| * | fs: nfs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-1/+19
| * | ext4: Initialize timestamps limitsDeepa Dinamani2019-08-302-3/+24
| * | 9p: Fill min and max timestamps in sbDeepa Dinamani2019-08-301-1/+5
| * | fs: Fill in max and min timestamps in superblockDeepa Dinamani2019-08-3017-0/+42
| * | utimes: Clamp the timestamps before updateDeepa Dinamani2019-08-301-4/+2
| * | mount: Add mount warning for impending timestamp expiryDeepa Dinamani2019-08-301-1/+32
| * | timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani2019-08-306-46/+57
| * | vfs: Add timestamp_truncate() apiDeepa Dinamani2019-08-301-1/+32
| * | vfs: Add file timestamp range supportDeepa Dinamani2019-08-301-0/+2
* | | Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-1878-1081/+1295
|\ \ \
| * | | xfs: push the grant head when the log head moves forwardDave Chinner2019-09-051-25/+47
| * | | xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner2019-09-051-24/+33
| * | | xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner2019-09-051-98/+98
| * | | xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner2019-09-051-28/+48
| * | | xfs: factor debug code out of xlog_state_do_callback()Dave Chinner2019-09-051-35/+44
| * | | xfs: prevent CIL push holdoff in log recoveryDave Chinner2019-09-052-10/+23
| * | | xfs: fix missed wakeup on l_flush_waitRik van Riel2019-09-051-5/+4
| * | | xfs: push the AIL in xlog_grant_head_wakeDave Chinner2019-09-051-1/+28
| * | | xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim2019-09-051-1/+1
| * | | xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia2019-09-031-41/+42
| * | | xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong2019-09-032-1/+5
| * | | xfs: add a xfs_valid_startblock helperChristoph Hellwig2019-09-033-4/+11
| * | | xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig2019-08-302-10/+5
| * | | xfs: cleanup xfs_fsb_to_dbChristoph Hellwig2019-08-301-3/+3
| * | | xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig2019-08-301-2/+1
| * | | xfs: Fix stale data exposure when readahead races with hole punchJan Kara2019-08-301-0/+26
| * | | xfs: allocate xattr buffer on demandDave Chinner2019-08-307-19/+55
| * | | xfs: consolidate attribute value copyingDave Chinner2019-08-301-39/+49
| * | | xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner2019-08-302-16/+2
| * | | xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner2019-08-301-16/+17