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
2018-10-22
f2fs: account read IOs and use IO counts for is_idle
Jaegeuk Kim
3
-9
/
+44
2018-10-22
f2fs: fix to account IO correctly for cgroup writeback
Chao Yu
1
-0
/
+4
2018-10-22
f2fs: fix to account IO correctly
Chao Yu
1
-2
/
+2
2018-10-16
f2fs: remove request_list check in is_idle()
Jens Axboe
1
-7
/
+0
2018-10-16
f2fs: allow to mount, if quota is failed
Jaegeuk Kim
1
-6
/
+1
2018-10-16
f2fs: update REQ_TIME in f2fs_cross_rename()
Sahitya Tummala
1
-0
/
+4
2018-10-16
f2fs: do not update REQ_TIME in case of error conditions
Sahitya Tummala
2
-2
/
+2
2018-10-16
f2fs: remove unneeded disable_nat_bits()
Chao Yu
1
-3
/
+1
2018-10-16
f2fs: remove unused sbi->trigger_ssr_threshold
Chao Yu
1
-1
/
+0
2018-10-16
f2fs: shrink sbi->sb_lock coverage in set_file_temperature()
Chao Yu
1
-7
/
+10
2018-10-16
f2fs: use rb_*_cached friends
Chao Yu
3
-48
/
+69
2018-10-16
f2fs: fix to recover cold bit of inode block during POR
Chao Yu
2
-1
/
+7
2018-10-16
f2fs: submit cached bio to avoid endless PageWriteback
Chao Yu
3
-25
/
+61
2018-10-16
f2fs: checkpoint disabling
Daniel Rosenberg
13
-14
/
+324
2018-10-02
f2fs: clear PageError on the read path
Jaegeuk Kim
1
-1
/
+4
2018-09-30
f2fs: allow out-place-update for direct IO in LFS mode
Chao Yu
3
-14
/
+78
2018-09-30
f2fs: refactor ->page_mkwrite() flow
Chao Yu
3
-24
/
+24
2018-09-30
Revert: "f2fs: check last page index in cached bio to decide submission"
Chao Yu
5
-35
/
+32
2018-09-30
f2fs: support superblock checksum
Junling Zheng
4
-1
/
+39
2018-09-30
f2fs: add to account skip count of background GC
Chao Yu
3
-3
/
+22
2018-09-30
f2fs: add to account meta IO
Chao Yu
3
-0
/
+29
2018-09-30
f2fs: keep lazytime on remount
Jaegeuk Kim
1
-0
/
+1
2018-09-28
f2fs: fix missing up_read
Jaegeuk Kim
1
-1
/
+3
2018-09-28
f2fs: return correct errno in f2fs_gc
Jaegeuk Kim
1
-1
/
+1
2018-09-28
f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
Jaegeuk Kim
6
-14
/
+47
2018-09-26
f2fs: mark inode dirty explicitly in recover_inode()
Chao Yu
1
-0
/
+2
2018-09-26
f2fs: fix to recover inode's crtime during POR
Chao Yu
1
-0
/
+7
2018-09-26
f2fs: fix to recover inode's i_gc_failures during POR
Chao Yu
1
-0
/
+2
2018-09-26
f2fs: fix to recover inode's i_flags during POR
Chao Yu
1
-0
/
+1
2018-09-26
f2fs: fix to recover inode's project id during POR
Chao Yu
1
-0
/
+13
2018-09-26
f2fs: update i_size after DIO completion
Jaegeuk Kim
2
-8
/
+8
2018-09-26
f2fs: report ENOENT correctly in f2fs_rename
Jaegeuk Kim
1
-2
/
+4
2018-09-25
f2fs: fix remount problem of option io_bits
Chengguang Xu
1
-1
/
+2
2018-09-20
f2fs: fix to recover inode's uid/gid during POR
Chao Yu
1
-0
/
+2
2018-09-20
f2fs: avoid infinite loop in f2fs_alloc_nid
Jaegeuk Kim
1
-2
/
+3
2018-09-19
f2fs: add new idle interval timing for discard and gc paths
Sahitya Tummala
6
-14
/
+56
2018-09-12
f2fs: split IO error injection according to RW
Chao Yu
4
-5
/
+14
2018-09-12
f2fs: add SPDX license identifiers
Chao Yu
28
-111
/
+28
2018-09-12
f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...
Chengguang Xu
1
-8
/
+11
2018-09-11
f2fs: fix setattr project check upon fssetxattr ioctl
Wang Shilong
1
-23
/
+37
2018-09-11
f2fs: avoid sleeping under spin_lock
Zhikang Zhang
2
-22
/
+36
2018-09-11
f2fs: plug readahead IO in readdir()
Chao Yu
1
-6
/
+16
2018-09-11
f2fs: fix to do sanity check with current segment number
Chao Yu
1
-1
/
+33
2018-09-11
f2fs: fix memory leak of percpu counter in fill_super()
Chao Yu
1
-1
/
+5
2018-09-11
f2fs: fix memory leak of write_io in fill_super()
Chao Yu
1
-1
/
+1
2018-09-11
f2fs: cache NULL when both default_acl and acl are NULL
Chengguang Xu
1
-0
/
+4
2018-09-11
f2fs: fix to flush all dirty inodes recovered in readonly fs
Chao Yu
4
-5
/
+15
2018-09-11
f2fs: report error if quota off error during umount
Yunlei He
1
-3
/
+16
2018-09-07
f2fs: submit bio after shutdown
Jaegeuk Kim
1
-0
/
+2
2018-09-05
f2fs: avoid wrong decrypted data from disk
Jaegeuk Kim
4
-12
/
+17
[next]