summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota1-0/+7
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba1-14/+12
2023-10-12btrfs: remove redundant initialization of variable dirty in btrfs_update_time()Colin Ian King1-1/+1
2023-10-12btrfs: add and use helpers for reading and writing fs_info->generationFilipe Manana1-2/+2
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba1-3/+5
2023-10-12btrfs: change test_range_bit to scan the whole rangeDavid Sterba1-1/+1
2023-10-12btrfs: add specific helper for range bit test existsDavid Sterba1-4/+2
2023-10-12btrfs: remove redundant root argument from maybe_insert_hole()Filipe Manana1-4/+3
2023-10-12btrfs: remove redundant root argument from btrfs_delayed_update_inode()Filipe Manana1-1/+1
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_item()Filipe Manana1-5/+4
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana1-17/+17
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana1-6/+6
2023-10-12btrfs: remove noinline from btrfs_update_inode()Filipe Manana1-3/+3
2023-10-12btrfs: simplify error check condition at btrfs_dirty_inode()Filipe Manana1-1/+1
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba1-19/+22
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn1-1/+7
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-5/+5
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba1-4/+5
2023-09-20Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+23
2023-09-15btrfs: fix race between reading a directory and adding entries to itFilipe Manana1-4/+7
2023-09-15btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana1-1/+14
2023-09-15btrfs: set last dir index to the current last index when opening dirFilipe Manana1-1/+2
2023-09-13btrfs: don't clear uptodate on write errorsJosef Bacik1-4/+0
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-471/+313
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-46/+20
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeLee Trager1-5/+7
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig1-8/+7
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig1-7/+2
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig1-25/+22
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig1-10/+12
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie1-12/+5
2023-08-21btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana1-1/+8
2023-08-21btrfs: fix zoned handling in submit_uncompressed_rangeChristoph Hellwig1-29/+18
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig1-9/+4
2023-08-21btrfs: refactor the zoned device handling in cow_file_rangeChristoph Hellwig1-27/+31
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig1-34/+9
2023-08-21btrfs: share the code to free the page array in compress_file_rangeChristoph Hellwig1-21/+9
2023-08-21btrfs: use a separate label for the incompressible case in compress_file_rangeChristoph Hellwig1-8/+5
2023-08-21btrfs: further simplify the compress or not logic in compress_file_rangeChristoph Hellwig1-32/+16
2023-08-21btrfs: streamline compress_file_rangeChristoph Hellwig1-83/+82
2023-08-21btrfs: merge submit_compressed_extents and async_cow_submitChristoph Hellwig1-29/+10
2023-08-21btrfs: merge async_cow_start and compress_file_rangeChristoph Hellwig1-27/+16
2023-08-21btrfs: don't clear async_chunk->inode in async_cow_startChristoph Hellwig1-18/+5
2023-08-21btrfs: clean up the check for uncompressed ranges in submit_one_async_extentChristoph Hellwig1-2/+1
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig1-57/+28
2023-08-21btrfs: remove the return value from submit_uncompressed_rangeChristoph Hellwig1-8/+7
2023-08-21btrfs: reduce debug spam from submit_compressed_extentsChristoph Hellwig1-20/+13
2023-08-21btrfs: remove end_extent_writepageChristoph Hellwig1-20/+22
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig1-9/+0
2023-08-21btrfs: don't create inline extents in fallback_to_cowChristoph Hellwig1-19/+23