summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi
2026-04-02ntfs3: fix memory leak in indx_create_allocate()Deepanshu Kartikey
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-02f2fs: fix to preserve previous reserve_{blocks,node} value when remountZhiguo Niu
2026-04-02f2fs: invalidate block device page cache on umountYongpeng Yang
2026-04-02f2fs: fix to freeze GC and discard threads quicklyDaeho Jeong
2026-04-02f2fs: fix to avoid uninit-value access in f2fs_sanity_check_node_footerChao Yu
2026-04-02f2fs: fix false alarm of lockdep on cp_global_sem lockChao Yu
2026-04-02f2fs: fix data loss caused by incorrect use of nat_entry flagYongpeng Yang
2026-04-02f2fs: fix to skip empty sections in f2fs_get_victimDaeho Jeong
2026-04-02f2fs: fix inline data not being written to disk in writeback pathYongpeng Yang
2026-04-02f2fs: fix fsck inconsistency caused by FGGC of node blockYongpeng Yang
2026-04-02f2fs: fix fsck inconsistency caused by incorrect nat_entry flag usageYongpeng Yang
2026-04-02f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu
2026-04-02f2fs: refactor node footer flag setting related codeYongpeng Yang
2026-04-02f2fs: refactor f2fs_move_node_folio functionYongpeng Yang
2026-04-02debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()Gui-Dong Han
2026-04-02debugfs: check for NULL pointer in debugfs_create_str()Gui-Dong Han
2026-04-02dcache.c: more idiomatic "positives are not allowed" sanity checksAl Viro
2026-04-02erofs: include the trailing NUL in FS_IOC_GETFSLABELZhan Xusheng
2026-04-02erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()Zhan Xusheng
2026-04-02erofs: verify metadata accesses for file-backed mountsGao Xiang
2026-04-02struct dentry: make ->d_u anonymousAl Viro
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro
2026-04-02fs/resctrl: Add "*" shorthand to set io_alloc CBM for all domainsAaron Tomlin
2026-04-02fs/resctrl: Report invalid domain ID when parsing io_alloc_cbmAaron Tomlin
2026-04-01exec: use strnlen() in __set_task_commThorsten Blum
2026-04-01fuse: fix inode initialization raceHorst Birthelmer
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover
2026-03-31pstore/ftrace: Keep ftrace module parameter and debugfs switch in syncGuilherme G. Piccoli
2026-03-31pstore/ram: fix resource leak when ioremap() failsCole Leavitt
2026-03-31pstore/ramoops: Fix ECC parameter help textGuilherme G. Piccoli
2026-03-31pstore/ramoops: Remove useless memblock headerGuilherme G. Piccoli
2026-03-31pstore: fix ftrace dump, when ECC is enabledAndrey Skvortsov
2026-03-31nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey
2026-03-31Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-31exfat: fix s_maxbytesDavid Timber
2026-03-31xfs: return default quota limits for IDs without a dquotRavi Singh
2026-03-31cachefiles: fix incorrect dentry refcount in cachefiles_cull()NeilBrown
2026-03-31fs: hide file and bfile caches behind runtime const machineryMateusz Guzik
2026-03-31fs: write a better comment in step_into() concerning .mnt assignmentMateusz Guzik
2026-03-31btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...robbieko
2026-03-30nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey
2026-03-30xfs: start gc on zonegc_low_space attribute updatesHans Holmberg
2026-03-30xfs: don't decrement the buffer LRU count for in-use buffersChristoph Hellwig
2026-03-30xfs: switch (back) to a per-buftarg buffer hashChristoph Hellwig
2026-03-30xfs: use a lockref for the buffer reference countChristoph Hellwig
2026-03-30xfs: don't keep a reference for buffers on the LRUChristoph Hellwig
2026-03-30dax: add fsdev.c driver for fs-dax on character daxJohn Groves