summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-11-05binfmt_misc: restore write access before closing files opened by open_exec()Zilin Guan
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari
2025-11-05Fix a drop_nlink warning in minix_renameJori Koolstra
2025-11-05Fix a drop_nlink warning in minix_rmdirJori Koolstra
2025-11-05Add error handling to minix filesystem for inode corruption detectionJori Koolstra
2025-11-05xfs: support sub-block aligned vectors in always COW modeChristoph Hellwig
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo
2025-11-05xfs: error tag to force zeroing on debug kernelsBrian Foster
2025-11-05iomap: remove old partial eof zeroing optimizationBrian Foster
2025-11-05xfs: fill dirty folios on zero range of unwritten mappingsBrian Foster
2025-11-05xfs: always trim mapping to requested range for zero rangeBrian Foster
2025-11-05iomap: optional zero range dirty folio processingBrian Foster
2025-11-05iomap: remove pos+len BUG_ON() to after folio lookupBrian Foster
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong
2025-11-05fuse: use iomap for readaheadJoanne Koong
2025-11-05fuse: use iomap for read_folioJoanne Koong
2025-11-05iomap: make iomap_read_folio() a void returnJoanne Koong
2025-11-05iomap: move buffered io bio logic into new fileChristoph Hellwig [1]
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong
2025-11-05iomap: set accurate iter->pos when reading folio rangesJoanne Koong
2025-11-05iomap: track pending read bytes more optimallyJoanne Koong
2025-11-05fs: fully sync all fses even for an emergency syncQu Wenruo
2025-11-05fs: do not pass a parameter for sync_inodes_one_sb()Qu Wenruo
2025-11-05fs: rename fs_types.h to fs_dirent.hChristian Brauner
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFTYongpeng Yang
2025-11-05pidfs: reduce wait_pidfd lock scopeChristian Brauner
2025-11-04smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu
2025-11-04nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributesOlga Kornievskaia
2025-11-04nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown
2025-11-04smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho
2025-11-04ksmbd: detect RDMA capable netdevs include IPoIBNamjae Jeon
2025-11-04ksmbd: detect RDMA capable lower devices when bridge and vlan netdev is usedNamjae Jeon
2025-11-04smb: use credential guards in cifs_get_spnego_key()Christian Brauner
2025-11-04nfs: use credential guards in nfs_idmap_get_key()Christian Brauner
2025-11-04nfs: use credential guards in nfs_local_call_write()Christian Brauner
2025-11-04nfs: use credential guards in nfs_local_call_read()Christian Brauner
2025-11-04erofs: use credential guardsChristian Brauner
2025-11-04binfmt_misc: use credential guardsChristian Brauner
2025-11-04backing-file: use credential guards for mmapChristian Brauner
2025-11-04backing-file: use credential guards for splice writeChristian Brauner
2025-11-04backing-file: use credential guards for splice readChristian Brauner
2025-11-04backing-file: use credential guards for writesChristian Brauner
2025-11-04backing-file: use credential guards for readsChristian Brauner
2025-11-04aio: use credential guardsChristian Brauner
2025-11-04rseq: Optimize event settingThomas Gleixner
2025-11-04rseq: Provide and use rseq_set_ids()Thomas Gleixner
2025-11-04rseq: Simplify the event notificationThomas Gleixner