aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-07xfs: reduce special casing for the open GC zoneChristoph Hellwig4-59/+58
2026-04-07xfs: streamline GC zone selectionChristoph Hellwig1-55/+40
2026-04-07xfs: refactor GC zone selection helpersChristoph Hellwig1-23/+22
2026-04-07xfs: rename xfs_zone_gc_iter_next to xfs_zone_gc_iter_irecChristoph Hellwig1-2/+2
2026-04-07xfs: put the open zone later xfs_open_zone_putChristoph Hellwig1-1/+1
2026-04-07xfs: add a separate tracepoint for stealing an open zone for GCChristoph Hellwig2-1/+2
2026-04-07xfs: delay initial open of the GC zoneChristoph Hellwig1-25/+20
2026-04-07ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev1-3/+11
2026-04-07ext2: use get_random_u32() where appropriateDavid Carlier1-1/+1
2026-04-07xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
2026-04-07xfs: handle too many open zones when mountingChristoph Hellwig2-0/+76
2026-04-07xfs: refactor xfs_mount_zonesChristoph Hellwig1-20/+34
2026-04-07xfs: fix integer overflow in busy extent sort comparatorYuto Ohnuki1-2/+2
2026-04-07xfs: fix integer overflow in deferred intent sort comparatorsYuto Ohnuki3-3/+3
2026-04-07xfs: fold xfs_setattr_size into xfs_vn_setattr_sizeChristoph Hellwig1-27/+11
2026-04-07xfs: remove a duplicate assert in xfs_setattr_sizeChristoph Hellwig1-1/+0
2026-04-07dcache: permit dynamic_dname()s up to NAME_MAXAleksa Sarai1-5/+6
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee3-42/+0
2026-04-07ntfs: add bound checking to ntfs_external_attr_findHyunchul Lee1-14/+69
2026-04-07ntfs: add bound checking to ntfs_attr_findHyunchul Lee2-12/+72
2026-04-07fs: attr: fix comment formatting and spelling issuesChelsy Ratnawat1-3/+3
2026-04-07erofs: handle 48-bit blocks/uniaddr for extra devicesZhan Xusheng2-4/+8
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
2026-04-05smb: client: Remove unnecessary selection of CRYPTO_ECBEric Biggers2-2/+0
2026-04-05smb/client: move smb2maperror declarations to smb2proto.hZhangGuoDong3-8/+8
2026-04-05smb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang4-5/+59
2026-04-05smb/client: check if SMB1 DOS/SRV error mapping arrays are sortedYouling Tang1-0/+12
2026-04-05smb/client: use binary search for SMB1 DOS/SRV error mappingHuiwen He1-30/+37
2026-04-05smb/client: autogenerate SMB1 DOS/SRV to POSIX error mappingHuiwen He5-79/+62
2026-04-05smb/client: annotate smberr.h with POSIX error codesHuiwen He1-142/+256
2026-04-05smb/client: move ERRnetlogonNotStarted to DOS error classHuiwen He1-1/+1
2026-04-05smb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang5-0/+95
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang3-0/+39
2026-04-05smb/client: use binary search for NT status to DOS mappingHuiwen He1-13/+19
2026-04-05smb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He1-32/+19
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He4-719/+12
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He5-555/+122
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He1-533/+534
2026-04-05smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao1-1/+1
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover1-3/+9
2026-04-05fs: afs: restore mmap_prepare implementationLorenzo Stoakes (Oracle)1-13/+29
2026-04-05fs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)1-6/+6
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)1-2/+1
2026-04-05mm: vmalloc: update outdated comment for renamed vread()Kexin Sun1-1/+1
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)3-3/+3
2026-04-05mm: add vma_desc_test_all() and use itLorenzo Stoakes (Oracle)2-4/+2
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)5-7/+7
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman1-2/+2
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman16-16/+16
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman13-13/+0