index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-16
f2fs: checkpoint disabling
Daniel Rosenberg
11
-14
/
+318
2018-10-03
f2fs: clear PageError on the read path
Jaegeuk Kim
1
-1
/
+4
2018-10-01
f2fs: allow out-place-update for direct IO in LFS mode
Chao Yu
3
-14
/
+78
2018-10-01
f2fs: refactor ->page_mkwrite() flow
Chao Yu
3
-24
/
+24
2018-10-01
Revert: "f2fs: check last page index in cached bio to decide submission"
Chao Yu
5
-35
/
+32
2018-10-01
f2fs: support superblock checksum
Junling Zheng
3
-0
/
+37
2018-10-01
f2fs: add to account skip count of background GC
Chao Yu
3
-3
/
+22
2018-10-01
f2fs: add to account meta IO
Chao Yu
3
-0
/
+29
2018-10-01
f2fs: keep lazytime on remount
Jaegeuk Kim
1
-0
/
+1
2018-09-29
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-26
f2fs: fix remount problem of option io_bits
Chengguang Xu
1
-1
/
+2
2018-09-21
f2fs: fix to recover inode's uid/gid during POR
Chao Yu
1
-0
/
+2
2018-09-21
f2fs: avoid infinite loop in f2fs_alloc_nid
Jaegeuk Kim
1
-2
/
+3
2018-09-20
f2fs: add new idle interval timing for discard and gc paths
Sahitya Tummala
5
-13
/
+40
2018-09-12
f2fs: split IO error injection according to RW
Chao Yu
3
-4
/
+12
2018-09-12
f2fs: add SPDX license identifiers
Chao Yu
27
-107
/
+27
2018-09-12
f2fs: surround fault_injection related option parsing using CONFIG_F2FS_FAULT...
Chengguang Xu
1
-8
/
+11
2018-09-12
f2fs: fix setattr project check upon fssetxattr ioctl
Wang Shilong
1
-23
/
+37
2018-09-12
f2fs: avoid sleeping under spin_lock
Zhikang Zhang
2
-22
/
+36
2018-09-12
f2fs: plug readahead IO in readdir()
Chao Yu
1
-6
/
+16
2018-09-12
f2fs: fix to do sanity check with current segment number
Chao Yu
1
-1
/
+33
2018-09-12
f2fs: fix memory leak of percpu counter in fill_super()
Chao Yu
1
-1
/
+5
2018-09-12
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-08
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
2018-09-05
Revert "f2fs: use printk_ratelimited for f2fs_msg"
Chao Yu
3
-7
/
+7
2018-09-05
f2fs: fix unnecessary periodic wakeup of discard thread when dev is busy
Sahitya Tummala
1
-1
/
+7
2018-09-05
f2fs: fix to avoid NULL pointer dereference on se->discard_map
Chao Yu
5
-55
/
+46
2018-09-05
f2fs: add additional sanity check in f2fs_acl_from_disk()
Chengguang Xu
1
-0
/
+3
2018-09-05
nilfs2: convert to SPDX license tags
Ryusuke Konishi
39
-390
/
+39
2018-09-02
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-30
Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
4
-83
/
+37
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
3
-115
/
+49
2018-08-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+5
2018-08-26
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
1
-9
/
+116
2018-08-26
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
1
-9
/
+4
2018-08-25
Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifs
Linus Torvalds
1
-0
/
+0
[next]