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
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: flush pending bios right away when error occurs
Jaegeuk Kim
2016-05-20
5
-13
/
+16
*
f2fs: avoid ENOSPC fault in the recovery process
Jaegeuk Kim
2016-05-20
1
-0
/
+4
*
f2fs: make exit_f2fs_fs more clear
Tiezhu Yang
2016-05-18
1
-5
/
+5
*
f2fs: use percpu_counter for total_valid_inode_count
Jaegeuk Kim
2016-05-18
2
-14
/
+15
*
f2fs: use percpu_counter for alloc_valid_block_count
Jaegeuk Kim
2016-05-18
4
-8
/
+14
*
f2fs: use percpu_counter for # of dirty pages in inode
Jaegeuk Kim
2016-05-18
3
-7
/
+12
*
f2fs: use percpu_counter for page counters
Jaegeuk Kim
2016-05-18
3
-19
/
+47
*
f2fs: use bio count instead of F2FS_WRITEBACK page count
Jaegeuk Kim
2016-05-18
5
-19
/
+22
*
f2fs: manipulate dirty file inodes when DATA_FLUSH is set
Jaegeuk Kim
2016-05-16
1
-3
/
+8
*
f2fs: add fault injection to sysfs
Sheng Yong
2016-05-16
2
-10
/
+91
*
f2fs: no need inc dirty pages under inode lock
Yunlei He
2016-05-16
1
-1
/
+1
*
f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents
Chao Yu
2016-05-16
1
-2
/
+6
*
f2fs: fix i_current_depth during inline dentry conversion
Chao Yu
2016-05-16
1
-0
/
+1
*
f2fs: correct return value type of f2fs_fill_super
Sheng Yong
2016-05-16
1
-3
/
+3
*
f2fs: fix deadlock when flush inline data
Chao Yu
2016-05-11
1
-1
/
+2
*
f2fs: avoid f2fs_bug_on during recovery
Jaegeuk Kim
2016-05-11
1
-2
/
+1
*
f2fs: show # of orphan inodes
Jaegeuk Kim
2016-05-11
2
-2
/
+5
*
f2fs: support in batch fzero in dnode page
Chao Yu
2016-05-11
1
-16
/
+56
*
f2fs: support in batch multi blocks preallocation
Chao Yu
2016-05-11
2
-44
/
+108
*
f2fs: make atomic/volatile operation exclusive
Chao Yu
2016-05-11
1
-0
/
+16
*
f2fs: use mnt_{want,drop}_write_file in ioctl
Chao Yu
2016-05-11
1
-30
/
+87
*
f2fs: do not preallocate block unaligned to 4KB
Jaegeuk Kim
2016-05-07
1
-2
/
+2
*
f2fs: read node blocks ahead when truncating blocks
Jaegeuk Kim
2016-05-07
2
-25
/
+29
*
f2fs: fallocate data blocks in single locked node page
Jaegeuk Kim
2016-05-07
1
-29
/
+22
*
f2fs: fix inode cache leak
Chao Yu
2016-05-07
3
-43
/
+31
*
fscrypto/f2fs: allow fs-specific key prefix for fs encryption
Jaegeuk Kim
2016-05-07
3
-44
/
+97
*
f2fs: avoid panic when truncating to max filesize
Chao Yu
2016-05-07
1
-1
/
+4
*
f2fs: fix incorrect mapping in ->bmap
Chao Yu
2016-05-07
1
-4
/
+7
*
f2fs: remove an obsolete variable
Jaegeuk Kim
2016-05-07
1
-3
/
+0
*
f2fs: don't worry about inode leak in evict_inode
Jaegeuk Kim
2016-05-07
1
-14
/
+2
*
f2fs: shrink size of struct seg_entry
Chao Yu
2016-05-07
1
-4
/
+5
*
f2fs: reuse get_extent_info
Chao Yu
2016-05-07
2
-6
/
+5
*
f2fs: remove unneeded memset when updating xattr
Chao Yu
2016-05-07
1
-1
/
+0
*
f2fs: remove unneeded readahead in find_fsync_dnodes
Chao Yu
2016-05-07
1
-2
/
+0
*
f2fs: retry to truncate blocks in -ENOMEM case
Jaegeuk Kim
2016-05-07
1
-1
/
+7
*
f2fs: fix leak of orphan inode objects
Jaegeuk Kim
2016-05-07
3
-5
/
+5
*
f2fs: revisit error handling flows
Jaegeuk Kim
2016-05-07
2
-32
/
+28
*
f2fs: inject ENOSPC failures
Jaegeuk Kim
2016-05-07
5
-0
/
+29
*
f2fs: inject page allocation failures
Jaegeuk Kim
2016-05-07
2
-0
/
+10
*
f2fs: inject kmalloc failure
Jaegeuk Kim
2016-05-07
2
-0
/
+35
*
f2fs: add mount option to select fault injection ratio
Jaegeuk Kim
2016-05-07
3
-0
/
+28
*
f2fs: use f2fs_grab_cache_page instead of grab_cache_page
Jaegeuk Kim
2016-05-07
3
-9
/
+10
*
f2fs: introduce f2fs_kmalloc to wrap kmalloc
Jaegeuk Kim
2016-05-07
5
-5
/
+10
*
f2fs: add proc entry to show valid block bitmap
Jaegeuk Kim
2016-05-07
1
-1
/
+31
*
f2fs: introduce macros for proc entries
Jaegeuk Kim
2016-05-07
1
-11
/
+14
*
f2fs: factor out fsync inode entry operations
Chao Yu
2016-05-03
1
-21
/
+38
*
f2fs: fix to clear page private flag
Chao Yu
2016-05-03
1
-0
/
+1
*
f2fs: fix to clear private data in page
Chao Yu
2016-05-03
1
-0
/
+2
*
f2fs: fix to return 0 if err == -ENOENT in f2fs_readdir
Yunlong Song
2016-04-27
1
-0
/
+1
*
f2fs: move node pages only in victim section during GC
Chao Yu
2016-04-27
3
-21
/
+36
[next]