summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-08-0350-2818/+3660
|\
| * btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_readChristoph Hellwig2022-07-252-27/+2
| * btrfs: fix repair of compressed extentsChristoph Hellwig2022-07-256-157/+76
| * btrfs: remove the start argument to check_data_csum and exportChristoph Hellwig2022-07-252-15/+13
| * btrfs: pass a btrfs_bio to btrfs_repair_one_sectorChristoph Hellwig2022-07-253-29/+31
| * btrfs: simplify the pending I/O counting in struct compressed_bioChristoph Hellwig2022-07-252-97/+32
| * btrfs: repair all known bad mirrorsChristoph Hellwig2022-07-252-66/+61
| * btrfs: merge btrfs_dev_stat_print_on_error with its only callerChristoph Hellwig2022-07-251-5/+0
| * btrfs: join running log transaction when logging new nameFilipe Manana2022-07-251-1/+8
| * btrfs: simplify error handling in btrfs_lookup_dentryNikolay Borisov2022-07-251-4/+4
| * btrfs: send: always use the rbtree based inode ref management infrastructureFilipe Manana2022-07-251-181/+12
| * btrfs: send: fix sending link commands for existing file pathsBingJing Chang2022-07-251-4/+152
| * btrfs: send: introduce recorded_ref_alloc and recorded_ref_freeBingJing Chang2022-07-251-10/+24
| * btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota2022-07-254-2/+19
| * btrfs: zoned: write out partially allocated regionNaohiro Aota2022-07-252-14/+59
| * btrfs: zoned: activate necessary block groupNaohiro Aota2022-07-251-0/+16
| * btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota2022-07-253-0/+93
| * btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota2022-07-251-1/+4
| * btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota2022-07-254-13/+50
| * btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota2022-07-253-10/+87
| * btrfs: let can_allocate_chunk return errorNaohiro Aota2022-07-251-7/+8
| * btrfs: use fs_info->max_extent_size in get_extent_max_capacity()Naohiro Aota2022-07-251-4/+7
| * btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota2022-07-253-19/+24
| * btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota2022-07-255-4/+19
| * btrfs: zoned: revive max_zone_append_bytesNaohiro Aota2022-07-253-0/+20
| * btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana2022-07-252-0/+16
| * btrfs: set the objectid of the btree inode's location keyFilipe Manana2022-07-252-6/+5
| * btrfs: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2022-07-251-4/+4
| * btrfs: zlib: replace kmap() with kmap_local_page() in zlib_decompress_bio()Fabio M. De Francesco2022-07-251-5/+5
| * btrfs: zlib: replace kmap() with kmap_local_page() in zlib_compress_pages()Fabio M. De Francesco2022-07-251-19/+13
| * btrfs: zstd: replace kmap() with kmap_local_page()Fabio M. De Francesco2022-07-251-20/+13
| * btrfs: don't fallback to buffered IO for NOWAIT direct IO writesFilipe Manana2022-07-251-1/+15
| * btrfs: use enum for btrfs_block_rsv::typeDavid Sterba2022-07-252-8/+9
| * btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba2022-07-253-4/+4
| * btrfs: switch btrfs_block_rsv::full to boolDavid Sterba2022-07-253-12/+9
| * btrfs: do not return errors from btrfs_submit_dio_bioChristoph Hellwig2022-07-251-14/+9
| * btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig2022-07-253-30/+36
| * btrfs: simplify sync/async submission in btrfs_submit_data_write_bioChristoph Hellwig2022-07-251-16/+13
| * btrfs: raid56: transfer the bio counter reference to the raid submission helpersChristoph Hellwig2022-07-252-18/+13
| * btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig2022-07-254-34/+21
| * btrfs: do not return errors from raid56_parity_writeChristoph Hellwig2022-07-253-10/+17
| * btrfs: do not return errors from btrfs_map_bioChristoph Hellwig2022-07-255-39/+30
| * btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()Qu Wenruo2022-07-251-1/+4
| * btrfs: raid56: use fixed stripe length everywhereChristoph Hellwig2022-07-254-56/+39
| * btrfs: remove the inode cache check at btrfs_is_free_space_inode()Filipe Manana2022-07-251-2/+1
| * btrfs: sysfs: remove BIG_METADATA feature filesNikolay Borisov2022-07-251-2/+0
| * btrfs: sysfs: remove MIXED_BACKREF feature fileNikolay Borisov2022-07-251-2/+0
| * btrfs: don't print 'has skinny extents' anymore on mountNikolay Borisov2022-07-251-3/+0
| * btrfs: don't print 'flagging with big metadata' anymore on mountNikolay Borisov2022-07-251-5/+1
| * btrfs: clean up chained assignmentsDavid Sterba2022-07-258-26/+46