summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: use num_device to check for the last surviving seed deviceAnand Jain1-1/+1
2021-10-26btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-10-26btrfs: remove btrfs_bio::logical memberQu Wenruo3-11/+8
2021-10-26btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo2-7/+12
2021-10-26btrfs: use bvec_kmap_local in btrfs_csum_one_bioChristoph Hellwig1-4/+4
2021-10-26btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain3-5/+5
2021-10-26btrfs: make btrfs_ref::real_root optionalNikolay Borisov1-14/+9
2021-10-26btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov5-17/+11
2021-10-26btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov6-22/+39
2021-10-26btrfs: rely on owning_root field in btrfs_add_delayed_tree_ref to detect CHUN...Nikolay Borisov1-1/+1
2021-10-26btrfs: rename root fields in delayed refs structsNikolay Borisov4-19/+20
2021-10-26btrfs: do not infinite loop in data reclaim if we abortedJosef Bacik1-4/+24
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik9-19/+19
2021-10-26btrfs: change error handling for btrfs_delete_*_in_logJosef Bacik3-47/+25
2021-10-26btrfs: change handle_fs_error in recover_log_trees to abortsJosef Bacik1-10/+9
2021-10-26btrfs: zoned: use kmemdup() to replace kmalloc + memcpyKai Song1-3/+1
2021-10-26btrfs: subpage: only allow compression if the range is fully page alignedQu Wenruo1-4/+44
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo3-15/+40
2021-10-26btrfs: handle page locking in btrfs_page_end_writer_lock with no writersQu Wenruo1-0/+10
2021-10-26btrfs: rework page locking in __extent_writepage()Qu Wenruo3-1/+59
2021-10-26btrfs: subpage: make lzo_compress_pages() compatibleQu Wenruo1-136/+134
2021-10-26btrfs: factor uncompressed async extent submission code into a new helperQu Wenruo1-24/+52
2021-10-26btrfs: subpage: make extent_write_locked_range() compatibleQu Wenruo1-4/+11
2021-10-26btrfs: subpage: make end_compressed_bio_writeback() compatibleQu Wenruo1-1/+3
2021-10-26btrfs: subpage: make btrfs_submit_compressed_write() compatibleQu Wenruo1-1/+2
2021-10-26btrfs: subpage: make compress_file_range() compatibleQu Wenruo1-1/+1
2021-10-26btrfs: cleanup for extent_write_locked_range()Qu Wenruo3-21/+32
2021-10-26btrfs: refactor submit_compressed_extents()Qu Wenruo1-141/+131
2021-10-26btrfs: remove unused function btrfs_bio_fits_in_stripe()Qu Wenruo2-44/+0
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo2-85/+59
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo1-71/+97
2021-10-26btrfs: introduce alloc_compressed_bio() for compressionQu Wenruo1-32/+58
2021-10-26btrfs: introduce submit_compressed_bio() for compressionQu Wenruo1-26/+19
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_write()Qu Wenruo1-36/+62
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_read()Qu Wenruo1-50/+83
2021-10-26btrfs: subpage: add bitmap for PageChecked flagQu Wenruo7-27/+85
2021-10-26btrfs: introduce compressed_bio::pending_sectors to trace compressed bioQu Wenruo2-35/+47
2021-10-26btrfs: subpage: make add_ra_bio_pages() compatibleQu Wenruo2-32/+59
2021-10-26btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-4/+1
2021-10-26btrfs: use async_chunk::async_cow to replace the confusing pending pointerQu Wenruo1-9/+7
2021-10-26btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()Qu Wenruo1-7/+7
2021-10-26btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo1-2/+0
2021-10-26btrfs: use single bulk copy operations when logging directoriesFilipe Manana1-10/+15
2021-10-26btrfs: unexport setup_items_for_insert()Filipe Manana5-59/+68
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana8-72/+131
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo4-44/+41
2021-10-26btrfs: make sure btrfs_io_context::fs_info is always initializedQu Wenruo1-4/+5
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana5-14/+15
2021-10-26btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo13-106/+107