aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2025-05-15ext4: check env when mapping and modifying extentsZhang Yi2-3/+16
2025-05-14ext4: introduce ext4_check_map_extents_env() debug helperZhang Yi2-0/+27
2025-05-14ext4: factor out is_special_ino()Zhang Yi2-6/+12
2025-05-14ext4: prevent stale extent cache entries caused by concurrent get es_cacheZhang Yi2-1/+9
2025-05-14ext4: prevent stale extent cache entries caused by concurrent fiemapZhang Yi1-6/+11
2025-05-14ext4: prevent stale extent cache entries caused by concurrent I/O writebackZhang Yi4-12/+32
2025-05-14ext4: generalize EXT4_GET_BLOCKS_IO_SUBMIT flag usageZhang Yi2-6/+10
2025-05-14ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()Zhang Yi1-9/+10
2025-05-13ext4: inline: fix len overflow in ext4_prepare_inline_dataThadeu Lima de Souza Cascardo1-1/+1
2025-05-08ext4: hold s_fc_lock while during fast commitHarshad Shirwadkar1-31/+13
2025-05-08ext4: convert s_fc_lock to mutex typeHarshad Shirwadkar3-32/+32
2025-05-08ext4: temporarily elevate commit thread priorityHarshad Shirwadkar3-4/+18
2025-05-08ext4: update code documentationHarshad Shirwadkar1-17/+31
2025-05-08ext4: drop i_fc_updates from inode fc infoHarshad Shirwadkar2-73/+0
2025-05-08ext4: rework fast commit commit pathHarshad Shirwadkar2-74/+126
2025-05-08ext4: mark inode dirty before grabbing i_data_sem in ext4_setattrHarshad Shirwadkar1-3/+4
2025-05-08ext4: for committing inode, make ext4_fc_track_inode waitHarshad Shirwadkar3-0/+41
2025-05-08ext4: convert i_fc_lock to spinlockHarshad Shirwadkar3-13/+15
2025-05-07fs: add atomic write unit max opt to statxJohn Garry1-1/+1
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso1-1/+2
2025-04-22fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso1-1/+2
2025-04-13Merge tag 'ext4_for_linus-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds4-37/+63
2025-04-12ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1
2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6
2025-04-12ext4: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-10/+8
2025-04-10ext4: don't treat fhandle lookup of ea_inode as FS corruptionJann Horn1-20/+48
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-17/+5
2025-03-27Merge tag 'ext4-for_linus-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds26-1009/+857
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-5/+5
2025-03-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+4
2025-03-21ext4: fix OOB read when checking dotdot dirAcs, Jakub1-0/+3
2025-03-21ext4: on a remount, only log the ro or r/w state when it has changedNicolas Bretz1-3/+4
2025-03-21ext4: correct the error handle in ext4_fallocate()Zhang Yi1-1/+1
2025-03-21ext4: Make sb update interval tunableOjaswin Mujoo3-7/+21
2025-03-21ext4: avoid journaling sb update on error if journal is destroyingOjaswin Mujoo3-9/+25
2025-03-21ext4: define ext4_journal_destroy wrapperOjaswin Mujoo2-10/+20
2025-03-21ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...)Ethan Carter Edwards1-1/+1
2025-03-20ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry1-1/+5
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple1-0/+2
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple1-12/+1
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple1-4/+1
2025-03-18ext4: clear DISCARD flag if device does not support discardDiangang Li1-1/+3
2025-03-18ext4: reorder capability check lastChristian Göttsche1-2/+2
2025-03-18ext4: update the comment about mb_optimize_scanZizhi Wo1-2/+2
2025-03-18ext4: remove references to bh->b_pageMatthew Wilcox (Oracle)2-2/+2
2025-03-18ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-03-18ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()Ye Bin3-25/+13