summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-03-20Merge tag 'v6.14-rc7-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-73/+69
2025-03-20Merge tag 'vfs-6.14-final.fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-23/+22
2025-03-20Merge tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+49
2025-03-20libfs: Fix duplicate directory entry in offset_dir_lookupYongjian Sun1-1/+1
2025-03-19fuse: fix possible deadlock if rings are never initializedLuis Henriques1-1/+1
2025-03-19netfs: Fix netfs_unbuffered_read() to return ssize_t rather than intDavid Howells1-3/+3
2025-03-19netfs: Fix rolling_buffer_load_from_ra() to not clear mark bitsDavid Howells1-4/+0
2025-03-19netfs: Call `invalidate_cache` only if implementedMax Kellermann1-1/+2
2025-03-19netfs: Fix collection of results during pause when collection offloadedDavid Howells1-8/+10
2025-03-19fuse: fix uring race condition for null dereference of fcJoanne Koong1-2/+2
2025-03-19afs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells1-3/+3
2025-03-18efivarfs: fix NULL dereference on resumeJames Bottomley1-2/+48
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds4-5/+27
2025-03-17smb: client: don't retry IO on failed negprotos with soft mountsPaulo Alcantara2-73/+69
2025-03-17efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resumeArd Biesheuvel1-1/+1
2025-03-16squashfs: fix invalid pointer dereference in squashfs_cache_deleteZhiyu Zhang1-1/+1
2025-03-16proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-03-15Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-16/+0
2025-03-14Merge tag 'v6.14-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds7-39/+45
2025-03-14Merge tag 'v6.14-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-11/+23
2025-03-14Merge tag 'bcachefs-2025-03-14.2' of git://evilpiepirate.org/bcachefsLinus Torvalds1-1/+2
2025-03-14bcachefs: fix build on 32 bit in get_random_u64_below()Kent Overstreet1-1/+2
2025-03-14Merge tag 'xfs-fixes-6.14-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+3
2025-03-14Merge tag 'bcachefs-2025-03-14' of git://evilpiepirate.org/bcachefsLinus Torvalds2-1/+28
2025-03-14bcachefs: Change btree wb assert to runtime errorKent Overstreet2-1/+28
2025-03-14xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-13Merge tag 'bcachefs-2025-03-13' of git://evilpiepirate.org/bcachefsLinus Torvalds7-24/+36
2025-03-13Merge tag 'vfs-6.14-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds5-12/+23
2025-03-13bcachefs: bch2_get_random_u64_below()Kent Overstreet3-11/+16
2025-03-13bcachefs: target_congested -> get_random_u32_below()Kent Overstreet1-1/+1
2025-03-13Revert "xfs: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-13/+0
2025-03-13Revert "ext4: add pre-content fsnotify hook for DAX faults"Amir Goldstein1-3/+0
2025-03-13smb: client: Fix match_session bug preventing session reuseHenrique Carvalho1-4/+12
2025-03-13cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-13cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-13cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-13cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-13smb: client: fix regression with guest optionPaulo Alcantara1-0/+4
2025-03-13bcachefs: fix tiny leak in bch2_dev_add()Kent Overstreet1-5/+6
2025-03-11bcachefs: Make sure trans is unlocked when submitting read IOKent Overstreet1-6/+11
2025-03-11bcachefs: Initialize from_inode members for bch_io_optsRoxana Nicolescu1-0/+1
2025-03-11bcachefs: Fix b->written overflowAlan Huang1-1/+1
2025-03-11vboxsf: Add __nonstring annotations for unterminated stringsKees Cook1-2/+1
2025-03-10ksmbd: prevent connection release during oplock break notificationNamjae Jeon4-12/+30
2025-03-10ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon4-27/+15
2025-03-10Merge afs RCU pathwalk fixChristian Brauner4-10/+22
2025-03-10afs: Fix afs_atcell_get_link() to handle RCU pathwalkDavid Howells4-10/+22
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2025-03-07Merge tag 'execve-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+13
2025-03-07Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+10