index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-16
f2fs: fix inode rwsem regression
Goldwyn Rodrigues
1
-2
/
+3
2019-09-16
f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()
Chao Yu
2
-0
/
+10
2019-09-16
f2fs: avoid infinite GC loop due to stale atomic files
Jaegeuk Kim
2
-26
/
+18
2019-09-09
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
1
-1
/
+1
2019-09-06
f2fs: convert inline_data in prior to i_size_write
Jaegeuk Kim
1
-13
/
+13
2019-09-06
f2fs: fix error path of f2fs_convert_inline_page()
Chao Yu
1
-0
/
+1
2019-09-06
f2fs: add missing documents of reserve_root/resuid/resgid
Chao Yu
1
-0
/
+5
2019-09-06
f2fs: fix flushing node pages when checkpoint is disabled
Jaegeuk Kim
1
-2
/
+4
2019-09-06
f2fs: enhance f2fs_is_checkpoint_ready()'s readability
Chao Yu
7
-44
/
+34
2019-09-06
f2fs: clean up __bio_alloc()'s parameter
Chao Yu
1
-16
/
+11
2019-09-06
f2fs: fix wrong error injection path in inc_valid_block_count()
Chao Yu
1
-1
/
+2
2019-09-06
f2fs: fix to writeout dirty inode during node flush
Chao Yu
1
-0
/
+49
2019-09-06
f2fs: optimize case-insensitive lookups
Chao Yu
2
-7
/
+53
2019-08-23
f2fs: introduce f2fs_match_name() for cleanup
Chao Yu
1
-19
/
+30
2019-08-23
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
3
-9
/
+46
2019-08-23
f2fs: allocate memory in batch in build_sit_info()
Chao Yu
2
-28
/
+24
2019-08-23
f2fs: support FS_IOC_{GET,SET}FSLABEL
Chao Yu
2
-0
/
+72
2019-08-23
f2fs: fix to avoid data corruption by forbidding SSR overwrite
Chao Yu
1
-3
/
+5
2019-08-23
f2fs: Fix build error while CONFIG_NLS=m
YueHaibing
1
-0
/
+1
2019-08-23
Revert "f2fs: avoid out-of-range memory access"
Chao Yu
1
-5
/
+0
2019-08-23
f2fs: cleanup the code in build_sit_entries.
Lihong Kou
1
-2
/
+0
2019-08-23
f2fs: fix wrong available node count calculation
Chao Yu
2
-5
/
+3
2019-08-23
f2fs: remove duplicate code in f2fs_file_write_iter
Lihong Kou
1
-5
/
+0
2019-08-23
f2fs: fix to migrate blocks correctly during defragment
Chao Yu
1
-4
/
+6
2019-08-23
f2fs: use wrapped f2fs_cp_error()
Chao Yu
1
-1
/
+1
2019-08-23
f2fs: fix to use more generic EOPNOTSUPP
Chao Yu
1
-1
/
+1
2019-08-23
f2fs: use wrapped IS_SWAPFILE()
Chao Yu
1
-1
/
+1
2019-08-23
f2fs: Support case-insensitive file name lookups
Daniel Rosenberg
8
-20
/
+204
2019-08-23
f2fs: include charset encoding information in the superblock
Daniel Rosenberg
6
-1
/
+142
2019-08-23
fs: Reserve flag for casefolding
Daniel Rosenberg
2
-0
/
+2
2019-08-23
f2fs: fix to avoid call kvfree under spinlock
Chao Yu
1
-1
/
+4
2019-08-23
fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()
Jia-Ju Bai
1
-2
/
+2
2019-08-23
f2fs: disallow direct IO in atomic write
Chao Yu
1
-0
/
+3
2019-08-23
f2fs: fix to handle quota_{on,off} correctly
Chao Yu
1
-2
/
+25
2019-08-23
f2fs: fix to detect cp error in f2fs_setxattr()
Chao Yu
1
-0
/
+2
2019-08-23
f2fs: fix to spread f2fs_is_checkpoint_ready()
Chao Yu
3
-0
/
+20
2019-08-23
f2fs: support fiemap() for directory inode
Chao Yu
3
-2
/
+9
2019-08-23
f2fs: fix to avoid discard command leak
Chao Yu
1
-0
/
+7
2019-08-23
f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectly
Chao Yu
1
-1
/
+2
2019-08-23
f2fs: fix to drop meta/node pages during umount
Chao Yu
1
-0
/
+14
2019-08-23
f2fs: disallow switching io_bits option during remount
Chao Yu
1
-0
/
+7
2019-08-23
f2fs: fix panic of IO alignment feature
Chao Yu
3
-1
/
+12
2019-08-23
f2fs: introduce {page,io}_is_mergeable() for readability
Chao Yu
1
-7
/
+33
2019-08-16
f2fs: fix livelock in swapfile writes
Jaegeuk Kim
1
-1
/
+1
2019-08-16
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-12
/
+24
2019-08-16
arm64: ftrace: Ensure module ftrace trampoline is coherent with I-side
Will Deacon
1
-9
/
+13
2019-08-16
Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
5
-8
/
+43
2019-08-16
Merge tag 'dmaengine-fix-5.3-rc5' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
9
-52
/
+48
2019-08-16
Merge tag 'sound-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
6
-33
/
+56
2019-08-16
Merge tag 'drm-fixes-2019-08-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
8
-22
/
+30
[next]