aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: fix deadlock when defragging transparent huge pagesOmar Sandoval1-0/+14
2021-10-26btrfs: sysfs: convert scnprintf and snprintf to sysfs_emitAnand Jain1-49/+44
2021-10-26btrfs: make btrfs_super_block size match BTRFS_SUPER_INFO_SIZEQu Wenruo2-3/+7
2021-10-26btrfs: update comments for chunk allocation -ENOSPC casesFilipe Manana1-3/+18
2021-10-26btrfs: fix deadlock between chunk allocation and chunk btree modificationsFilipe Manana4-56/+111
2021-10-26btrfs: zoned: use greedy gc for auto reclaimJohannes Thumshirn1-0/+22
2021-10-26btrfs: check-integrity: stop storing the block device name in btrfsic_dev_stateChristoph Hellwig1-91/+110
2021-10-26btrfs: use btrfs_get_dev_args_from_path in dev removal ioctlsJosef Bacik3-36/+48
2021-10-26btrfs: add a btrfs_get_dev_args_from_path helperJosef Bacik2-32/+68
2021-10-26btrfs: handle device lookup with btrfs_dev_lookup_argsJosef Bacik5-65/+112
2021-10-26btrfs: do not call close_fs_devices in btrfs_rm_deviceJosef Bacik1-1/+9
2021-10-26btrfs: add comments for device counts in struct btrfs_fs_devicesAnand Jain1-0/+19
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 CHUNK_ROOTNikolay 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_compressed_writeQu Wenruo2-85/+59
2021-10-26btrfs: determine stripe boundary at bio allocation time in btrfs_submit_compressed_readQu 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