summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-08VFS: change lookup_one_common and lookup_noperm_common to take a qstrNeilBrown
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-04-08fs: unconditionally use atime_needs_update() in pick_link()Mateusz Guzik
2025-04-08fs: sort out cosmetic differences between stat funcs and add predictsMateusz Guzik
2025-04-07hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev
2025-04-07anon_inode: raise SB_I_NODEV and SB_I_NOEXECChristian Brauner
2025-04-07pidfs: use anon_inode_setattr()Christian Brauner
2025-04-07anon_inode: explicitly block ->setattr()Christian Brauner
2025-04-07pidfs: use anon_inode_getattr()Christian Brauner
2025-04-07anon_inode: use a proper mode internallyChristian Brauner
2025-04-07virtiofs: add filesystem context source name checkXiangsheng Hou
2025-04-07devpts: Fix type for uid and gid paramsDavid Howells
2025-04-07ovl: remove unused forward declarationGiuseppe Scrivano
2025-04-07ovl: don't allow datadir onlyMiklos Szeredi
2025-04-07gfs2: pass through holder from the VFS for freeze/thawChristian Brauner
2025-04-07super: use common iterator (Part 2)Christian Brauner
2025-04-07super: use a common iterator (Part 1)Christian Brauner
2025-04-07super: skip dying superblocks earlyChristian Brauner
2025-04-07super: simplify user_get_super()Christian Brauner
2025-04-07super: remove pointless s_root checksChristian Brauner
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)
2025-04-07vboxsf: Convert to writepagesMatthew Wilcox (Oracle)
2025-04-079p: Add a migrate_folio methodMatthew Wilcox (Oracle)
2025-04-07bfs: convert bfs to use the new mount apiPavel Reichl
2025-04-07cachefiles: Use lookup_one() rather than lookup_one_len()NeilBrown
2025-04-07nfsd: Use lookup_one() rather than lookup_one_len()NeilBrown
2025-04-07VFS: improve interface for lookup_one functionsNeilBrown
2025-04-07smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French
2025-04-07cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár
2025-04-06bcachefs: Use sort_nonatomic() instead of sort()Kent Overstreet
2025-04-06bcachefs: Remove unnecessary softdep on xxhashEric Biggers
2025-04-06bcachefs: use library APIs for ChaCha20 and Poly1305Eric Biggers
2025-04-06bcachefs: Fix duplicate "ro,read_only" in opts at startupKent Overstreet
2025-04-06bcachefs: Fix UAF in bchfs_read()Kent Overstreet
2025-04-06bcachefs: Use cpu_to_le16 for dirent lengthsGabriel Shahrouzi
2025-04-06bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucketGabriel Shahrouzi
2025-04-06bcachefs: Fix escape sequence in prt_printfGabriel Shahrouzi
2025-04-06Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-04isofs: Prevent the use of too small fidEdward Adam Davis
2025-04-03Merge tag 'v6.15rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-04-03fs: actually hold the namespace semaphoreChristian Brauner
2025-04-03Merge tag 'bcachefs-2025-04-03' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-03Merge tag '9p-for-6.15-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2025-04-03ceph: Fix incorrect flush end position calculationDavid Howells
2025-04-03Merge tag 'mm-hotfixes-stable-2025-04-02-21-57' of git://git.kernel.org/pub/s...Linus Torvalds