index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix bug_on in start_this_handle during umount filesystem
Ye Bin
2022-05-09
1
-7
/
+12
*
ext4: update the cached overhead value in the superblock
Theodore Ts'o
2022-04-27
3
-0
/
+19
*
ext4: force overhead calculation if the s_overhead_cluster makes no sense
Theodore Ts'o
2022-04-27
1
-3
/
+12
*
ext4: fix overhead calculation to account for the reserved gdt blocks
Theodore Ts'o
2022-04-27
1
-1
/
+3
*
ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
Tadeusz Struk
2022-04-27
1
-1
/
+10
*
ext4: fix use-after-free in ext4_search_dir
Ye Bin
2022-04-27
2
-2
/
+6
*
ext4: fix symlink file size not match to file content
Ye Bin
2022-04-27
1
-1
/
+3
*
ext4: fix fallocate to use file_modified to update permissions consistently
Darrick J. Wong
2022-04-27
3
-9
/
+32
*
ext4: don't BUG if someone dirty pages without asking ext4 first
Theodore Ts'o
2022-04-08
1
-0
/
+25
*
ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit
Ritesh Harjani
2022-04-08
1
-55
/
+76
*
ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb
Ritesh Harjani
2022-04-08
1
-7
/
+12
*
ext4: fix remount with 'abort' option
Lukas Czerner
2022-04-08
1
-8
/
+21
*
ext4: make mb_optimize_scan performance mount option work with extents
Ojaswin Mujoo
2022-04-08
1
-1
/
+1
*
ext4: make mb_optimize_scan option work with set/unset mount cmd
Ojaswin Mujoo
2022-04-08
1
-10
/
+14
*
ext4: fix fs corruption when tring to remove a non-empty directory with IO error
Ye Bin
2022-04-08
2
-10
/
+9
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-02-06
15
-112
/
+151
|
\
|
*
fs/ext4: fix comments mentioning i_mutex
hongnanli
2022-02-03
8
-20
/
+20
|
*
ext4: fix incorrect type issue during replay_del_range
Xin Yin
2022-02-03
1
-2
/
+3
|
*
ext4: fix potential NULL pointer dereference in ext4_fill_super()
Lukas Czerner
2022-02-03
1
-1
/
+1
|
*
ext4: fix error handling in ext4_fc_record_modified_inode()
Ritesh Harjani
2022-02-03
1
-35
/
+29
|
*
ext4: remove redundant max inline_size check in ext4_da_write_inline_data_beg...
Ritesh Harjani
2022-02-03
1
-9
/
+4
|
*
ext4: fix error handling in ext4_restore_inline_data()
Ritesh Harjani
2022-02-03
1
-1
/
+9
|
*
ext4: fast commit may miss file actions
Xin Yin
2022-02-03
3
-10
/
+7
|
*
ext4: fast commit may not fallback for ineligible commit
Xin Yin
2022-02-03
8
-20
/
+39
|
*
ext4: modify the logic of ext4_mb_new_blocks_simple
Xin Yin
2022-02-03
1
-9
/
+17
|
*
ext4: prevent used blocks from being allocated during fast commit replay
Xin Yin
2022-02-03
3
-5
/
+22
*
|
Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-02-01
5
-23
/
+23
|
\
\
|
*
|
unicode: clean up the Kconfig symbol confusion
Christoph Hellwig
2022-01-20
5
-23
/
+23
*
|
|
mm: remove cleancache
Christoph Hellwig
2022-01-22
2
-9
/
+0
*
|
|
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
1
-7
/
+7
|
/
/
*
|
Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-01-17
1
-20
/
+19
|
\
\
|
*
|
unicode: pass a UNICODE_AGE() tripple to utf8_load
Christoph Hellwig
2021-10-11
1
-6
/
+12
|
*
|
ext4: simplify ext4_sb_read_encoding
Christoph Hellwig
2021-10-11
1
-14
/
+7
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
3
-12
/
+10
|
\
\
\
|
*
|
|
mm: introduce memalloc_retry_wait()
NeilBrown
2022-01-15
3
-12
/
+10
*
|
|
|
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-12
3
-13
/
+24
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
fsdax: shift partition offset handling into the file systems
Christoph Hellwig
2021-12-04
1
-5
/
+11
|
*
|
|
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
2
-1
/
+2
|
*
|
|
iomap: add a IOMAP_DAX flag
Christoph Hellwig
2021-12-04
1
-2
/
+2
|
*
|
|
ext4: cleanup the dax handling in ext4_fill_super
Christoph Hellwig
2021-12-04
1
-4
/
+3
|
*
|
|
fsdax: decouple zeroing from the iomap buffered I/O code
Christoph Hellwig
2021-12-04
1
-2
/
+3
|
*
|
|
dax: remove dax_capable
Christoph Hellwig
2021-12-04
1
-3
/
+6
|
|
/
/
*
|
|
ext4: don't use the orphan list when migrating an inode
Theodore Ts'o
2022-01-10
1
-15
/
+4
*
|
|
ext4: use BUG_ON instead of if condition followed by BUG
xu xin
2022-01-10
1
-2
/
+1
*
|
|
ext4: fix a copy and paste typo
Dan Carpenter
2022-01-10
1
-1
/
+1
*
|
|
ext4: set csum seed in tmp inode while migrating to extents
Luís Henriques
2022-01-10
1
-1
/
+11
*
|
|
ext4: remove unnecessary 'offset' assignment
luo penghao
2022-01-10
1
-1
/
+0
*
|
|
ext4: remove redundant o_start statement
luo penghao
2022-01-10
1
-1
/
+0
*
|
|
ext4: drop an always true check
Adam Borowski
2022-01-10
1
-2
/
+1
*
|
|
ext4: remove unused assignments
luo penghao
2022-01-10
1
-2
/
+0
[next]