aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-02debugfs: check for NULL pointer in debugfs_create_str()Gui-Dong Han1-1/+4
2026-04-02dcache.c: more idiomatic "positives are not allowed" sanity checksAl Viro1-5/+5
2026-04-02erofs: include the trailing NUL in FS_IOC_GETFSLABELZhan Xusheng1-1/+1
2026-04-02erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()Zhan Xusheng1-2/+1
2026-04-02erofs: verify metadata accesses for file-backed mountsGao Xiang1-0/+14
2026-04-02struct dentry: make ->d_u anonymousAl Viro5-28/+28
2026-04-02for_each_alias(): helper macro for iterating through dentries of given inodeAl Viro9-11/+11
2026-04-02fs/resctrl: Add "*" shorthand to set io_alloc CBM for all domainsAaron Tomlin1-4/+17
2026-04-02fs/resctrl: Report invalid domain ID when parsing io_alloc_cbmAaron Tomlin1-0/+1
2026-04-01exec: use strnlen() in __set_task_commThorsten Blum1-1/+1
2026-04-01fuse: fix inode initialization raceHorst Birthelmer1-2/+5
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
2026-03-31pstore/ftrace: Keep ftrace module parameter and debugfs switch in syncGuilherme G. Piccoli1-11/+9
2026-03-31pstore/ram: fix resource leak when ioremap() failsCole Leavitt1-0/+4
2026-03-31pstore/ramoops: Fix ECC parameter help textGuilherme G. Piccoli1-1/+1
2026-03-31pstore/ramoops: Remove useless memblock headerGuilherme G. Piccoli1-1/+0
2026-03-31pstore: fix ftrace dump, when ECC is enabledAndrey Skvortsov1-3/+3
2026-03-31nilfs2: reject zero bd_oblocknr in nilfs_ioctl_mark_blocks_dirty()Deepanshu Kartikey1-0/+6
2026-03-31Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-24/+39
2026-03-31exfat: fix s_maxbytesDavid Timber3-3/+10
2026-03-31xfs: return default quota limits for IDs without a dquotRavi Singh1-1/+42
2026-03-31cachefiles: fix incorrect dentry refcount in cachefiles_cull()NeilBrown1-0/+5
2026-03-31fs: hide file and bfile caches behind runtime const machineryMateusz Guzik2-13/+20
2026-03-31fs: write a better comment in step_into() concerning .mnt assignmentMateusz Guzik1-1/+1
2026-03-31btrfs: fix incorrect return value after changing leaf in lookup_extent_data_ref()robbieko1-1/+1
2026-03-30nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_mapDeepanshu Kartikey1-0/+3
2026-03-30xfs: start gc on zonegc_low_space attribute updatesHans Holmberg3-1/+27
2026-03-30xfs: don't decrement the buffer LRU count for in-use buffersChristoph Hellwig1-10/+12
2026-03-30xfs: switch (back) to a per-buftarg buffer hashChristoph Hellwig5-69/+18
2026-03-30xfs: use a lockref for the buffer reference countChristoph Hellwig3-55/+39
2026-03-30xfs: don't keep a reference for buffers on the LRUChristoph Hellwig2-92/+50
2026-03-30dax: add fsdev.c driver for fs-dax on character daxJohn Groves1-0/+1
2026-03-30dax: Factor out dax_folio_reset_order() helperJohn Groves1-18/+55
2026-03-30gfs2: bufdata allocation raceAndreas Gruenbacher1-11/+14
2026-03-29ksmbd: fix OOB write in QUERY_INFO for compound requestsAsim Viladi Oglu Manizada3-31/+133
2026-03-30erofs: harden h_shared_count in erofs_init_inode_xattrs()Utkal Singh1-0/+8
2026-03-29NFSD: Sign filehandlesBenjamin Coddington3-5/+72
2026-03-29NFSD/export: Add sign_fh export optionBenjamin Coddington1-2/+3
2026-03-29NFSD: Add a key for signing filehandlesBenjamin Coddington4-3/+63
2026-03-29nfsd: use dynamic allocation for oversized NFSv4.0 replay cacheChuck Lever3-12/+39
2026-03-29nfsd: convert global state_lock to per-net deleg_lockJeff Layton3-31/+36
2026-03-29lockd: Remove dead code from fs/lockd/xdr4.cChuck Lever6-371/+8
2026-03-29lockd: Remove C macros that are no longer usedChuck Lever1-10/+1
2026-03-29lockd: Add LOCKD_SHARE_SVID constant for DOS sharing modeChuck Lever3-3/+7
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedureChuck Lever1-92/+33
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedureChuck Lever1-57/+44
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedureChuck Lever1-36/+62
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 SHARE procedureChuck Lever1-37/+81
2026-03-29lockd: Prepare share helpers for xdrgen conversionChuck Lever4-21/+36
2026-03-29lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()Chuck Lever2-7/+12