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: clear FI_HOT_DATA correctly
Chao Yu
2017-08-29
2
-0
/
+3
*
f2fs: fix out-of-order execution in f2fs_issue_flush
Chao Yu
2017-08-29
1
-1
/
+4
*
f2fs: issue discard commands if gc_urgent is set
Jaegeuk Kim
2017-08-29
2
-1
/
+10
*
f2fs: introduce discard_granularity sysfs entry
Chao Yu
2017-08-21
3
-14
/
+112
*
f2fs: remove unused function overprovision_sections
Yunlong Song
2017-08-21
1
-5
/
+0
*
f2fs: check hot_data for roll-forward recovery
Jaegeuk Kim
2017-08-21
1
-1
/
+1
*
f2fs: add tracepoint for f2fs_gc
Chao Yu
2017-08-21
1
-14
/
+36
*
f2fs: retry to revoke atomic commit in -ENOMEM case
Chao Yu
2017-08-21
1
-2
/
+8
*
f2fs: let fill_super handle roll-forward errors
Jaegeuk Kim
2017-08-21
1
-2
/
+0
*
f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
Qiuyang Sun
2017-08-21
3
-10
/
+11
*
f2fs: support journalled quota
Chao Yu
2017-08-21
4
-30
/
+403
*
f2fs: fix potential overflow when adjusting GC cycle
Chao Yu
2017-08-15
2
-9
/
+16
*
f2fs: avoid unneeded sync on quota file
Chao Yu
2017-08-15
1
-2
/
+2
*
f2fs: introduce gc_urgent mode for background GC
Jaegeuk Kim
2017-08-15
3
-2
/
+28
*
f2fs: use IPU for cold files
Jaegeuk Kim
2017-08-15
1
-0
/
+4
*
f2fs: fix the size value in __check_sit_bitmap
Yunlong Song
2017-08-15
1
-2
/
+5
*
f2fs: add app/fs io stat
Chao Yu
2017-08-09
10
-31
/
+200
*
f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...
Yunlong Song
2017-08-09
1
-0
/
+4
*
f2fs: update cur_valid_map_mir together with cur_valid_map
Yunlong Song
2017-08-09
1
-14
/
+30
*
f2fs: use printk_ratelimited for f2fs_msg
Jaegeuk Kim
2017-08-03
1
-1
/
+1
*
f2fs: expose features to sysfs entry
Jaegeuk Kim
2017-08-03
1
-26
/
+130
*
f2fs: support inode checksum
Chao Yu
2017-08-03
5
-1
/
+118
*
f2fs: return wrong error number on f2fs_quota_write
Jaegeuk Kim
2017-08-03
1
-1
/
+1
*
f2fs: provide f2fs_balance_fs to __write_node_page
Yunlong Song
2017-08-03
3
-8
/
+13
*
f2fs: introduce f2fs_statfs_project
Chao Yu
2017-07-31
1
-0
/
+48
*
f2fs: support F2FS_IOC_FS{GET,SET}XATTR
Chao Yu
2017-07-31
2
-28
/
+239
*
f2fs: don't need to wait for node writes for atomic write
Jaegeuk Kim
2017-07-31
1
-3
/
+13
*
f2fs: avoid naming confusion of sysfs init
Jaegeuk Kim
2017-07-31
3
-14
/
+14
*
f2fs: support project quota
Chao Yu
2017-07-31
6
-16
/
+105
*
f2fs: record quota during dot{,dot} recovery
Chao Yu
2017-07-31
1
-0
/
+4
*
f2fs: enhance on-disk inode structure scalability
Chao Yu
2017-07-31
9
-50
/
+124
*
f2fs: make max inline size changeable
Chao Yu
2017-07-31
5
-59
/
+95
*
f2fs: add ioctl to expose current features
Jaegeuk Kim
2017-07-31
2
-0
/
+15
*
f2fs: make background threads of f2fs being aware of freezing
Chao Yu
2017-07-31
2
-2
/
+15
*
f2fs: don't give partially written atomic data from process crash
Jaegeuk Kim
2017-07-28
2
-0
/
+19
*
f2fs: give a try to do atomic write in -ENOMEM case
Jaegeuk Kim
2017-07-28
1
-2
/
+6
*
f2fs: preserve i_mode if __f2fs_set_acl() fails
Ernesto A. Fernández
2017-07-28
1
-2
/
+3
*
f2fs: alloc new nids for xattr block in recovery
Yunlei He
2017-07-26
1
-13
/
+15
*
f2fs: spread struct f2fs_dentry_ptr for inline path
Chao Yu
2017-07-26
2
-22
/
+30
*
f2fs: remove unused input parameter
Yunlei He
2017-07-26
3
-7
/
+5
*
f2fs: avoid cpu lockup
Jaegeuk Kim
2017-07-17
1
-0
/
+10
*
f2fs: include seq_file.h for sysfs.c
Jaegeuk Kim
2017-07-17
1
-0
/
+1
*
f2fs: Don't clear SGID when inheriting ACLs
Jaegeuk Kim
2017-07-15
1
-1
/
+1
*
f2fs: remove extra inode_unlock() in error path
Luis Henriques
2017-07-15
1
-4
/
+1
*
Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2017-07-10
18
-661
/
+1522
|
\
|
*
f2fs: support plain user/group quota
Chao Yu
2017-07-08
7
-40
/
+452
|
*
f2fs: avoid deadlock caused by lock order of page and lock_op
Jaegeuk Kim
2017-07-07
1
-3
/
+13
|
*
f2fs: use spin_{,un}lock_irq{save,restore}
Chao Yu
2017-07-07
2
-11
/
+18
|
*
f2fs: relax migratepage for atomic written page
Jaegeuk Kim
2017-07-07
1
-2
/
+6
|
*
f2fs: don't count inode block in in-memory inode.i_blocks
Chao Yu
2017-07-07
3
-22
/
+20
[next]