summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-317-48/+128
|\
| * Btrfs: fix race updating log root item during fsyncFilipe Manana2019-05-281-2/+6
| * Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana2019-05-281-2/+12
| * Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana2019-05-281-12/+0Star
| * btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo2019-05-281-1/+7
| * btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo2019-05-281-8/+19
| * Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana2019-05-281-3/+43
| * Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-05-281-0/+6
| * btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou2019-05-281-10/+10
| * btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-05-281-10/+25
* | configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-05-281-8/+6Star
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-263-18/+19
|\ \
| * | ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi2019-05-251-1/+1
| * | ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-241-1/+1
| * | ext4: wait for outstanding dio during truncate in nojournal modeJan Kara2019-05-241-12/+9Star
| * | ext4: don't perform block validity checks on the journal inodeTheodore Ts'o2019-05-221-4/+8
* | | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-24115-1258/+115Star
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner2019-05-244-40/+4Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97Thomas Gleixner2019-05-241-15/+1Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Thomas Gleixner2019-05-2443-645/+43Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner2019-05-249-36/+9Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-243-40/+3Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-2432-160/+32Star
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Thomas Gleixner2019-05-2423-322/+23Star
* | | | Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-233-0/+27
|\ \ \ \
| * | | | xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-203-0/+27
* | | | | Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-221-4/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher2019-05-221-4/+5
| |/ / /
* | | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-21195-70/+195
|\ \ \ \
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-214-56/+4Star
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
| * | | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21109-0/+109
| * | | | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2139-0/+39
| * | | | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2142-0/+42
| |/ / /
* | | | Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-208-26/+97
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Btrfs: tree-checker: detect file extent items with overlapping rangesFilipe Manana2019-05-161-4/+45
| * | Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana2019-05-161-0/+12
| * | Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana2019-05-161-0/+1
| * | btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytesQu Wenruo2019-05-161-5/+7
| * | btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding2019-05-161-1/+6
| * | btrfs: sysfs: Fix error path kobject memory leakTobin C. Harding2019-05-161-2/+1Star
| * | Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana2019-05-091-3/+1Star
| * | btrfs: use the existing reserved items for our first prop for inheritanceJosef Bacik2019-05-091-8/+22
| * | btrfs: don't double unlock on error in btrfs_punch_holeJosef Bacik2019-05-031-3/+1Star
| * | btrfs: Check the compression level before getting a workspaceJohnny Chang2019-05-031-0/+1
* | | Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-203-4/+8
|\ \ \
| * | | ubifs: Convert xattr inum to host orderRichard Weinberger2019-05-151-1/+1
| * | | ubifs: Use correct config name for encryptionRichard Weinberger2019-05-151-2/+2
| * | | ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-191-3/+8
|\ \ \ \