summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-02-03btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()Filipe Manana
2026-02-03btrfs: don't call btrfs_handle_fs_error() after failure to delete orphan itemFilipe Manana
2026-02-03btrfs: don't call btrfs_handle_fs_error() after failure to join transactionFilipe Manana
2026-02-03btrfs: remove redundant path release in btrfs_find_orphan_roots()Filipe Manana
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-03erofs: avoid some unnecessary #ifdefsFerry Meng
2026-02-03erofs: handle end of filesystem properly for file-backed mountsGao Xiang
2026-02-03erofs: separate plain and compressed filesystems formallyGao Xiang
2026-02-03erofs: use inode_set_cached_link()Gao Xiang
2026-02-02fs: consolidate fsverity_info lookup in buffer.cChristoph Hellwig
2026-02-02fsverity: push out fsverity_info lookupChristoph Hellwig
2026-02-02fsverity: deconstify the inode pointer in struct fsverity_infoChristoph Hellwig
2026-02-02fsverity: kick off hash readahead at data I/O submission timeChristoph Hellwig
2026-02-02ext4: move ->read_folio and ->readahead to readpage.cChristoph Hellwig
2026-02-02jfs: avoid -Wtautological-constant-out-of-range-compare warningArnd Bergmann
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig
2026-02-02fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folioChristoph Hellwig
2026-02-02pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAINOlga Kornievskaia
2026-02-02smb/client: fix memory leak in SendReceive()ChenXiaoSong
2026-02-02smb/client: fix memory leak in smb2_open_file()ChenXiaoSong
2026-02-02dlm: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2026-02-02pidfs: return -EREMOTE when PIDFD_GET_INFO is called on another nsLuca Boccassi
2026-01-31ocfs2: fix reflink preserve cleanup issueHeming Zhao
2026-01-31Merge tag 'efi-fixes-for-v6.19-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-01-31f2fs: introduce trace_f2fs_priority_updateChao Yu
2026-01-31f2fs: fix lock priority inversion issueChao Yu