summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-05-29vfs: replace ints with enum last_type for LAST_XXXJori Koolstra
2026-05-29vfs: make LAST_XXX private to fs/namei.cJori Koolstra
2026-05-29erofs: fix use-after-free on sbi->sync_decompressGao Xiang
2026-05-28ocfs2: reject non-inline dinodes with i_size and zero i_clustersMichael Bommarito
2026-05-28ocfs2: reject dinodes whose i_rdev disagrees with the file typeMichael Bommarito
2026-05-28ocfs2: reject dinodes with non-canonical i_mode typeMichael Bommarito
2026-05-28ocfs2: kill osb->system_file_mutex lockTetsuo Handa
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-28ocfs2: validate inline xattr header before reflinking inline xattrsZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before inline refcount attachZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before ibody removeZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before checking outside valuesZhengYuan Huang
2026-05-28ocfs2: validate inline xattr header before ibody lookupsZhengYuan Huang
2026-05-28ocfs2: don't BUG_ON an invalid journal dinodeZhengYuan Huang
2026-05-28ocfs2: reject inconsistent inode size before truncateZhengYuan Huang
2026-05-28treewide: fix indentation and whitespace in Kconfig filesAnand Moon
2026-05-28kunit: fat: test cluster and directory i_pos layout helpersAdi Nata
2026-05-28ocfs2: use kzalloc for quota recovery bitmap allocationTristan Madani
2026-05-28proc: use strnlen() for name validation in __proc_createThorsten Blum
2026-05-28proc: rewrite next_tgid()Alexey Dobriyan
2026-05-28proc: add tgid_iter.pid_ns memberAlexey Dobriyan
2026-05-28fanotify: simplify fanotify_error_event_equalThorsten Blum
2026-05-28fs/fcntl: fix SOFTIRQ-unsafe lock order in fasync signalingMingyu Wang
2026-05-28fs/pipe: pre-allocate pages outside pipe->mutex in anon_pipe_writeBreno Leitao
2026-05-28fs: retire stale comment in fget_task_next()Mateusz Guzik
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