summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
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
2021-10-26btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()Qu Wenruo
2021-10-26btrfs: use async_chunk::async_cow to replace the confusing pending pointerQu Wenruo
2021-10-26btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()Qu Wenruo
2021-10-26btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo
2021-10-26btrfs: use single bulk copy operations when logging directoriesFilipe Manana
2021-10-26btrfs: unexport setup_items_for_insert()Filipe Manana
2021-10-26btrfs: loop only once over data sizes array when inserting an item batchFilipe Manana
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo
2021-10-26btrfs: make sure btrfs_io_context::fs_info is always initializedQu Wenruo
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana
2021-10-26btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo
2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2021-10-26btrfs: keep track of the last logged keys when logging a directoryFilipe Manana
2021-10-26btrfs: insert items in batches when logging a directory when possibleFilipe Manana
2021-10-26btrfs: factor out the copying loop of dir items from log_dir_items()Filipe Manana
2021-10-26btrfs: remove redundant log root assignment from log_dir_items()Filipe Manana
2021-10-26btrfs: remove root argument from btrfs_log_inode() and its calleesFilipe Manana
2021-10-26btrfs: zoned: let the for_treelog test in the allocator stand outJohannes Thumshirn
2021-10-26btrfs: rename setup_extent_mapping in relocation codeJohannes Thumshirn
2021-10-26btrfs: zoned: allow preallocation for relocation inodesJohannes Thumshirn
2021-10-26btrfs: check for relocation inodes on zoned btrfs in should_nocowJohannes Thumshirn
2021-10-26btrfs: zoned: use regular writes for relocationJohannes Thumshirn
2021-10-26btrfs: zoned: only allow one process to add pages to a relocation inodeJohannes Thumshirn
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn
2021-10-26btrfs: unexport repair_io_failure()Qu Wenruo
2021-10-26btrfs: do not commit delayed inode when logging a file in full sync modeFilipe Manana
2021-10-26btrfs: avoid attempt to drop extents when logging inode for the first timeFilipe Manana
2021-10-26btrfs: avoid search for logged i_size when logging inode if possibleFilipe Manana
2021-10-26btrfs: avoid expensive search when truncating inode items from the logFilipe Manana
2021-10-26btrfs: add helper to truncate inode items when logging inodeFilipe Manana
2021-10-26btrfs: avoid expensive search when dropping inode items from logFilipe Manana
2021-10-26btrfs: always update the logged transaction when logging new namesFilipe Manana
2021-10-26btrfs: do not log new dentries when logging that a new name existsFilipe Manana
2021-10-26btrfs: remove no longer needed checks for NULL log contextFilipe Manana
2021-10-26btrfs: check if a log tree exists at inode_logged()Filipe Manana
2021-10-26btrfs: remove stale comment about the btrfs_show_devnameAnand Jain
2021-10-26btrfs: update latest_dev when we create a sprout deviceAnand Jain