index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
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]