aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+5
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+2
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana1-0/+5
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota1-1/+2
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota1-0/+2
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota1-0/+1
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn1-0/+2
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik1-0/+1
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik1-0/+1
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik1-1/+1
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov1-1/+1
2021-02-08btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov1-2/+1
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov1-1/+1
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+3
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik1-0/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+27
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana1-1/+19
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu1-0/+6
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana1-1/+2
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-50/+163
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsQu Wenruo1-2/+1
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsQu Wenruo1-2/+36
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo1-6/+0
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo1-1/+1
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov1-0/+3
2020-12-09btrfs: do not block inode logging for so long during transaction commitFilipe Manana1-1/+1
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-13/+2
2020-12-09btrfs: introduce max_zone_append_sizeNaohiro Aota1-0/+3
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota1-0/+14
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: make btrfs_truncate_block take btrfs_inodeNikolay Borisov1-2/+2
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeNikolay Borisov1-2/+1
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov1-1/+1
2020-12-08btrfs: remove btrfs_path::recurseJosef Bacik1-1/+0
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana1-0/+8
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana1-9/+54
2020-12-08btrfs: don't miss async discards after scheduled work overridePavel Begunkov1-0/+1
2020-12-08btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov1-1/+1
2020-12-08btrfs: make buffer_radix take sector size unitsQu Wenruo1-0/+1
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik1-1/+0
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-1/+0
2020-12-08btrfs: precalculate checksums per leaf onceDavid Sterba1-1/+12
2020-12-08btrfs: store precalculated csum_size in fs_infoDavid Sterba1-0/+1
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba1-1/+1
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba1-0/+2
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba1-0/+1