summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-4/+5
* Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-201-10/+23
|\
| * btrfs: fix race between reading a directory and adding entries to itFilipe Manana2023-09-141-4/+7
| * btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana2023-09-141-1/+14
| * btrfs: set last dir index to the current last index when opening dirFilipe Manana2023-09-141-1/+2
| * btrfs: don't clear uptodate on write errorsJosef Bacik2023-09-131-4/+0
* | Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-08-281-471/+313
|\|
| * btrfs: copy dir permission and time when creating a stub subvolumeLee Trager2023-08-211-5/+7
| * btrfs: move the !zoned assert into run_delalloc_cowChristoph Hellwig2023-08-211-8/+7
| * btrfs: consolidate the error handling in run_delalloc_nocowChristoph Hellwig2023-08-211-7/+2
| * btrfs: cleanup the COW fallback logic in run_delalloc_nocowChristoph Hellwig2023-08-211-25/+22
| * btrfs: fix error handling when in a COW window in run_delalloc_nocowChristoph Hellwig2023-08-211-10/+12
| * btrfs: use LIST_HEAD() to initialize the list_headRuan Jinjie2023-08-211-12/+5
| * btrfs: return real error when orphan cleanup fails due to a transaction abortFilipe Manana2023-08-211-1/+8
| * btrfs: fix zoned handling in submit_uncompressed_rangeChristoph Hellwig2023-08-211-29/+18
| * btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig2023-08-211-9/+4
| * btrfs: refactor the zoned device handling in cow_file_rangeChristoph Hellwig2023-08-211-27/+31
| * btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig2023-08-211-34/+9
| * btrfs: share the code to free the page array in compress_file_rangeChristoph Hellwig2023-08-211-21/+9
| * btrfs: use a separate label for the incompressible case in compress_file_rangeChristoph Hellwig2023-08-211-8/+5
| * btrfs: further simplify the compress or not logic in compress_file_rangeChristoph Hellwig2023-08-211-32/+16
| * btrfs: streamline compress_file_rangeChristoph Hellwig2023-08-211-83/+82
| * btrfs: merge submit_compressed_extents and async_cow_submitChristoph Hellwig2023-08-211-29/+10
| * btrfs: merge async_cow_start and compress_file_rangeChristoph Hellwig2023-08-211-27/+16
| * btrfs: don't clear async_chunk->inode in async_cow_startChristoph Hellwig2023-08-211-18/+5
| * btrfs: clean up the check for uncompressed ranges in submit_one_async_extentChristoph Hellwig2023-08-211-2/+1
| * btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig2023-08-211-57/+28
| * btrfs: remove the return value from submit_uncompressed_rangeChristoph Hellwig2023-08-211-8/+7
| * btrfs: reduce debug spam from submit_compressed_extentsChristoph Hellwig2023-08-211-20/+13
| * btrfs: remove end_extent_writepageChristoph Hellwig2023-08-211-20/+22
| * btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig2023-08-211-9/+0
| * btrfs: don't create inline extents in fallback_to_cowChristoph Hellwig2023-08-211-19/+23
| * btrfs: pass a flags argument to cow_file_rangeChristoph Hellwig2023-08-211-27/+21
| * btrfs: free qgroup rsv on io failureBoris Burkov2023-08-211-0/+7
| * btrfs: remove duplicate free_async_extent_pages() on reservation errorGoldwyn Rodrigues2023-08-211-1/+0
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-46/+20
|\ \ | |/ |/|
| * fs: drop the timespec64 argument from update_timeJeff Layton2023-08-111-2/+1
| * btrfs: have it use inode_update_timestampsJeff Layton2023-08-091-8/+1
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * btrfs: convert to ctime accessor functionsJeff Layton2023-07-131-23/+16
| * btrfs: convert to simple_rename_timestampJeff Layton2023-07-101-13/+2
* | 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