summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete direct writesChristoph Hellwig
2023-06-19btrfs: use btrfs_finish_ordered_extent to complete compressed writesChristoph Hellwig
2023-06-19btrfs: open code end_extent_writepage in end_bio_extent_writepageChristoph Hellwig
2023-06-19btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig
2023-06-19btrfs: factor out a btrfs_queue_ordered_fn helperChristoph Hellwig
2023-06-19btrfs: factor out a can_finish_ordered_extent helperChristoph Hellwig
2023-06-19btrfs: use bbio->ordered in btrfs_csum_one_bioChristoph Hellwig
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig
2023-06-19btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig
2023-06-19btrfs: add a is_data_bbio helperChristoph Hellwig
2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig
2023-06-19btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig
2023-06-19btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig
2023-06-19btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig
2023-06-19btrfs: add block-group tree to lockdep classesDavid Sterba
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig
2023-06-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig
2023-06-19btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig
2023-06-19btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig
2023-06-19btrfs: don't check PageError in __extent_writepageChristoph Hellwig