| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | btrfs: headers cleanup to remove unnecessary local includes | Qu Wenruo | 1 | -1/+0 |
| 2025-09-23 | btrfs: prepare compression folio alloc/free for bs > ps cases | Qu Wenruo | 1 | -1/+2 |
| 2025-07-21 | btrfs: make extent_buffer_test_bit() return a boolean instead | Filipe Manana | 1 | -2/+2 |
| 2025-07-21 | btrfs: use refcount_t type for the extent buffer reference counter | Filipe Manana | 1 | -1/+1 |
| 2025-05-15 | btrfs: use buffer xarray for extent buffer writeback operations | Josef Bacik | 1 | -0/+1 |
| 2025-05-15 | btrfs: use unsigned types for constants defined as bit shifts | David Sterba | 1 | -1/+1 |
| 2025-05-15 | btrfs: remove unused flag EXTENT_BUFFER_IN_TREE | Daniel Vacek | 1 | -1/+0 |
| 2025-05-15 | btrfs: remove unused flag EXTENT_BUFFER_CORRUPT | Daniel Vacek | 1 | -1/+0 |
| 2025-05-15 | btrfs: remove unused flag EXTENT_BUFFER_READAHEAD | Daniel Vacek | 1 | -2/+0 |
| 2025-05-15 | btrfs: remove unused flag EXTENT_BUFFER_READ_ERR | Daniel Vacek | 1 | -2/+0 |
| 2025-05-02 | btrfs: handle empty eb->folios in num_extent_folios() | Boris Burkov | 1 | -0/+2 |
| 2025-03-18 | btrfs: add __pure attribute to eb page and folio counters | David Sterba | 1 | -2/+5 |
| 2025-03-18 | btrfs: merge alloc_dummy_extent_buffer() helpers | David Sterba | 1 | -2/+0 |
| 2025-03-18 | btrfs: don't pass nodesize to __alloc_extent_buffer() | David Sterba | 1 | -1/+1 |
| 2025-01-13 | btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait | David Sterba | 1 | -3/+4 |
| 2025-01-13 | btrfs: remove unused define WAIT_PAGE_LOCK for extent io | David Sterba | 1 | -1/+0 |
| 2025-01-13 | btrfs: make wait_on_extent_buffer_writeback() static inline | David Sterba | 1 | -1/+6 |
| 2025-01-13 | btrfs: open code set_page_extent_mapped() | David Sterba | 1 | -1/+0 |
| 2024-09-10 | btrfs: convert try_release_extent_mapping() to take a folio | Li Zetao | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert try_release_extent_buffer() to take a folio | Li Zetao | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert clear_page_extent_mapped() to take a folio | Li Zetao | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert extent_write_locked_range() to take a folio | Josef Bacik | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert extent_clear_unlock_delalloc() to take a folio | Josef Bacik | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert find_lock_delalloc_range() to use a folio | Josef Bacik | 1 | -1/+1 |
| 2024-07-11 | btrfs: move extent_range_clear_dirty_for_io() into inode.c | Qu Wenruo | 1 | -1/+0 |
| 2024-07-11 | btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array() | Qu Wenruo | 1 | -1/+1 |
| 2024-07-11 | btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array() | Qu Wenruo | 1 | -2/+1 |
| 2024-07-11 | btrfs: preallocate ulist memory for qgroup rsv | Boris Burkov | 1 | -0/+5 |
| 2024-07-11 | btrfs: constify pointer parameters where applicable | David Sterba | 1 | -3/+3 |
| 2024-07-11 | btrfs: move fiemap code into its own file | Filipe Manana | 1 | -2/+0 |
| 2024-05-07 | btrfs: add a cached state to extent_clear_unlock_delalloc | Josef Bacik | 1 | -0/+2 |
| 2024-05-07 | btrfs: make try_release_extent_mapping() return a bool | Filipe Manana | 1 | -1/+1 |
| 2024-05-07 | btrfs: introduce btrfs_alloc_folio_array() | Qu Wenruo | 1 | -0/+2 |
| 2024-05-07 | btrfs: remove pointless writepages callback wrapper | Filipe Manana | 1 | -2/+1 |
| 2024-05-07 | btrfs: remove pointless readahead callback wrapper | Filipe Manana | 1 | -1/+1 |
| 2024-03-04 | btrfs: add forward declarations and headers, part 2 | David Sterba | 1 | -5/+20 |
| 2024-03-04 | btrfs: add set_folio_extent_mapped() helper | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2024-03-04 | btrfs: remove extent_map_tree forward declaration at extent_io.h | Filipe Manana | 1 | -2/+0 |
| 2024-03-04 | btrfs: cache folio size and shift in extent_buffer | Qu Wenruo | 1 | -3/+13 |
| 2023-12-15 | btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios | Qu Wenruo | 1 | -13/+27 |
| 2023-12-15 | btrfs: cleanup metadata page pointer usage | Qu Wenruo | 1 | -0/+14 |
| 2023-12-15 | btrfs: migrate extent_buffer::pages[] to folio | Qu Wenruo | 1 | -1/+6 |
| 2023-12-15 | btrfs: refactor alloc_extent_buffer() to allocate-then-attach method | Qu Wenruo | 1 | -1/+2 |
| 2023-12-15 | btrfs: allow extent buffer helpers to skip cross-page handling | Qu Wenruo | 1 | -0/+7 |
| 2023-12-15 | btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT | Johannes Thumshirn | 1 | -1/+2 |
| 2023-12-15 | btrfs: migrate to use folio private instead of page private | Qu Wenruo | 1 | -3/+3 |
| 2023-10-12 | btrfs: move extent_buffer::lock_owner to debug section | David Sterba | 1 | -2/+2 |
| 2023-08-21 | btrfs: zoned: introduce block group context to btrfs_eb_write_context | Naohiro Aota | 1 | -0/+2 |
| 2023-08-21 | btrfs: introduce struct to consolidate extent buffer write context | Naohiro Aota | 1 | -0/+5 |
| 2023-08-21 | btrfs: use write_extent_buffer() to implement write_extent_buffer_*id() | Qu Wenruo | 1 | -3/+16 |
| 2023-08-21 | btrfs: don't redirty locked_page in run_delalloc_zoned | Christoph Hellwig | 1 | -2/+3 |
| 2023-08-21 | btrfs: don't redirty pages in compress_file_range | Christoph Hellwig | 1 | -2/+1 |
| 2023-08-21 | btrfs: remove the return value from extent_write_locked_range | Christoph Hellwig | 1 | -2/+2 |
| 2023-08-21 | btrfs: remove end_extent_writepage | Christoph Hellwig | 1 | -2/+0 |
| 2023-08-21 | btrfs: split page locking out of __process_pages_contig | Christoph Hellwig | 1 | -1/+0 |
| 2023-06-19 | btrfs: don't treat zoned writeback as being from an async helper thread | Christoph Hellwig | 1 | -1/+2 |
| 2023-06-19 | btrfs: remove PAGE_SET_ERROR | Christoph Hellwig | 1 | -1/+0 |
| 2023-06-19 | btrfs: use per-buffer locking for extent_buffer reading | Christoph Hellwig | 1 | -0/+2 |
| 2023-06-19 | btrfs: remove the io_pages field in struct extent_buffer | Christoph Hellwig | 1 | -1/+0 |
| 2023-06-19 | btrfs: mark extent_buffer_under_io static | Christoph Hellwig | 1 | -1/+0 |
| 2023-06-19 | btrfs: don't hold an extra reference for redirtied buffers | Christoph Hellwig | 1 | -1/+0 |
| 2023-06-19 | btrfs: fix dirty_metadata_bytes for redirtied buffers | Christoph Hellwig | 1 | -1/+1 |
| 2023-02-15 | btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty | Josef Bacik | 1 | -1/+4 |
| 2023-02-15 | btrfs: remove the io_failure_record infrastructure | Christoph Hellwig | 1 | -31/+0 |
| 2022-12-05 | btrfs: move eb offset helpers into extent_io.h | Josef Bacik | 1 | -0/+33 |
| 2022-12-05 | btrfs: move repair_io_failure to bio.c | Christoph Hellwig | 1 | -1/+0 |
| 2022-12-05 | btrfs: move tree block parentness check into validate_extent_buffer() | Qu Wenruo | 1 | -2/+3 |
| 2022-12-05 | btrfs: pass btrfs_inode to btrfs_repair_one_sector | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: change how submit bio callback is passed to btrfs_wq_submit_bio | David Sterba | 1 | -3/+0 |
| 2022-12-05 | btrfs: change how repair action is passed to btrfs_repair_one_sector | David Sterba | 1 | -5/+1 |
| 2022-12-05 | btrfs: convert extent_io page op defines to enum bits | David Sterba | 1 | -7/+10 |
| 2022-09-26 | btrfs: move extent io tree unrelated prototypes to their appropriate header | Josef Bacik | 1 | -0/+5 |
| 2022-09-26 | btrfs: separate out the extent state and extent buffer init code | Josef Bacik | 1 | -0/+3 |
| 2022-09-26 | btrfs: convert the io_failure_tree to a plain rb_tree | Josef Bacik | 1 | -1/+5 |
| 2022-09-26 | btrfs: move btrfs_bio allocation to volumes.c | Christoph Hellwig | 1 | -3/+0 |
| 2022-07-25 | btrfs: fix repair of compressed extents | Christoph Hellwig | 1 | -1/+0 |
| 2022-07-25 | btrfs: pass a btrfs_bio to btrfs_repair_one_sector | Christoph Hellwig | 1 | -4/+3 |
| 2022-07-25 | btrfs: repair all known bad mirrors | Christoph Hellwig | 1 | -0/+1 |
| 2022-07-25 | btrfs: remove extent writepage address space operation | Christoph Hellwig | 1 | -1/+0 |
| 2022-07-25 | btrfs: remove unused typedefs get_extent_t and btrfs_work_func_t | David Sterba | 1 | -4/+0 |
| 2022-07-25 | btrfs: do not allocate a btrfs_bio for low-level bios | Christoph Hellwig | 1 | -1/+0 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
| 2022-05-16 | btrfs: zoned: properly finish block group on metadata write | Naohiro Aota | 1 | -1/+0 |
| 2022-05-16 | btrfs: rename bio_flags in parameters and switch type | David Sterba | 1 | -1/+1 |
| 2022-05-16 | btrfs: rename io_failure_record::bio_flags to compress_type | David Sterba | 1 | -1/+2 |
| 2022-05-16 | btrfs: open code extent_set_compress_type helpers | David Sterba | 1 | -11/+0 |
| 2022-05-16 | btrfs: simplify handling of bio_ctrl::bio_flags | David Sterba | 1 | -9/+2 |
| 2022-05-16 | btrfs: do not return errors from submit_bio_hook_t instances | Christoph Hellwig | 1 | -1/+1 |
| 2022-05-16 | btrfs: move btrfs_readpage to extent_io.c | Christoph Hellwig | 1 | -15/+1 |
| 2022-05-16 | btrfs: avoid double clean up when submit_one_bio() failed | Qu Wenruo | 1 | -2/+1 |
| 2022-05-16 | btrfs: pass a block_device to btrfs_bio_clone | Christoph Hellwig | 1 | -1/+1 |
| 2022-05-16 | btrfs: factor out allocating an array of pages | Sweet Tea Dorminy | 1 | -0/+2 |
| 2022-03-23 | btrfs: fix qgroup reserve overflow the qgroup limit | Ethan Lien | 1 | -1/+1 |
| 2021-10-26 | btrfs: cleanup for extent_write_locked_range() | Qu Wenruo | 1 | -2/+1 |
| 2021-10-26 | btrfs: rename struct btrfs_io_bio to btrfs_bio | Qu Wenruo | 1 | -1/+1 |
| 2021-10-26 | btrfs: remove btrfs_bio_alloc() helper | Qu Wenruo | 1 | -1/+0 |
| 2021-10-26 | btrfs: unexport repair_io_failure() | Qu Wenruo | 1 | -3/+0 |
| 2021-10-26 | btrfs: zoned: finish fully written block group | Naohiro Aota | 1 | -0/+1 |
| 2021-08-23 | btrfs: fix argument type of btrfs_bio_clone_partial() | Chaitanya Kulkarni | 1 | -1/+1 |
| 2021-06-21 | btrfs: rename PagePrivate2 to PageOrdered inside btrfs | Qu Wenruo | 1 | -1/+1 |
| 2021-06-21 | btrfs: refactor submit_extent_page() to make bio and its flag tracing easier | Qu Wenruo | 1 | -1/+12 |
| 2021-06-21 | btrfs: remove io_failure_record::in_validation | Qu Wenruo | 1 | -2/+1 |
| 2021-06-21 | btrfs: submit read time repair only for each corrupted sector | Qu Wenruo | 1 | -6/+5 |
| 2021-04-19 | btrfs: move forward declarations to the beginning of extent_io.h | Wan Jiabing | 1 | -3/+1 |
| 2021-02-09 | btrfs: zoned: redirty released extent buffers | Naohiro Aota | 1 | -0/+2 |
| 2021-02-08 | btrfs: introduce btrfs_subpage for data inodes | Qu Wenruo | 1 | -1/+2 |
| 2021-02-08 | btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK | Qu Wenruo | 1 | -6/+6 |
| 2020-12-09 | btrfs: update num_extent_pages to support subpage sized extent buffer | Qu Wenruo | 1 | -2/+8 |
| 2020-12-09 | btrfs: calculate inline extent buffer page size based on page size | Qu Wenruo | 1 | -2/+2 |
| 2020-12-09 | btrfs: pass bio_offset to check_data_csum() directly | Qu Wenruo | 1 | -1/+1 |
| 2020-12-09 | btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset | Qu Wenruo | 1 | -1/+1 |
| 2020-12-08 | btrfs: use fixed width int type for extent_state::state | Qu Wenruo | 1 | -2/+1 |
| 2020-12-08 | btrfs: remove extent_buffer::recursed | Josef Bacik | 1 | -1/+0 |
| 2020-12-08 | btrfs: pass the owner_root and level to alloc_extent_buffer | Josef Bacik | 1 | -2/+2 |
| 2020-12-08 | btrfs: cleanup extent buffer readahead | Josef Bacik | 1 | -0/+3 |
| 2020-12-08 | btrfs: reorder extent buffer members for better packing | David Sterba | 1 | -3/+3 |
| 2020-12-08 | btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bio | Qu Wenruo | 1 | -1/+1 |
| 2020-12-08 | btrfs: switch extent buffer tree lock to rw_semaphore | Josef Bacik | 1 | -19/+2 |
| 2020-10-07 | btrfs: remove struct extent_io_ops | Nikolay Borisov | 1 | -9/+0 |
| 2020-10-07 | btrfs: remove extent_io_ops::readpage_end_io_hook | Nikolay Borisov | 1 | -4/+1 |
| 2020-10-07 | btrfs: open code extent_read_full_page to its sole caller | Nikolay Borisov | 1 | -2/+3 |
| 2020-10-07 | btrfs: sink read_flags argument into extent_read_full_page | Nikolay Borisov | 1 | -1/+1 |
| 2020-10-07 | btrfs: sink mirror_num argument in extent_read_full_page | Nikolay Borisov | 1 | -1/+1 |
| 2020-10-07 | btrfs: promote extent_read_full_page to btrfs_readpage | Nikolay Borisov | 1 | -1/+4 |
| 2020-10-07 | btrfs: remove mirror_num argument from extent_read_full_page | Nikolay Borisov | 1 | -1/+1 |
| 2020-10-07 | btrfs: remove btrfs_get_extent indirection from __do_readpage | Nikolay Borisov | 1 | -2/+1 |
| 2020-10-07 | btrfs: make extent_fiemap take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-10-07 | btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursed | Josef Bacik | 1 | -1/+1 |
| 2020-08-27 | btrfs: fix potential deadlock in the search ioctl | Josef Bacik | 1 | -3/+3 |
| 2020-07-27 | btrfs: don't use UAPI types for fiemap callback | David Sterba | 1 | -1/+1 |
| 2020-07-27 | btrfs: make extent_clear_unlock_delalloc take btrfs_inode | Nikolay Borisov | 1 | -1/+1 |
| 2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+1 |
| 2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
| 2020-06-02 | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -32/+35 |
| 2020-06-02 | btrfs: convert from readpages to readahead | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2020-05-25 | btrfs: constify extent_buffer in the API functions | David Sterba | 1 | -20/+24 |
| 2020-05-25 | btrfs: remove unused map_private_extent_buffer | David Sterba | 1 | -4/+0 |
| 2020-05-25 | btrfs: unify buffered and direct I/O read repair | Omar Sandoval | 1 | -6/+11 |
| 2020-05-25 | btrfs: make btrfs_check_repairable() static | Omar Sandoval | 1 | -3/+0 |
| 2020-05-25 | btrfs: look at full bi_io_vec for repair decision | Omar Sandoval | 1 | -2/+3 |
| 2020-03-23 | btrfs: make the extent buffer leak check per fs info | Josef Bacik | 1 | -0/+7 |
| 2020-03-23 | btrfs: sink argument tree to extent_read_full_page | David Sterba | 1 | -2/+2 |
| 2020-01-20 | btrfs: drop create parameter to btrfs_get_extent() | Omar Sandoval | 1 | -4/+2 |
| 2019-11-18 | btrfs: opencode extent_buffer_get | David Sterba | 1 | -5/+0 |
| 2019-11-18 | btrfs: move the failrec tree stuff into extent-io-tree.h | Josef Bacik | 1 | -11/+0 |
| 2019-11-18 | btrfs: move extent_io_tree defs to their own header | Josef Bacik | 1 | -216/+1 |
| 2019-11-18 | btrfs: separate out the extent io init function | Josef Bacik | 1 | -0/+2 |
| 2019-09-09 | btrfs: Remove delalloc_end argument from extent_clear_unlock_delalloc | Nikolay Borisov | 1 | -3/+3 |
| 2019-07-04 | btrfs: Evaluate io_tree in find_lock_delalloc_range() | Goldwyn Rodrigues | 1 | -1/+1 |
| 2019-07-02 | btrfs: lift bio_set_dev from bio allocation helpers | David Sterba | 1 | -1/+1 |
| 2019-07-02 | btrfs: switch extent_buffer write_locks from atomic to int | David Sterba | 1 | -1/+1 |
| 2019-07-02 | btrfs: switch extent_buffer spinning_writers from atomic to int | David Sterba | 1 | -1/+1 |
| 2019-07-02 | btrfs: switch extent_buffer blocking_writers from atomic to int | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: Remove bio_offset argument from submit_bio_hook | Nikolay Borisov | 1 | -2/+1 |
| 2019-04-29 | btrfs: Remove 'tree' argument from read_extent_buffer_pages | Nikolay Borisov | 1 | -2/+1 |
| 2019-04-29 | btrfs: Change submit_bio_hook to taking an inode directly | Nikolay Borisov | 1 | -1/+1 |
| 2019-04-29 | btrfs: Define submit_bio_hook's type directly | Nikolay Borisov | 1 | -4/+3 |
| 2019-04-29 | btrfs: Implement find_first_clear_extent_bit | Nikolay Borisov | 1 | -0/+2 |
| 2019-04-29 | btrfs: Optimize unallocated chunks discard | Nikolay Borisov | 1 | -1/+7 |
| 2019-04-29 | btrfs: Implement set_extent_bits_nowait | Nikolay Borisov | 1 | -0/+2 |
| 2019-04-29 | btrfs: Introduce new bits for device allocation tree | Nikolay Borisov | 1 | -0/+3 |
| 2019-04-29 | btrfs: Rename and export clear_btree_io_tree | Nikolay Borisov | 1 | -0/+1 |
| 2019-04-29 | btrfs: get fs_info from eb in repair_eb_io_failure | David Sterba | 1 | -2/+1 |
| 2019-04-29 | btrfs: switch extent_buffer::lock_nested to bool | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: use assertion helpers for extent buffer write lock counters | David Sterba | 1 | -2/+1 |
| 2019-04-29 | btrfs: use assertion helpers for extent buffer read lock counters | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: use assertion helpers for spinning readers | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: use assertion helpers for spinning writers | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: Remove EXTENT_IOBITS | Nikolay Borisov | 1 | -1/+0 |
| 2019-04-29 | btrfs: Remove EXTENT_WRITEBACK | Nikolay Borisov | 1 | -16/+15 |
| 2019-04-29 | btrfs: Introduce extent_io_tree::owner to distinguish different io_trees | Qu Wenruo | 1 | -1/+17 |
| 2019-04-29 | btrfs: switch extent_io_tree::track_uptodate to bool | David Sterba | 1 | -1/+1 |
| 2019-04-29 | btrfs: Introduce fs_info to extent_io_tree | Qu Wenruo | 1 | -1/+3 |
| 2019-02-25 | btrfs: Remove EXTENT_FIRST_DELALLOC bit | Nikolay Borisov | 1 | -8/+7 |
| 2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini | 1 | -1/+1 |
| 2018-12-17 | btrfs: remove always true if branch in find_delalloc_range | Lu Fengqi | 1 | -1/+1 |
| 2018-12-17 | btrfs: switch EXTENT_BUFFER_* to enums | David Sterba | 1 | -12/+16 |
| 2018-12-17 | btrfs: Remove extent_io_ops::readpage_io_failed_hook | Nikolay Borisov | 1 | -1/+0 |
| 2018-12-17 | Btrfs: allow clear_extent_dirty() to receive a cached extent state record | Filipe Manana | 1 | -2/+2 |
| 2018-12-17 | btrfs: use EXPORT_FOR_TESTS for conditionally exported functions | Johannes Thumshirn | 1 | -4/+3 |
| 2018-12-17 | btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument | Nikolay Borisov | 1 | -1/+1 |
| 2018-12-17 | btrfs: Remove extent_io_ops::split_extent_hook callback | Nikolay Borisov | 1 | -6/+0 |
| 2018-12-17 | btrfs: Remove extent_io_ops::merge_extent_hook callback | Nikolay Borisov | 1 | -3/+0 |
| 2018-12-17 | btrfs: Remove extent_io_ops::clear_bit_hook callback | Nikolay Borisov | 1 | -3/+0 |
| 2018-12-17 | btrfs: Remove extent_io_ops::set_bit_hook extent_io callback | Nikolay Borisov | 1 | -2/+0 |
| 2018-12-17 | btrfs: Remove extent_io_ops::check_extent_io_range callback | Nikolay Borisov | 1 | -2/+0 |
| 2018-12-17 | btrfs: Remove extent_io_ops::writepage_end_io_hook | Nikolay Borisov | 1 | -2/+0 |
| 2018-12-17 | btrfs: Remove extent_io_ops::writepage_start_hook | Nikolay Borisov | 1 | -1/+0 |
| 2018-12-17 | btrfs: Remove extent_io_ops::fill_delalloc | Nikolay Borisov | 1 | -5/+0 |
| 2018-10-15 | btrfs: tests: add separate stub for find_lock_delalloc_range | David Sterba | 1 | -1/+1 |
| 2018-10-15 | Btrfs: skip set_page_dirty if eb pages are already dirty | Liu Bo | 1 | -1/+1 |
| 2018-08-06 | btrfs: drop extent_io_ops::set_range_writeback callback | David Sterba | 1 | -1/+0 |
| 2018-08-06 | btrfs: drop extent_io_ops::merge_bio_hook callback | David Sterba | 1 | -3/+0 |
| 2018-08-06 | btrfs: drop extent_io_ops::tree_fs_info callback | David Sterba | 1 | -1/+0 |
| 2018-08-06 | btrfs: unify end_io callbacks of async_submit_bio | David Sterba | 1 | -3/+0 |
| 2018-08-06 | btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED | Nikolay Borisov | 1 | -1/+1 |
| 2018-08-06 | btrfs: switch types to int when counting eb pages | David Sterba | 1 | -1/+1 |
| 2018-08-06 | btrfs: use round_up wrapper in num_extent_pages | David Sterba | 1 | -2/+2 |
| 2018-08-06 | btrfs: pass only eb to num_extent_pages | David Sterba | 1 | -3/+3 |
| 2018-05-28 | btrfs: Remove tree argument from extent_writepages | Nikolay Borisov | 1 | -2/+1 |