summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-04-17btrfs: open code btrfs_bin_search()Anand Jain
2023-04-17btrfs: dev-replace: properly follow its read modeQu Wenruo
2023-04-17btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_workChristoph Hellwig
2023-04-17btrfs: don't clear page->mapping in btrfs_free_compressed_pagesChristoph Hellwig
2023-04-17btrfs: factor out a btrfs_free_compressed_pages helperChristoph Hellwig
2023-04-17btrfs: factor out a btrfs_add_compressed_bio_pages helperChristoph Hellwig
2023-04-17btrfs: use the bbio file offset in add_ra_bio_pagesChristoph Hellwig
2023-04-17btrfs: use the bbio file offset in btrfs_submit_compressed_readChristoph Hellwig
2023-04-17btrfs: remove redundant free_extent_map in btrfs_submit_compressed_readChristoph Hellwig
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioChristoph Hellwig
2023-04-17btrfs: replace btrfs_io_context::raid_map with a fixed u64 valueQu Wenruo
2023-04-17btrfs: use an efficient way to represent source of duplicated stripesQu Wenruo
2023-04-17btrfs: reduce type width of btrfs_io_contextsQu Wenruo
2023-04-17btrfs: simplify the bioc argument for handle_ops_on_dev_replace()Qu Wenruo
2023-04-17btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32Qu Wenruo
2023-04-17btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LENQu Wenruo
2023-04-17btrfs: move all btree inode initialization into btrfs_init_btree_inodeChristoph Hellwig
2023-04-17btrfs: switch search_file_offset_in_bio to return boolAnand Jain
2023-04-17btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain
2023-04-17btrfs: open code btrfs_csum_ptrJohannes Thumshirn
2023-04-17btrfs: raid56: no need for irqsafe lockingChristoph Hellwig
2023-04-17btrfs: abort the transaction if we get an error during snapshot dropJosef Bacik
2023-04-17btrfs: handle errors in walk_down_tree properlyJosef Bacik
2023-04-17btrfs: drop root refs properly when orphan cleanup failsJosef Bacik
2023-04-17btrfs: add missing iputs on orphan cleanup failureJosef Bacik
2023-04-17btrfs: handle errors from btrfs_read_node_slot in splitJosef Bacik
2023-04-17btrfs: replace BUG_ON with ASSERT in btrfs_read_node_slotJosef Bacik
2023-04-17btrfs: use btrfs_handle_fs_error in btrfs_fill_superJosef Bacik
2023-04-11Merge tag 'for-6.3-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-06btrfs: fix fast csum implementation detectionChristoph Hellwig
2023-04-06btrfs: restore the thread_pool= behavior in remount for the end I/O workqueuesChristoph Hellwig
2023-04-02Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-03-29btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana
2023-03-28btrfs: scan device in non-exclusive modeAnand Jain
2023-03-28btrfs: fix race between quota disable and quota assign ioctlsFilipe Manana
2023-03-24Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota
2023-03-15btrfs: zoned: count fresh BG region as zone unusableNaohiro Aota
2023-03-15btrfs: use temporary variable for space_info in btrfs_update_block_groupJosef Bacik
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-03-15btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profileNaohiro Aota
2023-03-15btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filenameSweet Tea Dorminy
2023-03-15btrfs: handle missing chunk mapping more gracefullyQu Wenruo
2023-03-10Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-03-08btrfs: fix block group item corruption after inserting new block groupFilipe Manana
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana
2023-03-06btrfs: fix percent calculation for bg reclaim messageJohannes Thumshirn
2023-03-06btrfs: fix unnecessary increment of read error stat on write errorNaohiro Aota