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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
f2fs: check in-memory block bitmap
Chao Yu
2017-04-13
2
-2
/
+36
*
f2fs: introduce FI_ATOMIC_COMMIT
Chao Yu
2017-04-13
5
-9
/
+26
*
f2fs: clean up with list_{first, last}_entry
Chao Yu
2017-04-13
4
-5
/
+11
*
f2fs: return fs_trim if there is no candidate
Jaegeuk Kim
2017-04-13
3
-5
/
+34
*
f2fs: avoid needless checkpoint in f2fs_trim_fs
Jaegeuk Kim
2017-04-13
1
-8
/
+9
*
f2fs: relax async discard commands more
Jaegeuk Kim
2017-04-13
4
-11
/
+27
*
f2fs: drop exist_data for inline_data when truncated to 0
Jaegeuk Kim
2017-04-13
1
-0
/
+2
*
f2fs: don't allow encrypted operations without keys
Jaegeuk Kim
2017-04-13
1
-0
/
+12
*
f2fs: add tmpfile and rename2 to avoid code conflict
Jaegeuk Kim
2017-04-13
1
-0
/
+252
*
f2fs: show the max number of atomic operations
Jaegeuk Kim
2017-04-13
4
-2
/
+31
*
f2fs: get io size bit from mount option
Jaegeuk Kim
2017-04-13
1
-0
/
+22
*
f2fs: support IO alignment for DATA and NODE writes
Jaegeuk Kim
2017-04-13
5
-6
/
+79
*
f2fs: add submit_bio tracepoint
Jaegeuk Kim
2017-04-13
1
-4
/
+8
*
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: use rb_entry_safe
Geliang Tang
2017-04-13
2
-11
/
+11
*
f2fs: add a case of no need to read a page in write begin
Yunlei He
2017-04-13
1
-1
/
+6
*
f2fs: fix a problem of using memory after free
Yunlei He
2017-04-13
1
-2
/
+3
*
f2fs: remove unneeded condition
Dan Carpenter
2017-04-13
1
-3
/
+3
*
f2fs: don't cache nat entry if out of memory
Chao Yu
2017-04-13
1
-7
/
+20
*
f2fs: remove unused values in recover_fsync_data
Yunlei He
2017-04-13
1
-4
/
+0
*
f2fs: add migrate_page to avoid patch conflicts
Jaegeuk Kim
2017-04-13
5
-0
/
+99
*
Revert "f2fs: use percpu_counter for # of dirty pages in inode"
Jaegeuk Kim
2017-04-13
3
-12
/
+7
*
f2fs: support async discard based on v4.9
Jaegeuk Kim
2017-04-13
3
-13
/
+189
*
f2fs: resolve op and op_flags confilcts
Jaegeuk Kim
2017-04-13
8
-46
/
+86
*
f2fs: fix a missing size change in f2fs_setattr
Yunlei He
2017-04-13
1
-2
/
+5
*
f2fs: fix to access nullified flush_cmd_control pointer
Jaegeuk Kim
2017-04-13
3
-11
/
+29
*
f2fs: free meta pages if sanity check for ckpt is failed
Jaegeuk Kim
2017-04-13
1
-1
/
+4
*
f2fs: detect wrong layout
Jaegeuk Kim
2017-04-13
2
-0
/
+13
*
f2fs: call sync_fs when f2fs is idle
Jaegeuk Kim
2017-04-13
1
-1
/
+4
*
f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage
Chao Yu
2017-04-13
1
-0
/
+11
*
f2fs: do not activate auto_recovery for fallocated i_size
Jaegeuk Kim
2017-04-13
3
-20
/
+31
*
f2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
Jaegeuk Kim
2017-04-13
2
-11
/
+23
*
f2fs: fix 32-bit build
Arnd Bergmann
2017-04-13
1
-1
/
+2
*
f2fs: set ->owner for debugfs status file's file_operations
Nicolai Stange
2017-04-13
1
-0
/
+1
*
f2fs: fix incorrect free inode count in ->statfs
Chao Yu
2017-04-13
1
-1
/
+2
*
f2fs: drop duplicate header timer.h
Geliang Tang
2017-04-13
1
-1
/
+0
*
f2fs: fix wrong AUTO_RECOVER condition
Jaegeuk Kim
2017-04-13
1
-1
/
+2
*
f2fs: do not recover i_size if it's valid
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: fix fdatasync
Chao Yu
2017-04-13
2
-2
/
+11
*
f2fs: fix to account total free nid correctly
Chao Yu
2017-04-13
2
-6
/
+30
*
f2fs: fix an infinite loop when flush nodes in cp
Yunlei He
2017-04-13
1
-0
/
+1
*
f2fs: don't wait writeback for datas during checkpoint
Chao Yu
2017-04-13
7
-18
/
+40
*
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
4
-5
/
+8
*
f2fs: fix redundant block allocation
Jaegeuk Kim
2017-04-13
1
-6
/
+12
*
f2fs: use err for f2fs_preallocate_blocks
Jaegeuk Kim
2017-04-13
3
-31
/
+34
*
f2fs: support multiple devices
Jaegeuk Kim
2017-04-13
4
-69
/
+265
*
f2fs: allow dio read for LFS mode
Jaegeuk Kim
2017-04-13
1
-1
/
+1
*
f2fs: revert segment allocation for direct IO
Jaegeuk Kim
2017-04-13
3
-33
/
+10
[prev]
[next]