summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko
2020-07-07Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-02btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02btrfs: use attach/detach_page_privateGuoqing Jiang
2020-06-02btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-25btrfs: drop unnecessary offset_in_page in extent buffer helpersDavid Sterba
2020-05-25btrfs: constify extent_buffer in the API functionsDavid Sterba
2020-05-25btrfs: remove unused map_private_extent_bufferDavid Sterba
2020-05-25btrfs: unify buffered and direct I/O read repairOmar Sandoval
2020-05-25btrfs: simplify direct I/O read repairOmar Sandoval
2020-05-25btrfs: make btrfs_check_repairable() staticOmar Sandoval
2020-05-25btrfs: don't do repair validation for checksum errorsOmar Sandoval
2020-05-25btrfs: look at full bi_io_vec for repair decisionOmar Sandoval
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik
2020-03-23btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo
2020-03-23btrfs: Add missing lock annotation for release_extent_buffer()Jules Irenge
2020-03-23Btrfs: avoid unnecessary splits when setting bits on an extent io treeFilipe Manana
2020-03-23btrfs: sink argument tree to __do_readpageDavid Sterba
2020-03-23btrfs: sink arugment tree to contiguous_readpagesDavid Sterba
2020-03-23btrfs: sink argument tree to __extent_read_full_pageDavid Sterba
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba
2020-03-23btrfs: add assertions for tree == inode->io_tree to extent IO helpersDavid Sterba
2020-03-23btrfs: drop argument tree from submit_extent_pageDavid Sterba
2020-03-23btrfs: remove extent_page_data::treeDavid Sterba
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik
2020-01-31btrfs: drop the -EBUSY case in __extent_writepage_ioJosef Bacik
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov
2020-01-31btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik
2020-01-20btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik
2020-01-20btrfs: simplify compressed/inline check in __extent_writepage_io()Omar Sandoval
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2020-01-20btrfs: remove redundant i_size check in __extent_writepage_io()Omar Sandoval
2020-01-20btrfs: remove trivial goto label in __extent_writepage()Omar Sandoval
2020-01-20btrfs: remove unnecessary pg_offset assignments in __extent_writepage()Omar Sandoval
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2019-11-18btrfs: drop bdev argument from submit_extent_pageDavid Sterba
2019-11-18btrfs: remove extent_map::bdevDavid Sterba
2019-11-18btrfs: drop bio_set_dev where not neededDavid Sterba
2019-11-18btrfs: get bdev directly from fs_devices in submit_extent_pageDavid Sterba
2019-11-18btrfs: sink write_flags to __extent_writepage_ioDavid Sterba
2019-11-18btrfs: Avoid getting stuck during cyclic writebacksTejun Heo
2019-11-18Btrfs: extent_write_locked_range() should attach inode->i_wbChris Mason
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason
2019-11-18Btrfs: only associate the locked page with one async_chunk structChris Mason
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik
2019-11-18btrfs: export find_delalloc_rangeJosef Bacik