summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2023-08-28Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-21btrfs: copy dir permission and time when creating a stub subvolumeLee Trager
2023-08-21btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig
2023-08-21btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig
2023-08-21btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie
2023-08-21btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana
2023-08-21btrfs: fix zoned handling in submit_uncompressed_rangeChristoph Hellwig
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig
2023-08-21btrfs: refactor the zoned device handling in cow_file_rangeChristoph Hellwig
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: share the code to free the page array in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: use a separate label for the incompressible case in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: further simplify the compress or not logic in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: streamline compress_file_rangeChristoph Hellwig
2023-08-21btrfs: merge submit_compressed_extents and async_cow_submitChristoph Hellwig
2023-08-21btrfs: merge async_cow_start and compress_file_rangeChristoph Hellwig
2023-08-21btrfs: don't clear async_chunk->inode in async_cow_startChristoph Hellwig
2023-08-21btrfs: clean up the check for uncompressed ranges in submit_one_async_extentChristoph Hellwig
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig
2023-08-21btrfs: remove the return value from submit_uncompressed_rangeChristoph Hellwig
2023-08-21btrfs: reduce debug spam from submit_compressed_extentsChristoph Hellwig
2023-08-21btrfs: remove end_extent_writepageChristoph Hellwig
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig
2023-08-21btrfs: don't create inline extents in fallback_to_cowChristoph Hellwig
2023-08-21btrfs: pass a flags argument to cow_file_rangeChristoph Hellwig
2023-08-21btrfs: free qgroup rsv on io failureBoris Burkov
2023-08-21btrfs: remove duplicate free_async_extent_pages() on reservation errorGoldwyn Rodrigues
2023-08-14btrfs: fix infinite directory readsFilipe Manana
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton
2023-08-10btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig
2023-08-09btrfs: have it use inode_update_timestampsJeff Layton
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-18btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig
2023-07-18btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik
2023-07-18btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana
2023-07-18btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana
2023-07-18btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton
2023-07-10btrfs: convert to simple_rename_timestampJeff Layton
2023-06-19btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana
2023-06-19btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete direct writesChristoph Hellwig
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig
2023-06-19btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig
2023-06-19btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig
2023-06-19btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig