Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
5b4267d195dd887c4412e34b5a7365baa741b679
/
fs
/
f2fs
5b4267d
f2fs: expose some sectors to user in inline data or dentry case
by Jaegeuk Kim
· 7 years ago
943973c
f2fs: avoid stale fi->gdirty_list pointer
by Jaegeuk Kim
· 7 years ago
204b4ae
f2fs/crypto: drop crypto key at evict_inode only
by Jaegeuk Kim
· 7 years ago
a0d00fa
f2fs: fix to avoid race when accessing last_disk_size
by Chao Yu
· 7 years ago
ebf7c52
f2fs: Fix bool initialization/comparison
by Thomas Meyer
· 7 years ago
cf5c759
f2fs: give up CP_TRIMMED_FLAG if it drops discards
by Chao Yu
· 7 years ago
2ec6f2e
f2fs: trace f2fs_remove_discard
by Chao Yu
· 7 years ago
33da62c
f2fs: reduce cmd_lock coverage in __issue_discard_cmd
by Chao Yu
· 7 years ago
78997b5
f2fs: split discard policy
by Chao Yu
· 7 years ago
ecc9aa0
f2fs: wrap discard policy
by Chao Yu
· 7 years ago
8412663
f2fs: support issuing/waiting discard in range
by Chao Yu
· 7 years ago
1228b48
f2fs: fix to flush multiple device in checkpoint
by Chao Yu
· 7 years ago
39d787b
f2fs: enhance multiple device flush
by Chao Yu
· 7 years ago
b77061b
f2fs: fix to show ino management cache size correctly
by Chao Yu
· 7 years ago
3f06252
f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flush
by Chao Yu
· 7 years ago
9a4ffdf
f2fs: obsolete ALLOC_NID_LIST list
by Chao Yu
· 7 years ago
71ad682
f2fs: convert inline data for direct I/O & FI_NO_PREALLOC
by Weichao Guo
· 7 years ago
71cb4af
f2fs: allow readpages with NULL file pointer
by Hsiang Kao
· 7 years ago
14d8d5f
f2fs: show flush list status in sysfs
by Chao Yu
· 7 years ago
6384069
f2fs: introduce read_xattr_block
by Chao Yu
· 7 years ago
a5f433f
f2fs: introduce read_inline_xattr
by Chao Yu
· 7 years ago
c1fe3e9
Revert "f2fs: reuse nids more aggressively"
by Chao Yu
· 7 years ago
91f4382
Revert "f2fs: node segment is prior to data segment selected victim"
by Yunlong Song
· 7 years ago
638164a
f2fs: fix potential panic during fstrim
by Chao Yu
· 7 years ago
6d8ef53
Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
e6c6de1
f2fs: hurry up to issue discard after io interruption
by Chao Yu
· 7 years ago
80647e5
f2fs: fix to show correct discard_granularity in sysfs
by Chao Yu
· 7 years ago
ca7d802
f2fs: detect dirty inode in evict_inode
by Chao Yu
· 7 years ago
0abd8e7
f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared
by Daeho Jeong
· 7 years ago
b3a97a2
f2fs: speed up gc_urgent mode with SSR
by Jaegeuk Kim
· 7 years ago
1eb1ef4
f2fs: better to wait for fstrim completion
by Jaegeuk Kim
· 7 years ago
2916ecc
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
by Jérôme Glisse
· 7 years ago
27161f1
f2fs: avoid race in between read xattr & write xattr
by Yunlei He
· 7 years ago
13ba41e
f2fs: make get_lock_data_page to handle encrypted inode
by Jaegeuk Kim
· 7 years ago
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
ec3604c
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
d4c759e
f2fs: use generic terms used for encrypted block management
by Jaegeuk Kim
· 7 years ago
1958593
f2fs: introduce f2fs_encrypted_file for clean-up
by Jaegeuk Kim
· 7 years ago
2afce76
Revert "f2fs: add a new function get_ssr_cost"
by Yunlong Song
· 7 years ago
f62fc9f
f2fs: constify super_operations
by Arvind Yadav
· 7 years ago
d323869
f2fs: fix to wake up all sleeping flusher
by Chao Yu
· 7 years ago
edd748e
f2fs: avoid race in between atomic_read & atomic_inc
by Chao Yu
· 7 years ago
025d63a
f2fs: remove unneeded parameter of change_curseg
by Chao Yu
· 7 years ago
11f5020
f2fs: update i_flags correctly
by Chao Yu
· 7 years ago
ee60523
f2fs: don't check inode's checksum if it was dirtied or writebacked
by Jaegeuk Kim
· 7 years ago
a298d57
f2fs: don't need to update inode checksum for recovery
by Jaegeuk Kim
· 7 years ago
774e1b7
f2fs: trigger fdatasync for non-atomic_write file
by Chao Yu
· 7 years ago
73ac2f4
f2fs: fix to avoid race in between aio and gc
by Chao Yu
· 7 years ago
01983c7
f2fs: wake up discard_thread iff there is a candidate
by Jaegeuk Kim
· 7 years ago
adb6dc19
f2fs: return error when accessing insane flie offset
by Jaegeuk Kim
· 7 years ago
0adf6a1
f2fs: trigger normal fsync for non-atomic_write file
by Chao Yu
· 7 years ago
84a23fb
f2fs: clear FI_HOT_DATA correctly
by Chao Yu
· 7 years ago
6f890df
f2fs: fix out-of-order execution in f2fs_issue_flush
by Chao Yu
· 7 years ago
5f65654
f2fs: issue discard commands if gc_urgent is set
by Jaegeuk Kim
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
969d1b1
f2fs: introduce discard_granularity sysfs entry
by Chao Yu
· 7 years ago
f24b150
f2fs: remove unused function overprovision_sections
by Yunlong Song
· 7 years ago
125c9fb
f2fs: check hot_data for roll-forward recovery
by Jaegeuk Kim
· 7 years ago
c56f16d
f2fs: add tracepoint for f2fs_gc
by Chao Yu
· 7 years ago
7f2b4e8
f2fs: retry to revoke atomic commit in -ENOMEM case
by Chao Yu
· 7 years ago
afd2b4d
f2fs: let fill_super handle roll-forward errors
by Jaegeuk Kim
· 7 years ago
f2220c7
f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
by Qiuyang Sun
· 7 years ago
4b2414d
f2fs: support journalled quota
by Chao Yu
· 7 years ago
b8c502b
f2fs: fix potential overflow when adjusting GC cycle
by Chao Yu
· 7 years ago
9a20d39
f2fs: avoid unneeded sync on quota file
by Chao Yu
· 7 years ago
d9872a6
f2fs: introduce gc_urgent mode for background GC
by Jaegeuk Kim
· 7 years ago
3537581
f2fs: use IPU for cold files
by Jaegeuk Kim
· 7 years ago
008396e
f2fs: fix the size value in __check_sit_bitmap
by Yunlong Song
· 7 years ago
b0af6d4
f2fs: add app/fs io stat
by Chao Yu
· 7 years ago
35ee82c
f2fs: do not change the valid_block value if cur_valid_map was wrongly set or cleared
by Yunlong Song
· 7 years ago
6415fed
f2fs: update cur_valid_map_mir together with cur_valid_map
by Yunlong Song
· 7 years ago
a36c106
f2fs: use printk_ratelimited for f2fs_msg
by Jaegeuk Kim
· 7 years ago
bf9e697
f2fs: expose features to sysfs entry
by Jaegeuk Kim
· 8 years ago
704956e
f2fs: support inode checksum
by Chao Yu
· 7 years ago
4f31d26
f2fs: return wrong error number on f2fs_quota_write
by Jaegeuk Kim
· 7 years ago
401db79
f2fs: provide f2fs_balance_fs to __write_node_page
by Yunlong Song
· 7 years ago
3b49c9a
fs: convert a pile of fsync routines to errseq_t based reporting
by Jeff Layton
· 8 years ago
ddc34e3
f2fs: introduce f2fs_statfs_project
by Chao Yu
· 7 years ago
2c1d030
f2fs: support F2FS_IOC_FS{GET,SET}XATTR
by Chao Yu
· 7 years ago
b6a245e
f2fs: don't need to wait for node writes for atomic write
by Jaegeuk Kim
· 7 years ago
dc6b205
f2fs: avoid naming confusion of sysfs init
by Jaegeuk Kim
· 7 years ago
5c57132
f2fs: support project quota
by Chao Yu
· 7 years ago
a6d3a47
f2fs: record quota during dot{,dot} recovery
by Chao Yu
· 7 years ago
7a2af76
f2fs: enhance on-disk inode structure scalability
by Chao Yu
· 8 years ago
f247037
f2fs: make max inline size changeable
by Chao Yu
· 8 years ago
e65ef20
f2fs: add ioctl to expose current features
by Jaegeuk Kim
· 8 years ago
dc6febb
f2fs: make background threads of f2fs being aware of freezing
by Chao Yu
· 8 years ago
7a10f01
f2fs: don't give partially written atomic data from process crash
by Jaegeuk Kim
· 7 years ago
640cc18
f2fs: give a try to do atomic write in -ENOMEM case
by Jaegeuk Kim
· 8 years ago
14af20f
f2fs: preserve i_mode if __f2fs_set_acl() fails
by Ernesto A. Fernández
· 7 years ago
8790568
f2fs: alloc new nids for xattr block in recovery
by Yunlei He
· 8 years ago
76a9dd8
f2fs: spread struct f2fs_dentry_ptr for inline path
by Chao Yu
· 8 years ago
5f4ce6a
f2fs: remove unused input parameter
by Yunlei He
· 8 years ago
4db08d0
f2fs: avoid cpu lockup
by Jaegeuk Kim
· 8 years ago
299aa41
f2fs: include seq_file.h for sysfs.c
by Jaegeuk Kim
· 8 years ago
c925dc1
f2fs: Don't clear SGID when inheriting ACLs
by Jaegeuk Kim
· 8 years ago
5ffff28
f2fs: remove extra inode_unlock() in error path
by Luis Henriques
· 8 years ago
5cdd4c0
Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
0abd675
f2fs: support plain user/group quota
by Chao Yu
· 8 years ago
d29460e
f2fs: avoid deadlock caused by lock order of page and lock_op
by Jaegeuk Kim
· 8 years ago
Next »