summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | btrfs: unexport setup_items_for_insert()Filipe Manana2021-10-265-59/+68
| * | | btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana2021-10-268-72/+131
| * | | btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo2021-10-264-44/+41
| * | | btrfs: make sure btrfs_io_context::fs_info is always initializedQu Wenruo2021-10-261-4/+5
| * | | btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana2021-10-265-14/+15
| * | | btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik2021-10-261-5/+5
| * | | btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-2613-106/+107
| * | | btrfs: remove btrfs_bio_alloc() helperQu Wenruo2021-10-264-25/+19
| * | | btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-2611-315/+325
| * | | btrfs: keep track of the last logged keys when logging a directoryFilipe Manana2021-10-264-13/+75
| * | | btrfs: insert items in batches when logging a directory when possibleFilipe Manana2021-10-261-37/+180
| * | | btrfs: factor out the copying loop of dir items from log_dir_items()Filipe Manana2021-10-261-60/+75
| * | | btrfs: remove redundant log root assignment from log_dir_items()Filipe Manana2021-10-261-2/+0
| * | | btrfs: remove root argument from btrfs_log_inode() and its calleesFilipe Manana2021-10-261-28/+24
| * | | btrfs: zoned: let the for_treelog test in the allocator stand outJohannes Thumshirn2021-10-261-3/+4
| * | | btrfs: rename setup_extent_mapping in relocation codeJohannes Thumshirn2021-10-261-4/+3
| * | | btrfs: zoned: allow preallocation for relocation inodesJohannes Thumshirn2021-10-261-33/+2
| * | | btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn2021-10-261-1/+9
| * | | btrfs: zoned: use regular writes for relocationJohannes Thumshirn2021-10-261-0/+11
| * | | btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn2021-10-261-0/+11
| * | | btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-10-266-2/+71
| * | | btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn2021-10-265-15/+16
| * | | btrfs: unexport repair_io_failure()Qu Wenruo2021-10-262-6/+3
| * | | btrfs: do not commit delayed inode when logging a file in full sync modeFilipe Manana2021-10-261-16/+5
| * | | btrfs: avoid attempt to drop extents when logging inode for the first timeFilipe Manana2021-10-261-8/+19
| * | | btrfs: avoid search for logged i_size when logging inode if possibleFilipe Manana2021-10-261-1/+1
| * | | btrfs: avoid expensive search when truncating inode items from the logFilipe Manana2021-10-261-1/+3
| * | | btrfs: add helper to truncate inode items when logging inodeFilipe Manana2021-10-261-13/+19
| * | | btrfs: avoid expensive search when dropping inode items from logFilipe Manana2021-10-261-9/+13