summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2026-02-03btrfs: use single return variable in btrfs_find_orphan_roots()Filipe Manana
2026-02-03btrfs: avoid transaction commit on error in del_balance_item()Filipe Manana
2026-02-03btrfs: update stale comment in __cow_file_range_inline()Filipe Manana
2026-02-03btrfs: remove duplicated root key setup in btrfs_create_tree()Filipe Manana
2026-02-03btrfs: zoned: re-flow prepare_allocation_zoned()Johannes Thumshirn
2026-02-03btrfs: shrink the size of btrfs_bioQu Wenruo
2026-02-03btrfs: remove ASSERT compatibility for gcc < 8.xDavid Sterba
2026-02-03btrfs: pass level to _btrfs_printk() to avoid parsing level from stringDavid Sterba
2026-02-03btrfs: simplify internal btrfs_printk helpersDavid Sterba
2026-02-03btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_groupJohannes Thumshirn
2026-02-03btrfs: merge setting ret and return retDavid Sterba
2026-02-03btrfs: remove dead assignment in prepare_one_folio()Massimiliano Pellizzer
2026-02-03btrfs: replace for_each_set_bit() with for_each_set_bitmap()Qu Wenruo
2026-02-03btrfs: concentrate the error handling of submit_one_sector()Qu Wenruo
2026-02-03btrfs: search for larger extent maps inside btrfs_do_readpage()Qu Wenruo
2026-02-03btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helperQu Wenruo
2026-02-03btrfs: enable direct IO for bs > ps casesQu Wenruo
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers
2026-02-03btrfs: zoned: don't zone append to conventional zoneJohannes Thumshirn
2026-02-03btrfs: relax squota parent qgroup deletion ruleBoris Burkov
2026-02-03btrfs: check squota parent usage on membership changeBoris Burkov
2026-02-03btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai
2026-02-03btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai
2026-02-03btrfs: update comment for visit_node_for_delete()Sun YangKai
2026-02-03btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmapFilipe Manana
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig
2026-01-29fsverity: pass struct file to ->write_merkle_tree_blockChristoph Hellwig
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig
2026-01-29Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-21btrfs: zlib: fix the folio leak on S390 hardware accelerationQu Wenruo
2026-01-21btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo
2026-01-21Merge tag 'for-6.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-20btrfs: add extra device item checks at mountQu Wenruo
2026-01-20btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone
2026-01-20btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo
2026-01-20btrfs: sync read disk super and set block sizeEdward Adam Davis
2026-01-20btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma
2026-01-17Merge tag 'for-6.19-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi
2026-01-14btrfs: remove zoned statistics from sysfsJohannes Thumshirn
2026-01-14btrfs: use may_create_dentry() in btrfs_mksubvol()Filipe Manana
2026-01-14btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()Filipe Manana
2026-01-12btrfs: fix memory leaks in create_space_info() error pathsJiasheng Jiang
2026-01-12btrfs: invalidate pages instead of truncate after reflinkingFilipe Manana
2026-01-12btrfs: update the Kconfig string for CONFIG_BTRFS_EXPERIMENTALQu Wenruo
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12btrfs: add setlease file operationJeff Layton
2026-01-09Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds