aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-05xfs: fix zone selection in xfs_select_open_zone_mruChristoph Hellwig1-1/+1
2025-11-05xfs: fix a rtgroup leak when xfs_init_zone failsChristoph Hellwig1-1/+3
2025-11-05xfs: fix various problems in xfs_atomic_write_cow_iomap_beginDarrick J. Wong1-11/+50
2025-11-05xfs: fix delalloc write failures in software-provided atomic writesDarrick J. Wong1-2/+19
2025-11-05xfs: use blkdev_report_zones_cached()Damien Le Moal2-1/+2
2025-11-05btrfs: use blkdev_report_zones_cached()Damien Le Moal1-5/+6
2025-11-05xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_superYongpeng Yang1-1/+4
2025-11-05isofs: check the return value of sb_min_blocksize() in isofs_fill_superYongpeng Yang1-0/+5
2025-11-05exfat: check return value of sb_min_blocksize in exfat_read_boot_sectorYongpeng Yang1-1/+4
2025-11-05vfat: fix missing sb_min_blocksize() return value checksYongpeng Yang1-1/+5
2025-11-05binfmt_misc: restore write access before closing files opened by open_exec()Zilin Guan1-1/+3
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari1-1/+1
2025-11-05Fix a drop_nlink warning in minix_renameJori Koolstra1-0/+16
2025-11-05Fix a drop_nlink warning in minix_rmdirJori Koolstra1-7/+16
2025-11-05Add error handling to minix filesystem for inode corruption detectionJori Koolstra2-0/+25
2025-11-05xfs: support sub-block aligned vectors in always COW modeChristoph Hellwig1-10/+11
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo2-5/+19
2025-11-05xfs: error tag to force zeroing on debug kernelsBrian Foster2-9/+26
2025-11-05iomap: remove old partial eof zeroing optimizationBrian Foster1-25/+0
2025-11-05xfs: fill dirty folios on zero range of unwritten mappingsBrian Foster1-0/+23
2025-11-05xfs: always trim mapping to requested range for zero rangeBrian Foster1-9/+8
2025-11-05iomap: optional zero range dirty folio processingBrian Foster2-5/+91
2025-11-05iomap: remove pos+len BUG_ON() to after folio lookupBrian Foster1-4/+1
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong3-21/+2
2025-11-05fuse: use iomap for readaheadJoanne Koong1-96/+124
2025-11-05fuse: use iomap for read_folioJoanne Koong1-24/+56
2025-11-05iomap: make iomap_read_folio() a void returnJoanne Koong1-8/+1
2025-11-05iomap: move buffered io bio logic into new fileChristoph Hellwig [1]4-88/+103
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong5-35/+41
2025-11-05iomap: set accurate iter->pos when reading folio rangesJoanne Koong1-8/+13
2025-11-05iomap: track pending read bytes more optimallyJoanne Koong1-21/+102
2025-11-05fs: fully sync all fses even for an emergency syncQu Wenruo1-1/+2
2025-11-05fs: do not pass a parameter for sync_inodes_one_sb()Qu Wenruo1-2/+2
2025-11-05fs: rename fs_types.h to fs_dirent.hChristian Brauner2-2/+2
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-2/+2
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook4-4/+4
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook5-11/+11
2025-11-04fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFTYongpeng Yang1-2/+1
2025-11-05pidfs: reduce wait_pidfd lock scopeChristian Brauner1-11/+13
2025-11-04smb: client: fix refcount leak in smb2_set_path_attrShuhao Fu1-0/+2
2025-11-04nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributesOlga Kornievskaia1-0/+1
2025-11-04nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown1-3/+3
2025-11-04smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho1-7/+9
2025-11-04ksmbd: detect RDMA capable netdevs include IPoIBNamjae Jeon1-0/+4
2025-11-04ksmbd: detect RDMA capable lower devices when bridge and vlan netdev is usedNamjae Jeon1-1/+19
2025-11-04smb: use credential guards in cifs_get_spnego_key()Christian Brauner1-4/+2
2025-11-04nfs: use credential guards in nfs_idmap_get_key()Christian Brauner1-5/+2
2025-11-04nfs: use credential guards in nfs_local_call_write()Christian Brauner1-10/+18
2025-11-04nfs: use credential guards in nfs_local_call_read()Christian Brauner1-17/+14
2025-11-04erofs: use credential guardsChristian Brauner1-4/+2