summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-07xfs: delay initial open of the GC zoneChristoph Hellwig
2026-04-07ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev
2026-04-07ext2: use get_random_u32() where appropriateDavid Carlier
2026-04-07xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li
2026-04-07xfs: handle too many open zones when mountingChristoph Hellwig
2026-04-07xfs: refactor xfs_mount_zonesChristoph Hellwig
2026-04-07xfs: fix integer overflow in busy extent sort comparatorYuto Ohnuki
2026-04-07xfs: fix integer overflow in deferred intent sort comparatorsYuto Ohnuki
2026-04-07xfs: fold xfs_setattr_size into xfs_vn_setattr_sizeChristoph Hellwig
2026-04-07xfs: remove a duplicate assert in xfs_setattr_sizeChristoph Hellwig
2026-04-07dcache: permit dynamic_dname()s up to NAME_MAXAleksa Sarai
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee
2026-04-07ntfs: add bound checking to ntfs_external_attr_findHyunchul Lee
2026-04-07ntfs: add bound checking to ntfs_attr_findHyunchul Lee
2026-04-07fs: attr: fix comment formatting and spelling issuesChelsy Ratnawat
2026-04-07erofs: handle 48-bit blocks/uniaddr for extra devicesZhan Xusheng
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi
2026-04-05smb: client: Remove unnecessary selection of CRYPTO_ECBEric Biggers
2026-04-05smb/client: move smb2maperror declarations to smb2proto.hZhangGuoDong
2026-04-05smb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang
2026-04-05smb/client: check if SMB1 DOS/SRV error mapping arrays are sortedYouling Tang
2026-04-05smb/client: use binary search for SMB1 DOS/SRV error mappingHuiwen He
2026-04-05smb/client: autogenerate SMB1 DOS/SRV to POSIX error mappingHuiwen He
2026-04-05smb/client: annotate smberr.h with POSIX error codesHuiwen He
2026-04-05smb/client: move ERRnetlogonNotStarted to DOS error classHuiwen He
2026-04-05smb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang
2026-04-05smb/client: use binary search for NT status to DOS mappingHuiwen He
2026-04-05smb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He
2026-04-05smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover
2026-04-05fs: afs: restore mmap_prepare implementationLorenzo Stoakes (Oracle)
2026-04-05fs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)
2026-04-05mm: vmalloc: update outdated comment for renamed vread()Kexin Sun
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: add vma_desc_test_all() and use itLorenzo Stoakes (Oracle)
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
2026-04-05mm: remove stray references to struct pagevecTal Zussman
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)
2026-04-04coda_flag_children(): fix a UAFAl Viro
2026-04-04sanitize coda_dentry_delete()Al Viro
2026-04-04coda: is_bad_inode() is always false thereAl Viro