summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota2023-11-281-0/+7
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-11-281-5/+5
* btrfs: don't clear uptodate on write errorsJosef Bacik2023-10-101-4/+0
* btrfs: remove end_extent_writepageChristoph Hellwig2023-10-101-20/+22
* btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig2023-10-101-9/+0
* btrfs: fix race between reading a directory and adding entries to itFilipe Manana2023-10-061-4/+7
* btrfs: set last dir index to the current last index when opening dirFilipe Manana2023-10-061-1/+2
* btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana2023-10-061-1/+14
* btrfs: free qgroup rsv on io failureBoris Burkov2023-09-191-0/+7
* btrfs: fix infinite directory readsFilipe Manana2023-08-141-52/+79
* btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig2023-08-101-5/+5
* btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig2023-07-181-2/+5
* btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik2023-07-181-3/+11
* btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana2023-07-181-10/+25
* btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana2023-07-181-10/+10
* btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana2023-07-181-0/+1
* btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana2023-06-191-3/+18
* btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-191-1/+0
* btrfs: use btrfs_finish_ordered_extent to complete direct writesChristoph Hellwig2023-06-191-6/+8
* btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig2023-06-191-3/+5
* btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig2023-06-191-1/+2
* btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig2023-06-191-11/+10
* btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig2023-06-191-11/+18
* btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig2023-06-191-22/+15
* btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig2023-06-191-5/+15
* btrfs: remove PAGE_SET_ERRORChristoph Hellwig2023-06-191-5/+6
* btrfs: stop setting PageError in the data I/O pathChristoph Hellwig2023-06-191-3/+0
* btrfs: rename cow_file_range_async to run_delalloc_compressedChristoph Hellwig2023-06-191-8/+8
* btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig2023-06-191-46/+28
* btrfs: pass the new logical address to split_extent_mapChristoph Hellwig2023-06-191-1/+2
* btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig2023-06-191-6/+12
* btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig2023-06-191-1/+7
* btrfs: reorder conditions in btrfs_extract_ordered_extentChristoph Hellwig2023-06-191-10/+8
* btrfs: move split_extent_map to extent_map.cChristoph Hellwig2023-06-191-90/+0
* btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig2023-06-191-5/+1
* btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig2023-06-191-1/+1
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-4/+3
* btrfs: open code set_extent_delallocDavid Sterba2023-06-191-2/+2
* btrfs: change for_rename argument of btrfs_record_unlink_dir() to boolFilipe Manana2023-06-191-4/+4
* btrfs: handle tree backref walk error properlyQu Wenruo2023-06-191-4/+12
* btrfs: output affected files when relocation failsQu Wenruo2023-06-191-0/+191
* btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig2023-06-191-1/+0
* btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain2023-06-191-1/+1
* btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason2023-06-131-1/+1
* btrfs: fix iomap_begin length for nocow writesChristoph Hellwig2023-06-131-6/+12
* btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota2023-05-101-0/+3
* btrfs: introduce btrfs_bio::fs_info memberQu Wenruo2023-04-171-4/+9
* btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2023-04-171-1/+1
* btrfs: also use kthread_associate_blkcg for uncompressible rangesChristoph Hellwig2023-04-171-4/+5
* btrfs: don't free the async_extent in submit_uncompressed_rangeChristoph Hellwig2023-04-171-13/+11