aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-27btrfs: don't use UAPI types for fiemap callbackDavid Sterba1-1/+1
2020-07-27btrfs: make extent_clear_unlock_delalloc take btrfs_inodeNikolay Borisov1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-32/+35
2020-06-02btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)1-2/+1
2020-05-25btrfs: constify extent_buffer in the API functionsDavid Sterba1-20/+24
2020-05-25btrfs: remove unused map_private_extent_bufferDavid Sterba1-4/+0
2020-05-25btrfs: unify buffered and direct I/O read repairOmar Sandoval1-6/+11
2020-05-25btrfs: make btrfs_check_repairable() staticOmar Sandoval1-3/+0
2020-05-25btrfs: look at full bi_io_vec for repair decisionOmar Sandoval1-2/+3
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik1-0/+7
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba1-2/+2
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-4/+2
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba1-5/+0
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik1-11/+0
2019-11-18btrfs: move extent_io_tree defs to their own headerJosef Bacik1-216/+1
2019-11-18btrfs: separate out the extent io init functionJosef Bacik1-0/+2
2019-09-09btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov1-3/+3
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues1-1/+1
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba1-1/+1
2019-07-02btrfs: switch extent_buffer write_locks from atomic to intDavid Sterba1-1/+1
2019-07-02btrfs: switch extent_buffer spinning_writers from atomic to intDavid Sterba1-1/+1
2019-07-02btrfs: switch extent_buffer blocking_writers from atomic to intDavid Sterba1-1/+1
2019-04-29btrfs: Remove bio_offset argument from submit_bio_hookNikolay Borisov1-2/+1
2019-04-29btrfs: Remove 'tree' argument from read_extent_buffer_pagesNikolay Borisov1-2/+1
2019-04-29btrfs: Change submit_bio_hook to taking an inode directlyNikolay Borisov1-1/+1
2019-04-29btrfs: Define submit_bio_hook's type directlyNikolay Borisov1-4/+3
2019-04-29btrfs: Implement find_first_clear_extent_bitNikolay Borisov1-0/+2
2019-04-29btrfs: Optimize unallocated chunks discardNikolay Borisov1-1/+7
2019-04-29btrfs: Implement set_extent_bits_nowaitNikolay Borisov1-0/+2
2019-04-29btrfs: Introduce new bits for device allocation treeNikolay Borisov1-0/+3
2019-04-29btrfs: Rename and export clear_btree_io_treeNikolay Borisov1-0/+1
2019-04-29btrfs: get fs_info from eb in repair_eb_io_failureDavid Sterba1-2/+1
2019-04-29btrfs: switch extent_buffer::lock_nested to boolDavid Sterba1-1/+1
2019-04-29btrfs: use assertion helpers for extent buffer write lock countersDavid Sterba1-2/+1
2019-04-29btrfs: use assertion helpers for extent buffer read lock countersDavid Sterba1-1/+1
2019-04-29btrfs: use assertion helpers for spinning readersDavid Sterba1-1/+1
2019-04-29btrfs: use assertion helpers for spinning writersDavid Sterba1-1/+1
2019-04-29btrfs: Remove EXTENT_IOBITSNikolay Borisov1-1/+0
2019-04-29btrfs: Remove EXTENT_WRITEBACKNikolay Borisov1-16/+15
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo1-1/+17
2019-04-29btrfs: switch extent_io_tree::track_uptodate to boolDavid Sterba1-1/+1
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo1-1/+3
2019-02-25btrfs: Remove EXTENT_FIRST_DELALLOC bitNikolay Borisov1-8/+7
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-1/+1
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi1-1/+1
2018-12-17btrfs: switch EXTENT_BUFFER_* to enumsDavid Sterba1-12/+16
2018-12-17btrfs: Remove extent_io_ops::readpage_io_failed_hookNikolay Borisov1-1/+0
2018-12-17Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana1-2/+2