index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
segment.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: shrink blk plug region
Chao Yu
2017-04-12
1
-4
/
+2
*
f2fs: clean up some macros in terms of GET_SEGNO
Jaegeuk Kim
2017-04-10
1
-10
/
+10
*
f2fs: clean up get_valid_blocks with consistent parameter
Jaegeuk Kim
2017-04-10
1
-4
/
+4
*
f2fs: prevent waiter encountering incorrect discard states
Chao Yu
2017-04-10
1
-4
/
+5
*
f2fs: introduce f2fs_wait_discard_bios
Chao Yu
2017-04-10
1
-15
/
+22
*
f2fs: split discard_cmd_list
Chao Yu
2017-04-10
1
-17
/
+30
*
Revert "f2fs: put allocate_segment after refresh_sit_entry"
Jaegeuk Kim
2017-04-10
1
-5
/
+4
*
f2fs: submit bio of in-place-update pages
Jaegeuk Kim
2017-04-05
1
-2
/
+2
*
f2fs: write small sized IO to hot log
Jaegeuk Kim
2017-04-05
1
-7
/
+6
*
f2fs: use bitmap in discard_entry
Chao Yu
2017-04-05
1
-32
/
+40
*
f2fs: clean up destroy_discard_cmd_control
Chao Yu
2017-04-05
1
-7
/
+9
*
f2fs: count discard command entry
Chao Yu
2017-04-05
1
-0
/
+4
*
f2fs: show issued flush/discard count
Chao Yu
2017-04-05
1
-14
/
+23
*
f2fs: allocate node and hot data in the beginning of partition
Jaegeuk Kim
2017-03-29
1
-0
/
+9
*
f2fs: add a punch discard command function
Yunlei He
2017-03-21
1
-2
/
+20
*
f2fs: allocate a bio for discarding when actually issuing it
Jaegeuk Kim
2017-03-21
1
-63
/
+75
*
f2fs: make sure trace all f2fs_issue_flush
Kinglong Mee
2017-03-21
1
-11
/
+13
*
f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointer
Jaegeuk Kim
2017-03-21
1
-0
/
+30
*
f2fs: fix the fault of calculating blkstart twice
Kinglong Mee
2017-03-21
1
-1
/
+2
*
f2fs: don't overwrite node block by SSR
Jaegeuk Kim
2017-03-20
1
-0
/
+6
*
f2fs: avoid to issue redundant discard commands
Jaegeuk Kim
2017-02-27
1
-0
/
+2
*
f2fs: select target segment with closer temperature in SSR mode
Chao Yu
2017-02-27
1
-6
/
+17
*
f2fs: show simple call stack in fault injection message
Chao Yu
2017-02-27
1
-1
/
+3
*
f2fs: add bitmaps for empty or full NAT blocks
Jaegeuk Kim
2017-02-27
1
-1
/
+1
*
f2fs: check discard alignment only for SEQWRITE zones
Jaegeuk Kim
2017-02-27
1
-12
/
+12
*
f2fs: wait for discard completion after submission
Jaegeuk Kim
2017-02-27
1
-3
/
+13
*
f2fs: avoid very large discard command
Jaegeuk Kim
2017-02-27
1
-1
/
+2
*
f2fs: do SSR for node segments more aggresively
Jaegeuk Kim
2017-02-24
1
-5
/
+10
*
f2fs: find data segments across all the types
Jaegeuk Kim
2017-02-24
1
-4
/
+11
*
f2fs: do SSR in higher priority
Jaegeuk Kim
2017-02-24
1
-16
/
+1
*
f2fs: do SSR for data when there is enough free space
Yunlong Song
2017-02-24
1
-1
/
+1
*
f2fs: put allocate_segment after refresh_sit_entry
Yunlong Song
2017-02-24
1
-2
/
+3
*
f2fs: show actual device info in tracepoints
Jaegeuk Kim
2017-02-23
1
-5
/
+5
*
f2fs: use SSR for warm node as well
Jaegeuk Kim
2017-02-23
1
-1
/
+2
*
f2fs: check last page index in cached bio to decide submission
Jaegeuk Kim
2017-02-23
1
-6
/
+7
*
f2fs: move flush tracepoint
Jaegeuk Kim
2017-02-23
1
-3
/
+3
*
f2fs: declare missing static function
Jaegeuk Kim
2017-02-22
1
-2
/
+2
*
f2fs: fix null pointer dereference when issuing flush in ->fsync
Chao Yu
2017-02-22
1
-1
/
+4
*
f2fs: show # of on-going flush and discard bios
Jaegeuk Kim
2017-02-22
1
-0
/
+6
*
f2fs: add a kernel thread to issue discard commands asynchronously
Jaegeuk Kim
2017-02-22
1
-31
/
+97
*
f2fs: factor out discard command info into discard_cmd_control
Jaegeuk Kim
2017-02-22
1
-15
/
+53
*
f2fs: clean up flush/discard command namings
Jaegeuk Kim
2017-02-22
1
-49
/
+49
*
f2fs: check in-memory sit version bitmap
Chao Yu
2017-02-22
1
-4
/
+12
*
f2fs: check in-memory block bitmap
Chao Yu
2017-02-22
1
-2
/
+30
*
f2fs: introduce FI_ATOMIC_COMMIT
Chao Yu
2017-02-22
1
-3
/
+7
*
f2fs: return fs_trim if there is no candidate
Jaegeuk Kim
2017-02-22
1
-5
/
+28
*
f2fs: relax async discard commands more
Jaegeuk Kim
2017-01-29
1
-5
/
+19
*
f2fs: show the max number of atomic operations
Jaegeuk Kim
2017-01-29
1
-0
/
+1
*
f2fs: support IO alignment for DATA and NODE writes
Jaegeuk Kim
2017-01-29
1
-2
/
+7
*
f2fs: reassign new segment for mode=lfs
Jaegeuk Kim
2017-01-29
1
-3
/
+0
[next]