summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-19bcachefs: Fix srcu lock warning in btree_update_nodes_written()Kent Overstreet
2025-02-19jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han
2025-02-19bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet
2025-02-19jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz
2025-02-19NFSv4: Fix a deadlock when recovering state on a sillyrenamed fileTrond Myklebust
2025-02-19NFS: Adjust delegated timestamps for O_DIRECT reads and writesTrond Myklebust
2025-02-19NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust
2025-02-19jfs: add check read-only before truncation in jfs_truncate_nolock()Vasiliy Kovalev
2025-02-19jfs: add check read-only before txBeginAnon() callVasiliy Kovalev
2025-02-19jfs: reject on-disk inodes of an unsupported typeDmitry Antipov
2025-02-19bcachefs: Fix fsck directory i_size checkingKent Overstreet
2025-02-19ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_upVasiliy Kovalev
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-02-19kernfs: Drop kernfs_rwsem while invoking lookup_positive_unlocked().Sebastian Andrzej Siewior
2025-02-19ovl: allow to specify override credentialsChristian Brauner
2025-02-19VFS: add common error checks to lookup_one_qstr_excl()NeilBrown
2025-02-19VFS: change kern_path_locked() and user_path_locked_at() to never return nega...NeilBrown
2025-02-18ubifs: Switch to use hrtimer_setup()Nam Cao
2025-02-18timerfd: Switch to use hrtimer_setup()Nam Cao
2025-02-18Merge tag 'fuse-fixes-6.14-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner
2025-02-17procfs: fix a locking bug in a vmcore_add_device_dump() error pathBart Van Assche
2025-02-17net: use napi_id_valid helperStefano Jordhani
2025-02-17Revert "fsverity: relax build time dependency on CRYPTO_SHA256"Eric Biggers
2025-02-17Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"Eric Biggers
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-17btrfs: selftests: fix btrfs_test_delayed_refs() leak of transactionDavid Disseldorp
2025-02-17coredump: Fixes core_pipe_limit sysctl proc_handlerNicolas Bouchinet
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman
2025-02-16smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior
2025-02-15kernfs: Don't re-lock kernfs_root::kernfs_rwsem in kernfs_fop_readdir().Sebastian Andrzej Siewior
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_node_dentry().Sebastian Andrzej Siewior
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_get_parent_dentry().Sebastian Andrzej Siewior
2025-02-15kernfs: Acquire kernfs_rwsem in kernfs_notify_workfn().Sebastian Andrzej Siewior
2025-02-14Merge tag 'v6.14-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-02-14ext2: Remove reference to bh->b_pageMatthew Wilcox (Oracle)
2025-02-14fuse: revert back to __readahead_folio() for readaheadJoanne Koong
2025-02-14xfs: flush inodegc before swaponChristoph Hellwig
2025-02-14xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig
2025-02-14xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong
2025-02-13bpf: fs/xattr: Add BPF kfuncs to set and remove xattrsSong Liu
2025-02-13fs/xattr: bpf: Introduce security.bpf. xattr name prefixSong Liu
2025-02-13Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds