summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-241-1/+2
|\
| * Btrfs: fix error handling in btrfs_truncate()Omar Sandoval2018-05-241-1/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-12/+4
|\ \
| * | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-12/+4
* | | Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-207-48/+180
|\ \ \ | | |/ | |/|
| * | btrfs: fix crash when trying to resume balance without the resume flagAnand Jain2018-05-171-0/+9
| * | btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov2018-05-171-11/+15
| * | btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2018-05-172-3/+12
| * | btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo2018-05-171-3/+3
| * | btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro2018-05-171-4/+8
| * | Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana2018-05-171-25/+112
| * | Btrfs: fix xattr loss after power failureFilipe Manana2018-05-141-0/+7
| * | Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko2018-05-141-2/+14
* | | Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-043-1/+12
|\ \ \ | |/ /
| * | Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana2018-05-021-0/+4
| * | btrfs: Take trans lock before access running trans in check_delayed_refethanwu2018-05-021-0/+7
| * | btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo2018-04-261-1/+1
* | | Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-2213-47/+199
|\ \ \ | |/ / | | / | |/ |/|
| * btrfs: print-tree: debugging output enhancementQu Wenruo2018-04-202-11/+16
| * btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov2018-04-203-10/+26
| * btrfs: fix unaligned access in readdirDavid Sterba2018-04-191-8/+12
| * btrfs: Fix wrong btrfs_delalloc_release_extents parameterQu Wenruo2018-04-181-1/+1
| * btrfs: delayed-inode: Remove wrong qgroup meta reservation callsQu Wenruo2018-04-181-4/+16
| * btrfs: qgroup: Use independent and accurate per inode qgroup rsvQu Wenruo2018-04-182-11/+65
| * btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo2018-04-185-2/+63
* | Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-1594-1234/+277
|\ \ | |/
| * btrfs: Only check first key for committed tree blocksQu Wenruo2018-04-131-0/+8
| * btrfs: add SPDX header to KconfigDavid Sterba2018-04-121-0/+2
| * btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-1258-750/+65
| * btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-1235-475/+133
| * Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana2018-04-121-5/+58
| * Btrfs: clean up resources during umount after trans is abortedLiu Bo2018-04-121-1/+2
| * btrfs: Fix possible softlock on single core machinesNikolay Borisov2018-04-051-0/+1
| * Btrfs: bail out on error during replay_dir_deletesLiu Bo2018-04-051-1/+3
| * Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo2018-04-051-2/+5
* | page cache: use xa_lockMatthew Wilcox2018-04-112-9/+9
* | Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2018-04-0465-1691/+1967
|\ \ | |/
| * btrfs: lift errors from add_extent_changeset to the callersDavid Sterba2018-03-311-8/+11
| * Btrfs: print error messages when failing to read treesLiu Bo2018-03-311-9/+22
| * btrfs: user proper type for btrfs_mask_flags flagsDavid Sterba2018-03-311-1/+1
| * btrfs: split dev-replace locking helpers for read and writeDavid Sterba2018-03-315-72/+74
| * btrfs: remove stale comments about fs_mutexDavid Sterba2018-03-311-8/+0
| * btrfs: use RCU in btrfs_show_devname for device list traversalDavid Sterba2018-03-311-5/+10
| * btrfs: update barrier in should_cow_blockDavid Sterba2018-03-311-2/+2
| * btrfs: use lockdep_assert_held for mutexesDavid Sterba2018-03-313-8/+8
| * btrfs: use lockdep_assert_held for spinlocksDavid Sterba2018-03-312-4/+4
| * btrfs: Validate child tree block's level and first keyQu Wenruo2018-03-3110-46/+170
| * btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo2018-03-311-1/+1
| * Btrfs: fix copy_items() return value when logging an inodeFilipe Manana2018-03-311-0/+1
| * Btrfs: fix fsync after hole punching when using no-holes featureFilipe Manana2018-03-311-0/+30
OpenPOWER on IntegriCloud