- a1f4e3d btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode by David Sterba · 3 years, 1 month ago
- 9fec848 btrfs: cleanup duplicated parameters related to create_io_em() by Qu Wenruo · 10 months ago
- e9ea31f btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent by Qu Wenruo · 10 months ago
- 42317ab btrfs: simplify range parameters of btrfs_wait_ordered_roots() by David Sterba · 10 months ago
- e641e32 btrfs: pass a btrfs_inode to btrfs_wait_ordered_range() by Filipe Manana · 10 months ago
- c41881a btrfs: make btrfs_finish_ordered_extent() return void by Filipe Manana · 10 months ago
- aa5ccf2 btrfs: handle errors in btrfs_reloc_clone_csums properly by Josef Bacik · 11 months ago
- 602035d btrfs: add forward declarations and headers, part 2 by David Sterba · 1 year, 1 month ago
- 22b46bd btrfs: add forward declarations and headers, part 1 by David Sterba · 1 year, 1 month ago
- 3d72941 btrfs: remove unused btrfs_ordered_extent::outstanding_isize by David Sterba · 1 year, 4 months ago
- 54c65371 btrfs: open code btrfs_ordered_inode_tree in btrfs_inode by David Sterba · 1 year, 5 months ago
- 02c372e btrfs: add support for inserting raid stripe extents by Johannes Thumshirn · 1 year, 6 months ago
- 122e9ed btrfs: add a btrfs_finish_ordered_extent helper by Christoph Hellwig · 1 year, 9 months ago
- ebfe4d4 btrfs: remove btrfs_add_ordered_extent by Christoph Hellwig · 1 year, 9 months ago
- 71df088 btrfs: defer splitting of ordered extents until I/O completion by Christoph Hellwig · 1 year, 10 months ago
- b0307e2 btrfs: return the new ordered_extent from btrfs_split_ordered_extent by Christoph Hellwig · 1 year, 10 months ago
- cbfce4c btrfs: optimize the logical to physical mapping for zoned writes by Christoph Hellwig · 1 year, 10 months ago
- 5cfe76f btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical by Christoph Hellwig · 1 year, 10 months ago
- 6e4b247 btrfs: mark the len field in struct btrfs_ordered_sum as unsigned by Christoph Hellwig · 1 year, 10 months ago
- 8f4af4b btrfs: sink parameter len to btrfs_split_ordered_extent by Christoph Hellwig · 2 years ago
- 8725bdd btrfs: pass flags as unsigned long to btrfs_add_ordered_extent by Boris Burkov · 2 years ago
- cf6d1aa btrfs: add function to create and return an ordered extent by Boris Burkov · 2 years ago
- 04f0847 btrfs: don't rely on unchanging ->bi_bdev for zone append remaps by Christoph Hellwig · 2 years, 3 months ago
- 36d4556 btrfs: remove the wait argument to btrfs_start_ordered_extent by Christoph Hellwig · 2 years, 3 months ago
- 632ddfa btrfs: use cached_state for btrfs_check_nocow_lock by Josef Bacik · 2 years, 5 months ago
- d2c7a19 btrfs: add btrfs_try_lock_ordered_range by Josef Bacik · 2 years, 6 months ago
- 2b6433c btrfs: move btrfs_ordered_sum_size into file-item.c by Josef Bacik · 2 years, 6 months ago
- 711f447 btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished by Christoph Hellwig · 2 years, 9 months ago
- 7c0c726 btrfs: add BTRFS_IOC_ENCODED_WRITE by Omar Sandoval · 6 years ago
- cb36a9b btrfs: add ram_bytes and offset to btrfs_ordered_extent by Omar Sandoval · 5 years ago
- f41b6ba btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending by David Sterba · 3 years, 8 months ago
- c7c3a6d btrfs: store a block_device in struct btrfs_ordered_extent by Christoph Hellwig · 3 years, 8 months ago
- c095f33 btrfs: introduce btrfs_lookup_first_ordered_range() by Qu Wenruo · 3 years, 11 months ago
- e65f152 btrfs: refactor how we finish ordered extent io for endio functions by Qu Wenruo · 4 years ago
- 0b3dcd1 btrfs: fix comment for btrfs ordered extent flag bits by Qu Wenruo · 4 years, 1 month ago
- d8e3fb1 btrfs: zoned: use ZONE_APPEND write for zoned mode by Naohiro Aota · 4 years, 1 month ago
- d22002f btrfs: zoned: split ordered extent when bio is sent by Naohiro Aota · 4 years, 1 month ago
- 3c198fe btrfs: rework the order of btrfs_ordered_extent::flags by Qu Wenruo · 4 years, 2 months ago
- 58f74b2 btrfs: refactor btrfs_dec_test_* functions for ordered extents by Qu Wenruo · 4 years, 3 months ago
- 9e46458 btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sums by Qu Wenruo · 4 years, 3 months ago
- 713cebf btrfs: remove unnecessary local variables for checksum size by David Sterba · 4 years, 8 months ago
- 223486c btrfs: switch cached fs_info::csum_size from u16 to u32 by David Sterba · 4 years, 8 months ago
- 55fc29b btrfs: use cached value of fs_info::csum_size everywhere by David Sterba · 4 years, 8 months ago
- c0a4360 btrfs: remove inode argument from btrfs_start_ordered_extent by Nikolay Borisov · 4 years, 6 months ago
- 71fe0a5 btrfs: switch btrfs_remove_ordered_extent to btrfs_inode by Nikolay Borisov · 4 years, 6 months ago
- 3c5641a btrfs: make btrfs_find_ordered_sum take btrfs_inode by Nikolay Borisov · 4 years, 6 months ago
- 90c0304 btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode by Nikolay Borisov · 4 years, 6 months ago
- 6d072c8 btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 6 months ago
- 4877817 btrfs: make fast fsyncs wait only for writeback by Filipe Manana · 4 years, 7 months ago
- c1e0952 btrfs: make btrfs_add_ordered_extent_dio take btrfs_inode by Nikolay Borisov · 4 years, 9 months ago
- 7095821 btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inode by Nikolay Borisov · 4 years, 9 months ago
- 4cc6120 btrfs: make btrfs_add_ordered_extent_compress take btrfs_inode by Nikolay Borisov · 4 years, 9 months ago
- e7fbf60 btrfs: make btrfs_add_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 9 months ago
- c350437 btrfs: make btrfs_lookup_ordered_extent take btrfs_inode by Nikolay Borisov · 4 years, 9 months ago
- 3ef6414 btrfs: remove no longer used trans_list member of struct btrfs_ordered_extent by Filipe Manana · 4 years, 9 months ago
- cd8d39f4a btrfs: remove no longer used log_list member of struct btrfs_ordered_extent by Filipe Manana · 4 years, 9 months ago
- 7dbeaad btrfs: change timing for qgroup reserved space for ordered extents to fix reserved space leak by Qu Wenruo · 4 years, 9 months ago
- b272ae2 btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range by David Sterba · 5 years ago
- 3f1c64c btrfs: delete the ordered isize update code by Josef Bacik · 5 years ago
- bffe633 btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item by Omar Sandoval · 5 years ago
- 042528f Btrfs: fix block group remaining RO forever after error during device replace by Filipe Manana · 5 years ago
- 1e25a2e btrfs: don't assume ordered sums to be 4 bytes by Johannes Thumshirn · 6 years ago
- ffa8721 btrfs: add new helper btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
- f975626 btrfs: Remove redundant inode argument from btrfs_add_ordered_sum by Nikolay Borisov · 6 years ago
- 5b84030 btrfs: switch BTRFS_ORDERED_* to enums by David Sterba · 6 years ago
- 85dd506 Btrfs: remove no longer used stuff for tracking pending ordered extents by Filipe Manana · 6 years ago
- ca5788a btrfs: remove remaing full_sync logic from btrfs_sync_file by David Sterba · 7 years ago
- 5636cf7 btrfs: remove the logged extents infrastructure by Josef Bacik · 7 years ago
- 9888c34 btrfs: replace GPL boilerplate by SPDX -- headers by David Sterba · 7 years ago
- e67c718 btrfs: add more __cold annotations by David Sterba · 7 years ago
- af89e0d btrfs: Don't hardcode the csum size in btrfs_ordered_sum_size by Nikolay Borisov · 7 years ago
- 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 8 years ago
- e76edab btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- a776c6f btrfs: Make btrfs_lookup_ordered_range take btrfs_inode by Nikolay Borisov · 8 years ago
- 1af4a0a Btrfs: specify a new ordered extent type for create_io_em by Liu Bo · 8 years ago
- 2234663 btrfs: Make btrfs_get_logged_extents take btrfs_inode by Nikolay Borisov · 8 years ago
- da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
- f0e9b7d Btrfs: fix race setting block group readonly during device replace by Filipe Manana · 9 years ago
- 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
- 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
- 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 9 years ago
- 161c3549 Btrfs: change how we wait for pending ordered extents by Josef Bacik · 9 years ago
- b659ef0 Btrfs: avoid syncing log in the fast fsync path when not necessary by Filipe Manana · 10 years ago
- 0c30430 Btrfs: remove csum_bytes_left by Liu Bo · 10 years ago
- 0870295 Btrfs: collect only the necessary ordered extents on ranged fsync by Filipe Manana · 10 years ago
- 50d9aa9 Btrfs: make sure logged extents complete in the current transaction V3 by Josef Bacik · 10 years ago
- 8d875f9 btrfs: disable strict file flushes for renames and truncates by Chris Mason · 11 years ago
- d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 11 years ago
- fccb5d8 btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue. by Qu Wenruo · 11 years ago
- a44903a btrfs: Replace fs_info->flush_workers with btrfs_workqueue. by Qu Wenruo · 11 years ago
- 827463c Btrfs: don't mix the ordered extents of all files together during logging the inodes by Miao Xie · 11 years ago
- b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
- 0ef8b72 Btrfs: return an error from btrfs_wait_ordered_range by Josef Bacik · 11 years ago
- f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
- 77cef2e Btrfs: allow partial ordered extent completion by Josef Bacik · 12 years ago
- f51a4a1 Btrfs: remove btrfs_sector_sum structure by Miao Xie · 12 years ago
- 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 12 years ago
- e4100d9 Btrfs: improve the performance of the csums lookup by Miao Xie · 12 years ago
- b2c6b3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 12 years ago
- 569e0f3 Btrfs: place ordered operations on a per transaction list by Josef Bacik · 12 years ago