summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-16ksmbd: pin conn during async oplock break notificationQihang
2026-07-16ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov
2026-07-14smb/client: flush dirty data before punching a holeHuiwen He
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko
2026-07-14dax: fix misleading comment about share/index union in dax_folio_reset_order()John Groves
2026-07-14hfs: don't re-dirty MDB buffers after a write failureViacheslav Dubeyko
2026-07-14hfsplus: fix error code when writing beyond volume capacityViacheslav Dubeyko
2026-07-14hfs: fix error code when writing beyond volume capacityViacheslav Dubeyko
2026-07-14hfsplus: validate thread record before delete key rebuildKyle Zeng
2026-07-14hfs: validate catalog CNIDs before instantiating inodesDavid Maximiliano Hermitte
2026-07-14fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()HE WEI(ギカク)
2026-07-14fs/ntfs3: cosmetic fixes and improvementsKonstantin Komarov
2026-07-14fs/ntfs3: widen inode/record number storage to u64Konstantin Komarov
2026-07-14Merge tag 'for-7.2-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-07-14xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong
2026-07-14xfs: clamp timestamp nanoseconds correctlyDarrick J. Wong
2026-07-14xfs: fully check the parent handle when it points to the rootdirDarrick J. Wong
2026-07-14xfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong
2026-07-14xfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong
2026-07-14xfs: set xfarray killable sort correctlyDarrick J. Wong
2026-07-14xfs: grab rtrmap btree when checking rgsuperDarrick J. Wong
2026-07-14xfs: write the rg superblock when fixing itDarrick J. Wong
2026-07-14xfs: use the rt version of the cow staging checkerDarrick J. Wong
2026-07-14xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong
2026-07-14xfs: don't wrap around quota ids in dqiterateDarrick J. Wong
2026-07-14xfs: move cow_replace_mapping to xfs_bmap_util.cDarrick J. Wong
2026-07-14xfs: make cow repair somewhat flaky when debugging knob enabledDarrick J. Wong
2026-07-14xfs: don't replace the wrong part of the cow forkDarrick J. Wong
2026-07-14xfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong
2026-07-14btrfs: fix GET_SUBVOL_INFO after compat refactorDaan De Meyer
2026-07-14btrfs: free mapping node on duplicate reloc root insertGuanghui Yang
2026-07-14btrfs: fix a regression where PAGECACHE_TAG_DIRTY is never clearedQu Wenruo
2026-07-14btrfs: don't propagate EXTENT_FLAG_LOGGING to split extent mapsLeo Martins
2026-07-14btrfs: fix u32 to s64 type conversion in dirty_metadata_bytes accountingDave Chen
2026-07-14btrfs: fix NULL pointer deref during assertion in btrfs_backref_free_node()Filipe Manana
2026-07-14btrfs: only account delalloc bytes for regular file inodes in btrfs_getattr()Dave Chen
2026-07-14btrfs: reject inline file extents item in get_new_location()Qu Wenruo
2026-07-14btrfs: do not try compression for data reloc inodesQu Wenruo
2026-07-14btrfs: fix reloc root cleanup in merge_reloc_roots()Filipe Manana
2026-07-14btrfs: fix use-after-free on reloc root after error in insert_dirty_subvol()Filipe Manana
2026-07-13fs/resctrl: Fix UAF from worker threads when domains are removedReinette Chatre
2026-07-13fs/resctrl: Prevent deadlock and use-after-free in info file handlersReinette Chatre
2026-07-13fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()Reinette Chatre
2026-07-13fs/resctrl: Fix deadlock on errors during mountReinette Chatre
2026-07-13fs/resctrl: Move functions to avoid forward references in subsequent fixesTony Luck
2026-07-13x86,fs/resctrl: Document safe RCU list traversalReinette Chatre
2026-07-13Merge tag 'nfsd-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-07-13smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He