summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-07-24btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana
2023-07-20btrfs: account block group tree when calculating global reserve sizeFilipe Manana
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota
2023-07-18btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-07-18btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig
2023-07-18btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik
2023-07-18btrfs: raid56: always verify the P/Q contents for scrubQu Wenruo
2023-07-18btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana
2023-07-18btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana
2023-07-18btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana
2023-07-18btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana
2023-07-11btrfs: fix use-after-free of new block group that became unusedFilipe Manana
2023-07-11btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig
2023-07-11btrfs: fix race between balance and cancel/pauseJosef Bacik
2023-06-19btrfs: fix race between quota disable and relocationFilipe Manana
2023-06-19btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana
2023-06-19btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana
2023-06-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota
2023-06-19btrfs: update i_version in update_dev_timeJeff Layton
2023-06-19btrfs: make btrfs_compressed_bioset staticBen Dooks
2023-06-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo
2023-06-19btrfs: scrub: remove scrub_ctx::csum_list memberQu Wenruo
2023-06-19btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana
2023-06-19btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana
2023-06-19btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana
2023-06-19btrfs: do not BUG_ON() when dropping inode items from log rootFilipe Manana
2023-06-19btrfs: replace BUG_ON() at split_item() with proper error handlingFilipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()Filipe Manana
2023-06-19btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana
2023-06-19btrfs: abort transaction at balance_level() when left child is missingFilipe Manana
2023-06-19btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...Filipe Manana
2023-06-19btrfs: rename enospc label to out at balance_level()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana
2023-06-19btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana
2023-06-19btrfs: avoid tree mod log ENOMEM failures when we don't need to logFilipe Manana
2023-06-19btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana
2023-06-19btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana
2023-06-19btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-06-19btrfs: update documentation for a block group's bg_list memberFilipe Manana
2023-06-19btrfs: reinsert BGs failed to reclaimNaohiro Aota
2023-06-19btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota
2023-06-19btrfs: move out now unused BG from the reclaim listNaohiro Aota
2023-06-19btrfs: delete unused BGs while reclaiming BGsNaohiro Aota
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete buffered writesChristoph Hellwig