summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-04-09ext4: remove ctime/mtime update from ext4_alloc_file_blocks()Zhang Yi-4/+1
2026-04-09ext4: unify SYNC mode checks in fallocate pathsZhang Yi-5/+6
2026-04-09ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi-7/+23
2026-04-09ext4: move zero partial block range functions out of active handleZhang Yi-38/+41
2026-04-09ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()Zhang Yi-31/+22
2026-04-09ext4: remove handle parameters from zero partial block functionsZhang Yi-34/+47
2026-04-09ext4: move ordered data handling out of ext4_block_do_zero_range()Zhang Yi-29/+32
2026-04-09ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()Zhang Yi-19/+14
2026-04-09ext4: factor out journalled block zeroing rangeZhang Yi-29/+69
2026-04-09ext4: rename and extend ext4_block_truncate_page()Zhang Yi-21/+28
2026-04-09ext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi-9/+14
2026-04-09ext4: fix diagnostic printf formatsDavid Laight-3/+3
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown-38/+18
2026-04-09ext4: add ext4_fc_eligible()NeilBrown-29/+14
2026-04-09ext4: split __ext4_add_entry() out of ext4_add_entry()NeilBrown-7/+14
2026-04-09ext4: prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn-4/+4
2026-04-10affs: bound hash_pos before table lookup in affs_readdirHyungjung Joo-0/+2
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-33/+149
2026-04-10erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo-0/+1
2026-04-09jbd2: store jinode dirty range in PAGE_SIZE unitsLi Chen-23/+58
2026-04-09ocfs2: use jbd2 jinode dirty range accessorLi Chen-2/+7
2026-04-09ext4: use jbd2 jinode dirty range accessorLi Chen-7/+19
2026-04-09jbd2: gracefully abort on transaction state corruptionsMilos Nikic-28/+86
2026-04-09jbd2: gracefully abort instead of panicking on unlocked bufferMilos Nikic-1/+6
2026-04-09ext4: simplify mballoc preallocation size rounding for small filesWeixie Cui-15/+9
2026-04-09ext4/move_extent: use folio_next_pos()Julia Lawall-2/+2
2026-04-09ext4: remove tl argument from ext4_fc_replay_{add,del}_rangeGuoqing Jiang-6/+4
2026-04-09ext4: remove unused i_fc_waitLi Chen-5/+1
2026-04-09ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()Deepanshu Kartikey-1/+15
2026-04-09kernfs: make directory seek namespace-awareChristian Brauner-0/+5
2026-04-09kernfs: use namespace id instead of pointer for hashing and comparisonChristian Brauner-7/+26
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner-38/+49
2026-04-08hfsplus: fix generic/642 failureViacheslav Dubeyko-12/+20
2026-04-08hfsplus: rework logic of map nodes creation in xattr b-treeViacheslav Dubeyko-23/+104
2026-04-08hfsplus: fix logic of alloc/free b-tree nodeViacheslav Dubeyko-0/+3
2026-04-08hfsplus: fix error processing issue in hfs_bmap_free()Viacheslav Dubeyko-5/+9
2026-04-08hfsplus: fix potential race conditions in b-tree functionalityViacheslav Dubeyko-8/+18
2026-04-08tracefs: Fix default permissions not being applied on initial mountDavid Carlier-0/+1
2026-04-08mm: add gpu active/reclaim per-node stat counters (v2)Dave Airlie-0/+6
2026-04-07smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman-8/+12
2026-04-07smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman-1/+1
2026-04-07gfs2: prevent NULL pointer dereference during unmountAndreas Gruenbacher-2/+3
2026-04-07gfs2: hide error messages after withdrawAndreas Gruenbacher-1/+1
2026-04-07gfs2: wait for withdraw earlier during unmountAndreas Gruenbacher-2/+3
2026-04-07gfs2: inode directory consistency checksAndreas Gruenbacher-2/+7
2026-04-07gfs2: gfs2_log_flush withdraw fixesAndreas Gruenbacher-8/+17
2026-04-07gfs2: add some missing log lockingAndreas Gruenbacher-8/+20
2026-04-07gfs2: fix address space truncation during withdrawAndreas Gruenbacher-19/+39
2026-04-07gfs2: drain ail under sd_log_flush_lockAndreas Gruenbacher-2/+1
2026-04-07fs/resctrl: Add missing return value descriptionsReinette Chatre-0/+8