summaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)Author
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-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
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeNikolay Borisov
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeNikolay Borisov
2020-12-08btrfs: remove btrfs_path::recurseJosef Bacik
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendFilipe Manana
2020-12-08btrfs: don't miss async discards after scheduled work overridePavel Begunkov
2020-12-08btrfs: discard: store async discard delay as ns not as jiffiesPavel Begunkov
2020-12-08btrfs: make buffer_radix take sector size unitsQu Wenruo
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: precalculate checksums per leaf onceDavid Sterba
2020-12-08btrfs: store precalculated csum_size in fs_infoDavid Sterba
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba
2020-12-08btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues
2020-12-08btrfs: split btrfs_direct_IO to read and writeGoldwyn Rodrigues
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsFilipe Manana
2020-11-06fs: Remove asm/kmap_types.h includesThomas Gleixner
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceFilipe Manana
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov