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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
2017-05-29
2
-1
/
+17
*
ext4: use more strict checks for inodes_per_block on mount
Theodore Ts'o
2017-05-29
1
-9
/
+6
*
ext4: add sanity checking to count_overhead()
Theodore Ts'o
2017-05-29
1
-3
/
+8
*
ext4: fix reference counting bug on block allocation error
Vegard Nossum
2017-05-29
1
-14
/
+3
*
ext4: short-cut orphan cleanup on error
Vegard Nossum
2017-05-29
1
-0
/
+10
*
ext4: don't call ext4_should_journal_data() on the journal inode
Vegard Nossum
2017-05-29
1
-3
/
+3
*
ext4: check for extents that wrap around
Vegard Nossum
2017-05-29
1
-2
/
+6
*
ext4: verify extent header depth
Vegard Nossum
2017-05-29
1
-0
/
+4
*
ext4: silence UBSAN in ext4_mb_init()
Nicolai Stange
2017-05-29
1
-2
/
+4
*
ext4: address UBSAN warning in mb_find_order_for_block()
Nicolai Stange
2017-05-29
1
-1
/
+3
*
ext4: fix hang when processing corrupted orphaned inode list
Theodore Ts'o
2017-05-29
1
-4
/
+6
*
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
2017-05-29
3
-4
/
+55
*
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Eryu Guan
2017-05-29
1
-3
/
+3
*
ext4: fix potential integer overflow
Insu Yun
2017-05-29
1
-1
/
+1
*
ext4: Fix handling of extended tv_sec
David Turner
2017-05-29
1
-7
/
+44
*
fix calculation of meta_bg descriptor backups
Andy Leiserson
2017-05-29
1
-2
/
+2
*
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2017-05-29
2
-3
/
+15
*
ext4: replace open coded nofail allocation in ext4_free_blocks()
Michal Hocko
2017-05-29
1
-11
/
+5
*
ext4: correctly migrate a file with a hole at the beginning
Eryu Guan
2017-05-29
1
-4
/
+5
*
ext4: be more strict when migrating to non-extent based file
Eryu Guan
2017-05-29
1
-1
/
+11
*
ext4: fix reservation release on invalidatepage for delalloc fs
Lukas Czerner
2017-05-29
1
-3
/
+12
*
ext4: don't retry file block mapping on bigalloc fs with non-extent file
Darrick J. Wong
2017-05-29
1
-1
/
+1
*
ext4: call sync_blockdev() before invalidate_bdev() in put_super()
Theodore Ts'o
2017-05-29
1
-0
/
+1
*
ext4: fix race between truncate and __ext4_journalled_writepage()
Theodore Ts'o
2017-05-29
1
-4
/
+19
*
ext4: check for zero length extent explicitly
Eryu Guan
2017-05-29
1
-1
/
+1
*
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: set lazytime on remount if MS_LAZYTIME is set by mount
Theodore Ts'o
2017-05-29
1
-0
/
+3
*
ext4: add optimization for the lazytime mount option
Theodore Ts'o
2017-05-29
2
-2
/
+72
*
vfs: add support for a lazytime mount option
Theodore Ts'o
2017-05-29
8
-31
/
+110
*
fs: Add dynamic sync control
jollaman999
2017-05-29
4
-72
/
+298
*
Revert "Dynamic Fsync Control"
Mister Oyster
2017-05-29
4
-264
/
+0
*
writeback: Do not sort b_io list only because of block device inode
Jan Kara
2017-05-29
2
-4
/
+6
*
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2017-05-29
3
-0
/
+5
*
fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLE
Nick Desaulniers
2017-05-29
1
-0
/
+7
*
ext4 crypto: use dget_parent() in ext4_d_revalidate()
Theodore Ts'o
2017-05-29
1
-4
/
+8
*
ext4 crypto: don't let data integrity writebacks fail with ENOMEM
Theodore Ts'o
2017-05-29
4
-19
/
+38
*
ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()
Theodore Ts'o
2017-05-29
2
-1
/
+4
*
ext4 crypto: fix memleak in ext4_readdir()
Kirill Tkhai
2017-05-29
1
-2
/
+5
*
ext4 crypto: revalidate dentry after adding or removing the key
Theodore Ts'o
2017-05-29
4
-0
/
+81
*
ext4 crypto: simplify interfaces to directory entry insert functions
Theodore Ts'o
2017-05-29
3
-17
/
+11
*
ext4 crypto: add missing locking for keyring_key access
Theodore Ts'o
2017-05-29
1
-0
/
+4
*
ext4 crypto: exit cleanly if ext4_derive_key_aes() fails
Laurent Navet
2017-05-29
1
-0
/
+2
*
ext4 crypto: check for too-short encrypted file names
Theodore Ts'o
2017-05-29
1
-0
/
+4
*
ext4 crypto: use a jbd2 transaction when adding a crypto policy
Theodore Ts'o
2017-05-29
1
-2
/
+15
*
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
2017-05-29
2
-0
/
+10
*
ext4 crypto: fix bugs in ext4_encrypted_zeroout()
Theodore Ts'o
2017-05-29
2
-4
/
+21
*
ext4 crypto: replace some BUG_ON()'s with error checks
Theodore Ts'o
2017-05-29
4
-7
/
+15
*
ext4 crypto: ext4_page_crypto() doesn't need a encryption context
Theodore Ts'o
2017-05-29
4
-28
/
+9
*
ext4 crypto: fix memory leak in ext4_bio_write_page()
Theodore Ts'o
2017-05-29
1
-1
/
+4
[prev]
[next]