summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
10 daysnilfs2: reject invalid block index in GC ioctlRyusuke Konishi
10 daysext4: propagate errors from fast commit range replayGuanghui Yang
10 daysRevert "smb: client: use kvzalloc() for megabyte buffer in simple fallocate"Sasha Levin
10 daysjfs: add check read-only before txBeginAnon() callVasiliy Kovalev
10 daysjfs: add check read-only before truncation in jfs_truncate_nolock()Vasiliy Kovalev
10 daysext4: don't enable DAX on new encrypted filesEric Biggers
2026-08-27iomap: adjust read range correctly for non-block-aligned positionsJoanne Koong
2026-08-27xfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov
2026-08-27xfs: fix ilock leak on error in xfs_dq_get_next_idLong Li
2026-08-27xfs: validate attr entry pointer before field accessHongling Zeng
2026-08-27ext4: clear error before retrying inode xattr space fallbackGuanghui Yang
2026-08-27ext4: stop retrying saturated xattr cache entriesMatthias Goergens
2026-08-27ocfs2: fix missing metadata reservation for large xattrsIan Bridges
2026-08-23binfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner
2026-08-23binfmt_misc: restore write access when removing an entryChristian Brauner
2026-08-23fs: don't block write during exec on pre-content watched filesAmir Goldstein
2026-08-23super: fix emergency thaw deadlock on frozen block devicesChristian Brauner
2026-08-23ceph: fix hanging __ceph_get_caps() with stale mds_wantedMax Kellermann
2026-08-23ceph: rename _to_client() to _to_fs_client()Xiubo Li
2026-08-23ceph: avoid fs reclaim while using current->journal_infoMax Kellermann
2026-08-23ovl: use linked upper dentry in copy-up tmpfileSouvik Banerjee
2026-08-23smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover
2026-08-239p: skip nlink update in cacheless mode to fix WARN_ONBreno Leitao
2026-08-23jbd2: fix integer underflow in jbd2_journal_initialize_fast_commit()Junrui Luo
2026-08-23jbd2: add a helper to find out number of fast commit blocksHarshad Shirwadkar
2026-08-23VFS/audit: introduce kern_path_parent() for auditNeilBrown
2026-08-23f2fs: fix UAF issue in f2fs_merge_page_bio()Chao Yu
2026-08-23xfs: check v5 superblock features earlyChristoph Hellwig
2026-08-23ceph: fix MDS random selection readiness predicateYiming Zhu
2026-08-19fscrypt: Replace mk_users keyring with simple listEric Biggers
2026-08-19NFS: Pin the 'struct nfs_server' during a FREE_STATEID callAnna Schumaker
2026-08-19nfs4: take a reference on the nfs_client when running FREE_STATEIDScott Mayhew
2026-08-19mount: honour SB_NOUSER in the new mount APIAl Viro
2026-08-19binfmt_misc: reject a flag character as the field delimiterChristian Brauner
2026-08-19smb: client: fix buffer leaks in SMB1 read and writeDawei Feng
2026-08-19proc: Fix broken error paths for namespace linksJann Horn
2026-08-19binfmt_elf_fdpic: only honour the first PT_INTERPChristian Brauner
2026-08-19ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()Bryam Vargas
2026-08-19binfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner
2026-08-19exec: fix unsigned loop counter wrap in transfer_args_to_stack()Christian Brauner
2026-08-19smb/client: handle overlapping allocated ranges in fallocateHuiwen He
2026-08-19btrfs: reject free space cache with more entries than pagesXiang Mei
2026-08-19btrfs: remove crc_check logic from free spaceNikolay Borisov
2026-07-24btrfs: do not trim a device which is not writeableQu Wenruo
2026-07-24hfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani
2026-07-24hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko
2026-07-24xfs: use null daddr for unset first bad log blockYousef Alhouseen
2026-07-24xfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih
2026-07-24xfs: reflect sb features in xfs_mountDave Chinner
2026-07-24proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn