summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-475/+1157
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2026-04-02debugfs: fix placement of EXPORT_SYMBOL_GPL for debugfs_create_str()Gui-Dong Han-1/+1
2026-04-02debugfs: check for NULL pointer in debugfs_create_str()Gui-Dong Han-1/+4
2026-04-02erofs: include the trailing NUL in FS_IOC_GETFSLABELZhan Xusheng-1/+1
2026-04-02erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()Zhan Xusheng-2/+1
2026-04-02erofs: verify metadata accesses for file-backed mountsGao Xiang-0/+14
2026-04-02fs/resctrl: Add "*" shorthand to set io_alloc CBM for all domainsAaron Tomlin-4/+17
2026-04-02fs/resctrl: Report invalid domain ID when parsing io_alloc_cbmAaron Tomlin-0/+1
2026-04-01exec: use strnlen() in __set_task_commThorsten Blum-1/+1
2026-04-01fuse: fix inode initialization raceHorst Birthelmer-2/+5
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover-0/+4
2026-03-31pstore/ftrace: Keep ftrace module parameter and debugfs switch in syncGuilherme G. Piccoli-11/+9
2026-03-31pstore/ram: fix resource leak when ioremap() failsCole Leavitt-0/+4
2026-03-31pstore/ramoops: Fix ECC parameter help textGuilherme G. Piccoli-1/+1
2026-03-31pstore/ramoops: Remove useless memblock headerGuilherme G. Piccoli-1/+0
2026-03-31pstore: fix ftrace dump, when ECC is enabledAndrey Skvortsov-3/+3
2026-03-31nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey-0/+6
2026-03-31Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-24/+39
2026-03-31exfat: fix s_maxbytesDavid Timber-3/+10
2026-03-31xfs: return default quota limits for IDs without a dquotRavi Singh-1/+42
2026-03-31cachefiles: fix incorrect dentry refcount in cachefiles_cull()NeilBrown-0/+5
2026-03-31fs: hide file and bfile caches behind runtime const machineryMateusz Guzik-13/+20
2026-03-31fs: write a better comment in step_into() concerning .mnt assignmentMateusz Guzik-1/+1
2026-03-31btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...robbieko-1/+1
2026-03-30nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey-0/+3
2026-03-30xfs: start gc on zonegc_low_space attribute updatesHans Holmberg-1/+27
2026-03-30xfs: don't decrement the buffer LRU count for in-use buffersChristoph Hellwig-10/+12
2026-03-30xfs: switch (back) to a per-buftarg buffer hashChristoph Hellwig-69/+18
2026-03-30xfs: use a lockref for the buffer reference countChristoph Hellwig-55/+39
2026-03-30xfs: don't keep a reference for buffers on the LRUChristoph Hellwig-92/+50
2026-03-30gfs2: bufdata allocation raceAndreas Gruenbacher-11/+14
2026-03-29ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada-32/+134
2026-03-30erofs: harden h_shared_count in erofs_init_inode_xattrs()Utkal Singh-0/+8
2026-03-29Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-36/+162
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera-2/+2
2026-03-29Merge tag 'ovl-fixes-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+58
2026-03-29Merge tag 'ext4_for_linus-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-114/+449
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-39/+74
2026-03-27ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparisonJunrui Luo-1/+1
2026-03-27ocfs2/dlm: validate qr_numregions in dlm_match_regions()Junrui Luo-0/+8
2026-03-27ocfs2: remove redundant error code assignmentAlexey Velichayshiy-1/+0
2026-03-27ocfs2: fix possible deadlock between unlink and dio_end_io_writeJoseph Qi-2/+1
2026-03-27ocfs2: fix deadlock when creating quota fileHeming Zhao-2/+18
2026-03-27proc: array: drop stale FIXME about RCU in task_sig()Jaime Saguillo Revilla-1/+1
2026-03-27ext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o-7/+5
2026-03-27ext4: handle wraparound when searching for blocks for indirect mapped blocksTheodore Ts'o-0/+2
2026-03-27ext4: skip split extent recovery on corruptionhongao-3/+13
2026-03-27ext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li-5/+8
2026-03-27ext4: fix deadlock on inode reallocationJan Kara-0/+21