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.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
*
filemap: update ki_pos in generic_perform_write
Christoph Hellwig
2023-06-09
1
-6
/
+3
*
backing_dev: remove current->backing_dev_info
Christoph Hellwig
2023-06-09
1
-2
/
+0
*
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
2023-05-13
1
-1
/
+1
*
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
2023-05-13
1
-1
/
+11
*
ext4: add indication of ro vs r/w mounts in the mount message
Theodore Ts'o
2023-05-13
1
-4
/
+6
*
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
2023-05-13
1
-1
/
+2
*
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
2023-05-13
1
-3
/
+10
*
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2023-05-13
2
-17
/
+42
*
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
2023-05-13
1
-1
/
+5
*
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
2023-05-13
1
-1
/
+1
*
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
2023-05-13
1
-4
/
+2
*
ext4: fix data races when using cached status extents
Jan Kara
2023-05-13
1
-17
/
+13
*
ext4: avoid deadlock in fs reclaim with page writeback
Jan Kara
2023-05-13
3
-13
/
+40
*
ext4: fix invalid free tracking in ext4_xattr_move_to_block()
Theodore Ts'o
2023-05-13
1
-2
/
+3
*
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
2023-05-13
1
-1
/
+5
*
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
2023-05-13
5
-29
/
+82
*
ext4: fix lockdep warning when enabling MMP
Jan Kara
2023-05-07
1
-9
/
+21
*
ext4: fix WARNING in mb_find_extent
Ye Bin
2023-05-07
1
-0
/
+25
*
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-01
4
-36
/
+56
|
\
|
*
ext4: clean up error handling in __ext4_fill_super()
Theodore Ts'o
2023-04-28
1
-22
/
+29
|
*
ext4: reflect error codes from ext4_multi_mount_protect() to its callers
Theodore Ts'o
2023-04-28
2
-8
/
+17
|
*
ext4: fix lost error code reporting in __ext4_fill_super()
Theodore Ts'o
2023-04-28
1
-1
/
+2
|
*
ext4: fix unused iterator variable warnings
Nathan Chancellor
2023-04-28
1
-4
/
+3
|
*
ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline
Ye Bin
2023-04-28
1
-1
/
+2
|
*
ext4: fix i_disksize exceeding i_size problem in paritally written case
Zhihao Cheng
2023-04-28
1
-0
/
+3
*
|
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
4
-22
/
+25
|
\
\
|
*
|
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-05
2
-5
/
+5
*
|
|
Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-26
1
-1
/
+2
|
\
\
\
|
*
|
|
fs: add FMODE_DIO_PARALLEL_WRITE flag
Jens Axboe
2023-04-03
1
-1
/
+2
|
|
/
/
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-04-26
17
-1410
/
+1263
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ext4: Add a uapi header for ext4 userspace APIs
Josh Triplett
2023-04-19
1
-90
/
+1
|
*
|
ext4: remove useless conditional branch code
wuchi
2023-04-19
1
-4
/
+1
|
*
|
ext4: remove unneeded check of nr_to_submit
Tom Rix
2023-04-19
1
-1
/
+1
|
*
|
ext4: move dax and encrypt checking into ext4_check_feature_compatibility()
Jason Yan
2023-04-14
1
-26
/
+28
|
*
|
ext4: factor out ext4_block_group_meta_init()
Jason Yan
2023-04-14
1
-39
/
+51
|
*
|
ext4: move s_reserved_gdt_blocks and addressable checking into ext4_check_geo...
Jason Yan
2023-04-14
1
-19
/
+19
|
*
|
ext4: rename two functions with 'check'
Jason Yan
2023-04-14
1
-4
/
+4
|
*
|
ext4: factor out ext4_flex_groups_free()
Jason Yan
2023-04-14
1
-18
/
+17
|
*
|
ext4: use ext4_group_desc_free() in ext4_put_super() to save some duplicated ...
Jason Yan
2023-04-14
1
-18
/
+14
|
*
|
ext4: factor out ext4_percpu_param_init() and ext4_percpu_param_destroy()
Jason Yan
2023-04-14
1
-39
/
+46
|
*
|
ext4: factor out ext4_hash_info_init()
Jason Yan
2023-04-14
1
-20
/
+30
|
*
|
Revert "ext4: Fix warnings when freezing filesystem with journaled data"
Jan Kara
2023-04-14
2
-25
/
+1
|
*
|
ext4: Update comment in mpage_prepare_extent_to_map()
Jan Kara
2023-04-14
1
-5
/
+4
|
*
|
ext4: Simplify handling of journalled data in ext4_bmap()
Jan Kara
2023-04-14
2
-40
/
+5
|
*
|
ext4: Drop special handling of journalled data from ext4_quota_on()
Jan Kara
2023-04-14
1
-17
/
+0
|
*
|
ext4: Drop special handling of journalled data from ext4_evict_inode()
Jan Kara
2023-04-14
1
-27
/
+0
|
*
|
ext4: Fix special handling of journalled data from extent zeroing
Jan Kara
2023-04-14
1
-7
/
+14
|
*
|
ext4: Drop special handling of journalled data from extent shifting operations
Jan Kara
2023-04-14
1
-14
/
+0
|
*
|
ext4: Drop special handling of journalled data from ext4_sync_file()
Jan Kara
2023-04-14
1
-11
/
+0
|
*
|
ext4: Commit transaction before writing back pages in data=journal mode
Jan Kara
2023-04-14
1
-2
/
+24
[next]