summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-251-0/+1
|\
| * Kbuild: add -Wno-shift-negative-value where -Wextra is usedArnd Bergmann2022-03-131-0/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-225-86/+87
|\ \
| * | btrfs: Convert extent_range_redirty_for_io() to use foliosMatthew Wilcox (Oracle)2022-03-151-7/+7
| * | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-6/+1
| * | btrfs: Convert from set_page_dirty to dirty_folioMatthew Wilcox (Oracle)2022-03-151-12/+13
| * | btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-155-59/+63
| * | btrfs: Use folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-2/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\ \
| * | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | | Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-03-2242-1303/+2948
|\ \ \
| * | | btrfs: zoned: put block group after final usageNikolay Borisov2022-03-141-3/+4
| * | | btrfs: don't access possibly stale fs_info data in device_list_addDongliang Mu2022-03-141-7/+6
| * | | btrfs: add lockdep_assert_held to need_preemptive_reclaimNiels Dossche2022-03-141-0/+2
| * | | btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo2022-03-141-6/+20
| * | | btrfs: unify the error handling of btrfs_read_buffer()Qu Wenruo2022-03-141-6/+6
| * | | btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo2022-03-145-27/+34
| * | | btrfs: factor out do_free_extent_accounting helperJosef Bacik2022-03-141-22/+30
| * | | btrfs: remove last_ref from the extent freeing codeJosef Bacik2022-03-141-23/+11
| * | | btrfs: add a alloc_reserved_extent helperJosef Bacik2022-03-141-32/+24
| * | | btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik2022-03-141-1/+2
| * | | btrfs: add and use helper for unlinking inode during log replayFilipe Manana2022-03-141-48/+29
| * | | btrfs: extend locking to all space_info members accessesNiels Dossche2022-03-141-1/+2
| * | | btrfs: zoned: mark relocation as writingNaohiro Aota2022-03-142-1/+10
| * | | btrfs: remove the cross file system checks from remapJosef Bacik2022-03-141-3/+1
| * | | btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik2022-03-143-5/+4
| * | | btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik2022-03-143-7/+6
| * | | btrfs: add filesystems state details to error messagesSweet Tea Dorminy2022-03-142-8/+62
| * | | btrfs: deal with unexpected extent type during reflinkingFilipe Manana2022-03-141-2/+4
| * | | btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana2022-03-141-2/+5
| * | | btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana2022-03-145-14/+48
| * | | btrfs: voluntarily relinquish cpu when doing a full fsyncFilipe Manana2022-03-141-0/+7
| * | | btrfs: hold on to less memory when logging checksums during full fsyncFilipe Manana2022-03-141-17/+12
| * | | btrfs: stop copying old file extents when doing a full fsyncFilipe Manana2022-03-142-73/+148
| * | | btrfs: do not clean up repair bio if submit failsJosef Bacik2022-03-141-8/+7
| * | | btrfs: do not try to repair bio that has no mirror setJosef Bacik2022-03-141-0/+9
| * | | btrfs: do not double complete bio on errors during compressed readsJosef Bacik2022-03-142-7/+21
| * | | btrfs: track compressed bio errors as blk_status_tJosef Bacik2022-03-142-12/+14
| * | | btrfs: remove the bio argument from finish_compressed_bio_readJosef Bacik2022-03-141-5/+3
| * | | btrfs: check correct bio in finish_compressed_bio_readJosef Bacik2022-03-141-1/+1
| * | | btrfs: handle csum lookup errors properly on readsJosef Bacik2022-03-141-14/+22
| * | | btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik2022-03-141-1/+1
| * | | btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval2022-03-148-20/+433
| * | | btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval2022-03-143-0/+608
| * | | btrfs: optionally extend i_size in cow_file_range_inline()Omar Sandoval2022-03-141-13/+20
| * | | btrfs: clean up cow_file_range_inline()Omar Sandoval2022-03-141-50/+37
| * | | btrfs: support different disk extent size for delallocOmar Sandoval2022-03-145-13/+17
| * | | btrfs: add ram_bytes and offset to btrfs_ordered_extentOmar Sandoval2022-03-143-117/+83
| * | | btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval2022-03-144-26/+23
| * | | btrfs: qgroup: remove outdated TODO commentsSidong Yang2022-03-141-12/+0