aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+2
2020-07-27btrfs: do not set the full sync flag on the inode during page releaseFilipe Manana1-2/+8
2020-07-27btrfs: release old extent maps during page releaseFilipe Manana1-7/+24
2020-07-27btrfs: fix race between page release and a fast fsyncFilipe Manana1-3/+13
2020-07-27btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik1-1/+1
2020-07-27btrfs: remove done label in writepage_delallocNikolay Borisov1-6/+2
2020-07-27btrfs: streamline btrfs_get_io_failure_record logicNikolay Borisov1-66/+63
2020-07-27btrfs: make get_state_failrec return failrec directlyNikolay Borisov1-11/+11
2020-07-27btrfs: make writepage_delalloc take btrfs_inodeNikolay Borisov1-4/+5
2020-07-27btrfs: make __extent_writepage_io take btrfs_inodeNikolay Borisov1-8/+7
2020-07-27btrfs: make btrfs_run_delalloc_range take btrfs_inodeNikolay Borisov1-1/+1
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-4/+3
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into masterLinus Torvalds1-1/+2
2020-07-21btrfs: fix page leaks after failure to lock page for delallocRobbie Ko1-1/+2
2020-07-07Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-16/+24
2020-07-02btrfs: fix fatal extent_buffer readahead vs releasepage raceBoris Burkov1-16/+24
2020-06-29fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney1-0/+2
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-156/+132
2020-06-02btrfs: use attach/detach_page_privateGuoqing Jiang1-15/+6
2020-06-02btrfs: convert from readpages to readaheadMatthew Wilcox (Oracle)1-31/+12
2020-05-25btrfs: drop unnecessary offset_in_page in extent buffer helpersDavid Sterba1-30/+21
2020-05-25btrfs: constify extent_buffer in the API functionsDavid Sterba1-20/+24
2020-05-25btrfs: remove unused map_private_extent_bufferDavid Sterba1-42/+0
2020-05-25btrfs: unify buffered and direct I/O read repairOmar Sandoval1-72/+64
2020-05-25btrfs: simplify direct I/O read repairOmar Sandoval1-0/+2
2020-05-25btrfs: make btrfs_check_repairable() staticOmar Sandoval1-3/+3
2020-05-25btrfs: don't do repair validation for checksum errorsOmar Sandoval1-0/+8
2020-05-25btrfs: look at full bi_io_vec for repair decisionOmar Sandoval1-6/+27
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