summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: remove btrfs_read_fs_root, not used anymoreJosef Bacik
2020-03-23btrfs: make relocation use btrfs_read_tree_root()Josef Bacik
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik
2020-03-23btrfs: make btrfs_find_orphan_roots use btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: move fs root init stuff into btrfs_init_fs_rootJosef Bacik
2020-03-23btrfs: push __setup_root into btrfs_alloc_rootJosef Bacik
2020-03-23btrfs: delete the ordered isize update codeJosef Bacik
2020-03-23btrfs: replace all uses of btrfs_ordered_update_i_sizeJosef Bacik
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik
2020-03-23btrfs: use btrfs_ordered_update_i_size in clone_finish_inode_updateJosef Bacik
2020-03-23btrfs: update the comment of btrfs_control_ioctl()Su Yue
2020-03-23btrfs: relocation: Add introduction of how relocation worksQu Wenruo
2020-03-23Btrfs: don't iterate mod seq list when putting a tree mod seqFilipe Manana
2020-03-23btrfs: Add overview of device replaceQu Wenruo
2020-03-22Merge tag 'for-5.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-20btrfs: fix removal of raid[56|1c34} incompat flags after removing block groupFilipe Manana
2020-03-13btrfs: fix log context list corruption after rename whiteout errorFilipe Manana
2020-03-06Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-03btrfs: fix RAID direct I/O reads with alternate csumsOmar Sandoval
2020-02-23Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-02-21Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana
2020-02-19Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana
2020-02-19btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik
2020-02-19btrfs: handle logged extent failure properlyJosef Bacik
2020-02-19btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik
2020-02-19btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik
2020-02-19btrfs: destroy qgroup extent records on transaction abortJeff Mahoney
2020-02-17Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-02-17btrfs: don't set path->leave_spinning for truncateJosef Bacik
2020-02-16Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-02-12btrfs: sysfs, move device id directories to UUID/devinfoAnand Jain
2020-02-12btrfs: sysfs, add UUID/devinfo kobjectAnand Jain
2020-02-12Btrfs: fix race between shrinking truncate and fiemapFilipe Manana
2020-02-12btrfs: log message when rw remount is attempted with unclean tree-logDavid Sterba
2020-02-12btrfs: print message when tree-log replay startsDavid Sterba
2020-02-12Btrfs: fix race between using extent maps and merging themFilipe Manana
2020-02-12btrfs: ref-verify: fix memory leaksWenwen Wang
2020-02-03Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-02-02btrfs: do not zero f_bavail if we have available spaceJosef Bacik
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko
2020-01-31Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana
2020-01-31btrfs: do not do delalloc reservation under page lockJosef Bacik
2020-01-31btrfs: drop the -EBUSY case in __extent_writepage_ioJosef Bacik
2020-01-31Btrfs: keep pages dirty when using btrfs_writepage_fixup_workerChris Mason
2020-01-31btrfs: take overcommit into account in inc_block_group_roJosef Bacik
2020-01-31btrfs: fix force usage in inc_block_group_roJosef Bacik
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov
2020-01-31btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik