Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
255442c93843f52b6891b21d0b485bf2c97f93c3
/
fs
/
f2fs
255442c
Merge tag 'docs-4.16' of git://git.lwn.net/linux
by Linus Torvalds
· 7 years ago
3da90b1
Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
1c1d35d
f2fs: support inode creation time
by Chao Yu
· 7 years ago
068c3cd
f2fs: rebuild sit page from sit info in mem
by Yunlei He
· 7 years ago
3b60d80
f2fs: stop issuing discard if fs is readonly
by Chao Yu
· 7 years ago
6819b88
f2fs: clean up duplicated assignment in init_discard_policy
by Chao Yu
· 7 years ago
2882d34
f2fs: use GFP_F2FS_ZERO for cleanup
by Chao Yu
· 7 years ago
f236792
f2fs: allow to recover node blocks given updated checkpoint
by Jaegeuk Kim
· 7 years ago
37a086f
f2fs: recover some i_inline flags
by Jaegeuk Kim
· 7 years ago
b2c4692
f2fs: correct removexattr behavior for null valued extended attribute
by Daeho Jeong
· 7 years ago
db198ae
f2fs: drop page cache after fs shutdown
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
bb9e3bb
f2fs: split need_inplace_update
by Chao Yu
· 7 years ago
eb44979
f2fs: fix to update last_disk_size correctly
by Chao Yu
· 7 years ago
b323fd2
f2fs: kill F2FS_INLINE_XATTR_ADDRS for cleanup
by Chao Yu
· 7 years ago
d7997e6
f2fs: clean up error path of fill_super
by Chao Yu
· 7 years ago
a9d572c
f2fs: avoid hungtask when GC encrypted block if io_bits is set
by Sheng Yong
· 7 years ago
d8a9a22
f2fs: allow quota to use reserved blocks
by Jaegeuk Kim
· 7 years ago
a2e2e76
f2fs: fix to drop all inmem pages correctly
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
9ac1e2d
f2fs: prevent newly created inode from being dirtied incorrectly
by Daeho Jeong
· 7 years ago
442a9db
f2fs: support FIEMAP_FLAG_XATTR
by Chao Yu
· 7 years ago
f1b43d4
f2fs: fix to cover f2fs_inline_data_fiemap with inode_lock
by Chao Yu
· 7 years ago
7dff55d
f2fs: check node page again in write end io
by Yunlei He
· 7 years ago
25a912e
f2fs: fix to caclulate required free section correctly
by Chao Yu
· 7 years ago
f1d2564
f2fs: handle newly created page when revoking inmem pages
by Daeho Jeong
· 7 years ago
7c2e596
f2fs: add resgid and resuid to reserve root blocks
by Jaegeuk Kim
· 7 years ago
578c647
f2fs: implement cgroup writeback support
by Yufen Yu
· 7 years ago
bffa8d3
f2fs: remove unused pend_list_tag
by Chao Yu
· 7 years ago
49c60c6
f2fs: avoid high cpu usage in discard thread
by Chao Yu
· 7 years ago
94b1e10
f2fs: make local functions static
by Wei Yongjun
· 7 years ago
7e65be4
f2fs: add reserved blocks for root user
by Jaegeuk Kim
· 7 years ago
2c19050
f2fs: check segment type in __f2fs_replace_block
by Yunlong Song
· 7 years ago
1eca05a
f2fs: update inode info to inode page for new file
by Yunlei He
· 7 years ago
f66c027
f2fs: show precise # of blocks that user/root can use
by Jaegeuk Kim
· 7 years ago
263663c
block: convert to bio_first_bvec_all & bio_first_page_all
by Ming Lei
· 7 years ago
7f1a45a
f2fs: clean up unneeded declaration
by Chao Yu
· 7 years ago
d6d478a
f2fs: continue to do direct IO if we only preallocate partial blocks
by Chao Yu
· 7 years ago
6279398
f2fs: enable quota at remount from r to w
by Jaegeuk Kim
· 7 years ago
b1ca321
f2fs: skip stop_checkpoint for user data writes
by Jaegeuk Kim
· 7 years ago
d620439
f2fs: fix missing error number for xattr operation
by Jaegeuk Kim
· 7 years ago
0a007b97
f2fs: recover directory operations by fsync
by Jaegeuk Kim
· 7 years ago
c39a1b3
f2fs: return error during fill_super
by Jaegeuk Kim
· 7 years ago
211a6fa
f2fs: fix an error case of missing update inode page
by Yunlei He
· 7 years ago
4635b46
f2fs: fix potential hangtask in f2fs_trace_pid
by Chao Yu
· 7 years ago
c376fc0
f2fs: no need return value in restore summary process
by Yunlei He
· 7 years ago
fab2ade
f2fs: use unlikely for release case
by LiFan
· 7 years ago
f652e9d
f2fs: don't return value in truncate_data_blocks_range
by Chao Yu
· 7 years ago
4c2ac6a
f2fs: clean up f2fs_map_blocks
by Chao Yu
· 7 years ago
416d2db
f2fs: clean up hash codes
by Chao Yu
· 7 years ago
bae01ed
f2fs: fix error handling in fill_super
by Chao Yu
· 7 years ago
4e6aad2
f2fs: spread f2fs_k{m,z}alloc
by Chao Yu
· 7 years ago
628b3d1
f2fs: inject fault to kvmalloc
by Chao Yu
· 7 years ago
acbf054
f2fs: inject fault to kzalloc
by Chao Yu
· 7 years ago
979f492
f2fs: remove a redundant conditional expression
by LiFan
· 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
55899d7
f2fs: switch to fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
2e45b07
f2fs: switch to fscrypt_prepare_rename()
by Eric Biggers
· 7 years ago
b05157e
f2fs: switch to fscrypt_prepare_link()
by Eric Biggers
· 7 years ago
2e168c8
f2fs: switch to fscrypt_file_open()
by Eric Biggers
· 7 years ago
6671726
posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_t
by Elena Reshetova
· 7 years ago
de8b10a
f2fs: remove repeated f2fs_bug_on
by Zhikang Zhang
· 7 years ago
736c0a7
f2fs: remove an excess variable
by LiFan
· 7 years ago
2102081
f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
by Chao Yu
· 7 years ago
e17d488
f2fs: remove unused parameter
by Sheng Yong
· 7 years ago
25006645
f2fs: still write data if preallocate only partial blocks
by Sheng Yong
· 7 years ago
f6df8f2
f2fs: introduce sysfs readdir_ra to readahead inode block in readdir
by Sheng Yong
· 7 years ago
5921aaa
f2fs: fix concurrent problem for updating free bitmap
by LiFan
· 7 years ago
2ab56a5
f2fs: remove unneeded memory footprint accounting
by Chao Yu
· 7 years ago
66e8336
f2fs: no need to read nat block if nat_block_bitmap is set
by Yunlei He
· 7 years ago
292c196a
f2fs: reserve nid resource for quota sysfile
by Chao Yu
· 7 years ago
91581e4
fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
by Adam Borowski
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 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
8667982
mm, pagevec: remove cold parameter for pagevecs
by Mel Gorman
· 7 years ago
67fd707
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
by Jan Kara
· 7 years ago
8faab64
f2fs: use find_get_pages_tag() for looking up single page
by Jan Kara
· 7 years ago
028a63a
f2fs: simplify page iteration loops
by Jan Kara
· 7 years ago
69c4f35
f2fs: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
ead710b
f2fs: deny accessing encryption policy if encryption is off
by Chao Yu
· 7 years ago
32190f0
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
812c605
f2fs: inject fault in inc_valid_node_count
by Chao Yu
· 7 years ago
28cfafb
f2fs: fix to clear FI_NO_PREALLOC
by Chao Yu
· 7 years ago
2c8a4a2
f2fs: expose quota information in debugfs
by Jaegeuk Kim
· 7 years ago
12f9ef3
f2fs: separate nat entry mem alloc from nat_tree_lock
by Yunlei He
· 7 years ago
0dd99ca
f2fs: validate before set/clear free nat bitmap
by LiFan
· 7 years ago
19526d7
f2fs: avoid opened loop codes in __add_ino_entry
by Chao Yu
· 7 years ago
4f0a03d
f2fs: apply write hints to select the type of segments for buffered write
by Hyunchul Lee
· 7 years ago
2fbaa25
f2fs: introduce scan_curseg_cache for cleanup
by Chao Yu
· 7 years ago
9745657
f2fs: optimize the way of traversing free_nid_bitmap
by Fan Li
· 7 years ago
7498621
f2fs: keep scanning until enough free nids are acquired
by Fan Li
· 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
f6986ed
f2fs: save a multiplication for last_nid calculation
by Fan Li
· 7 years ago
2b60311
f2fs: fix summary info corruption
by Chao Yu
· 7 years ago
Next »