summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-02-21make use of anon_inode_getfile_fmode()Al Viro
2025-02-21vfs: catch invalid modes in may_open()Mateusz Guzik
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik
2025-02-21btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo
2025-02-21btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana
2025-02-21btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana
2025-02-21btrfs: fix use-after-free on inode when scanning root during em shrinkingFilipe Manana
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-20bcachefs: Fix memmove when move keys downAlan Huang
2025-02-20bcachefs: print op->nonce on data update inconsistencyKent Overstreet
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-20smb: client: Add check for next_buffer in receive_encrypted_standard()Haoxiang Li
2025-02-20Merge tag 'v6.14-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-02-20Merge tag 'bcachefs-2025-02-20' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-02-20Merge tag 'xfs-fixes-6.14-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-02-20fs/jfs: consolidate sanity checking in dbMountDave Kleikamp
2025-02-20jfs: add sanity check for agwidth in dbMountEdward Adam Davis
2025-02-20jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis
2025-02-20fs/jfs: Prevent integer overflow in AG size calculationRand Deeb
2025-02-20fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb
2025-02-20fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2025-02-20eventpoll: add epoll_sendevents() helperJens Axboe
2025-02-20eventpoll: abstract out ep_try_send_events() helperJens Axboe
2025-02-20eventpoll: abstract out parameter sanity checkingJens Axboe
2025-02-20nsfs: validate ioctlsChristian Brauner
2025-02-19Merge tag 'mm-hotfixes-stable-2025-02-19-17-49' of git://git.kernel.org/pub/s...Linus Torvalds
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