Age | Commit message (Expand) | Author | Files | Lines |
2022-12-05 | btrfs: use cached_state for btrfs_check_nocow_lock | Josef Bacik | 1 | -1/+2 |
2022-09-29 | btrfs: add btrfs_try_lock_ordered_range | Josef Bacik | 1 | -0/+1 |
2022-09-26 | btrfs: move btrfs_ordered_sum_size into file-item.c | Josef Bacik | 1 | -12/+0 |
2022-07-25 | btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished | Christoph Hellwig | 1 | -2/+3 |
2022-03-14 | btrfs: add BTRFS_IOC_ENCODED_WRITE | Omar Sandoval | 1 | -1/+4 |
2022-03-14 | btrfs: add ram_bytes and offset to btrfs_ordered_extent | Omar Sandoval | 1 | -9/+13 |
2021-08-23 | btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending | David Sterba | 1 | -1/+1 |
2021-07-22 | btrfs: store a block_device in struct btrfs_ordered_extent | Christoph Hellwig | 1 | -2/+1 |
2021-06-21 | btrfs: introduce btrfs_lookup_first_ordered_range() | Qu Wenruo | 1 | -0/+2 |
2021-06-21 | btrfs: refactor how we finish ordered extent io for endio functions | Qu Wenruo | 1 | -4/+4 |
2021-04-19 | btrfs: fix comment for btrfs ordered extent flag bits | Qu Wenruo | 1 | -2/+2 |
2021-02-09 | btrfs: zoned: use ZONE_APPEND write for zoned mode | Naohiro Aota | 1 | -0/+8 |
2021-02-09 | btrfs: zoned: split ordered extent when bio is sent | Naohiro Aota | 1 | -0/+2 |
2021-02-08 | btrfs: rework the order of btrfs_ordered_extent::flags | Qu Wenruo | 1 | -13/+24 |
2021-02-08 | btrfs: refactor btrfs_dec_test_* functions for ordered extents | Qu Wenruo | 1 | -5/+5 |
2020-12-09 | btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sums | Qu Wenruo | 1 | -2/+0 |
2020-12-08 | btrfs: remove unnecessary local variables for checksum size | David Sterba | 1 | -2/+1 |
2020-12-08 | btrfs: switch cached fs_info::csum_size from u16 to u32 | David Sterba | 1 | -1/+1 |
2020-12-08 | btrfs: use cached value of fs_info::csum_size everywhere | David Sterba | 1 | -1/+1 |
2020-10-07 | btrfs: remove inode argument from btrfs_start_ordered_extent | Nikolay Borisov | 1 | -2/+1 |
2020-10-07 | btrfs: switch btrfs_remove_ordered_extent to btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2020-10-07 | btrfs: make btrfs_find_ordered_sum take btrfs_inode | Nikolay Borisov | 1 | -2/+2 |
2020-10-07 | btrfs: make btrfs_dec_test_ordered_pending take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2020-10-07 | btrfs: make btrfs_lookup_first_ordered_extent take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2020-10-07 | btrfs: make fast fsyncs wait only for writeback | Filipe Manana | 1 | -0/+11 |
2020-07-27 | btrfs: make btrfs_add_ordered_extent_dio take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2020-07-27 | btrfs: make btrfs_dec_test_first_ordered_pending take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2020-07-27 | btrfs: make btrfs_add_ordered_extent_compress take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2020-07-27 | btrfs: make btrfs_add_ordered_extent take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2020-07-27 | btrfs: make btrfs_lookup_ordered_extent take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
2020-07-27 | btrfs: remove no longer used trans_list member of struct btrfs_ordered_extent | Filipe Manana | 1 | -3/+0 |
2020-07-27 | btrfs: remove no longer used log_list member of struct btrfs_ordered_extent | Filipe Manana | 1 | -3/+0 |
2020-07-27 | btrfs: change timing for qgroup reserved space for ordered extents to fix res... | Qu Wenruo | 1 | -0/+3 |
2020-03-23 | btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range | David Sterba | 1 | -2/+1 |
2020-03-23 | btrfs: delete the ordered isize update code | Josef Bacik | 1 | -7/+0 |
2020-01-20 | btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item | Omar Sandoval | 1 | -12/+14 |
2019-11-18 | Btrfs: fix block group remaining RO forever after error during device replace | Filipe Manana | 1 | -1/+1 |
2019-07-01 | btrfs: don't assume ordered sums to be 4 bytes | Johannes Thumshirn | 1 | -2/+2 |
2019-07-01 | btrfs: add new helper btrfs_lock_and_flush_ordered_range | Nikolay Borisov | 1 | -0/+4 |
2019-04-29 | btrfs: Remove redundant inode argument from btrfs_add_ordered_sum | Nikolay Borisov | 1 | -2/+1 |
2018-12-17 | btrfs: switch BTRFS_ORDERED_* to enums | David Sterba | 1 | -20/+25 |
2018-12-17 | Btrfs: remove no longer used stuff for tracking pending ordered extents | Filipe Manana | 1 | -2/+0 |
2018-08-06 | btrfs: remove remaing full_sync logic from btrfs_sync_file | David Sterba | 1 | -3/+0 |
2018-08-06 | btrfs: remove the logged extents infrastructure | Josef Bacik | 1 | -17/+3 |
2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- headers | David Sterba | 1 | -16/+4 |
2018-03-26 | btrfs: add more __cold annotations | David Sterba | 1 | -1/+1 |
2018-03-26 | btrfs: Don't hardcode the csum size in btrfs_ordered_sum_size | Nikolay Borisov | 1 | -1/+3 |
2017-06-29 | btrfs: fix integer overflow in calc_reclaim_items_nr | Chris Mason | 1 | -2/+2 |
2017-04-18 | btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+1 |
2017-02-28 | btrfs: Make btrfs_lookup_ordered_range take btrfs_inode | Nikolay Borisov | 1 | -3/+4 |