index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: add more inode number paranoia checks
Theodore Ts'o
2018-12-02
1
-1
/
+2
*
ext4: update mtime in ext4_punch_hole even if no blocks are released
Lukas Czerner
2018-12-02
1
-18
/
+18
*
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
2018-12-01
1
-0
/
+6
*
ext4: Fix data corruption for mmap writes
Jan Kara
2017-12-31
1
-2
/
+16
*
Revert "ext4: fix data corruption for mmap writes"
Mister Oyster
2017-12-31
1
-19
/
+5
*
ext4: evict inline data when writing to memory map
Eric Biggers
2017-12-31
1
-0
/
+5
*
ext4: fix crashes in dioread_nolock mode
Jan Kara
2017-12-31
1
-20
/
+20
*
ext4: bugfix for mmaped pages in mpage_release_unused_pages()
wangguang
2017-12-31
1
-0
/
+2
*
ext4: fix bh->b_state corruption
Jan Kara
2017-12-31
1
-2
/
+30
*
ext4: fix inline data error paths
Theodore Ts'o
2017-12-31
1
-5
/
+15
*
ext4: optimize ext4_writepage() for attempted 4k delalloc writes
Theodore Ts'o
2017-12-31
1
-1
/
+12
*
ext4: fix data corruption for mmap writes
gregkh@linuxfoundation.org
2017-12-10
1
-5
/
+19
*
ext4: avoid deadlock when expanding inode size
Jan Kara
2017-11-06
1
-2
/
+0
*
ext4: keep existing extra fields when inode expands
Konstantin Khlebnikov
2017-11-06
1
-2
/
+3
*
ext4: fix inode checksum calculation problem if i_extra_size is small
Daeho Jeong
2017-07-04
1
-3
/
+2
*
ext4: reject inodes with negative size
Darrick J. Wong
2017-06-17
1
-0
/
+6
*
ext4: fix deadlock during page writeback
Jan Kara
2017-06-01
1
-3
/
+26
*
ext4: fix data exposure after a crash
Jan Kara
2017-06-01
1
-9
/
+14
*
ext4: allow DAX writeback for hole punch
Ross Zwisler
2017-05-29
1
-2
/
+2
*
ext4: reinforce check of i_dtime when clearing high fields of uid and gid
Daeho Jeong
2017-05-29
1
-4
/
+4
*
ext4: avoid modifying checksum fields directly during checksum verification
Daeho Jeong
2017-05-29
1
-16
/
+22
*
ext4: don't call ext4_should_journal_data() on the journal inode
Vegard Nossum
2017-05-29
1
-3
/
+3
*
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Eryu Guan
2017-05-29
1
-3
/
+3
*
ext4: fix reservation release on invalidatepage for delalloc fs
Lukas Czerner
2017-05-29
1
-3
/
+12
*
ext4: fix race between truncate and __ext4_journalled_writepage()
Theodore Ts'o
2017-05-29
1
-4
/
+19
*
ext4: fix fencepost error in lazytime optimization
Theodore Ts'o
2017-05-29
1
-1
/
+6
*
ext4: fix lazytime optimization
Theodore Ts'o
2017-05-29
1
-1
/
+1
*
ext4: add optimization for the lazytime mount option
Theodore Ts'o
2017-05-29
1
-2
/
+62
*
vfs: add support for a lazytime mount option
Theodore Ts'o
2017-05-29
1
-0
/
+6
*
fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLE
Nick Desaulniers
2017-05-29
1
-0
/
+7
*
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
2017-05-29
1
-0
/
+2
*
ext4 crypto: ext4_page_crypto() doesn't need a encryption context
Theodore Ts'o
2017-05-29
1
-2
/
+2
*
ANDROID: ext4 crypto: Disables zeroing on truncation when there's no key
Michael Halcrow
2017-05-27
1
-0
/
+5
*
ext4 crypto: Add symlink encryption
Theodore Ts'o
2017-05-27
1
-2
/
+3
*
ext4 crypto: implement the ext4 decryption read path
Michael Halcrow
2017-05-27
1
-0
/
+7
*
ext4 crypto: implement the ext4 encryption write path
Michael Halcrow
2017-05-27
1
-1
/
+111
*
ext4 crypto: add ext4_mpage_readpages()
Theodore Ts'o
2017-05-27
1
-2
/
+2
*
ext4: use old legacy direct I/O interface for 3.18 backport
Theodore Ts'o
2017-05-27
1
-9
/
+11
*
ext4: use old truncate_pagecache() interface for ext4 3.18 backport
Theodore Ts'o
2017-05-27
1
-1
/
+2
*
ext4: disable ext4 acl handling for 3.18 backport
Theodore Ts'o
2017-05-27
1
-0
/
+3
*
BACKPORT: ext4 from 3.18 to mtk-3.10
Mister Oyster
2017-05-27
1
-1416
/
+1130
*
ext4: allow DAX writeback for hole punch
Ross Zwisler
2017-04-11
1
-2
/
+2
*
ext4: reinforce check of i_dtime when clearing high fields of uid and gid
Daeho Jeong
2017-04-11
1
-4
/
+4
*
ext4: avoid modifying checksum fields directly during checksum verification
Daeho Jeong
2017-04-11
1
-16
/
+22
*
fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLE
Nick Desaulniers
2016-11-07
1
-0
/
+7
*
3.10.102-> 3.10.103
Jan Engelmohr
2016-09-10
1
-3
/
+3
*
Linux 3.10.102 (accumulative patch)
Stefan Guendhoer
2016-08-26
1
-3
/
+3
*
ext4: fix reservation release on invalidatepage for delalloc fs
Lukas Czerner
2016-08-26
1
-3
/
+12
*
ext4: fix race between truncate and __ext4_journalled_writepage()
Theodore Ts'o
2016-08-26
1
-4
/
+19
*
3.10.79 -> 3.10.80
Jan Engelmohr
2016-08-26
1
-2
/
+3
[next]