summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-07debugfs: take better advantage of strscpy.Mike Marshall
2026-04-07orangefs: add usercopy whitelist to orangefs_op_cacheZiyi Guo
2026-04-07orangefs-debugfs.c: fix parsing problem with kernel debug keywords.Mike Marshall
2026-04-07xfs: use bio_await in xfs_zone_gc_reset_syncChristoph Hellwig
2026-04-07xfs: fix number of GC bvecsChristoph Hellwig
2026-04-07xfs: fix number of GC bvecsChristoph Hellwig
2026-04-07xfs: untangle the open zones reporting in mountinfoChristoph Hellwig
2026-04-07xfs: expose the number of open zones in sysfsChristoph Hellwig
2026-04-07xfs: reduce special casing for the open GC zoneChristoph Hellwig
2026-04-07xfs: streamline GC zone selectionChristoph Hellwig
2026-04-07xfs: refactor GC zone selection helpersChristoph Hellwig
2026-04-07xfs: rename xfs_zone_gc_iter_next to xfs_zone_gc_iter_irecChristoph Hellwig
2026-04-07xfs: put the open zone later xfs_open_zone_putChristoph Hellwig
2026-04-07xfs: add a separate tracepoint for stealing an open zone for GCChristoph Hellwig
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)