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
Age
Commit message (
Expand
)
Author
Files
Lines
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: enable inline_xattr by default
Chao Yu
1
-0
/
+1
2017-02-23
f2fs: introduce noinline_xattr mount option
Chao Yu
1
-0
/
+11
2017-02-23
f2fs: avoid reading NAT page by get_node_info
Jaegeuk Kim
1
-7
/
+9
2017-02-23
f2fs: remove build_free_nids() during checkpoint
Jaegeuk Kim
1
-2
/
+0
2017-02-23
f2fs: change recovery policy of xattr node block
Chao Yu
6
-25
/
+22
2017-02-23
f2fs: super: constify fscrypt_operations structure
Bhumika Goyal
1
-2
/
+2
2017-02-23
f2fs: show checkpoint version at mount time
Jaegeuk Kim
1
-0
/
+2
2017-02-23
f2fs: remove preflush for nobarrier case
Jaegeuk Kim
1
-2
/
+2
2017-02-23
f2fs: check last page index in cached bio to decide submission
Jaegeuk Kim
5
-35
/
+40
2017-02-23
f2fs: check io submission more precisely
Jaegeuk Kim
3
-14
/
+37
2017-02-23
f2fs: call internal __write_data_page directly
Jaegeuk Kim
1
-2
/
+8
2017-02-23
f2fs: avoid out-of-order execution of atomic writes
Jaegeuk Kim
2
-4
/
+9
2017-02-23
f2fs: move write_node_page above fsync_node_pages
Jaegeuk Kim
1
-67
/
+73
2017-02-23
f2fs: move flush tracepoint
Jaegeuk Kim
1
-3
/
+3
2017-02-22
f2fs: show # of APPEND and UPDATE inodes
Jaegeuk Kim
2
-3
/
+5
2017-02-22
f2fs: fix 446 coding style warnings in f2fs.h
DongOh Shin
1
-228
/
+270
2017-02-22
f2fs: fix 3 coding style errors in f2fs.h
DongOh Shin
1
-3
/
+3
2017-02-22
f2fs: declare missing static function
Jaegeuk Kim
1
-2
/
+2
2017-02-22
f2fs: show the fault injection mount option
Kaixu Xia
1
-0
/
+5
2017-02-22
f2fs: fix null pointer dereference when issuing flush in ->fsync
Chao Yu
1
-1
/
+4
2017-02-22
f2fs: fix to avoid overflow when left shifting page offset
Chao Yu
1
-2
/
+3
2017-02-22
f2fs: enhance lookup xattr
Chao Yu
2
-18
/
+121
2017-02-22
f2fs: fix a dead loop in f2fs_fiemap()
Wei Fang
1
-1
/
+1
2017-02-22
f2fs: do not preallocate blocks which has wrong buffer
Jaegeuk Kim
3
-2
/
+13
2017-02-22
f2fs: show # of on-going flush and discard bios
Jaegeuk Kim
3
-3
/
+17
2017-02-22
f2fs: add a kernel thread to issue discard commands asynchronously
Jaegeuk Kim
2
-31
/
+109
2017-02-22
f2fs: factor out discard command info into discard_cmd_control
Jaegeuk Kim
4
-22
/
+69
2017-02-22
f2fs: reorganize stat information
Jaegeuk Kim
1
-4
/
+4
2017-02-22
f2fs: clean up flush/discard command namings
Jaegeuk Kim
3
-61
/
+59
2017-02-22
f2fs: check in-memory sit version bitmap
Chao Yu
2
-4
/
+30
2017-02-22
f2fs: check in-memory nat version bitmap
Chao Yu
3
-0
/
+29
2017-02-22
f2fs: check in-memory block bitmap
Chao Yu
2
-2
/
+36
2017-02-22
f2fs: introduce FI_ATOMIC_COMMIT
Chao Yu
5
-9
/
+26
2017-02-22
f2fs: clean up with list_{first, last}_entry
Chao Yu
3
-5
/
+5
2017-02-22
f2fs: return fs_trim if there is no candidate
Jaegeuk Kim
3
-5
/
+34
2017-02-22
f2fs: avoid needless checkpoint in f2fs_trim_fs
Jaegeuk Kim
1
-8
/
+9
2017-02-20
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-52
/
+14
2017-02-08
fscrypt: constify struct fscrypt_operations
Eric Biggers
1
-2
/
+2
2017-02-06
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
1
-25
/
+5
2017-01-29
f2fs: relax async discard commands more
Jaegeuk Kim
4
-11
/
+27
2017-01-29
f2fs: drop exist_data for inline_data when truncated to 0
Jaegeuk Kim
1
-0
/
+2
2017-01-29
f2fs: don't allow encrypted operations without keys
Jaegeuk Kim
1
-0
/
+12
2017-01-29
f2fs: show the max number of atomic operations
Jaegeuk Kim
4
-2
/
+31
2017-01-29
f2fs: get io size bit from mount option
Jaegeuk Kim
1
-0
/
+22
2017-01-29
f2fs: support IO alignment for DATA and NODE writes
Jaegeuk Kim
5
-6
/
+78
2017-01-29
f2fs: add submit_bio tracepoint
Jaegeuk Kim
1
-4
/
+8
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
[prev]
[next]