aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: cleanup for extent_write_locked_range()Gravatar Qu Wenruo 1-2/+1
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-1/+1
2021-10-26btrfs: remove btrfs_bio_alloc() helperGravatar Qu Wenruo 1-1/+0
2021-10-26btrfs: unexport repair_io_failure()Gravatar Qu Wenruo 1-3/+0
2021-10-26btrfs: zoned: finish fully written block groupGravatar Naohiro Aota 1-0/+1
2021-08-23btrfs: fix argument type of btrfs_bio_clone_partial()Gravatar Chaitanya Kulkarni 1-1/+1
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsGravatar Qu Wenruo 1-1/+1
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierGravatar Qu Wenruo 1-1/+12
2021-06-21btrfs: remove io_failure_record::in_validationGravatar Qu Wenruo 1-2/+1
2021-06-21btrfs: submit read time repair only for each corrupted sectorGravatar Qu Wenruo 1-6/+5
2021-04-19btrfs: move forward declarations to the beginning of extent_io.hGravatar Wan Jiabing 1-3/+1
2021-02-09btrfs: zoned: redirty released extent buffersGravatar Naohiro Aota 1-0/+2
2021-02-08btrfs: introduce btrfs_subpage for data inodesGravatar Qu Wenruo 1-1/+2
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKGravatar Qu Wenruo 1-6/+6
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferGravatar Qu Wenruo 1-2/+8
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeGravatar Qu Wenruo 1-2/+2
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyGravatar Qu Wenruo 1-1/+1
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetGravatar Qu Wenruo 1-1/+1
2020-12-08btrfs: use fixed width int type for extent_state::stateGravatar Qu Wenruo 1-2/+1
2020-12-08btrfs: remove extent_buffer::recursedGravatar Josef Bacik 1-1/+0
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferGravatar Josef Bacik 1-2/+2
2020-12-08btrfs: cleanup extent buffer readaheadGravatar Josef Bacik 1-0/+3
2020-12-08btrfs: reorder extent buffer members for better packingGravatar David Sterba 1-3/+3
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioGravatar Qu Wenruo 1-1/+1
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreGravatar Josef Bacik 1-19/+2
2020-10-07btrfs: remove struct extent_io_opsGravatar Nikolay Borisov 1-9/+0
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookGravatar Nikolay Borisov 1-4/+1
2020-10-07btrfs: open code extent_read_full_page to its sole callerGravatar Nikolay Borisov 1-2/+3
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageGravatar Nikolay Borisov 1-1/+4
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageGravatar Nikolay Borisov 1-2/+1
2020-10-07btrfs: make extent_fiemap take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedGravatar Josef Bacik 1-1/+1
2020-08-27btrfs: fix potential deadlock in the search ioctlGravatar Josef Bacik 1-3/+3
2020-07-27btrfs: don't use UAPI types for fiemap callbackGravatar David Sterba 1-1/+1
2020-07-27btrfs: make extent_clear_unlock_delalloc take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-32/+35
2020-06-02btrfs: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-2/+1
2020-05-25btrfs: constify extent_buffer in the API functionsGravatar David Sterba 1-20/+24
2020-05-25btrfs: remove unused map_private_extent_bufferGravatar David Sterba 1-4/+0
2020-05-25btrfs: unify buffered and direct I/O read repairGravatar Omar Sandoval 1-6/+11
2020-05-25btrfs: make btrfs_check_repairable() staticGravatar Omar Sandoval 1-3/+0
2020-05-25btrfs: look at full bi_io_vec for repair decisionGravatar Omar Sandoval 1-2/+3
2020-03-23btrfs: make the extent buffer leak check per fs infoGravatar Josef Bacik 1-0/+7
2020-03-23btrfs: sink argument tree to extent_read_full_pageGravatar David Sterba 1-2/+2
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Gravatar Omar Sandoval 1-4/+2