summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana1-3/+18
2023-06-19btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig1-1/+0
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete direct writesChristoph Hellwig1-6/+8
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig1-3/+5
2023-06-19btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig1-1/+2
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig1-11/+10
2023-06-19btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig1-11/+18
2023-06-19btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig1-22/+15
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig1-5/+15
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig1-5/+6
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig1-3/+0
2023-06-19btrfs: rename cow_file_range_async to run_delalloc_compressedChristoph Hellwig1-8/+8
2023-06-19btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig1-46/+28
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig1-1/+2
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig1-6/+12
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig1-1/+7
2023-06-19btrfs: reorder conditions in btrfs_extract_ordered_extentChristoph Hellwig1-10/+8
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig1-90/+0
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig1-5/+1
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig1-1/+1
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-4/+3
2023-06-19btrfs: open code set_extent_delallocDavid Sterba1-2/+2
2023-06-19btrfs: change for_rename argument of btrfs_record_unlink_dir() to boolFilipe Manana1-4/+4
2023-06-19btrfs: handle tree backref walk error properlyQu Wenruo1-4/+12
2023-06-19btrfs: output affected files when relocation failsQu Wenruo1-0/+191
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig1-1/+0
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain1-1/+1
2023-06-13btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason1-1/+1
2023-06-13btrfs: fix iomap_begin length for nocow writesChristoph Hellwig1-6/+12
2023-05-10btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota1-0/+3
2023-04-17btrfs: introduce btrfs_bio::fs_info memberQu Wenruo1-4/+9
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig1-1/+1
2023-04-17btrfs: also use kthread_associate_blkcg for uncompressible rangesChristoph Hellwig1-4/+5
2023-04-17btrfs: don't free the async_extent in submit_uncompressed_rangeChristoph Hellwig1-13/+11
2023-04-17btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_writeChristoph Hellwig1-4/+8
2023-04-17btrfs: split partial dio bios before submitBoris Burkov1-0/+18
2023-04-17btrfs: don't split NOCOW extent_maps in btrfs_extract_ordered_extentBoris Burkov1-0/+8
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig1-18/+8
2023-04-17btrfs: simplify extent map splitting and rename split_zoned_emChristoph Hellwig1-51/+26
2023-04-17btrfs: sink parameter len to btrfs_split_ordered_extentChristoph Hellwig1-7/+1
2023-04-17btrfs: simplify splitting logic in btrfs_extract_ordered_extentChristoph Hellwig1-16/+13
2023-04-17btrfs: move ordered_extent internal sanity checks into btrfs_split_ordered_ex...Christoph Hellwig1-18/+0
2023-04-17btrfs: stash ordered extent in dio_data during iomap dioBoris Burkov1-13/+23
2023-04-17btrfs: simplify exit paths of btrfs_evict_inode()Filipe Manana1-11/+10
2023-04-17btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana1-9/+2
2023-04-17btrfs: calculate correct amount of space for delayed reference when evictingFilipe Manana1-1/+1
2023-04-17btrfs: don't throttle on delayed items when evicting deleted inodeFilipe Manana1-1/+6
2023-04-17btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join()Filipe Manana1-1/+1
2023-04-17btrfs: return a btrfs_bio from btrfs_bio_allocChristoph Hellwig1-9/+9
2023-04-17btrfs: pass a btrfs_bio to btrfs_submit_bioChristoph Hellwig1-3/+3