summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-04-07btrfs: set written super flag once in write_all_supers()Filipe Manana-4/+2
2026-04-07btrfs: remove max_mirrors argument from write_all_supers()Filipe Manana-18/+12
2026-04-07btrfs: tag error branches as unlikely during super block writesFilipe Manana-14/+13
2026-04-07btrfs: abort transaction on error in write_all_supers()Filipe Manana-11/+10
2026-04-07btrfs: pass transaction handle to write_all_supers()Filipe Manana-4/+5
2026-04-07btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()Filipe Manana-39/+39
2026-04-07btrfs: update comment for BTRFS_RESERVE_NO_FLUSHFilipe Manana-1/+18
2026-04-07btrfs: don't allow log trees to consume global reserve or overcommit metadataFilipe Manana-0/+25
2026-04-07btrfs: be less aggressive with metadata overcommit when we can do full flushingFilipe Manana-3/+3
2026-04-07btrfs: use per-profile available space in calc_available_free_space()Qu Wenruo-12/+15
2026-04-07btrfs: update per-profile available estimationQu Wenruo-1/+19
2026-04-07btrfs: introduce the device layout aware per-profile available spaceQu Wenruo-0/+198
2026-04-07btrfs: zoned: remove redundant space_info lock and variable in do_allocation_...Jiasheng Jiang-6/+2
2026-04-07btrfs: move min sys chunk array size check to validate_sys_chunk_array()Filipe Manana-13/+9
2026-04-07btrfs: remove duplicate system chunk array max size overflow checkFilipe Manana-6/+0
2026-04-07btrfs: pass boolean literals as the last argument to inc_block_group_ro()Filipe Manana-8/+8
2026-04-07btrfs: tests: zoned: add tests cases for zoned codeNaohiro Aota-0/+695
2026-04-07orangefs: validate getxattr response lengthHyungJung Joo-0/+4
2026-04-07orangefs_readahead: don't overflow the bufmap slot.Mike Marshall-9/+27
2026-04-07debugfs: take better advantage of strscpy.Mike Marshall-10/+6
2026-04-07orangefs: add usercopy whitelist to orangefs_op_cacheZiyi Guo-1/+5
2026-04-07orangefs-debugfs.c: fix parsing problem with kernel debug keywords.Mike Marshall-10/+11
2026-04-07xfs: use bio_await in xfs_zone_gc_reset_syncChristoph Hellwig-14/+5
2026-04-07xfs: fix number of GC bvecsChristoph Hellwig-9/+10
2026-04-07xfs: fix number of GC bvecsChristoph Hellwig-9/+10
2026-04-07xfs: untangle the open zones reporting in mountinfoChristoph Hellwig-2/+6
2026-04-07xfs: expose the number of open zones in sysfsChristoph Hellwig-0/+13
2026-04-07xfs: reduce special casing for the open GC zoneChristoph Hellwig-59/+58
2026-04-07xfs: streamline GC zone selectionChristoph Hellwig-55/+40
2026-04-07xfs: refactor GC zone selection helpersChristoph Hellwig-23/+22
2026-04-07xfs: rename xfs_zone_gc_iter_next to xfs_zone_gc_iter_irecChristoph Hellwig-2/+2
2026-04-07xfs: put the open zone later xfs_open_zone_putChristoph Hellwig-1/+1
2026-04-07xfs: add a separate tracepoint for stealing an open zone for GCChristoph Hellwig-1/+2
2026-04-07xfs: delay initial open of the GC zoneChristoph Hellwig-25/+20
2026-04-07ext2: reject inodes with zero i_nlink and valid mode in ext2_iget()Vasiliy Kovalev-3/+11
2026-04-07ext2: use get_random_u32() where appropriateDavid Carlier-1/+1
2026-04-07xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li-0/+1
2026-04-07xfs: handle too many open zones when mountingChristoph Hellwig-0/+76
2026-04-07xfs: refactor xfs_mount_zonesChristoph Hellwig-20/+34
2026-04-07xfs: fix integer overflow in busy extent sort comparatorYuto Ohnuki-2/+2
2026-04-07xfs: fix integer overflow in deferred intent sort comparatorsYuto Ohnuki-3/+3
2026-04-07xfs: fold xfs_setattr_size into xfs_vn_setattr_sizeChristoph Hellwig-27/+11
2026-04-07xfs: remove a duplicate assert in xfs_setattr_sizeChristoph Hellwig-1/+0
2026-04-07dcache: permit dynamic_dname()s up to NAME_MAXAleksa Sarai-5/+6
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee-42/+0
2026-04-07ntfs: add bound checking to ntfs_external_attr_findHyunchul Lee-14/+69
2026-04-07ntfs: add bound checking to ntfs_attr_findHyunchul Lee-12/+72
2026-04-07fs: attr: fix comment formatting and spelling issuesChelsy Ratnawat-3/+3
2026-04-07erofs: handle 48-bit blocks/uniaddr for extra devicesZhan Xusheng-4/+8
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi-0/+10