summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana2020-12-081-9/+54
| * btrfs: don't miss async discards after scheduled work overridePavel Begunkov2020-12-081-0/+1
| * btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov2020-12-081-1/+1
| * btrfs: make buffer_radix take sector size unitsQu Wenruo2020-12-081-0/+1
| * btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik2020-12-081-1/+0
| * btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-1/+0
| * btrfs: precalculate checksums per leaf onceDavid Sterba2020-12-081-1/+12
| * btrfs: store precalculated csum_size in fs_infoDavid Sterba2020-12-081-0/+1
| * btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba2020-12-081-1/+1
| * btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-0/+2
| * btrfs: add set/get accessors for root_item::drop_levelDavid Sterba2020-12-081-0/+1
| * btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues2020-12-081-1/+0
| * btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues2020-12-081-0/+7
| * btrfs: split btrfs_direct_IO to read and writeGoldwyn Rodrigues2020-12-081-1/+4