index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: speed up handling holes in fiemap
Chao Yu
2016-02-23
3
-10
/
+28
*
f2fs: introduce get_next_page_offset to speed up SEEK_DATA
Chao Yu
2016-02-23
3
-2
/
+40
*
f2fs: remove unneeded pointer conversion
Chao Yu
2016-02-23
7
-33
/
+28
*
f2fs: simplify __allocate_data_blocks
Chao Yu
2016-02-23
1
-56
/
+4
*
f2fs: simplify f2fs_map_blocks
Chao Yu
2016-02-23
1
-69
/
+32
*
f2fs: introduce lifetime write IO statistics
Shuoran Liu
2016-02-23
3
-2
/
+59
*
f2fs: give scheduling point in shrinking path
Jaegeuk Kim
2016-02-23
1
-0
/
+1
*
f2fs: improve shrink performance of extent nodes
Hou Pengyang
2016-02-23
2
-48
/
+29
*
f2fs: don't set cached_en if it will be freed
Jaegeuk Kim
2016-02-23
1
-5
/
+7
*
f2fs: move extent_node list operations being coupled with rbtree operation
Jaegeuk Kim
2016-02-23
1
-23
/
+17
*
f2fs: reconstruct the code to free an extent_node
Hou Pengyang
2016-02-23
1
-30
/
+25
*
f2fs: use wq_has_sleeper for cp_wait wait_queue
Jaegeuk Kim
2016-02-23
1
-2
/
+1
*
f2fs: avoid unnecessary search while finding victim in gc
Fan Li
2016-02-23
1
-8
/
+25
*
f2fs: delete unnecessary wait for page writeback
Yunlei He
2016-02-23
1
-2
/
+1
*
f2fs: use wait_for_stable_page to avoid contention
Jaegeuk Kim
2016-02-23
13
-42
/
+47
*
f2fs: enhance foreground GC
Chao Yu
2016-02-23
1
-71
/
+72
*
f2fs: don't need to call set_page_dirty for io error
Jaegeuk Kim
2016-02-23
1
-1
/
+0
*
f2fs: avoid needless sync_inode_page when reading inline_data
Jaegeuk Kim
2016-02-23
1
-1
/
+0
*
f2fs: don't need to sync node page at every time
Jaegeuk Kim
2016-02-23
1
-1
/
+0
*
f2fs: avoid multiple node page writes due to inline_data
Jaegeuk Kim
2016-02-23
5
-0
/
+63
*
f2fs: do f2fs_balance_fs when block is allocated
Jaegeuk Kim
2016-02-23
1
-6
/
+6
*
f2fs: fix to overcome inline_data floods
Jaegeuk Kim
2016-02-23
1
-0
/
+7
*
f2fs: use writepages->lock for WB_SYNC_ALL
Jaegeuk Kim
2016-02-23
1
-1
/
+1
*
f2fs: remove needless condition check
Jaegeuk Kim
2016-02-23
1
-5
/
+1
*
f2fs: correct search area in get_new_segment
Chao Yu
2016-02-23
1
-3
/
+2
*
f2fs: export dirty_nats_ratio in sysfs
Chao Yu
2016-02-23
4
-1
/
+5
*
f2fs: flush dirty nat entries when exceeding threshold
Chao Yu
2016-02-23
2
-1
/
+11
*
f2fs: relocate is_merged_page
Chao Yu
2016-02-23
3
-38
/
+39
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-02-20
4
-18
/
+101
|
\
|
*
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Ingo Molnar
2016-02-16
4
-18
/
+101
|
|
\
|
|
*
efi: Make efivarfs entries immutable by default
Peter Jones
2016-02-10
4
-14
/
+98
|
|
*
efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
Peter Jones
2016-02-10
1
-4
/
+3
*
|
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-02-19
13
-39
/
+176
|
\
\
\
|
*
|
|
ext4: fix crashes in dioread_nolock mode
Jan Kara
2016-02-19
1
-20
/
+20
|
*
|
|
ext4: fix bh->b_state corruption
Jan Kara
2016-02-19
1
-2
/
+30
|
*
|
|
ext4: fix memleak in ext4_readdir()
Kirill Tkhai
2016-02-16
1
-2
/
+5
|
*
|
|
ext4: remove unused parameter "newblock" in convert_initialized_extent()
Eryu Guan
2016-02-12
1
-2
/
+2
|
*
|
|
ext4: don't read blocks from disk after extents being swapped
Eryu Guan
2016-02-12
1
-3
/
+12
|
*
|
|
ext4: fix potential integer overflow
Insu Yun
2016-02-12
1
-1
/
+1
|
*
|
|
ext4: add a line break for proc mb_groups display
Huaitong Han
2016-02-12
1
-1
/
+1
|
*
|
|
ext4: ioctl: fix erroneous return value
Anton Protopopov
2016-02-12
1
-1
/
+1
|
*
|
|
ext4: fix scheduling in atomic on group checksum failure
Jan Kara
2016-02-12
2
-5
/
+8
|
*
|
|
ext4 crypto: move context consistency check to ext4_file_open()
Theodore Ts'o
2016-02-08
2
-2
/
+15
|
*
|
|
ext4 crypto: revalidate dentry after adding or removing the key
Theodore Ts'o
2016-02-08
4
-0
/
+81
*
|
|
|
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-02-19
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Btrfs: fix direct IO requests not reporting IO error to user space
Filipe Manana
2016-02-16
1
-0
/
+2
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-02-19
1
-14
/
+39
|
\
\
\
\
\
|
*
|
|
|
|
fsnotify: turn fsnotify reaper thread into a workqueue job
Jeff Layton
2016-02-19
1
-31
/
+18
|
*
|
|
|
|
Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"
Jeff Layton
2016-02-19
1
-14
/
+52
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-02-17
3
-5
/
+18
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
[next]