summary refs log tree commit diff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana
2021-04-19btrfs: use a bit to track the existence of tree mod log usersFilipe Manana
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov
2021-04-12btrfs: convert to fileattrMiklos Szeredi
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov
2021-02-08btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: do not block inode logging for so long during transaction commitFilipe Manana
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-09btrfs: introduce max_zone_append_sizeNaohiro Aota
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov