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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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: convert to mbcache2
Jan Kara
2017-12-31
4
-75
/
+75
*
ext4: iterate over buffer heads correctly in move_extent_per_page()
Eryu Guan
2017-12-31
1
-0
/
+1
*
ext4: enforce online defrag restriction for encrypted files
Eric Whitney
2017-12-31
1
-0
/
+8
*
ext4: don't read blocks from disk after extents being swapped
Eryu Guan
2017-12-31
1
-3
/
+12
*
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
2
-6
/
+23
*
ext4: clean up error handling when orphan list is corrupted
Theodore Ts'o
2017-12-31
1
-24
/
+22
*
ext4: fix oops on corrupted filesystem
Jan Kara
2017-12-31
1
-1
/
+1
*
ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
Jan Kara
2017-12-31
1
-43
/
+37
*
ext4: validate s_reserved_gdt_blocks on mount
Theodore Ts'o
2017-12-31
2
-0
/
+10
*
ext4: ignore quota mount options if the quota feature is enabled
Theodore Ts'o
2017-12-31
1
-11
/
+11
*
ext4: don't save the error information if the block device is read-only
Theodore Ts'o
2017-12-31
1
-0
/
+2
*
UPSTREAM: ext4: fix potential use after free in __ext4_journal_stop
Lukas Czerner
2017-12-31
1
-3
/
+3
*
UPSTREAM: ext4: fix NULL pointer dereference when journal restart fails
Lukas Czerner
2017-12-31
1
-0
/
+6
*
ext4: reject journal options for ext2 mounts
Carlos Maiolino
2017-12-31
1
-3
/
+3
*
fs/ext4/super.c: use strreplace() in ext4_fill_super()
Rasmus Villemoes
2017-12-31
1
-3
/
+1
*
ext4: move procfs registration code to fs/ext4/sysfs.c
Theodore Ts'o
2017-12-31
6
-106
/
+77
*
ext4: refactor sysfs support code
Theodore Ts'o
2017-12-31
1
-133
/
+128
*
ext4: move sysfs code from super.c to fs/ext4/sysfs.c
Theodore Ts'o
2017-12-31
4
-410
/
+410
*
ext4: optimize ext4_writepage() for attempted 4k delalloc writes
Theodore Ts'o
2017-12-31
1
-1
/
+12
*
ext4: fix an endianness bug in ext4_encrypted_follow_link()
Al Viro
2017-12-31
1
-1
/
+1
*
ext4: fix an endianness bug in ext4_encrypted_zeroout()
Al Viro
2017-12-31
1
-1
/
+1
*
ext4: remove unused definition for MAX_32_NUM
Fabian Frederick
2017-12-31
1
-2
/
+0
*
ext4: create EXT4_MAX_BLOCKS() macro
Fabian Frederick
2017-12-31
3
-14
/
+7
*
ext4: improve ext4lazyinit scalability
Dmitry Monakhov
2017-12-31
1
-10
/
+31
*
ext4: remove checks for e_value_block
Jan Kara
2017-12-31
1
-8
/
+7
*
ext4: explicit mount options parsing cleanup
Dmitry Monakhov
2017-12-31
1
-2
/
+6
*
ext4: don't manipulate recovery flag when freezing no-journal fs
Eric Sandeen
2017-12-31
1
-4
/
+8
*
ext4: Check that external xattr value block is zero
Jan Kara
2017-12-31
1
-0
/
+2
*
ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
Theodore Ts'o
2017-12-31
3
-54
/
+74
*
ext4: fix crash when a directory's i_size is too small
Chandan Rajendra
2017-12-22
1
-0
/
+4
*
UPSTREAM: fscrypt: lock mutex before checking for bounce page pool
Eric Biggers
2017-12-19
1
-5
/
+3
*
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
2
-8
/
+13
*
ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
Darrick J. Wong
2017-11-06
1
-2
/
+2
*
ext4: fix SEEK_HOLE
Jan Kara
2017-11-06
1
-36
/
+14
*
ext4: keep existing extra fields when inode expands
Konstantin Khlebnikov
2017-11-06
1
-2
/
+3
*
ext4: Don't clear SGID when inheriting ACLs
Jan Kara
2017-08-20
1
-0
/
+15
*
ext4: lock the xattr block before checksuming it
Theodore Ts'o
2017-08-15
1
-34
/
+31
*
ext4: preserve i_mode if __ext4_set_acl() fails
Ernesto A. Fernández
2017-08-12
1
-4
/
+11
*
ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
Jan Kara
2017-08-12
1
-0
/
+3
*
ext4: fix dir_nlink behaviour
Andreas Dilger
2017-08-12
2
-11
/
+16
*
ext4: silence array overflow warning
Dan Carpenter
2017-08-12
1
-1
/
+1
*
ext4: fix warning about stack corruption
Arnd Bergmann
2017-08-12
1
-5
/
+6
*
ext4: remove unused mode parameter
Tahsin Erdogan
2017-08-12
1
-3
/
+3
[prev]
[next]