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
path:
root
/
fs
/
f2fs
/
segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-09
f2fs: update cur_valid_map_mir together with cur_valid_map
Yunlong Song
1
-14
/
+30
2017-08-03
f2fs: support inode checksum
Chao Yu
1
-1
/
+4
2017-07-31
f2fs: make background threads of f2fs being aware of freezing
Chao Yu
1
-0
/
+8
2017-07-28
f2fs: give a try to do atomic write in -ENOMEM case
Jaegeuk Kim
1
-2
/
+6
2017-07-10
Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-76
/
+160
2017-07-07
f2fs: introduce __check_sit_bitmap
Chao Yu
1
-0
/
+25
2017-07-07
f2fs: stop gc/discard thread in prior during umount
Chao Yu
1
-6
/
+13
2017-07-07
f2fs: avoid redundant f2fs_flush after remount
Yunlong Song
1
-0
/
+2
2017-07-04
f2fs: add f2fs_bug_on in __remove_discard_cmd
Chao Yu
1
-0
/
+2
2017-07-04
f2fs: introduce __wait_one_discard_bio
Chao Yu
1
-16
/
+17
2017-07-04
f2fs: sanity check size of nat and sit cache
Jin Qian
1
-0
/
+7
2017-07-04
f2fs: fix a panic caused by NULL flush_cmd_control
Yunlei He
1
-1
/
+4
2017-07-04
f2fs: Do not issue small discards in LFS mode
Damien Le Moal
1
-1
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-1
/
+1
2017-05-23
f2fs: wait discard IO completion without cmd_lock held
Chao Yu
1
-3
/
+20
2017-05-23
f2fs: wake up all waiters in f2fs_submit_discard_endio
Chao Yu
1
-1
/
+1
2017-05-23
f2fs: show more info if fail to issue discard
Chao Yu
1
-1
/
+2
2017-05-23
f2fs: introduce io_list for serialize data/node IOs
Chao Yu
1
-7
/
+15
2017-05-23
f2fs: split wio_mutex
Chao Yu
1
-2
/
+2
2017-05-23
f2fs: combine huge num of discard rb tree consistence checks
Yunlei He
1
-11
/
+2
2017-05-23
f2fs: try to freeze in gc and discard threads
Jaegeuk Kim
1
-9
/
+16
2017-05-23
f2fs: avoid f2fs_lock_op for IPU writes
Jaegeuk Kim
1
-1
/
+1
2017-05-23
f2fs: split bio cache
Jaegeuk Kim
1
-6
/
+18
2017-05-23
f2fs: use fio instead of multiple parameters
Jaegeuk Kim
1
-20
/
+21
2017-05-23
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
1
-6
/
+5
2017-05-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-8
/
+8
2017-05-08
fs: f2fs: use ktime_get_real_seconds for sit_info times
Deepa Dinamani
1
-1
/
+1
2017-05-08
mm: introduce kv[mz]alloc helpers
Michal Hocko
1
-7
/
+7
2017-05-03
f2fs: Make flush bios explicitely sync
Jan Kara
1
-1
/
+1
2017-05-03
f2fs: flush dirty nats periodically
Jaegeuk Kim
1
-1
/
+1
2017-05-03
f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discard
Chao Yu
1
-8
/
+20
2017-05-03
f2fs: allow cpc->reason to indicate more than one reason
Chao Yu
1
-4
/
+4
2017-05-03
f2fs: release cp and dnode lock before IPU
Hou Pengyang
1
-0
/
+1
2017-05-02
f2fs: don't hold cmd_lock during waiting discard command
Chao Yu
1
-5
/
+20
2017-05-02
f2fs: nullify fio->encrypted_page for each writes
Jaegeuk Kim
1
-1
/
+1
2017-05-02
f2fs: lookup extent cache first under IPU scenario
Hou Pengyang
1
-0
/
+1
2017-05-02
f2fs: introduce __wait_discard_cmd
Chao Yu
1
-22
/
+18
2017-05-02
f2fs: introduce __issue_discard_cmd
Chao Yu
1
-33
/
+30
2017-04-25
f2fs: enable small discard by default
Chao Yu
1
-1
/
+1
2017-04-25
f2fs: delay awaking discard thread
Chao Yu
1
-1
/
+2
2017-04-24
f2fs: fix out-of free segments
Jaegeuk Kim
1
-5
/
+21
2017-04-24
f2fs: add ioctl to flush data from faster device to cold area
Jaegeuk Kim
1
-4
/
+10
2017-04-19
f2fs: add undiscard blocks stat
Chao Yu
1
-0
/
+9
2017-04-19
f2fs: introduce __check_rb_tree_consistence
Chao Yu
1
-2
/
+13
2017-04-19
f2fs: trace __submit_discard_cmd
Chao Yu
1
-1
/
+3
2017-04-19
f2fs: in prior to issue big discard
Chao Yu
1
-15
/
+39
2017-04-19
f2fs: clean up discard_cmd_control structure
Chao Yu
1
-12
/
+12
2017-04-19
f2fs: use rb-tree to track pending discard commands
Chao Yu
1
-40
/
+183
2017-04-12
f2fs: shrink blk plug region
Chao Yu
1
-4
/
+2
2017-04-10
f2fs: clean up some macros in terms of GET_SEGNO
Jaegeuk Kim
1
-10
/
+10
[prev]
[next]