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-03-20
f2fs: don't overwrite node block by SSR
Jaegeuk Kim
1
-0
/
+6
2017-02-27
f2fs: avoid to issue redundant discard commands
Jaegeuk Kim
1
-0
/
+2
2017-02-27
f2fs: select target segment with closer temperature in SSR mode
Chao Yu
1
-6
/
+17
2017-02-27
f2fs: show simple call stack in fault injection message
Chao Yu
1
-1
/
+3
2017-02-27
f2fs: add bitmaps for empty or full NAT blocks
Jaegeuk Kim
1
-1
/
+1
2017-02-27
f2fs: check discard alignment only for SEQWRITE zones
Jaegeuk Kim
1
-12
/
+12
2017-02-27
f2fs: wait for discard completion after submission
Jaegeuk Kim
1
-3
/
+13
2017-02-27
f2fs: avoid very large discard command
Jaegeuk Kim
1
-1
/
+2
2017-02-24
f2fs: do SSR for node segments more aggresively
Jaegeuk Kim
1
-5
/
+10
2017-02-24
f2fs: find data segments across all the types
Jaegeuk Kim
1
-4
/
+11
2017-02-24
f2fs: do SSR in higher priority
Jaegeuk Kim
1
-16
/
+1
2017-02-24
f2fs: do SSR for data when there is enough free space
Yunlong Song
1
-1
/
+1
2017-02-24
f2fs: put allocate_segment after refresh_sit_entry
Yunlong Song
1
-2
/
+3
2017-02-23
f2fs: show actual device info in tracepoints
Jaegeuk Kim
1
-5
/
+5
2017-02-23
f2fs: use SSR for warm node as well
Jaegeuk Kim
1
-1
/
+2
2017-02-23
f2fs: check last page index in cached bio to decide submission
Jaegeuk Kim
1
-6
/
+7
2017-02-23
f2fs: move flush tracepoint
Jaegeuk Kim
1
-3
/
+3
2017-02-22
f2fs: declare missing static function
Jaegeuk Kim
1
-2
/
+2
2017-02-22
f2fs: fix null pointer dereference when issuing flush in ->fsync
Chao Yu
1
-1
/
+4
2017-02-22
f2fs: show # of on-going flush and discard bios
Jaegeuk Kim
1
-0
/
+6
2017-02-22
f2fs: add a kernel thread to issue discard commands asynchronously
Jaegeuk Kim
1
-31
/
+97
2017-02-22
f2fs: factor out discard command info into discard_cmd_control
Jaegeuk Kim
1
-15
/
+53
2017-02-22
f2fs: clean up flush/discard command namings
Jaegeuk Kim
1
-49
/
+49
2017-02-22
f2fs: check in-memory sit version bitmap
Chao Yu
1
-4
/
+12
2017-02-22
f2fs: check in-memory block bitmap
Chao Yu
1
-2
/
+30
2017-02-22
f2fs: introduce FI_ATOMIC_COMMIT
Chao Yu
1
-3
/
+7
2017-02-22
f2fs: return fs_trim if there is no candidate
Jaegeuk Kim
1
-5
/
+28
2017-01-29
f2fs: relax async discard commands more
Jaegeuk Kim
1
-5
/
+19
2017-01-29
f2fs: show the max number of atomic operations
Jaegeuk Kim
1
-0
/
+1
2017-01-29
f2fs: support IO alignment for DATA and NODE writes
Jaegeuk Kim
1
-2
/
+7
2017-01-29
f2fs: reassign new segment for mode=lfs
Jaegeuk Kim
1
-3
/
+0
2017-01-29
f2fs: fix a missing discard prefree segments
Yunlei He
1
-1
/
+9
2017-01-12
block: Rename blk_queue_zone_size and bdev_zone_size
Damien Le Moal
1
-2
/
+2
2016-12-14
Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-63
/
+173
2016-12-07
f2fs: fix to access nullified flush_cmd_control pointer
Jaegeuk Kim
1
-8
/
+25
2016-12-05
f2fs: call sync_fs when f2fs is idle
Jaegeuk Kim
1
-1
/
+4
2016-11-25
f2fs: fix 32-bit build
Arnd Bergmann
1
-1
/
+2
2016-11-25
f2fs: drop duplicate header timer.h
Geliang Tang
1
-1
/
+0
2016-11-25
f2fs: don't wait writeback for datas during checkpoint
Chao Yu
1
-1
/
+0
2016-11-25
f2fs: fix wrong written_valid_blocks counting
Jaegeuk Kim
1
-2
/
+4
2016-11-25
f2fs: avoid BG_GC in f2fs_balance_fs
Jaegeuk Kim
1
-1
/
+1
2016-11-25
f2fs: support multiple devices
Jaegeuk Kim
1
-33
/
+86
2016-11-25
f2fs: revert segment allocation for direct IO
Jaegeuk Kim
1
-27
/
+9
2016-11-23
f2fs: assign segments correctly for direct_io
Jaegeuk Kim
1
-2
/
+6
2016-11-23
f2fs: Trace reset zone events
Damien Le Moal
1
-0
/
+1
2016-11-23
f2fs: Reset sequential zones on zoned block devices
Damien Le Moal
1
-8
/
+55
2016-11-23
f2fs: use BIO_MAX_PAGES for bio allocation
Jaegeuk Kim
1
-2
/
+2
2016-11-23
f2fs: don't interrupt free nids building during nid allocation
Chao Yu
1
-1
/
+1
2016-11-23
f2fs: fix sparse warnings
Eric Biggers
1
-1
/
+1
2016-11-23
f2fs: give a chance to detach from dirty list
Chao Yu
1
-1
/
+3
[next]