summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-07-22ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()Yun Zhou
2026-07-22ext4: convert all EA inode iput() calls to ext4_put_ea_inode()Yun Zhou
2026-07-22ext4: introduce ext4_put_ea_inode() for safe deferred iputYun Zhou
2026-07-22ext4: check dir entry fits before reading the hash trailer in ext4_search_dir()Xiang Mei
2026-07-22ext4: fix buffer_head leak in ext4_init_orphan_infoGuanghui Yang
2026-07-22ext4: clear error before retrying inode xattr space fallbackGuanghui Yang
2026-07-22ext4: propagate errors from fast commit range replayGuanghui Yang
2026-07-22mount: remove redundant panic() in mnt_init()Hamza Mahfooz
2026-07-22ext4: validate readdir offset before accessing direntYao Kai
2026-07-22ext4: cleanup unused CONVERT_INLINE_DATA flagAditya Prakash Srivastava
2026-07-22ext4: use fsdata to track inline data write state and fix raceAditya Prakash Srivastava
2026-07-22ext4: fix NOWAIT semantic violation in DAX extending writesBaokun Li
2026-07-22ext4: use kiocb_modified instead of file_modified in DIO/DAX write pathBaokun Li
2026-07-22ext4: base unaligned DIO lock decision on partial block zeroingBaokun Li
2026-07-22ext4: skip overwrite check for aligned non-extending DIO writesBaokun Li
2026-07-22ext4: drain in-flight DIO before buffered write fallbackBaokun Li
2026-07-22ext4: prevent sleeping allocation in NOWAIT write pathBaokun Li
2026-07-22ext4: clear stale xarray tags on folios skipped during writebackGerald Yang
2026-07-22ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find()Aditya Prakash Srivastava
2026-07-22ksmbd: reject undersized decompressed SMB2 requestsNamjae Jeon
2026-07-22ksmbd: validate minimum PDU size for transform requestsNamjae Jeon
2026-07-22ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery
2026-07-22ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon
2026-07-22ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan
2026-07-22ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon
2026-07-22ksmbd: enforce signing required by the sessionNamjae Jeon
2026-07-22ksmbd: preserve VFS inherited POSIX ACL maskNamjae Jeon
2026-07-22pidfs: handle FS_IOC32_GETVERSION in compat ioctlLi Chen
2026-07-22ovl: check access to copy_file_range source with src mounter credsAmir Goldstein
2026-07-22proc: Fix broken error paths for namespace linksJann Horn
2026-07-22xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_intCihan Karadag
2026-07-22xfs: mark internal metadir file creation helpers staticJohannes Thumshirn
2026-07-22xfs: create rtgroup metadir inodes using xfs_metadir_create_fileJohannes Thumshirn
2026-07-22xfs: create quota metadir inodes using xfs_metadir_create_fileJohannes Thumshirn
2026-07-22xfs: add xfs_metadir_create_file helperJohannes Thumshirn
2026-07-22xfs: add support for FALLOC_FL_WRITE_ZEROESPankaj Raghav
2026-07-22xfs: add an allocation mode to xfs_alloc_file_space()Pankaj Raghav
2026-07-22xfs: mark nonzero sb_gquotino as corrupt on metadir filesystemsDarrick J. Wong
2026-07-22xfs: zero i_nlink before repair puts inode on unlinked listDarrick J. Wong
2026-07-22xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref errorDarrick J. Wong
2026-07-22xfs: fix transaction block reservation in xrep_rtbitmapDarrick J. Wong
2026-07-22xfs: check cowextsize in xrep_inode_cowextsizeDarrick J. Wong
2026-07-22xfs: update BDI {io,ra}_pages values based on the RT device limitsChristoph Hellwig
2026-07-22xfs: handle NULL b_addr in xfs_buf_freeYun Zhou
2026-07-22xfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov
2026-07-22xfs: fix off-by-one in rtrefcount btree root level validationXiang Mei
2026-07-22xfs: clear zapped attr fork state when bmap repair finds no attr forkQiang Ma
2026-07-22pidfs: add pidfs_dentry_open() helperChristian Brauner
2026-07-22pidfs: preserve thread pidfds reopened by file handleChristian Brauner
2026-07-22ovl: fix trusted xattr escape prefix matchingYichong Chen