aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-3/+13
2020-03-23btrfs: make the extent buffer leak check per fs infoJosef Bacik1-22/+23
2020-03-23btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo1-1/+34
2020-03-23btrfs: Add missing lock annotation for release_extent_buffer()Jules Irenge1-0/+1
2020-03-23Btrfs: avoid unnecessary splits when setting bits on an extent io treeFilipe Manana1-0/+10
2020-03-23btrfs: sink argument tree to __do_readpageDavid Sterba1-8/+4
2020-03-23btrfs: sink arugment tree to contiguous_readpagesDavid Sterba1-6/+3
2020-03-23btrfs: sink argument tree to __extent_read_full_pageDavid Sterba1-10/+4
2020-03-23btrfs: sink argument tree to extent_read_full_pageDavid Sterba1-4/+3
2020-03-23btrfs: drop argument tree from btrfs_lock_and_flush_ordered_rangeDavid Sterba1-2/+2
2020-03-23btrfs: add assertions for tree == inode->io_tree to extent IO helpersDavid Sterba1-0/+10
2020-03-23btrfs: drop argument tree from submit_extent_pageDavid Sterba1-8/+5
2020-03-23btrfs: remove extent_page_data::treeDavid Sterba1-8/+2
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik1-0/+48
2020-01-31btrfs: drop the -EBUSY case in __extent_writepage_ioJosef Bacik1-5/+1
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov1-14/+18
2020-01-31btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-1/+10
2020-01-20btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik1-2/+10
2020-01-20btrfs: simplify compressed/inline check in __extent_writepage_io()Omar Sandoval1-15/+4
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval1-3/+3
2020-01-20btrfs: remove redundant i_size check in __extent_writepage_io()Omar Sandoval1-6/+0
2020-01-20btrfs: remove trivial goto label in __extent_writepage()Omar Sandoval1-5/+2
2020-01-20btrfs: remove unnecessary pg_offset assignments in __extent_writepage()Omar Sandoval1-3/+1
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter1-2/+4
2019-11-18btrfs: drop bdev argument from submit_extent_pageDavid Sterba1-8/+3
2019-11-18btrfs: remove extent_map::bdevDavid Sterba1-2/+0
2019-11-18btrfs: drop bio_set_dev where not neededDavid Sterba1-1/+0
2019-11-18btrfs: get bdev directly from fs_devices in submit_extent_pageDavid Sterba1-1/+4
2019-11-18btrfs: sink write_flags to __extent_writepage_ioDavid Sterba1-5/+3
2019-11-18btrfs: Avoid getting stuck during cyclic writebacksTejun Heo1-11/+1
2019-11-18Btrfs: extent_write_locked_range() should attach inode->i_wbChris Mason1-4/+6
2019-11-18Btrfs: use REQ_CGROUP_PUNT for worker thread submitted biosChris Mason1-0/+3
2019-11-18Btrfs: only associate the locked page with one async_chunk structChris Mason1-1/+1
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik1-4/+4
2019-11-18btrfs: export find_delalloc_rangeJosef Bacik1-5/+5
2019-11-18btrfs: move extent_io_tree defs to their own headerJosef Bacik1-0/+1
2019-11-18btrfs: separate out the extent io init functionJosef Bacik1-7/+11
2019-11-18btrfs: separate out the extent leak codeJosef Bacik1-13/+18
2019-09-30Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+13
2019-09-24Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana1-0/+4
2019-09-24btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou1-0/+9
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-7/+5
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-9/+26
2019-09-12Btrfs: fix unwritten extent buffers and hangs on future writeback attemptsFilipe Manana1-9/+26
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval1-4/+2
2019-09-09btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov1-3/+3
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-50/+99
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Tejun Heo1-2/+2
2019-07-05btrfs: fix memory leak of path on error return pathColin Ian King1-2/+1
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues1-4/+2