summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: wait for actual caching progress during allocationJosef Bacik2023-08-102-2/+17
* btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana2023-07-261-2/+7
* btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana2023-07-241-0/+1
* btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana2023-07-243-26/+53
* btrfs: account block group tree when calculating global reserve sizeFilipe Manana2023-07-201-0/+5
* btrfs: zoned: do not enable async discardNaohiro Aota2023-07-202-1/+9
* btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana2023-07-181-0/+1
* 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: raid56: always verify the P/Q contents for scrubQu Wenruo2023-07-181-8/+3
* 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: zoned: fix memory leak after finding block group with super blocksFilipe Manana2023-07-181-0/+1
* btrfs: fix use-after-free of new block group that became unusedFilipe Manana2023-07-112-2/+16
* btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig2023-07-111-1/+2
* btrfs: fix race between balance and cancel/pauseJosef Bacik2023-07-111-10/+4
* btrfs: fix race between quota disable and relocationFilipe Manana2023-06-191-3/+15
* btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana2023-06-191-0/+1
* btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana2023-06-191-0/+3
* btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana2023-06-191-0/+2
* btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota2023-06-191-1/+1
* btrfs: update i_version in update_dev_timeJeff Layton2023-06-191-1/+1
* btrfs: make btrfs_compressed_bioset staticBen Dooks2023-06-191-1/+1
* btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo2023-06-191-1/+8
* btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo2023-06-192-18/+2
* btrfs: scrub: remove scrub_ctx::csum_list memberQu Wenruo2023-06-191-14/+0
* btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana2023-06-191-3/+18
* btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana2023-06-191-1/+4
* btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana2023-06-191-2/+14
* btrfs: do not BUG_ON() when dropping inode items from log rootFilipe Manana2023-06-191-6/+6
* btrfs: replace BUG_ON() at split_item() with proper error handlingFilipe Manana2023-06-191-1/+6
* btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana2023-06-192-15/+41
* btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()Filipe Manana2023-06-191-19/+52
* btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()Filipe Manana2023-06-191-1/+6
* btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()Filipe Manana2023-06-191-2/+12
* btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana2023-06-191-3/+7
* btrfs: abort transaction at balance_level() when left child is missingFilipe Manana2023-06-191-3/+7
* btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...Filipe Manana2023-06-191-1/+0
* btrfs: rename enospc label to out at balance_level()Filipe Manana2023-06-191-12/+12
* btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana2023-06-191-3/+14
* btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana2023-06-191-2/+7
* btrfs: avoid tree mod log ENOMEM failures when we don't need to logFilipe Manana2023-06-191-34/+114
* btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana2023-06-191-0/+2
* btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana2023-06-191-2/+8
* btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-192-2/+2
* btrfs: update documentation for a block group's bg_list memberFilipe Manana2023-06-191-1/+8
* btrfs: reinsert BGs failed to reclaimNaohiro Aota2023-06-191-0/+2
* btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota2023-06-191-2/+9
* btrfs: move out now unused BG from the reclaim listNaohiro Aota2023-06-191-1/+4