summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-05-28fs/qnx6: fix pointer arithmetic in directory iterationArpith Kalaginanavoor
2026-05-28VFS: fix possible failure to unlock in nfsd4_create_file()NeilBrown
2026-05-28fs: fix spelling mistakes in commentQingshuang Fu
2026-05-28bfs: replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-05-28binfmt_misc: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-28configfs: replace __get_free_pages() with kzalloc()Mike Rapoport (Microsoft)
2026-05-28fs/namespace: use __getname() to allocate mntpath bufferMike Rapoport (Microsoft)
2026-05-27smb: client: fix uninitialized variable in smb2_writev_callbackSteve French
2026-05-27smb: client: detect short folioq copy in cifs_copy_folioq_to_iter()Jeremy Erazo
2026-05-27hfs: rework hfsplus_readdir() logicViacheslav Dubeyko
2026-05-27fs/select: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-27fuse: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-27isofs: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-27jbd2: replace __get_free_pages() with kmalloc()Mike Rapoport (Microsoft)
2026-05-27jfs: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-27libfs: simple_transaction_get(): replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-05-27NFSD: replace __get_free_page() with kmalloc() in nfsd_buffered_readdir()Mike Rapoport (Microsoft)
2026-05-27NFS: remove unused page and page2 in nfs4_replace_transport()Mike Rapoport (Microsoft)
2026-05-27NFS: replace __get_free_page() with kmalloc() in nfs_show_devname()Mike Rapoport (Microsoft)
2026-05-27nilfs2: replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)
2026-05-27ocfs2/dlm: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-27proc: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-27quota: allocate dquot_hash with kmalloc()Mike Rapoport (Microsoft)
2026-05-27fs: jbd2: use clear_and_wake_up_bit() in journal_end_buffer_io_sync()Agatha Isabelle Moreira
2026-05-27fs: buffer: use clear_and_wake_up_bit() in unlock_buffer()Agatha Isabelle Moreira
2026-05-26ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTL_SET...Sean Shen
2026-05-26ksmbd: release ksmbd_inode ref via ksmbd_inode_put on lookup pathsAleksandr Golovnya
2026-05-26ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loopsAli Ganiyev
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-05-26direct-io: remove IOCB_NOWAIT supportChristoph Hellwig
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-26genirq/proc: Speed up /proc/interrupts iterationThomas Gleixner
2026-05-26x86/irq: Move IOAPIC misrouted and PIC/APIC error counts into irq_statsThomas Gleixner
2026-05-26exec: free the old mm outside the exec locksrefs/merge-window/d72f629726433dd34b82ee31359234a9e00e8c98Christian Brauner
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)
2026-05-25isofs: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-25quota: allocate dquot_hash with kmalloc()Mike Rapoport (Microsoft)
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov
2026-05-25hpfs: fix a crash if hpfs_map_dnode_bitmap failsMikulas Patocka
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich
2026-05-23Merge tag 'v7.1-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-05-23Merge tag 'for-7.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-05-23Merge tag 'xfs-fixes-7.1-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-05-23Merge tag 'driver-core-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-05-23Merge tag 'xfs-fixes-7.1-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linu...Carlos Maiolino
2026-05-22Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-05-22Merge tag 'zonefs-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2026-05-22fuse: reject fuse_notify() pagecache ops on directoriesJann Horn
2026-05-22fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn