summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: pass a flags argument to cow_file_rangeChristoph Hellwig1-27/+21
2023-08-21btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2023-08-21btrfs: remove duplicate free_async_extent_pages() on reservation errorGoldwyn Rodrigues1-1/+0
2023-08-14btrfs: fix infinite directory readsFilipe Manana1-52/+79
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-2/+1
2023-08-10btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig1-5/+5
2023-08-09btrfs: have it use inode_update_timestampsJeff Layton1-8/+1
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-18btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig1-2/+5
2023-07-18btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik1-3/+11
2023-07-18btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana1-10/+25
2023-07-18btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana1-10/+10
2023-07-18btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana1-0/+1
2023-07-13btrfs: convert to ctime accessor functionsJeff Layton1-23/+16
2023-07-10btrfs: convert to simple_rename_timestampJeff Layton1-13/+2
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