index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
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: do SSR in higher priority
Jaegeuk Kim
2017-04-13
1
-16
/
+1
*
f2fs: do SSR for data when there is enough free space
Yunlong Song
2017-04-13
1
-1
/
+1
*
f2fs: put allocate_segment after refresh_sit_entry
Yunlong Song
2017-04-13
1
-2
/
+3
*
f2fs: show actual device info in tracepoints
Jaegeuk Kim
2017-04-13
1
-5
/
+5
*
f2fs: use SSR for warm node as well
Jaegeuk Kim
2017-04-13
1
-1
/
+2
*
f2fs: check last page index in cached bio to decide submission
Jaegeuk Kim
2017-04-13
1
-6
/
+7
*
f2fs: fix missing bio_alloc(1)
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: move flush tracepoint
Jaegeuk Kim
2017-04-13
1
-3
/
+3
*
f2fs: declare missing static function
Jaegeuk Kim
2017-04-13
1
-2
/
+2
*
f2fs: fix null pointer dereference when issuing flush in ->fsync
Chao Yu
2017-04-13
1
-1
/
+4
*
f2fs: show # of on-going flush and discard bios
Jaegeuk Kim
2017-04-13
1
-0
/
+6
*
f2fs: add a kernel thread to issue discard commands asynchronously
Jaegeuk Kim
2017-04-13
1
-31
/
+96
*
f2fs: factor out discard command info into discard_cmd_control
Jaegeuk Kim
2017-04-13
1
-15
/
+53
*
f2fs: clean up flush/discard command namings
Jaegeuk Kim
2017-04-13
1
-49
/
+50
*
f2fs: check in-memory sit version bitmap
Chao Yu
2017-04-13
1
-4
/
+12
*
f2fs: check in-memory block bitmap
Chao Yu
2017-04-13
1
-2
/
+30
*
f2fs: introduce FI_ATOMIC_COMMIT
Chao Yu
2017-04-13
1
-3
/
+7
*
f2fs: return fs_trim if there is no candidate
Jaegeuk Kim
2017-04-13
1
-5
/
+28
*
f2fs: relax async discard commands more
Jaegeuk Kim
2017-04-13
1
-5
/
+19
*
f2fs: show the max number of atomic operations
Jaegeuk Kim
2017-04-13
1
-0
/
+1
*
f2fs: support IO alignment for DATA and NODE writes
Jaegeuk Kim
2017-04-13
1
-2
/
+7
*
f2fs: reassign new segment for mode=lfs
Jaegeuk Kim
2017-04-13
1
-3
/
+0
*
f2fs: fix a missing discard prefree segments
Yunlei He
2017-04-13
1
-1
/
+9
*
f2fs: support async discard based on v4.9
Jaegeuk Kim
2017-04-13
1
-10
/
+175
*
f2fs: resolve op and op_flags confilcts
Jaegeuk Kim
2017-04-13
1
-3
/
+6
*
f2fs: fix to access nullified flush_cmd_control pointer
Jaegeuk Kim
2017-04-13
1
-8
/
+25
*
f2fs: call sync_fs when f2fs is idle
Jaegeuk Kim
2017-04-13
1
-1
/
+4
*
f2fs: fix 32-bit build
Arnd Bergmann
2017-04-13
1
-1
/
+2
*
f2fs: drop duplicate header timer.h
Geliang Tang
2017-04-13
1
-1
/
+0
*
f2fs: don't wait writeback for datas during checkpoint
Chao Yu
2017-04-13
1
-1
/
+0
*
f2fs: fix wrong written_valid_blocks counting
Jaegeuk Kim
2017-04-13
1
-2
/
+4
*
f2fs: avoid BG_GC in f2fs_balance_fs
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: support multiple devices
Jaegeuk Kim
2017-04-13
1
-29
/
+83
*
f2fs: revert segment allocation for direct IO
Jaegeuk Kim
2017-04-13
1
-27
/
+9
*
f2fs: assign segments correctly for direct_io
Jaegeuk Kim
2017-04-13
1
-2
/
+6
*
f2fs: Trace reset zone events
Damien Le Moal
2017-04-13
1
-0
/
+1
*
f2fs: Reset sequential zones on zoned block devices
Damien Le Moal
2017-04-13
1
-0
/
+45
*
f2fs: use BIO_MAX_PAGES for bio allocation
Jaegeuk Kim
2017-04-13
1
-2
/
+2
*
f2fs: don't interrupt free nids building during nid allocation
Chao Yu
2017-04-13
1
-1
/
+1
*
f2fs: give a chance to detach from dirty list
Chao Yu
2017-04-13
1
-1
/
+3
*
f2fs: support checkpoint error injection
Chao Yu
2017-04-13
1
-0
/
+5
*
f2fs: remove redundant value definition
Yunlei He
2017-04-13
1
-4
/
+3
*
f2fs: introduce cp_lock to protect updating of ckpt_flags
Chao Yu
2017-04-13
1
-2
/
+2
*
f2fs: use crc and cp version to determine roll-forward recovery
Jaegeuk Kim
2017-04-13
1
-22
/
+0
*
f2fs: preallocate blocks for encrypted file
Yunlei He
2017-04-13
1
-3
/
+1
*
f2fs: check free_sections for defragmentation
Jaegeuk Kim
2017-04-13
1
-3
/
+3
*
f2fs: forbid to do fstrim if fs has some error
Yunlei He
2017-04-13
1
-0
/
+6
*
f2fs: schedule in between two continous batch discards
Chao Yu
2017-04-13
1
-0
/
+2
*
f2fs: check return value of write_checkpoint during fstrim
Chao Yu
2017-04-13
1
-0
/
+2
*
f2fs: avoid unneeded loop in build_sit_entries
Chao Yu
2017-04-13
1
-16
/
+32
[prev]
[next]