aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+2
2018-05-24Btrfs: fix error handling in btrfs_truncate()Omar Sandoval1-1/+2
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+4
2018-05-20Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-48/+180
2018-05-17btrfs: fix crash when trying to resume balance without the resume flagAnand Jain1-0/+9
2018-05-17btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov1-11/+15
2018-05-17btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2-3/+12
2018-05-17btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo1-3/+3
2018-05-17btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro1-4/+8
2018-05-17Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana1-25/+112
2018-05-14Btrfs: fix xattr loss after power failureFilipe Manana1-0/+7
2018-05-14Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko1-2/+14
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-12/+4
2018-05-04Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-1/+12
2018-05-02Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana1-0/+4
2018-05-02btrfs: Take trans lock before access running trans in check_delayed_refethanwu1-0/+7
2018-04-26btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo1-1/+1
2018-04-22Merge tag 'for-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds13-47/+199
2018-04-20btrfs: print-tree: debugging output enhancementQu Wenruo2-11/+16
2018-04-20btrfs: Fix race condition between delayed refs and blockgroup removalNikolay Borisov3-10/+26
2018-04-19btrfs: fix unaligned access in readdirDavid Sterba1-8/+12
2018-04-18btrfs: Fix wrong btrfs_delalloc_release_extents parameterQu Wenruo1-1/+1
2018-04-18btrfs: delayed-inode: Remove wrong qgroup meta reservation callsQu Wenruo1-4/+16
2018-04-18btrfs: qgroup: Use independent and accurate per inode qgroup rsvQu Wenruo2-11/+65
2018-04-18btrfs: qgroup: Commit transaction in advance to reduce early EDQUOTQu Wenruo5-2/+63
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds94-1234/+277
2018-04-13btrfs: Only check first key for committed tree blocksQu Wenruo1-0/+8
2018-04-12btrfs: add SPDX header to KconfigDavid Sterba1-0/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba58-750/+65
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba35-475/+133
2018-04-12Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana1-5/+58
2018-04-12Btrfs: clean up resources during umount after trans is abortedLiu Bo1-1/+2
2018-04-11page cache: use xa_lockMatthew Wilcox2-9/+9
2018-04-05btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2018-04-05Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-04-05Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-04-04Merge tag 'for-4.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds65-1691/+1967
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+7
2018-03-31btrfs: lift errors from add_extent_changeset to the callersDavid Sterba1-8/+11
2018-03-31Btrfs: print error messages when failing to read treesLiu Bo1-9/+22
2018-03-31btrfs: user proper type for btrfs_mask_flags flagsDavid Sterba1-1/+1
2018-03-31btrfs: split dev-replace locking helpers for read and writeDavid Sterba5-72/+74
2018-03-31btrfs: remove stale comments about fs_mutexDavid Sterba1-8/+0
2018-03-31btrfs: use RCU in btrfs_show_devname for device list traversalDavid Sterba1-5/+10
2018-03-31btrfs: update barrier in should_cow_blockDavid Sterba1-2/+2
2018-03-31btrfs: use lockdep_assert_held for mutexesDavid Sterba3-8/+8
2018-03-31btrfs: use lockdep_assert_held for spinlocksDavid Sterba2-4/+4
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo10-46/+170
2018-03-31btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2018-03-31Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1