index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
f2fs: don't check inode's checksum if it was dirtied or writebacked
Jaegeuk Kim
2017-09-05
2
-2
/
+3
|
*
f2fs: don't need to update inode checksum for recovery
Jaegeuk Kim
2017-09-05
1
-2
/
+0
|
*
f2fs: trigger fdatasync for non-atomic_write file
Chao Yu
2017-08-29
1
-1
/
+1
|
*
f2fs: fix to avoid race in between aio and gc
Chao Yu
2017-08-29
1
-0
/
+3
|
*
f2fs: wake up discard_thread iff there is a candidate
Jaegeuk Kim
2017-08-29
3
-7
/
+27
|
*
f2fs: return error when accessing insane flie offset
Jaegeuk Kim
2017-08-29
1
-1
/
+5
|
*
f2fs: trigger normal fsync for non-atomic_write file
Chao Yu
2017-08-29
1
-1
/
+1
|
*
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-22
3
-14
/
+112
|
*
f2fs: remove unused function overprovision_sections
Yunlong Song
2017-08-22
1
-5
/
+0
|
*
f2fs: check hot_data for roll-forward recovery
Jaegeuk Kim
2017-08-22
1
-1
/
+1
|
*
f2fs: add tracepoint for f2fs_gc
Chao Yu
2017-08-22
1
-14
/
+36
|
*
f2fs: retry to revoke atomic commit in -ENOMEM case
Chao Yu
2017-08-22
1
-2
/
+8
|
*
f2fs: let fill_super handle roll-forward errors
Jaegeuk Kim
2017-08-22
1
-2
/
+0
|
*
f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
Qiuyang Sun
2017-08-22
3
-10
/
+11
|
*
f2fs: support journalled quota
Chao Yu
2017-08-22
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-10
10
-31
/
+200
|
*
f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...
Yunlong Song
2017-08-10
1
-0
/
+4
|
*
f2fs: update cur_valid_map_mir together with cur_valid_map
Yunlong Song
2017-08-10
1
-14
/
+30
|
*
f2fs: use printk_ratelimited for f2fs_msg
Jaegeuk Kim
2017-08-04
1
-1
/
+1
|
*
f2fs: expose features to sysfs entry
Jaegeuk Kim
2017-08-04
1
-26
/
+130
|
*
f2fs: support inode checksum
Chao Yu
2017-08-04
5
-1
/
+118
|
*
f2fs: return wrong error number on f2fs_quota_write
Jaegeuk Kim
2017-08-04
1
-1
/
+1
|
*
f2fs: provide f2fs_balance_fs to __write_node_page
Yunlong Song
2017-08-04
3
-8
/
+13
|
*
f2fs: introduce f2fs_statfs_project
Chao Yu
2017-08-01
1
-0
/
+48
|
*
f2fs: support F2FS_IOC_FS{GET,SET}XATTR
Chao Yu
2017-08-01
2
-28
/
+239
|
*
f2fs: don't need to wait for node writes for atomic write
Jaegeuk Kim
2017-08-01
1
-3
/
+13
|
*
f2fs: avoid naming confusion of sysfs init
Jaegeuk Kim
2017-08-01
3
-14
/
+14
|
*
f2fs: support project quota
Chao Yu
2017-08-01
6
-16
/
+105
|
*
f2fs: record quota during dot{,dot} recovery
Chao Yu
2017-08-01
1
-0
/
+4
|
*
f2fs: enhance on-disk inode structure scalability
Chao Yu
2017-08-01
9
-50
/
+124
|
*
f2fs: make max inline size changeable
Chao Yu
2017-08-01
5
-59
/
+95
|
*
f2fs: add ioctl to expose current features
Jaegeuk Kim
2017-08-01
2
-0
/
+15
|
*
f2fs: make background threads of f2fs being aware of freezing
Chao Yu
2017-08-01
2
-2
/
+15
|
*
f2fs: don't give partially written atomic data from process crash
Jaegeuk Kim
2017-07-29
2
-0
/
+19
|
*
f2fs: give a try to do atomic write in -ENOMEM case
Jaegeuk Kim
2017-07-29
1
-2
/
+6
|
*
f2fs: preserve i_mode if __f2fs_set_acl() fails
Ernesto A. Fernández
2017-07-29
1
-2
/
+3
|
*
f2fs: alloc new nids for xattr block in recovery
Yunlei He
2017-07-27
1
-13
/
+15
|
*
f2fs: spread struct f2fs_dentry_ptr for inline path
Chao Yu
2017-07-27
2
-22
/
+30
|
*
f2fs: remove unused input parameter
Yunlei He
2017-07-27
3
-7
/
+5
*
|
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
2017-09-09
1
-1
/
+4
*
|
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
2
-3
/
+4
|
\
\
|
*
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
2
-3
/
+4
|
|
/
[prev]
[next]