index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-08
ext4: silence UBSAN in ext4_mb_init()
Nicolai Stange
1
-2
/
+4
2016-06-08
ext4: address UBSAN warning in mb_find_order_for_block()
Nicolai Stange
1
-1
/
+3
2016-06-08
ext4: fix oops on corrupted filesystem
Jan Kara
1
-1
/
+1
2016-06-08
ext4: clean up error handling when orphan list is corrupted
Theodore Ts'o
1
-27
/
+22
2016-06-08
ext4: fix hang when processing corrupted orphaned inode list
Theodore Ts'o
1
-4
/
+6
2016-06-01
ext4: iterate over buffer heads correctly in move_extent_per_page()
Eryu Guan
1
-0
/
+1
2016-05-05
ext4: fix races of writeback with punch hole and zero range
Jan Kara
3
-1
/
+42
2016-05-05
ext4: fix races between buffered IO and collapse / insert range
Jan Kara
1
-28
/
+31
2016-05-05
ext4: move unlocked dio protection from ext4_alloc_file_blocks()
Jan Kara
1
-11
/
+10
2016-05-05
ext4: fix races between page faults and hole punching
Jan Kara
6
-42
/
+127
2016-05-05
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Eryu Guan
1
-3
/
+3
2016-04-20
ext4: ignore quota mount options if the quota feature is enabled
Theodore Ts'o
1
-11
/
+11
2016-04-20
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
3
-4
/
+55
2016-03-04
ext4: fix bh->b_state corruption
Jan Kara
1
-2
/
+30
2016-02-25
ext4: don't read blocks from disk after extents being swapped
Eryu Guan
1
-3
/
+12
2016-02-25
ext4: fix potential integer overflow
Insu Yun
1
-1
/
+1
2016-02-25
ext4: fix scheduling in atomic on group checksum failure
Jan Kara
2
-5
/
+8
2016-02-17
ext4 crypto: add missing locking for keyring_key access
Theodore Ts'o
1
-0
/
+4
2015-12-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-10
/
+47
2015-11-26
ext4: add "static" to ext4_seq_##name##_fops struct
Xu Cang
1
-1
/
+1
2015-11-26
ext4: fix an endianness bug in ext4_encrypted_follow_link()
Al Viro
1
-1
/
+1
2015-11-26
ext4: fix an endianness bug in ext4_encrypted_zeroout()
Al Viro
1
-1
/
+1
2015-11-24
ext4: Fix handling of extended tv_sec
David Turner
1
-7
/
+44
2015-11-16
ext2, ext4: warn when mounting with dax enabled
Dan Williams
1
-1
/
+5
2015-11-14
Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
4
-22
/
+30
2015-11-14
xattr handlers: Pass handler to operations instead of flags
Andreas Gruenbacher
4
-22
/
+30
2015-11-11
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+2
2015-11-11
vfs: remove unused wrapper block_page_mkwrite()
Ross Zwisler
1
-2
/
+2
2015-11-10
remove abs64()
Andrew Morton
1
-2
/
+2
2015-11-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-3
/
+3
2015-11-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-4
/
+4
2015-11-07
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
2
-2
/
+2
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-11-07
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
30
-942
/
+1155
2015-11-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-2
/
+2
2015-10-29
fs/ext4: remove unnecessary new_valid_dev check
Yaowei Bai
1
-3
/
+0
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
1
-2
/
+2
2015-10-19
ext4: fix abs() usage in ext4_mb_check_group_pa
John Stultz
1
-2
/
+2
2015-10-19
ext4: do not allow journal_opts for fs w/o journal
Dmitry Monakhov
2
-2
/
+32
2015-10-19
ext4: explicit mount options parsing cleanup
Dmitry Monakhov
1
-2
/
+6
2015-10-19
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
1
-2
/
+10
2015-10-18
[PATCH] fix calculation of meta_bg descriptor backups
Andy Leiserson
1
-2
/
+2
2015-10-18
ext4: fix potential use after free in __ext4_journal_stop
Lukas Czerner
1
-3
/
+3
2015-10-18
ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc
Daeho Jeong
1
-15
/
+17
2015-10-18
ext4: make the bitmap read routines return real error codes
Darrick J. Wong
3
-85
/
+143
2015-10-17
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
15
-184
/
+252
2015-10-17
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
13
-83
/
+98
2015-10-17
ext4: store checksum seed in superblock
Darrick J. Wong
3
-4
/
+10
2015-10-17
ext4: reserve code points for the project quota feature
Theodore Ts'o
1
-1
/
+7
2015-10-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
[next]