aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-03btrfs: simplify check for zoned NODATASUM writes in btrfs_submit_chunk()Zhen Ni1-2/+1
2026-02-03btrfs: avoid transaction commit on error in insert_balance_item()Filipe Manana1-4/+6
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana5-13/+13
2026-02-03btrfs: tag as unlikely error conditions in the transaction commit pathFilipe Manana1-22/+22
2026-02-03btrfs: remove unreachable return after btrfs_backref_panic() in btrfs_backref...Zhen Ni1-3/+1
2026-02-03btrfs: refactor the main loop of cow_file_range()Qu Wenruo1-103/+142
2026-02-03btrfs: zoned: print block-group type for zoned statisticsJohannes Thumshirn1-2/+3
2026-02-03btrfs: move space_info_flag_to_str() to space-info.hJohannes Thumshirn2-17/+17
2026-02-03btrfs: zoned: show statistics about zoned filesystems in mountstatsJohannes Thumshirn3-0/+75
2026-02-03btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()Filipe Manana1-3/+2
2026-02-03btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()Filipe Manana1-3/+3
2026-02-03btrfs: don't call btrfs_handle_fs_error() after failure to delete orphan itemFilipe Manana1-2/+2
2026-02-03btrfs: don't call btrfs_handle_fs_error() after failure to join transactionFilipe Manana1-2/+3
2026-02-03btrfs: remove redundant path release in btrfs_find_orphan_roots()Filipe Manana1-2/+0
2026-02-03btrfs: use single return variable in btrfs_find_orphan_roots()Filipe Manana1-22/+18
2026-02-03btrfs: avoid transaction commit on error in del_balance_item()Filipe Manana1-4/+6
2026-02-03btrfs: update stale comment in __cow_file_range_inline()Filipe Manana1-2/+2
2026-02-03btrfs: remove duplicated root key setup in btrfs_create_tree()Filipe Manana1-5/+1
2026-02-03btrfs: zoned: re-flow prepare_allocation_zoned()Johannes Thumshirn1-17/+24
2026-02-03btrfs: shrink the size of btrfs_bioQu Wenruo1-7/+8
2026-02-03btrfs: remove ASSERT compatibility for gcc < 8.xDavid Sterba1-17/+0
2026-02-03btrfs: pass level to _btrfs_printk() to avoid parsing level from stringDavid Sterba2-45/+30
2026-02-03btrfs: simplify internal btrfs_printk helpersDavid Sterba1-5/+13
2026-02-03btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_groupJohannes Thumshirn1-4/+4
2026-02-03btrfs: merge setting ret and return retDavid Sterba13-63/+32
2026-02-03btrfs: remove dead assignment in prepare_one_folio()Massimiliano Pellizzer1-4/+2
2026-02-03btrfs: replace for_each_set_bit() with for_each_set_bitmap()Qu Wenruo1-10/+16
2026-02-03btrfs: concentrate the error handling of submit_one_sector()Qu Wenruo1-14/+15
2026-02-03btrfs: search for larger extent maps inside btrfs_do_readpage()Qu Wenruo1-1/+14
2026-02-03btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helperQu Wenruo4-22/+23
2026-02-03btrfs: enable direct IO for bs > ps casesQu Wenruo1-15/+2
2026-02-03btrfs: switch to library APIs for checksumsEric Biggers10-103/+137
2026-02-03btrfs: zoned: don't zone append to conventional zoneJohannes Thumshirn2-10/+12
2026-02-03btrfs: relax squota parent qgroup deletion ruleBoris Burkov1-15/+35
2026-02-03btrfs: check squota parent usage on membership changeBoris Burkov1-0/+39
2026-02-03btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai2-38/+18
2026-02-03btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()Sun YangKai2-14/+14
2026-02-03btrfs: update comment for visit_node_for_delete()Sun YangKai1-1/+0
2026-02-03btrfs: raid56: fix memory leak of btrfs_raid_bio::stripe_uptodate_bitmapFilipe Manana1-0/+1
2026-02-03erofs: avoid some unnecessary #ifdefsFerry Meng3-24/+14
2026-02-03erofs: handle end of filesystem properly for file-backed mountsGao Xiang1-12/+8
2026-02-03erofs: separate plain and compressed filesystems formallyGao Xiang6-42/+36
2026-02-03erofs: use inode_set_cached_link()Gao Xiang1-13/+21
2026-02-02fs: consolidate fsverity_info lookup in buffer.cChristoph Hellwig1-16/+11
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig6-26/+42
2026-02-02fsverity: deconstify the inode pointer in struct fsverity_infoChristoph Hellwig3-5/+6
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig8-66/+139
2026-02-02ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig3-30/+31
2026-02-02jfs: avoid -Wtautological-constant-out-of-range-compare warningArnd Bergmann1-2/+2
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig2-2/+7