summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'ext4_for_linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+26
2026-08-17Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-3/+3
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+12
2026-07-30ext4: fix incorrect function call when initializing s_resgidJiazi Liu1-1/+1
2026-07-27ext4: Fix data integrity writeout issues in nojournal modeJan Kara1-1/+6
2026-07-27ext4: Allocate mapping_metadata_bhs struct on demandJan Kara1-3/+6
2026-07-22ext4: introduce ext4_put_ea_inode() for safe deferred iputYun Zhou1-1/+18
2026-07-21ext4: reject mount if inodes per group is not a multiple of inodes per blockBaokun Li1-1/+2
2026-07-21ext4: reject mount if clusters/inodes per group are not 8-alignedBaokun Li1-4/+6
2026-07-20ext4: Further de-generalize the bio postprocessing codeEric Biggers1-3/+3
2026-06-29ext4: open via dedicated fs bdev helpersChristian Brauner1-6/+6
2026-06-18Merge tag 'ext4_for_linus-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+11
2026-06-04ext4: Convert ext4_commit_super() to bh_submit()Matthew Wilcox (Oracle)1-4/+2
2026-06-04ext4; Convert __ext4_read_bh() to bh_submit()Matthew Wilcox (Oracle)1-6/+6
2026-06-03ext4: fast commit: export snapshot stats in fc_infoLi Chen1-0/+1
2026-06-03ext4: lockdep: handle i_data_sem subclassing for special inodesLi Chen1-0/+8
2026-06-01ext4: Use %pe to print PTR_ERR()Abdellah Ouhbi1-2/+2
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+11
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+11
2026-04-09ext4: use jbd2 jinode dirty range accessorLi Chen1-5/+11
2026-03-27ext4: fix deadlock on inode reallocationJan Kara1-0/+21
2026-03-27ext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen1-0/+1
2026-03-27ext4: fix the might_sleep() warnings in kvfree()Zqiang1-6/+2
2026-03-27ext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
2026-03-26ext4: Track metadata bhs in fs-private inode partJan Kara1-1/+2
2026-03-26ext4: Sync and invalidate metadata buffers from ext4_evict_inode()Jan Kara1-1/+2
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-11/+11
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-10/+8
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-4/+0
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-14/+23
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-6/+13
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-02-04fsverity: use a hashtable to find the fsverity_infoChristoph Hellwig1-3/+0
2026-02-04ext4: specify the free pointer offset for ext4_inode_cacheHarry Yoo1-6/+13
2026-01-29fs,fsverity: clear out fsverity_info from common codeChristoph Hellwig1-1/+0
2026-01-19ext4: add sysfs attribute err_report_sec to control s_err_report timerBaolin Liu1-9/+18
2026-01-19ext4: move ext4_percpu_param_init() before ext4_mb_init()Baokun Li1-5/+5
2026-01-13ext4: convert to new fserror helpersDarrick J. Wong1-4/+9
2025-12-15fs: use min() or umin() instead of min_t()David Laight1-1/+1
2025-11-28ext4: enable block size larger than page sizeBaokun Li1-1/+2
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li1-0/+39
2025-11-28ext4: support large block size in ext4_calculate_overhead()Baokun Li1-3/+3
2025-11-28ext4: introduce s_min_folio_order for future BS > PS supportBaokun Li1-5/+5
2025-11-28ext4: enable DIOREAD_NOLOCK by default for BS > PS as wellBaokun Li1-2/+1
2025-11-26ext4: clear i_state_flags when alloc inodeHaibo Chen1-0/+1
2025-11-26ext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3
2025-11-26jbd2: store more accurate errno in superblock when possibleWengang Wang1-2/+2
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi1-0/+1