index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Lines
2025-07-25
ext4: convert sbi->s_mb_free_pending to atomic_t
Baokun Li
-8
/
+5
2025-07-25
ext4: fix typo in CR_GOAL_LEN_SLOW comment
Baokun Li
-1
/
+1
2025-07-25
ext4: get rid of some obsolete EXT4_MB_HINT flags
Baokun Li
-6
/
+0
2025-07-25
ext4: utilize multiple global goals to reduce contention
Baokun Li
-6
/
+27
2025-07-25
ext4: remove unnecessary s_md_lock on update s_mb_last_group
Baokun Li
-10
/
+4
2025-07-25
ext4: remove unnecessary s_mb_last_start
Baokun Li
-2
/
+0
2025-07-25
ext4: separate stream goal hits from s_bal_goals for better tracking
Baokun Li
-2
/
+10
2025-07-25
ext4: add ext4_try_lock_group() to skip busy groups
Baokun Li
-12
/
+30
2025-07-25
ext4: initialize superblock fields in the kballoc-test.c kunit tests
Zhang Yi
-0
/
+9
2025-07-17
ext4: refactor the inline directory conversion and new directory codepaths
Theodore Ts'o
-77
/
+48
2025-07-17
ext4: use memcpy() instead of strcpy()
Theodore Ts'o
-4
/
+4
2025-07-17
ext4: replace strcmp with direct comparison for '.' and '..'
Theodore Ts'o
-4
/
+7
2025-07-17
ext4: Make sure BH_New bit is cleared in ->write_end handler
Jan Kara
-1
/
+4
2025-07-17
ext4: fix inode use after free in ext4_end_io_rsv_work()
Baokun Li
-8
/
+8
2025-07-17
ext4: Refactor breaking condition for xattr_find_entry()
I Hsin Cheng
-1
/
+1
2025-07-16
ext4: support uncached buffered I/O
Taotao Chen
-10
/
+5
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
-8
/
+10
2025-07-14
ext4: limit the maximum folio order
Zhang Yi
-6
/
+21
2025-07-13
ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()
Zhang Yi
-2
/
+2
2025-07-13
ext4: replace ext4_writepage_trans_blocks()
Zhang Yi
-27
/
+25
2025-07-13
ext4: reserved credits for one extent during the folio writeback
Zhang Yi
-17
/
+8
2025-07-13
ext4: correct the reserved credits for extent conversion
Zhang Yi
-3
/
+3
2025-07-13
ext4: enhance tracepoints during the folios writeback
Zhang Yi
-1
/
+4
2025-07-13
ext4: restart handle if credits are insufficient during allocating blocks
Zhang Yi
-5
/
+36
2025-07-13
ext4: refactor the block allocation process of ext4_page_mkwrite()
Zhang Yi
-45
/
+50
2025-07-13
ext4: fix stale data if it bail out of the extents mapping loop
Zhang Yi
-1
/
+50
2025-07-13
ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()
Zhang Yi
-2
/
+1
2025-07-13
ext4: process folios writeback in bytes
Zhang Yi
-34
/
+36
2025-07-12
ext4: remove unused EXT_STATS macro from ext4_extents.h
Baolin Liu
-7
/
+0
2025-07-11
ext4: remove unnecessary duplicate check in ext4_map_blocks()
Dan Carpenter
-2
/
+1
2025-07-10
ext4: remove duplicate check for EXT4_FC_REPLAY
Jinliang Zheng
-2
/
+1
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
-1
/
+1
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
-4
/
+4
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
-3
/
+2
2025-06-23
ext4: add FALLOC_FL_WRITE_ZEROES support
Zhang Yi
-11
/
+55
2025-06-17
fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
Lorenzo Stoakes
-6
/
+7
2025-06-17
fs/dax: make it possible to check dev dax support without a VMA
Lorenzo Stoakes
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-05-28
Merge tag 'ext4_for_linus-6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-449
/
+1040
2025-05-26
Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
-1
/
+1
2025-05-20
ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF instead
Ritesh Harjani (IBM)
-1
/
+3
2025-05-20
ext4: Simplify flags in ext4_map_query_blocks()
Ritesh Harjani (IBM)
-4
/
+3
2025-05-20
ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER
Ritesh Harjani (IBM)
-2
/
+7
2025-05-20
ext4: Simplify last in leaf check in ext4_map_query_blocks
Ritesh Harjani (IBM)
-2
/
+1
2025-05-20
ext4: Unwritten to written conversion requires EXT4_EX_NOCACHE
Ritesh Harjani (IBM)
-1
/
+1
2025-05-20
ext4: only dirty folios when data journaling regular files
Brian Foster
-1
/
+6
2025-05-20
ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
Ritesh Harjani (IBM)
-2
/
+5
2025-05-20
ext4: Add multi-fsblock atomic write support with bigalloc
Ritesh Harjani (IBM)
-5
/
+299
2025-05-20
ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
Ritesh Harjani (IBM)
-8
/
+112
2025-05-20
ext4: Make ext4_meta_trans_blocks() non-static for later use
Ritesh Harjani (IBM)
-5
/
+3
[prev]
[next]