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
2020-06-04
ext4: clean up ext4_ext_convert_to_initialized() error handling
Eric Whitney
1
-5
/
+18
2020-06-04
ext4: clean up GET_BLOCKS_PRE_IO error handling
Eric Whitney
1
-6
/
+20
2020-06-04
ext4: remove redundant GET_BLOCKS_CONVERT code
Eric Whitney
1
-18
/
+8
2020-06-04
ext4: remove dead GET_BLOCKS_ZERO code
Eric Whitney
1
-8
/
+0
2020-06-04
ext4: don't ignore return values from ext4_ext_dirty()
Harshad Shirwadkar
1
-1
/
+5
2020-06-04
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
12
-73
/
+139
2020-06-04
ext4: fix error pointer dereference
Jeffle Xu
1
-2
/
+5
2020-06-04
ext4: Avoid freeing inodes on dirty list
Jan Kara
1
-0
/
+10
2020-06-04
ext4: fix buffer_head refcnt leak when ext4_iget() fails
Xiyu Yang
1
-0
/
+1
2020-06-04
ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max
Harshad Shirwadkar
1
-3
/
+6
2020-06-04
ext4: remove unnecessary comparisons to bool
Jason Yan
2
-2
/
+2
2020-06-04
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
Eric Whitney
3
-14
/
+4
2020-06-04
ext4: fix a style issue in fs/ext4/acl.c
Carlos Guerrero Álvarez
1
-2
/
+1
2020-06-03
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+3
2020-06-02
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
3
-5
/
+4
2020-06-02
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
3
-28
/
+18
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
1
-33
/
+2
2020-06-01
fs: ext4: default KUNIT_* fragments to KUNIT_ALL_TESTS
Anders Roxell
1
-1
/
+2
2020-06-01
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
3
-17
/
+60
2020-05-31
vfs, afs, ext4: Make the inode hash table RCU searchable
David Howells
1
-22
/
+22
2020-05-29
fs/ext4: Introduce DAX inode flag
Ira Weiny
5
-7
/
+65
2020-05-29
fs/ext4: Remove jflag variable
Ira Weiny
1
-7
/
+4
2020-05-29
fs/ext4: Make DAX mount option a tri-state
Ira Weiny
3
-10
/
+61
2020-05-29
fs/ext4: Only change S_DAX on inode load
Ira Weiny
6
-9
/
+17
2020-05-29
fs/ext4: Update ext4_should_use_dax()
Ira Weiny
3
-6
/
+15
2020-05-29
fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
Ira Weiny
3
-9
/
+9
2020-05-29
fs/ext4: Disallow verity if inode is DAX
Ira Weiny
1
-0
/
+3
2020-05-29
fs/ext4: Narrow scope of DAX check in setflags
Ira Weiny
1
-2
/
+2
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
3
-3
/
+3
2020-05-19
ext4: fix fiemap size checks for bitmap files
Christoph Hellwig
2
-31
/
+33
2020-05-19
ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
Ritesh Harjani
1
-1
/
+1
2020-05-19
fscrypt: support test_dummy_encryption=v2
Eric Biggers
3
-17
/
+60
2020-05-14
ext4: remove redundant variable has_bigalloc in ext4_fill_super
Kaixu Xia
1
-3
/
+2
2020-05-07
ext4: remove unnecessary test_opt for DIOREAD_NOLOCK
Kaixu Xia
1
-5
/
+1
2020-04-16
ext4: convert BUG_ON's to WARN_ON's in mballoc.c
Theodore Ts'o
1
-2
/
+4
2020-04-16
ext4: increase wait time needed before reuse of deleted inode numbers
Theodore Ts'o
1
-1
/
+1
2020-04-16
ext4: remove set but not used variable 'es' in ext4_jbd2.c
Jason Yan
1
-3
/
+0
2020-04-16
ext4: remove set but not used variable 'es'
Jason Yan
1
-2
/
+0
2020-04-16
ext4: do not zeroout extents beyond i_disksize
Jan Kara
1
-4
/
+4
2020-04-16
ext4: fix return-value types in several function comments
Josh Triplett
2
-3
/
+3
2020-04-16
ext4: use non-movable memory for superblock readahead
Roman Gushchin
2
-2
/
+2
2020-04-16
ext4: use matching invalidatepage in ext4_writepage
yangerkun
1
-1
/
+1
2020-04-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
20
-670
/
+384
2020-04-02
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
15
-215
/
+199
2020-03-31
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-0
/
+6
2020-03-31
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-5
/
+3
2020-03-29
ext4: fix incorrect group count in ext4_fill_super error message
Josh Triplett
1
-2
/
+2
2020-03-29
ext4: fix incorrect inodes per group in error message
Josh Triplett
1
-1
/
+1
2020-03-29
ext4: don't set dioread_nolock by default for blocksize < pagesize
Ritesh Harjani
1
-1
/
+12
2020-03-28
fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t
Thomas Gleixner
1
-5
/
+3
[prev]
[next]