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-11-26
f2fs: fix wrong return value of f2fs_acl_create
Tiezhu Yang
1
-6
/
+8
2018-11-26
f2fs: avoid build warn of fall_through
Jaegeuk Kim
1
-0
/
+1
2018-11-26
f2fs: fix race between write_checkpoint and write_begin
Sheng Yong
1
-2
/
+10
2018-11-26
f2fs: check memory boundary by insane namelen
Jaegeuk Kim
1
-1
/
+11
2018-11-26
f2fs: only flush the single temp bio cache which owns the target page
Yunlong Song
1
-27
/
+10
2018-11-26
f2fs: fix out-place-update DIO write
Chao Yu
3
-14
/
+32
2018-11-26
f2fs: fix to be aware discard/preflush/dio command in is_idle()
Chao Yu
1
-1
/
+5
2018-11-26
f2fs: add to account direct IO
Chao Yu
3
-1
/
+64
2018-11-26
f2fs: move dir data flush to write checkpoint process
Yunlei He
1
-0
/
+3
2018-11-26
f2fs: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-12
/
+1
2018-11-26
f2fs: change segment to section in f2fs_ioc_gc_range
Yunlong Song
1
-1
/
+1
2018-11-26
f2fs: export migration_granularity sysfs entry
Chao Yu
1
-0
/
+7
2018-11-26
f2fs: support subsectional garbage collection
Chao Yu
3
-6
/
+39
2018-11-26
f2fs: introduce __is_large_section() for cleanup
Chao Yu
6
-13
/
+15
2018-11-26
f2fs: clean up f2fs_sb_has_##feature_name
Chao Yu
10
-73
/
+73
2018-11-26
f2fs: remove codes of unused wio_mutex
Yunlong Song
2
-5
/
+1
2018-11-26
f2fs: fix count of seg_freed to make sec_freed correct
Yunlong Song
1
-3
/
+4
2018-11-26
f2fs: fix to account preflush command for noflush_merge mode
Chao Yu
1
-0
/
+2
2018-11-26
f2fs: avoid GC causing encrypted file corrupted
Yunlong Song
1
-0
/
+10
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
5
-10
/
+8
2018-10-22
f2fs: fix to keep project quota consistent
Chao Yu
3
-11
/
+39
2018-10-22
f2fs: guarantee journalled quota data by checkpoint
Chao Yu
9
-48
/
+293
2018-10-22
f2fs: cleanup dirty pages if recover failed
Sheng Yong
2
-12
/
+35
2018-10-22
f2fs: fix data corruption issue with hardware encryption
Sahitya Tummala
3
-0
/
+22
2018-10-22
f2fs: fix to recover inode->i_flags of inode block during POR
Chao Yu
1
-0
/
+1
2018-10-22
f2fs: spread f2fs_set_inode_flags()
Chao Yu
3
-4
/
+5
2018-10-22
f2fs: fix to spread clear_cold_data()
Chao Yu
3
-2
/
+11
2018-10-22
Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
Jaegeuk Kim
1
-4
/
+0
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-21
f2fs: Convert to XArray
Matthew Wilcox
5
-9
/
+7
2018-10-21
pagevec: Use xa_mark_t
Matthew Wilcox
1
-1
/
+1
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
11
-14
/
+318
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
3
-0
/
+37
2018-09-30
f2fs: add to account skip count of background GC
Chao Yu
3
-3
/
+22
[prev]
[next]