summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-05-19hfs: fix incorrect inode ID assignment in hfs_new_inode()Viacheslav Dubeyko
2026-05-19Merge tag 'v7.1-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-05-19Merge tag 'ntfs-for-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-05-19smb: client: use data_len for SMB2 READ encrypted folioq copyJeremy Erazo
2026-05-19smb: client: reject userspace cifs.spnego descriptionsAsim Viladi Oglu Manizada
2026-05-19smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()Henrique Carvalho
2026-05-199p: invalidate readdir buffer on seekPierre Barre
2026-05-199p: use kvzalloc for readdir bufferPierre Barre
2026-05-18cifs: Fix undefined variablesDavid Howells
2026-05-18Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-05-18ovl: keep err zero after successful ovl_cache_get()Nirmoy Das
2026-05-18iomap: don't make REQ_POLLED imply REQ_NOWAITChristoph Hellwig
2026-05-18udf: validate free block extents against the partition lengthMichael Bommarito
2026-05-16btrfs: swallow btrfs_record_squota_delta() ENOENTBoris Burkov
2026-05-16btrfs: clamp to avoid squota underflowBoris Burkov
2026-05-16btrfs: fix squota accounting during enable generationBoris Burkov
2026-05-16btrfs: check for subvolume before deleting squota qgroupBoris Burkov
2026-05-16btrfs: always drop root->inodes lock before cond_resched()Boris Burkov
2026-05-16btrfs: mark file extent range dirty after converting prealloc extentsRobbie Ko
2026-05-15Merge tag 'v7.1-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-05-15Merge tag 'ceph-for-7.1-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-05-15Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-05-15Merge tag 'xfs-fixes-7.1-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-05-15Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-05-15Merge tag 'block-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-05-15fsnotify: add fsnotify_modify_mark_mask()Jeff Layton
2026-05-15fsnotify: new tracepoint in fsnotify()Jeff Layton
2026-05-15filelock: add an inode_lease_ignore_mask helperJeff Layton
2026-05-15filelock: add a tracepoint to start of break_lease()Jeff Layton
2026-05-15filelock: add support for ignoring deleg breaks for dir change eventsJeff Layton
2026-05-15filelock: pass current blocking lease to trace_break_lease_block() rather tha...Jeff Layton
2026-05-15nfsd: Cap case-folding probe cost across READDIR entriesChuck Lever
2026-05-15nfsd: Map -ESTALE from case probe to NFS3ERR_STALEChuck Lever
2026-05-15nfsd: Use kernel credentials for case-info probeChuck Lever
2026-05-15nfs: Skip pathconf probe when neither field is consumedChuck Lever
2026-05-15nfs: Avoid transient zeroed case capability bits during probeChuck Lever
2026-05-15Merge patch series "io_uring related epoll cleanups"Christian Brauner
2026-05-15eventpoll: rename struct epoll_filefd to epoll_keyJens Axboe
2026-05-15eventpoll: add file based control interfaceJens Axboe
2026-05-15eventpoll: export is_file_epoll()Jens Axboe
2026-05-15eventpoll: pass struct epoll_filefd through ep_find() and ep_insert()Jens Axboe
2026-05-15cachefiles: Fix error return when vfs_mkdir() failsHongling Zeng
2026-05-14smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter()David Howells
2026-05-14smb: client: avoid integer overflow in SMB2 READ length checkJeremy Erazo
2026-05-14cifs: client: stage smb3_reconfigure() updates and restore ctx on failureDaeMyung Kang
2026-05-14smb/client: fix possible infinite loop and oob read in symlink_data()Ye Bin
2026-05-13ksmbd: fix null pointer dereference in compare_guid_key()Jeremy Laratro
2026-05-13ksmbd: fix null pointer dereference in proc_show_files()Jeremy Laratro
2026-05-13ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflowFerry Meng
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig