index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
ext4.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ext4: remove some redundant function declarations
Shijie Luo
2020-08-07
1
-6
/
+0
*
ext4: add prefetch_block_bitmaps mount option
Theodore Ts'o
2020-08-07
1
-1
/
+14
*
ext4: abort the filesystem if failed to async write metadata buffer
zhangyi (F)
2020-08-07
1
-0
/
+3
*
ext4: add prefetching for block allocation bitmaps
Alex Zhuravlev
2020-08-06
1
-1
/
+7
*
ext4: use generic names for generic ioctls
Eric Biggers
2020-08-06
1
-11
/
+1
*
ext4: don't hardcode bit values in EXT4_FL_USER_*
Eric Biggers
2020-08-06
1
-2
/
+28
*
Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-06-15
1
-7
/
+20
|
\
|
*
Enable ext4 support for per-file/directory dax operations
Theodore Ts'o
2020-06-11
1
-7
/
+20
|
|
\
|
|
*
fs/ext4: Introduce DAX inode flag
Ira Weiny
2020-05-29
1
-4
/
+14
|
|
*
fs/ext4: Make DAX mount option a tri-state
Ira Weiny
2020-05-29
1
-0
/
+2
|
|
*
fs/ext4: Only change S_DAX on inode load
Ira Weiny
2020-05-29
1
-1
/
+1
|
|
*
fs/ext4: Update ext4_should_use_dax()
Ira Weiny
2020-05-29
1
-0
/
+1
|
|
*
fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS
Ira Weiny
2020-05-29
1
-2
/
+2
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-06
1
-14
/
+26
|
\
|
|
|
*
|
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-04
1
-0
/
+1
|
*
|
ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
Ritesh Harjani
2020-06-04
1
-1
/
+1
|
*
|
add comment for ext4_dir_entry_2 file_type member
Jonathan Grant
2020-06-04
1
-1
/
+1
|
*
|
ext4: mballoc: use lock for checking free blocks while retrying
Ritesh Harjani
2020-06-04
1
-0
/
+2
|
*
|
ext4: add casefold flag to EXT4_INODE_* flags
Eric Biggers
2020-06-04
1
-1
/
+3
|
*
|
ext4: make ext_debug() implementation to use pr_debug()
Ritesh Harjani
2020-06-04
1
-5
/
+13
|
*
|
ext4: use BIT() macro for BH_** state bits
Ritesh Harjani
2020-06-04
1
-4
/
+4
|
*
|
ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
Theodore Ts'o
2020-06-04
1
-0
/
+1
|
*
|
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
2020-06-04
1
-1
/
+1
|
*
|
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
Eric Whitney
2020-06-04
1
-2
/
+0
|
|
/
*
|
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
2020-06-02
1
-1
/
+1
*
|
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-2
/
+1
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2020-06-01
1
-3
/
+4
|
\
\
|
*
|
fscrypt: support test_dummy_encryption=v2
Eric Biggers
2020-05-19
1
-3
/
+4
|
|
/
*
/
ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
Ritesh Harjani
2020-05-19
1
-1
/
+1
|
/
*
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-22
1
-1
/
+4
*
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
2020-02-22
1
-1
/
+1
*
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
2020-02-22
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-20
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
|
|
\
\
|
|
|
/
|
|
/
|
[prev]
[next]