Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f11e98bdbe7d6eef674087e9a41b17cd5bfc2bd4
/
fs
/
f2fs
/
file.c
f11e98b
fs: f2fs: add missing blank lines after declarations
by youngjun yoo
· 7 years ago
193bea1
fs: f2fs: changed variable type of offset "unsigned" to "loff_t"
by youngjun yoo
· 7 years ago
4d57b86
f2fs: clean up symbol namespace
by Chao Yu
· 7 years ago
9fd6260
f2fs: fix to avoid accessing cross the boundary
by Chao Yu
· 7 years ago
2ef79ec
f2fs: avoid stucking GC due to atomic write
by Chao Yu
· 7 years ago
60b2b4e
f2fs: Fix deadlock in shutdown ioctl
by Sahitya Tummala
· 7 years ago
7b525dd
f2fs: clean up with is_valid_blkaddr()
by Chao Yu
· 7 years ago
b4c3ca8
f2fs: treat volatile file's data as hot one
by Chao Yu
· 7 years ago
b2532c6
f2fs: rename dio_rwsem to i_gc_rwsem
by Chao Yu
· 7 years ago
b82f6e3
f2fs: move mnt_want_write_file after range check
by Yunlei He
· 7 years ago
cba41be
f2fs: fix missing clear FI_NO_PREALLOC in some error case
by Yunlei He
· 7 years ago
c22aecd
f2fs: fix to detect failure of dquot_initialize
by Chao Yu
· 7 years ago
b169c3c
f2fs: fix return value in f2fs_ioc_commit_atomic_write
by Chao Yu
· 7 years ago
054afda
f2fs: allocate hot_data for atomic write more strictly
by Yunlei He
· 7 years ago
27319ba
f2fs: fix race in between GC and atomic open
by Chao Yu
· 7 years ago
ea4d479
fs: f2fs: Adding new return type vm_fault_t
by Souptick Joarder
· 7 years ago
7648115
f2fs: fix to show missing bits in FS_IOC_GETFLAGS
by Chao Yu
· 7 years ago
c807a7c
f2fs: remove unneeded F2FS_PROJINHERIT_FL
by Chao Yu
· 7 years ago
47cca3d
f2fs: remove redundant block plug
by Chao Yu
· 7 years ago
59c8440
f2fs: introduce private inode status mapping
by Chao Yu
· 7 years ago
d629081
f2fs: add fsync_mode=nobarrier for non-atomic files
by Jaegeuk Kim
· 7 years ago
6dbb179
f2fs: refactor read path to allow multiple postprocessing steps
by Eric Biggers
· 7 years ago
dc7a10d
f2fs: truncate preallocated blocks in error case
by Jaegeuk Kim
· 7 years ago
df033ca
f2fs: clean up with F2FS_BLK_ALIGN
by Chao Yu
· 7 years ago
da5ce87
f2fs: release locks before return in f2fs_ioc_gc_range()
by Qiuyang Sun
· 7 years ago
b91050a
f2fs: add nowait aio support
by Hyunchul Lee
· 7 years ago
63189b7
f2fs: wrap all options with f2fs_sb_info.mount_opt
by Chao Yu
· 7 years ago
93cf93f
f2fs: introduce mount option for fsync mode
by Junling Zheng
· 7 years ago
1dc0f89
f2fs: fix to avoid race in between atomic write and background GC
by Chao Yu
· 7 years ago
846ae67
f2fs: expose extension_list sysfs entry
by Chao Yu
· 7 years ago
17cd07a
f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
by Chao Yu
· 7 years ago
d0d3f1b
f2fs: introduce sb_lock to make encrypt pwsalt update exclusive
by Chao Yu
· 7 years ago
ccd31cb
f2fs: clean up f2fs_sb_has_xxx functions
by Sheng Yong
· 7 years ago
1c1d35d
f2fs: support inode creation time
by Chao Yu
· 7 years ago
7950e9a
f2fs: stop gc/discard thread after fs shutdown
by Chao Yu
· 7 years ago
d027c48
f2fs: hanlde error case in f2fs_ioc_shutdown
by Chao Yu
· 7 years ago
bb9e3bb8d
f2fs: split need_inplace_update
by Chao Yu
· 7 years ago
f3d98e7
f2fs: speed up defragment on sparse file
by Chao Yu
· 7 years ago
c4020b2
f2fs: support F2FS_IOC_PRECACHE_EXTENTS
by Chao Yu
· 7 years ago
1ad71a2
f2fs: add an ioctl to disable GC for specific file
by Jaegeuk Kim
· 7 years ago
25a912e
f2fs: fix to caclulate required free section correctly
by Chao Yu
· 7 years ago
0a007b97
f2fs: recover directory operations by fsync
by Jaegeuk Kim
· 7 years ago
f652e9d
f2fs: don't return value in truncate_data_blocks_range
by Chao Yu
· 7 years ago
628b3d1
f2fs: inject fault to kvmalloc
by Chao Yu
· 7 years ago
d5097be
f2fs: apply write hints to select the type of segment for direct write
by Hyunchul Lee
· 7 years ago
20bb247
f2fs: switch to fscrypt_prepare_setattr()
by Eric Biggers
· 7 years ago
2e168c8
f2fs: switch to fscrypt_file_open()
by Eric Biggers
· 7 years ago
2102081
f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
by Chao Yu
· 7 years ago
a02cd42
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
8faab64
f2fs: use find_get_pages_tag() for looking up single page
by Jan Kara
· 7 years ago
ead710b
f2fs: deny accessing encryption policy if encryption is off
by Chao Yu
· 7 years ago
28cfafb
f2fs: fix to clear FI_NO_PREALLOC
by Chao Yu
· 7 years ago
a5fd505
f2fs: trace checkpoint reason in fsync()
by Chao Yu
· 7 years ago
e8ed90a
f2fs: keep isize once block is reserved cross EOF
by Chao Yu
· 7 years ago
bb06664
f2fs: avoid race in between GC and block exchange
by Chao Yu
· 7 years ago
1f227a3
f2fs: stop all the operations by cp_error flag
by Jaegeuk Kim
· 7 years ago
48ab25f
f2fs: skip searching non-exist range in truncate_hole
by Weichao Guo
· 7 years ago
5b4267d
f2fs: expose some sectors to user in inline data or dentry case
by Jaegeuk Kim
· 7 years ago
a0d00fa
f2fs: fix to avoid race when accessing last_disk_size
by Chao Yu
· 7 years ago
39d787b
f2fs: enhance multiple device flush
by Chao Yu
· 7 years ago
3f06252
f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flush
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
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
774e1b7
f2fs: trigger fdatasync for non-atomic_write file
by Chao Yu
· 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
f2220c7
f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]
by Qiuyang Sun
· 7 years ago
b0af6d4
f2fs: add app/fs io stat
by Chao Yu
· 7 years ago
3b49c9a
fs: convert a pile of fsync routines to errseq_t based reporting
by Jeff Layton
· 8 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
5c57132
f2fs: support project quota
by Chao Yu
· 7 years ago
7a2af76
f2fs: enhance on-disk inode structure scalability
by Chao Yu
· 7 years ago
e65ef20
f2fs: add ioctl to expose current features
by Jaegeuk Kim
· 7 years ago
7a10f01
f2fs: don't give partially written atomic data from process crash
by Jaegeuk Kim
· 7 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
34dc77a
f2fs: add ioctl to do gc with target block address
by Jaegeuk Kim
· 8 years ago
a9bcf9b
f2fs: don't need to check encrypted inode for partial truncation
by Jaegeuk Kim
· 8 years ago
0eb0ada
f2fs: measure inode.i_blocks as generic filesystem
by Chao Yu
· 8 years ago
67773a1
f2fs: require key for truncate(2) of encrypted file
by Eric Biggers
· 8 years ago
5a3a2d8
f2fs: dax: fix races between page faults and truncating pages
by Qiuyang Sun
· 8 years ago
aaebdee
f2fs: don't bother checking for encryption key in ->write_iter()
by Eric Biggers
· 8 years ago
b82a6ea
f2fs: don't bother checking for encryption key in ->mmap()
by Eric Biggers
· 8 years ago
1c6d8ee
f2fs: support statx
by Chao Yu
· 8 years ago
9360712
f2fs: load inode's flag from disk
by Jaegeuk Kim
· 8 years ago
bf5f894
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
a7c3e90
mm: introduce kv[mz]alloc helpers
by Michal Hocko
· 8 years ago
a72d4b9
f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGS
by Chao Yu
· 8 years ago
7eab0c0
f2fs: reconstruct code to write a data page
by Hou Pengyang
· 8 years ago
e066b83
f2fs: add ioctl to flush data from faster device to cold area
by Jaegeuk Kim
· 8 years ago
0448598
f2fs: introduce async IPU policy
by Hou Pengyang
· 8 years ago
6c3acd9
f2fs: allocate hot_data for atomic writes
by Jaegeuk Kim
· 8 years ago
4ddb1a4
f2fs: clean up some macros in terms of GET_SEGNO
by Jaegeuk Kim
· 8 years ago
648d50b
f2fs: show the max number of volatile operations
by Chao Yu
· 8 years ago
684ca7e
f2fs: avoid stat_inc_atomic_write for non-atomic file
by Kinglong Mee
· 8 years ago
d03ba4c
f2fs: cleanup the disk level filename updating
by Kinglong Mee
· 8 years ago
Next »