summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-10-26btrfs: fix deadlock when defragging transparent huge pagesOmar Sandoval
2021-10-26btrfs: sysfs: convert scnprintf and snprintf to sysfs_emitAnand Jain
2021-10-26btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEQu Wenruo
2021-10-26btrfs: update comments for chunk allocation -ENOSPC casesFilipe Manana
2021-10-26btrfs: fix deadlock between chunk allocation and chunk btree modificationsFilipe Manana
2021-10-26btrfs: zoned: use greedy gc for auto reclaimJohannes Thumshirn
2021-10-26btrfs: check-integrity: stop storing the block device name in btrfsic_dev_stateChristoph Hellwig
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik
2021-10-26btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik
2021-10-26btrfs: do not call close_fs_devices in btrfs_rm_deviceJosef Bacik
2021-10-26btrfs: add comments for device counts in struct btrfs_fs_devicesAnand Jain
2021-10-26btrfs: use num_device to check for the last surviving seed deviceAnand Jain
2021-10-26btrfs: fix lost error handling when replaying directory deletesFilipe Manana
2021-10-26btrfs: remove btrfs_bio::logical memberQu Wenruo
2021-10-26btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo
2021-10-26btrfs: use bvec_kmap_local in btrfs_csum_one_bioChristoph Hellwig
2021-10-26btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain
2021-10-26btrfs: make btrfs_ref::real_root optionalNikolay Borisov
2021-10-26btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov
2021-10-26btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov
2021-10-26btrfs: rely on owning_root field in btrfs_add_delayed_tree_ref to detect CHUN...Nikolay Borisov
2021-10-26btrfs: rename root fields in delayed refs structsNikolay Borisov
2021-10-26btrfs: do not infinite loop in data reclaim if we abortedJosef Bacik
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik
2021-10-26btrfs: change error handling for btrfs_delete_*_in_logJosef Bacik
2021-10-26btrfs: change handle_fs_error in recover_log_trees to abortsJosef Bacik
2021-10-26btrfs: zoned: use kmemdup() to replace kmalloc + memcpyKai Song
2021-10-26btrfs: subpage: only allow compression if the range is fully page alignedQu Wenruo
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo
2021-10-26btrfs: handle page locking in btrfs_page_end_writer_lock with no writersQu Wenruo
2021-10-26btrfs: rework page locking in __extent_writepage()Qu Wenruo
2021-10-26btrfs: subpage: make lzo_compress_pages() compatibleQu Wenruo
2021-10-26btrfs: factor uncompressed async extent submission code into a new helperQu Wenruo
2021-10-26btrfs: subpage: make extent_write_locked_range() compatibleQu Wenruo
2021-10-26btrfs: subpage: make end_compressed_bio_writeback() compatibleQu Wenruo
2021-10-26btrfs: subpage: make btrfs_submit_compressed_write() compatibleQu Wenruo
2021-10-26btrfs: subpage: make compress_file_range() compatibleQu Wenruo
2021-10-26btrfs: cleanup for extent_write_locked_range()Qu Wenruo
2021-10-26btrfs: refactor submit_compressed_extents()Qu Wenruo
2021-10-26btrfs: remove unused function btrfs_bio_fits_in_stripe()Qu Wenruo
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compr...Qu Wenruo
2021-10-26btrfs: introduce alloc_compressed_bio() for compressionQu Wenruo
2021-10-26btrfs: introduce submit_compressed_bio() for compressionQu Wenruo
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_write()Qu Wenruo
2021-10-26btrfs: handle errors properly inside btrfs_submit_compressed_read()Qu Wenruo
2021-10-26btrfs: subpage: add bitmap for PageChecked flagQu Wenruo
2021-10-26btrfs: introduce compressed_bio::pending_sectors to trace compressed bioQu Wenruo
2021-10-26btrfs: subpage: make add_ra_bio_pages() compatibleQu Wenruo