summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: delete unused BGs while reclaiming BGsNaohiro Aota2023-06-191-0/+14
* btrfs: use btrfs_finish_ordered_extent to complete buffered writesChristoph Hellwig2023-06-191-2/+1
* btrfs: use btrfs_finish_ordered_extent to complete direct writesChristoph Hellwig2023-06-191-6/+8
* btrfs: use btrfs_finish_ordered_extent to complete compressed writesChristoph Hellwig2023-06-191-7/+2
* btrfs: open code end_extent_writepage in end_bio_extent_writepageChristoph Hellwig2023-06-191-8/+9
* btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig2023-06-192-0/+22
* btrfs: factor out a btrfs_queue_ordered_fn helperChristoph Hellwig2023-06-191-9/+12
* btrfs: factor out a can_finish_ordered_extent helperChristoph Hellwig2023-06-191-45/+55
* btrfs: use bbio->ordered in btrfs_csum_one_bioChristoph Hellwig2023-06-191-20/+1
* btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig2023-06-196-23/+49
* btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig2023-06-191-1/+2
* btrfs: add a is_data_bbio helperChristoph Hellwig2023-06-191-4/+9
* btrfs: remove btrfs_add_ordered_extentChristoph Hellwig2023-06-192-28/+1
* btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig2023-06-193-28/+27
* btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig2023-06-193-33/+33
* btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig2023-06-191-22/+15
* btrfs: limit write bios to a single ordered extentChristoph Hellwig2023-06-195-55/+2
* btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig2023-06-191-2/+1
* btrfs: add block-group tree to lockdep classesDavid Sterba2023-06-191-2/+3
* btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig2023-06-193-19/+24
* btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig2023-06-191-39/+26
* btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig2023-06-191-6/+2
* btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig2023-06-191-18/+5
* btrfs: remove PAGE_SET_ERRORChristoph Hellwig2023-06-193-9/+6
* btrfs: stop setting PageError in the data I/O pathChristoph Hellwig2023-06-195-65/+9
* btrfs: don't check PageError in __extent_writepageChristoph Hellwig2023-06-191-32/+1
* 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: don't check PageError in btrfs_verify_pageChristoph Hellwig2023-06-191-1/+1
* btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig2023-06-191-6/+2
* btrfs: factor out a btrfs_verify_page helperChristoph Hellwig2023-06-191-5/+10