aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-2/+2
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds5-86/+87
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds42-1303/+2948
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-10/+7
2022-03-15btrfs: Convert extent_range_redirty_for_io() to use foliosMatthew Wilcox (Oracle)1-7/+7
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-6/+1
2022-03-15btrfs: Convert from set_page_dirty to dirty_folioMatthew Wilcox (Oracle)1-12/+13
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)5-59/+63
2022-03-15btrfs: Use folio_invalidate()Matthew Wilcox (Oracle)1-2/+3
2022-03-14btrfs: zoned: put block group after final usageNikolay Borisov1-3/+4
2022-03-14btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu1-7/+6
2022-03-14btrfs: add lockdep_assert_held to need_preemptive_reclaimNiels Dossche1-0/+2
2022-03-14btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo1-6/+20
2022-03-14btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo1-6/+6
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo5-27/+34
2022-03-14btrfs: factor out do_free_extent_accounting helperJosef Bacik1-22/+30
2022-03-14btrfs: remove last_ref from the extent freeing codeJosef Bacik1-23/+11
2022-03-14btrfs: add a alloc_reserved_extent helperJosef Bacik1-32/+24
2022-03-14btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik1-1/+2
2022-03-14btrfs: add and use helper for unlinking inode during log replayFilipe Manana1-48/+29
2022-03-14btrfs: extend locking to all space_info members accessesNiels Dossche1-1/+2
2022-03-14btrfs: zoned: mark relocation as writingNaohiro Aota2-1/+10
2022-03-14btrfs: remove the cross file system checks from remapJosef Bacik1-3/+1
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik3-5/+4
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik3-7/+6
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy2-8/+62
2022-03-14btrfs: deal with unexpected extent type during reflinkingFilipe Manana1-2/+4
2022-03-14btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana1-2/+5
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana5-14/+48
2022-03-14btrfs: voluntarily relinquish cpu when doing a full fsyncFilipe Manana1-0/+7
2022-03-14btrfs: hold on to less memory when logging checksums during full fsyncFilipe Manana1-17/+12
2022-03-14btrfs: stop copying old file extents when doing a full fsyncFilipe Manana2-73/+148
2022-03-14btrfs: do not clean up repair bio if submit failsJosef Bacik1-8/+7
2022-03-14btrfs: do not try to repair bio that has no mirror setJosef Bacik1-0/+9
2022-03-14btrfs: do not double complete bio on errors during compressed readsJosef Bacik2-7/+21
2022-03-14btrfs: track compressed bio errors as blk_status_tJosef Bacik2-12/+14
2022-03-14btrfs: remove the bio argument from finish_compressed_bio_readJosef Bacik1-5/+3
2022-03-14btrfs: check correct bio in finish_compressed_bio_readJosef Bacik1-1/+1
2022-03-14btrfs: handle csum lookup errors properly on readsJosef Bacik1-14/+22
2022-03-14btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik1-1/+1
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval8-20/+433
2022-03-14btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval3-0/+608
2022-03-14btrfs: optionally extend i_size in cow_file_range_inline()Omar Sandoval1-13/+20
2022-03-14btrfs: clean up cow_file_range_inline()Omar Sandoval1-50/+37
2022-03-14btrfs: support different disk extent size for delallocOmar Sandoval5-13/+17