summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-07btrfs: tests: zoned: add tests cases for zoned codeNaohiro Aota
2026-04-07fs/ntfs3: terminate the cached volume label after UTF-8 conversionPengpeng Hou
2026-04-07fs/ntfs3: fix potential double iput on d_make_root() failureZhan Xusheng
2026-04-07ntfs3: fix integer overflow in run_unpack() volume boundary checkTobias Gaertner
2026-04-07ntfs3: add buffer boundary checks to run_unpack()Tobias Gaertner
2026-04-07ntfs3: fix mount failure on volumes with fragmented MFT bitmapKonstantin Komarov
2026-04-07fs/ntfs3: fix $LXDEV xattr lookupZhan Xusheng
2026-04-07ntfs3: fix OOB write in attr_wof_frame_info()0xkato
2026-04-07orangefs: validate getxattr response lengthHyungJung Joo
2026-04-07orangefs_readahead: don't overflow the bufmap slot.Mike Marshall
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