blob: 968b56406b4902b6b3ee64b7d00b33e001a1a33e [file] [log] [blame]
a43a67a2d715 ("btrfs: switch to iomap_dio_rw() for dio")
769b4f2497bd ("btrfs: get rid of one layer of bios in direct I/O")
85879573fc8b ("btrfs: put direct I/O checksums in btrfs_dio_private instead of bio")
e3b318d14df7 ("btrfs: convert btrfs_dio_private->pending_bios to refcount_t")
2390a6daf92d ("btrfs: remove unused btrfs_dio_private::private")
c36cac28cb94 ("btrfs: fix double __endio_write_update_ordered in direct I/O")
6d3113a193e3 ("btrfs: fix error handling when submitting direct I/O bio")
e7a04894c766 ("btrfs: fix RAID direct I/O reads with alternate csums")
db72e47f79c5 ("btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums()")
e62958fce94b ("btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers")
8530c37a70df ("btrfs: get bdev from latest_dev for dio bh_result")
8702ba9396bf ("btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents()")
44db1216efe3 ("Btrfs: add missing extents release on file extent cluster relocation error")
c67d970f0ea8 ("Btrfs: fix memory leak due to concurrent append writes with fiemap")
e182163d9cbe ("btrfs: stop clearing EXTENT_DIRTY in inode I/O tree")
29d47d00e0ae ("Btrfs: fix inode cache block reserve leak on failure to allocate data space")
867363429d70 ("btrfs: migrate the delalloc space stuff to it's own home")
fb6dea26601b ("btrfs: migrate btrfs_trans_release_chunk_metadata")
6ef03debdb3d ("btrfs: migrate the delayed refs rsv code")
67f9c2209e88 ("btrfs: migrate the global_block_rsv helpers to block-rsv.c")
550fa228ee7e ("btrfs: migrate the block-rsv code to block-rsv.c")
424a47805a81 ("btrfs: stop using block_rsv_release_bytes everywhere")
fcec36224fc6 ("btrfs: cleanup the target logic in __btrfs_block_rsv_release")
fed14b323db8 ("btrfs: export __btrfs_block_rsv_release")
0b50174ad5e9 ("btrfs: export btrfs_block_rsv_add_bytes")
d12ffdd1aa4c ("btrfs: move btrfs_block_rsv definitions into it's own header")
0d9764f6d0fb ("btrfs: move reserve_metadata_bytes and supporting code to space-info.c")
5da6afeb32e9 ("btrfs: move dump_space_info to space-info.c")
c2a67a76ec87 ("btrfs: export block_rsv_use_bytes")
b338b013e18a ("btrfs: move btrfs_space_info_add_*_bytes to space-info.c")
bb96c4e57420 ("btrfs: move the space info update macro to space-info.h")
41783ef24d56 ("btrfs: move and export can_overcommit")
280c290881bc ("btrfs: move the space_info handling code to space-info.c")
d44b72aa12d0 ("btrfs: export space_info_add_*_bytes")
fc471cb0c8f0 ("btrfs: rename do_chunk_alloc to btrfs_chunk_alloc")
8719aaae8d69 ("btrfs: move space_info to space-info.h")
f262fa8de6a2 ("btrfs: drop default value assignments in enums")
89b798ad1b42 ("btrfs: Use btrfs_get_io_geometry appropriately")
5f1411265e16 ("btrfs: Introduce btrfs_io_geometry infrastructure")
10fe6ca80d9d ("btrfs: don't assume compressed_bio sums to be 4 bytes")
1e25a2e3ca0d ("btrfs: don't assume ordered sums to be 4 bytes")
480b9b4d847f ("btrfs: extent-tree: Add trace events for space info numbers update")
0185f364cb65 ("btrfs: extent-tree: Add lockdep assert when updating space info")
cff8267228c1 ("btrfs: read number of data stripes from map only once")
158da513b13d ("btrfs: refactor helper for bg flags to name conversion")
78192442d383 ("btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()")
14ae4ec1ee14 ("btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytes")
450ff8348808 ("btrfs: sysfs: Fix error path kobject memory leak")
b1c16ac978fd ("btrfs: Use kvmalloc for allocating compressed path context")
b5326271e791 ("btrfs: Rename async_cow to async_chunk")