summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-04-11mount: ensure we don't pointlessly walk the mount treeChristian Brauner
2025-04-11afs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells
2025-04-10Merge tag 'bcachefs-2025-04-10' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-10ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn
2025-04-10erofs: remove duplicate codeBo Liu
2025-04-09smb3: Add defines for two new FileSystemAttributesSteve French
2025-04-10f2fs: clean up unnecessary indentationJaegeuk Kim
2025-04-10f2fs: fix to do sanity check on ino and xnidChao Yu
2025-04-10f2fs: add a fast path in finish_preallocate_blocks()Chao Yu
2025-04-10f2fs: zone: fix to avoid inconsistence in between SIT and SSAChao Yu
2025-04-10f2fs: fix to set atomic write status more clearChao Yu
2025-04-10f2fs: fix to update injection attrs according to fault_optionChao Yu
2025-04-10f2fs: add a proc entry show inject statsChao Yu
2025-04-10f2fs: remove redundant assignment to variable errColin Ian King
2025-04-09cifs: Fix querying of WSL CHR and BLK reparse points over SMB1Pali Rohár
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár
2025-04-09cifs: Improve handling of name surrogate reparse points in reparse.cPali Rohár
2025-04-09cifs: Remove explicit handling of IO_REPARSE_TAG_MOUNT_POINT in inode.cPali Rohár
2025-04-09cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE modePali Rohár
2025-04-09smb: client: fix UAF in decryption with multichannelPaulo Alcantara
2025-04-09erofs: fix encoded extents handlingGao Xiang
2025-04-09erofs: add __packed annotation to union(__le16..)Gao Xiang
2025-04-09erofs: set error to bio if file-backed IO failsSheng Yong
2025-04-08fscrypt: add support for hardware-wrapped keysEric Biggers
2025-04-08cifs: Fix support for WSL-style symlinksPali Rohár
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)