summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-03btrfs: return whole extents in fiemapBoris Burkov1-1/+6
2021-01-19btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue1-3/+1
2020-09-09btrfs: fix potential deadlock in the search ioctlJosef Bacik1-4/+4
2020-08-26btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik1-1/+1
2020-08-21btrfs: fix race between page release and a fast fsyncFilipe Manana1-3/+13
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney1-0/+2
2020-07-29btrfs: fix page leaks after failure to lock page for delallocRobbie Ko1-1/+2
2020-07-16btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov1-16/+24
2020-04-17btrfs: Don't submit any btree write bio if the fs has errorsQu Wenruo1-1/+34
2020-02-11btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov1-14/+18
2020-02-11btrfs: flush write bio if we loop in extent_write_cache_pagesJosef Bacik1-1/+10
2020-02-11btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik1-2/+10
2020-01-09Btrfs: only associate the locked page with one async_chunk structChris Mason1-1/+1
2019-12-31btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter1-2/+4
2019-12-17btrfs: Avoid getting stuck during cyclic writebacksTejun Heo1-11/+1
2019-09-30Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-19Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-7/+5
2019-09-13Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-17Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus 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
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba1-3/+3
2019-07-02btrfs: use common helpers for extent IO state insertion messagesDavid Sterba1-4/+7
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-07-01btrfs: Document __etree_searchNikolay Borisov1-0/+18
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov1-6/+46
2019-07-01btrfs: Use newly introduced btrfs_lock_and_flush_ordered_rangeNikolay Borisov1-25/+4
2019-07-01btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() ...Qu Wenruo1-1/+0
2019-07-01btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba1-2/+15
2019-05-08Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+4
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-6/+4
2019-04-29btrfs: remove unused parameter fs_info from emit_last_fiemap_cacheDavid Sterba1-3/+2
2019-04-29btrfs: Remove bio_offset argument from submit_bio_hookNikolay Borisov1-8/+2
2019-04-29btrfs: Remove 'tree' argument from read_extent_buffer_pagesNikolay Borisov1-2/+2
2019-04-29btrfs: Implement find_first_clear_extent_bitNikolay Borisov1-0/+73
2019-04-29btrfs: Implement set_extent_bits_nowaitNikolay Borisov1-0/+7
2019-04-29btrfs: Rename and export clear_btree_io_treeNikolay Borisov1-0/+29
2019-04-29btrfs: get fs_info from eb in leaf_data_endDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from eb in write_one_ebDavid Sterba1-3/+2
2019-04-29btrfs: get fs_info from eb in repair_eb_io_failureDavid Sterba1-2/+2
2019-04-29btrfs: get fs_info from eb in lock_extent_buffer_for_ioDavid Sterba1-4/+3
2019-04-29btrfs: use BUG() instead of BUG_ON(1)Arnd Bergmann1-4/+4