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
...
*
fuse: fix leaked notify reply
Miklos Szeredi
2018-12-01
1
-1
/
+3
*
configfs: replace strncpy with memcpy
Guenter Roeck
2018-12-01
1
-1
/
+1
*
gcc6: remove overflow warning in bitshift operation
Andreas Fenkart
2018-11-30
1
-1
/
+1
*
Revert "GCC: Fix up for gcc 5+"
Moyster
2018-11-30
3
-4
/
+0
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2018-11-29
134
-134
/
+134
*
GCC: Fix up for gcc 5+
mydongistiny
2018-11-29
3
-0
/
+4
*
ANDROID: sdcardfs: Change current->fs under lock
Daniel Rosenberg
2018-11-27
1
-2
/
+13
*
ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro
Daniel Rosenberg
2018-11-27
4
-191
/
+66
*
f2fs: remove unneeded memory footprint accounting
Chao Yu
2018-05-23
1
-1
/
+0
*
f2fs: no need to read nat block if nat_block_bitmap is set
Yunlei He
2018-05-23
1
-6
/
+6
*
f2fs: queue rapid GC on system_power_efficient_wq
Park Ju Hyung
2018-05-23
1
-8
/
+19
*
f2fs: don't trigger rapid GC repeatedly
Park Ju Hyung
2018-05-23
1
-3
/
+16
*
f2fs: make gc_no_gc_sleep_time much more conservative
Park Ju Hyung
2018-05-23
1
-1
/
+1
*
f2fs: rapidly GC all invalid blocks when screen goes off & plugged in
Park Ju Hyung
2018-05-23
4
-8
/
+151
*
f2fs: set ioprio of GC kthread to idle
Park Ju Hyung
2018-05-23
1
-0
/
+2
*
fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback
Jan Kara
2018-05-16
1
-1
/
+2
*
enable protected_{symlinks,hardlinks} by default
Daniel Micay
2018-05-16
1
-2
/
+2
*
randomize lower bits of the argument block
Daniel Micay
2018-05-16
1
-0
/
+3
*
exfat: fix breaking typo, thanks @fire855
Moyster
2018-04-13
1
-1
/
+1
*
ANDROID: xattr: Pass EOPNOTSUPP to permission2
Daniel Rosenberg
2018-01-30
2
-1
/
+3
*
ANDROID: sdcardfs: Move default_normal to superblock
Daniel Rosenberg
2018-01-20
4
-10
/
+13
*
ANDROID: sdcardfs: Add default_normal option
Daniel Rosenberg
2018-01-05
3
-1
/
+10
*
ext4: remove duplicate header include
Mister Oyster
2018-01-01
1
-1
/
+0
*
Revert "sdcardfs: fix space leak"
Mister Oyster
2018-01-01
1
-6
/
+0
*
fs: Mark alloc_fd with EXPORT_SYMBOL
Jordan Crouse
2017-12-31
1
-0
/
+1
*
fs/file.c: don't acquire files->file_lock in fd_install()
Eric Dumazet
2017-12-31
1
-19
/
+48
*
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
*
BACKPORT: [UPSTREAM] ext2: convert to mbcache2
Jan Kara
2017-12-31
4
-100
/
+92
*
BACKPORT: [UPSTREAM] mbcache2: reimplement mbcache
Jan Kara
2017-12-31
2
-1
/
+360
*
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
2
-9
/
+22
*
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
[prev]
[next]