index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
f2fs: remove preflush for nobarrier case
Jaegeuk Kim
2017-02-23
1
-2
/
+2
|
*
f2fs: check last page index in cached bio to decide submission
Jaegeuk Kim
2017-02-23
5
-35
/
+40
|
*
f2fs: check io submission more precisely
Jaegeuk Kim
2017-02-23
3
-14
/
+37
|
*
f2fs: call internal __write_data_page directly
Jaegeuk Kim
2017-02-23
1
-2
/
+8
|
*
f2fs: avoid out-of-order execution of atomic writes
Jaegeuk Kim
2017-02-23
2
-4
/
+9
|
*
f2fs: move write_node_page above fsync_node_pages
Jaegeuk Kim
2017-02-23
1
-67
/
+73
|
*
f2fs: move flush tracepoint
Jaegeuk Kim
2017-02-23
1
-3
/
+3
|
*
f2fs: show # of APPEND and UPDATE inodes
Jaegeuk Kim
2017-02-22
2
-3
/
+5
|
*
f2fs: fix 446 coding style warnings in f2fs.h
DongOh Shin
2017-02-22
1
-228
/
+270
|
*
f2fs: fix 3 coding style errors in f2fs.h
DongOh Shin
2017-02-22
1
-3
/
+3
|
*
f2fs: declare missing static function
Jaegeuk Kim
2017-02-22
1
-2
/
+2
|
*
f2fs: show the fault injection mount option
Kaixu Xia
2017-02-22
1
-0
/
+5
|
*
f2fs: fix null pointer dereference when issuing flush in ->fsync
Chao Yu
2017-02-22
1
-1
/
+4
|
*
f2fs: fix to avoid overflow when left shifting page offset
Chao Yu
2017-02-22
1
-2
/
+3
|
*
f2fs: enhance lookup xattr
Chao Yu
2017-02-22
2
-18
/
+121
|
*
f2fs: fix a dead loop in f2fs_fiemap()
Wei Fang
2017-02-22
1
-1
/
+1
|
*
f2fs: do not preallocate blocks which has wrong buffer
Jaegeuk Kim
2017-02-22
3
-2
/
+13
|
*
f2fs: show # of on-going flush and discard bios
Jaegeuk Kim
2017-02-22
3
-3
/
+17
|
*
f2fs: add a kernel thread to issue discard commands asynchronously
Jaegeuk Kim
2017-02-22
2
-31
/
+109
|
*
f2fs: factor out discard command info into discard_cmd_control
Jaegeuk Kim
2017-02-22
4
-22
/
+69
|
*
f2fs: reorganize stat information
Jaegeuk Kim
2017-02-22
1
-4
/
+4
|
*
f2fs: clean up flush/discard command namings
Jaegeuk Kim
2017-02-22
3
-61
/
+59
|
*
f2fs: check in-memory sit version bitmap
Chao Yu
2017-02-22
2
-4
/
+30
|
*
f2fs: check in-memory nat version bitmap
Chao Yu
2017-02-22
3
-0
/
+29
|
*
f2fs: check in-memory block bitmap
Chao Yu
2017-02-22
2
-2
/
+36
|
*
f2fs: introduce FI_ATOMIC_COMMIT
Chao Yu
2017-02-22
5
-9
/
+26
|
*
f2fs: clean up with list_{first, last}_entry
Chao Yu
2017-02-22
3
-5
/
+5
|
*
f2fs: return fs_trim if there is no candidate
Jaegeuk Kim
2017-02-22
3
-5
/
+34
|
*
f2fs: avoid needless checkpoint in f2fs_trim_fs
Jaegeuk Kim
2017-02-22
1
-8
/
+9
|
*
f2fs: relax async discard commands more
Jaegeuk Kim
2017-01-29
4
-11
/
+27
|
*
f2fs: drop exist_data for inline_data when truncated to 0
Jaegeuk Kim
2017-01-29
1
-0
/
+2
|
*
f2fs: don't allow encrypted operations without keys
Jaegeuk Kim
2017-01-29
1
-0
/
+12
|
*
f2fs: show the max number of atomic operations
Jaegeuk Kim
2017-01-29
4
-2
/
+31
|
*
f2fs: get io size bit from mount option
Jaegeuk Kim
2017-01-29
1
-0
/
+22
|
*
f2fs: support IO alignment for DATA and NODE writes
Jaegeuk Kim
2017-01-29
5
-6
/
+78
|
*
f2fs: add submit_bio tracepoint
Jaegeuk Kim
2017-01-29
1
-4
/
+8
|
*
f2fs: reassign new segment for mode=lfs
Jaegeuk Kim
2017-01-29
1
-3
/
+0
|
*
f2fs: fix a missing discard prefree segments
Yunlei He
2017-01-29
1
-1
/
+9
|
*
f2fs: use rb_entry_safe
Geliang Tang
2017-01-29
1
-11
/
+6
|
*
f2fs: add a case of no need to read a page in write begin
Yunlei He
2017-01-29
1
-1
/
+6
|
*
f2fs: fix a problem of using memory after free
Yunlei He
2017-01-29
1
-2
/
+3
|
*
f2fs: remove unneeded condition
Dan Carpenter
2017-01-29
1
-3
/
+3
|
*
f2fs: don't cache nat entry if out of memory
Chao Yu
2017-01-29
1
-7
/
+20
|
*
f2fs: remove unused values in recover_fsync_data
Yunlei He
2017-01-29
1
-4
/
+0
*
|
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-4
/
+3
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-02-20
4
-52
/
+14
|
\
\
|
|
/
|
/
|
|
*
fscrypt: constify struct fscrypt_operations
Eric Biggers
2017-02-08
1
-2
/
+2
|
*
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
2017-02-06
1
-25
/
+5
|
*
fscrypt: make fscrypt_operations.key_prefix a string
Eric Biggers
2017-01-08
2
-22
/
+1
|
*
fscrypt: use ENOKEY when file cannot be created w/o key
Eric Biggers
2016-12-31
2
-3
/
+6
[prev]
[next]