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
/
ext4.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-04-01
1
-18
/
+36
*
ext4: remove EXT4_EOFBLOCKS_FL and associated code
Eric Whitney
2020-03-05
1
-3
/
+2
*
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
Eric Biggers
2020-02-21
1
-1
/
+4
*
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
2020-02-21
1
-1
/
+1
*
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
2020-02-21
1
-1
/
+1
*
ext4: fix potential race between s_group_info online resizing and access
Suraj Jitindar Singh
2020-02-21
1
-4
/
+4
*
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
2020-02-21
1
-1
/
+19
*
ext4: fix a data race in EXT4_I(inode)->i_disksize
Qian Cai
2020-02-19
1
-1
/
+1
*
ext4: fix checksum errors with indexed dirs
Jan Kara
2020-02-13
1
-1
/
+4
*
ext4: drop ext4_kvmalloc()
Theodore Ts'o
2020-01-17
1
-1
/
+0
*
ext4: make some functions static in extents.c
Eric Biggers
2020-01-17
1
-6
/
+0
*
ext4: remove ext4_{ind,ext}_calc_metadata_amount()
Eric Biggers
2020-01-17
1
-5
/
+0
*
ext4: Delete ext4_kvzvalloc()
Naoto Kobayashi
2020-01-17
1
-1
/
+0
*
ext4: Optimize ext4 DIO overwrites
Jan Kara
2019-12-26
1
-0
/
+1
*
ext4: simulate various I/O and checksum errors when reading metadata
Theodore Ts'o
2019-12-26
1
-0
/
+37
*
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
2019-12-26
1
-1
/
+29
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2019-11-30
1
-6
/
+16
|
\
|
*
Merge branch 'mb/dio' into master
Theodore Ts'o
2019-11-05
1
-3
/
+1
|
|
\
|
|
*
ext4: introduce direct I/O write using iomap infrastructure
Matthew Bobrowski
2019-11-05
1
-3
/
+0
|
|
*
ext4: introduce new callback for IOMAP_REPORT
Matthew Bobrowski
2019-11-05
1
-0
/
+1
|
*
|
Merge branch 'jk/jbd2-revoke-overflow'
Theodore Ts'o
2019-11-05
1
-1
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
ext4: Reserve revoke credits for freed blocks
Jan Kara
2019-11-05
1
-1
/
+2
|
|
*
ext4: Provide function to handle transaction restarts
Jan Kara
2019-11-05
1
-1
/
+3
|
*
|
ext4: Add support for blocksize < pagesize in dioread_nolock
Ritesh Harjani
2019-10-22
1
-2
/
+9
|
*
|
ext4: Add API to bring in support for unwritten io_end_vec conversion
Ritesh Harjani
2019-10-22
1
-0
/
+2
|
|
/
*
/
ext4: add support for IV_INO_LBLK_64 encryption policies
Eric Biggers
2019-11-06
1
-0
/
+2
|
/
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2019-09-21
1
-15
/
+49
|
\
|
*
ext4: fix potential use after free after remounting with noblock_validity
zhangyi (F)
2019-08-28
1
-1
/
+9
|
*
ext4: rework reserved cluster accounting when invalidating pages
Eric Whitney
2019-08-22
1
-0
/
+3
|
*
ext4: treat buffers with write errors as containing valid data
ZhangXiaoxu
2019-08-22
1
-0
/
+13
|
*
ext4: drop legacy pre-1970 encoding workaround
Theodore Ts'o
2019-08-12
1
-14
/
+1
|
*
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
Theodore Ts'o
2019-08-11
1
-0
/
+10
|
*
ext4: add a new ioctl EXT4_IOC_GETSTATE
Theodore Ts'o
2019-08-11
1
-0
/
+11
|
*
ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE
Theodore Ts'o
2019-08-11
1
-0
/
+2
*
|
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...
Linus Torvalds
2019-09-19
1
-1
/
+7
|
\
\
|
*
|
ext4: Reduce ext4 timestamp warnings
Deepa Dinamani
2019-09-04
1
-3
/
+1
|
*
|
ext4: Initialize timestamps limits
Deepa Dinamani
2019-08-30
1
-1
/
+9
|
|
/
*
|
ext4: add fs-verity read support
Eric Biggers
2019-08-12
1
-0
/
+2
*
|
ext4: add basic fs-verity support
Eric Biggers
2019-08-12
1
-2
/
+19
|
/
*
ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()
Theodore Ts'o
2019-06-21
1
-5
/
+5
*
ext4: refactor initialize_dirent_tail()
Theodore Ts'o
2019-06-21
1
-2
/
+2
*
ext4: rename "dirent_csum" functions to use "dirblock"
Theodore Ts'o
2019-06-21
1
-5
/
+4
*
ext4: optimize case-insensitive lookups
Gabriel Krisman Bertazi
2019-06-19
1
-3
/
+36
*
ext4: only set project inherit bit for directory
Wang Shilong
2019-06-10
1
-1
/
+2
*
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-05-07
1
-15
/
+47
|
\
|
*
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
2019-04-17
1
-15
/
+47
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2019-05-07
1
-10
/
+35
|
\
\
|
*
|
ext4: Support case-insensitive file name lookups
Gabriel Krisman Bertazi
2019-04-25
1
-6
/
+15
|
*
|
ext4: include charset encoding information in the superblock
Gabriel Krisman Bertazi
2019-04-25
1
-1
/
+20
|
*
|
ext4: remove incorrect comment for NEXT_ORPHAN()
Eric Biggers
2019-04-06
1
-3
/
+0
|
|
/
[next]