summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana2021-04-281-1/+1
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+5
* btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn2021-04-201-1/+2
* btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo2021-04-201-0/+19
* btrfs: improve btree readahead for full send operationsFilipe Manana2021-04-191-1/+21
* btrfs: use a bit to track the existence of tree mod log usersFilipe Manana2021-04-191-0/+3
* btrfs: move the tree mod log code into its own fileFilipe Manana2021-04-191-17/+0
* btrfs: remove duplicated in_range() macroJohannes Thumshirn2021-04-191-2/+0
* btrfs: add a i_mmap_lock to our inodeJosef Bacik2021-04-191-0/+1
* btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues2021-04-191-1/+1
* btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain2021-04-191-1/+0
* btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov2021-04-191-2/+3
* Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-011-0/+5
|\
| * btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-221-0/+5
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+2
|\ \ | |/ |/|
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* | btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota2021-02-091-1/+2
* | btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-091-0/+2
* | btrfs: zoned: serialize metadata IONaohiro Aota2021-02-091-0/+1
* | btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn2021-02-091-0/+2
* | btrfs: improve preemptive background space flushingJosef Bacik2021-02-081-0/+1
* | btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik2021-02-081-0/+1
* | btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik2021-02-081-1/+1
* | btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov2021-02-081-1/+1
* | btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov2021-02-081-2/+1
* | btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov2021-02-081-1/+1
* | Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-291-0/+3
|\ \ | |/ |/|
| * btrfs: fix possible free space tree corruption with online conversionJosef Bacik2021-01-251-0/+3
* | Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-061-2/+27
|\|
| * btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-181-1/+19
| * btrfs: correctly calculate item size used when item key collision happensethanwu2020-12-181-0/+6
| * btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-181-1/+2
* | Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2020-12-151-50/+163
|\|
| * btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo2020-12-091-2/+1
| * btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo2020-12-091-2/+36
| * btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo2020-12-091-6/+0
| * btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo2020-12-091-1/+1
| * btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-091-0/+3
| * btrfs: do not block inode logging for so long during transaction commitFilipe Manana2020-12-091-1/+1
| * btrfs: remove inode number cache featureNikolay Borisov2020-12-091-13/+2
| * btrfs: introduce max_zone_append_sizeNaohiro Aota2020-12-091-0/+3
| * btrfs: check and enable ZONED modeNaohiro Aota2020-12-091-0/+14
| * btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov2020-12-081-1/+1
| * btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov2020-12-081-1/+1
| * btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov2020-12-081-2/+2
| * btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov2020-12-081-2/+1
| * btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov2020-12-081-1/+1
| * btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov2020-12-081-1/+1
| * btrfs: remove btrfs_path::recurseJosef Bacik2020-12-081-1/+0
| * btrfs: update the number of bytes used by an inode atomicallyFilipe Manana2020-12-081-0/+8