aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-09ext4: fix possible null-ptr-deref in mbt_kunit_exit()Ye Bin1-1/+5
2026-04-09ext4: fix possible null-ptr-deref in extents_kunit_exit()Ye Bin1-2/+5
2026-04-09ext4: fix the error handling process in extents_kunit_init).Ye Bin1-15/+35
2026-04-09ext4: call deactivate_super() in extents_kunit_exit()Ye Bin1-0/+1
2026-04-09ext4: fix miss unlock 'sb->s_umount' in extents_kunit_init()Ye Bin1-0/+2
2026-04-09ext4: fix bounds check in check_xattrs() to prevent out-of-bounds accessDeepanshu Kartikey1-1/+1
2026-04-09ext4: zero post-EOF partial block before appending writeZhang Yi2-14/+24
2026-04-09ext4: move pagecache_isize_extended() out of active handleZhang Yi1-23/+39
2026-04-09ext4: remove ctime/mtime update from ext4_alloc_file_blocks()Zhang Yi1-4/+1
2026-04-09ext4: unify SYNC mode checks in fallocate pathsZhang Yi2-5/+6
2026-04-09ext4: ensure zeroed partial blocks are persisted in SYNC modeZhang Yi3-7/+23
2026-04-09ext4: move zero partial block range functions out of active handleZhang Yi2-38/+41
2026-04-09ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()Zhang Yi1-31/+22
2026-04-09ext4: remove handle parameters from zero partial block functionsZhang Yi3-34/+47
2026-04-09ext4: move ordered data handling out of ext4_block_do_zero_range()Zhang Yi1-29/+32
2026-04-09ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()Zhang Yi1-19/+14
2026-04-09ext4: factor out journalled block zeroing rangeZhang Yi1-29/+69
2026-04-09ext4: rename and extend ext4_block_truncate_page()Zhang Yi3-21/+28
2026-04-09ext4: add did_zero output parameter to ext4_block_zero_page_range()Zhang Yi1-9/+14
2026-04-09ext4: fix diagnostic printf formatsDavid Laight1-3/+3
2026-04-09ext4: move dcache manipulation out of __ext4_link()NeilBrown3-38/+18
2026-04-09ext4: add ext4_fc_eligible()NeilBrown1-29/+14
2026-04-09ext4: split __ext4_add_entry() out of ext4_add_entry()NeilBrown1-7/+14
2026-04-09ext4: prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn4-4/+4
2026-04-10affs: bound hash_pos before table lookup in affs_readdirHyungjung Joo1-0/+2
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-32/+148
2026-04-10erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo1-0/+1
2026-04-09jbd2: store jinode dirty range in PAGE_SIZE unitsLi Chen3-23/+58
2026-04-09ocfs2: use jbd2 jinode dirty range accessorLi Chen1-2/+7
2026-04-09ext4: use jbd2 jinode dirty range accessorLi Chen2-7/+19
2026-04-09jbd2: gracefully abort on transaction state corruptionsMilos Nikic1-28/+86
2026-04-09jbd2: gracefully abort instead of panicking on unlocked bufferMilos Nikic1-1/+6
2026-04-09ext4: simplify mballoc preallocation size rounding for small filesWeixie Cui1-15/+9
2026-04-09ext4/move_extent: use folio_next_pos()Julia Lawall1-2/+2
2026-04-09ext4: remove tl argument from ext4_fc_replay_{add,del}_rangeGuoqing Jiang1-6/+4
2026-04-09ext4: remove unused i_fc_waitLi Chen2-5/+1
2026-04-09ext4: unmap invalidated folios from page tables in mpage_release_unused_pages()Deepanshu Kartikey1-1/+15
2026-04-09kernfs: make directory seek namespace-awareChristian Brauner1-0/+5
2026-04-09kernfs: use namespace id instead of pointer for hashing and comparisonChristian Brauner1-7/+26
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner10-38/+49
2026-04-09fs/adfs: validate nzones in adfs_validate_bblk()Bae Yeonju1-0/+3
2026-04-08ecryptfs: keep the lower iattr contained in truncate_upperChristoph Hellwig1-46/+36
2026-04-08ecryptfs: factor out a ecryptfs_iattr_to_lower helperChristoph Hellwig1-9/+15
2026-04-08ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upperChristoph Hellwig1-35/+17
2026-04-08ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattrChristoph Hellwig1-5/+4
2026-04-08ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upperChristoph Hellwig1-9/+2
2026-04-08ecryptfs: streamline truncate_upperChristoph Hellwig1-54/+59
2026-04-08ecryptfs: cleanup ecryptfs_setattrChristoph Hellwig1-12/+10
2026-04-08hfsplus: fix generic/642 failureViacheslav Dubeyko1-12/+20
2026-04-08hfsplus: rework logic of map nodes creation in xattr b-treeViacheslav Dubeyko1-23/+104