index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
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_INJECTION
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
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-08-22
Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
18
-525
/
+1643
2018-08-20
f2fs: readahead encrypted block during GC
Chao Yu
3
-22
/
+134
2018-08-20
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
Jaegeuk Kim
6
-67
/
+91
2018-08-20
f2fs: fix performance issue observed with multi-thread sequential read
Jaegeuk Kim
5
-0
/
+27
2018-08-17
mpage: mpage_readpages() should submit IO as read-ahead
Jens Axboe
1
-0
/
+5
2018-08-14
f2fs: fix to skip verifying block address for non-regular inode
Chao Yu
1
-6
/
+8
2018-08-14
f2fs: rework fault injection handling to avoid a warning
Arnd Bergmann
10
-46
/
+32
2018-08-13
f2fs: support fault_type mount option
Chao Yu
3
-10
/
+33
2018-08-13
f2fs: fix to return success when trimming meta area
Chao Yu
1
-2
/
+2
2018-08-13
f2fs: fix use-after-free of dicard command entry
Chao Yu
1
-34
/
+45
2018-08-13
f2fs: support discard submission error injection
Chao Yu
3
-0
/
+10
2018-08-13
f2fs: split discard command in prior to block layer
Chao Yu
2
-43
/
+126
2018-08-13
f2fs: wake up gc thread immediately when gc_urgent is set
Sheng Yong
1
-0
/
+1
2018-08-13
f2fs: fix incorrect range->len in f2fs_trim_fs()
Chao Yu
1
-1
/
+2
2018-08-13
f2fs: refresh recent accessed nat entry in lru list
Chao Yu
2
-4
/
+43
2018-08-13
f2fs: fix avoid race between truncate and background GC
Chao Yu
2
-14
/
+27
[prev]
[next]