summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | btrfs: zoned: use greedy gc for auto reclaimJohannes Thumshirn2021-10-261-0/+22
| * | | btrfs: check-integrity: stop storing the block device name in btrfsic_dev_stateChristoph Hellwig2021-10-261-91/+110
| * | | btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik2021-10-263-36/+48
| * | | btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik2021-10-262-32/+68
| * | | btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik2021-10-265-65/+112
| * | | btrfs: do not call close_fs_devices in btrfs_rm_deviceJosef Bacik2021-10-261-1/+9
| * | | btrfs: add comments for device counts in struct btrfs_fs_devicesAnand Jain2021-10-261-0/+19
| * | | btrfs: use num_device to check for the last surviving seed deviceAnand Jain2021-10-261-1/+1
| * | | btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-10-261-1/+3
| * | | btrfs: remove btrfs_bio::logical memberQu Wenruo2021-10-263-11/+8
| * | | btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo2021-10-262-7/+12
| * | | btrfs: use bvec_kmap_local in btrfs_csum_one_bioChristoph Hellwig2021-10-261-4/+4
| * | | btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain2021-10-263-5/+5
| * | | btrfs: make btrfs_ref::real_root optionalNikolay Borisov2021-10-261-14/+9
| * | | btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov2021-10-265-17/+11
| * | | btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov2021-10-266-22/+39
| * | | btrfs: rely on owning_root field in btrfs_add_delayed_tree_ref to detect CHUN...Nikolay Borisov2021-10-261-1/+1
| * | | btrfs: rename root fields in delayed refs structsNikolay Borisov2021-10-264-19/+20
| * | | btrfs: do not infinite loop in data reclaim if we abortedJosef Bacik2021-10-261-4/+24
| * | | btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-269-19/+19
| * | | btrfs: change error handling for btrfs_delete_*_in_logJosef Bacik2021-10-263-47/+25
| * | | btrfs: change handle_fs_error in recover_log_trees to abortsJosef Bacik2021-10-261-10/+9
| * | | btrfs: zoned: use kmemdup() to replace kmalloc + memcpyKai Song2021-10-261-3/+1
| * | | btrfs: subpage: only allow compression if the range is fully page alignedQu Wenruo2021-10-261-4/+44
| * | | btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo2021-10-263-15/+40
| * | | btrfs: handle page locking in btrfs_page_end_writer_lock with no writersQu Wenruo2021-10-261-0/+10
| * | | btrfs: rework page locking in __extent_writepage()Qu Wenruo2021-10-263-1/+59
| * | | btrfs: subpage: make lzo_compress_pages() compatibleQu Wenruo2021-10-261-136/+134
| * | | btrfs: factor uncompressed async extent submission code into a new helperQu Wenruo2021-10-261-24/+52
| * | | btrfs: subpage: make extent_write_locked_range() compatibleQu Wenruo2021-10-261-4/+11
| * | | btrfs: subpage: make end_compressed_bio_writeback() compatibleQu Wenruo2021-10-261-1/+3
| * | | btrfs: subpage: make btrfs_submit_compressed_write() compatibleQu Wenruo2021-10-261-1/+2
| * | | btrfs: subpage: make compress_file_range() compatibleQu Wenruo2021-10-261-1/+1
| * | | btrfs: cleanup for extent_write_locked_range()Qu Wenruo2021-10-263-21/+32
| * | | btrfs: refactor submit_compressed_extents()Qu Wenruo2021-10-261-141/+131
| * | | btrfs: remove unused function btrfs_bio_fits_in_stripe()Qu Wenruo2021-10-262-44/+0
| * | | btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo2021-10-262-85/+59
| * | | btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo2021-10-261-71/+97
| * | | btrfs: introduce alloc_compressed_bio() for compressionQu Wenruo2021-10-261-32/+58
| * | | btrfs: introduce submit_compressed_bio() for compressionQu Wenruo2021-10-261-26/+19
| * | | btrfs: handle errors properly inside btrfs_submit_compressed_write()Qu Wenruo2021-10-261-36/+62
| * | | btrfs: handle errors properly inside btrfs_submit_compressed_read()Qu Wenruo2021-10-261-50/+83
| * | | btrfs: subpage: add bitmap for PageChecked flagQu Wenruo2021-10-267-27/+85
| * | | btrfs: introduce compressed_bio::pending_sectors to trace compressed bioQu Wenruo2021-10-262-35/+47
| * | | btrfs: subpage: make add_ra_bio_pages() compatibleQu Wenruo2021-10-262-32/+59
| * | | btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()Qu Wenruo2021-10-261-4/+1
| * | | btrfs: use async_chunk::async_cow to replace the confusing pending pointerQu Wenruo2021-10-261-9/+7
| * | | btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()Qu Wenruo2021-10-261-7/+7
| * | | btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo2021-10-261-2/+0
| * | | btrfs: use single bulk copy operations when logging directoriesFilipe Manana2021-10-261-10/+15