Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a671468d336bc6c482ab04e88e6eaf38532270ee
/
fs
/
f2fs
« Previous
b2f2c39
f2fs: fix the bitmap consistency of dirty segments
by Jaegeuk Kim
· 12 years ago
b747375
f2fs: avoid race for summary information
by Jaegeuk Kim
· 12 years ago
6037468
f2fs: allocate remained free segments in the LFS mode
by Jaegeuk Kim
· 12 years ago
4ebefc4
f2fs: check completion of foreground GC
by Jaegeuk Kim
· 12 years ago
5ec4e49
f2fs: change GC bitmaps to apply the section granularity
by Jaegeuk Kim
· 12 years ago
33afa7f
f2fs: allocate new segment aligned with sections
by Jaegeuk Kim
· 12 years ago
56ae674
f2fs: remove redundant lock_page calls
by Jaegeuk Kim
· 12 years ago
53cf952
f2fs: introduce TOTAL_SECS macro
by Jaegeuk Kim
· 12 years ago
5c773ba
f2fs: do not use duplicate names in a macro
by Jaegeuk Kim
· 12 years ago
79b5793
f2fs: use kmemdup
by Alexandru Gheorghiu
· 12 years ago
953a3e2
f2fs: fix to give correct parent inode number for roll forward
by Jaegeuk Kim
· 12 years ago
fa37241
f2fs: remain nat cache entries for further free nid allocation
by Jaegeuk Kim
· 12 years ago
0ff153a
f2fs: do not skip writing file meta during fsync
by Jaegeuk Kim
· 12 years ago
6ead114
f2fs: fix the recovery flow to handle errors correctly
by Jaegeuk Kim
· 12 years ago
111d249
f2fs: fix typo in comments
by Masanari Iida
· 12 years ago
064e082
f2fs: avoid BUG_ON from check_nid_range and update return path in do_read_inode
by Namjae Jeon
· 12 years ago
c0d39e6
f2fs: fix return values from validate superblock
by Namjae Jeon
· 12 years ago
7c90977
f2fs: reorganize f2fs_setxattr
by Namjae Jeon
· 12 years ago
d3ee456
f2fs: notify when discard is not supported
by Namjae Jeon
· 12 years ago
ae51fb3
f2fs: fix to call WRITE_FLUSH at the end of fsync
by Jaegeuk Kim
· 12 years ago
04431c4
f2fs: fix not to allocate max_nid
by Jaegeuk Kim
· 12 years ago
c3850aa
f2fs: fix return value of releasepage for node and data
by Jaegeuk Kim
· 12 years ago
48cb76c
f2fs: scan next nat page to reuse free nids in there
by Jaegeuk Kim
· 12 years ago
08d8058
f2fs: should check the node page was truncated first
by Jaegeuk Kim
· 12 years ago
393ff91
f2fs: reduce unncessary locking pages during read
by Jaegeuk Kim
· 12 years ago
434720f
f2fs: Fix typo in comments
by Masanari Iida
· 12 years ago
25c0a6e
f2fs: avoid extra ++ while returning from get_node_path
by Namjae Jeon
· 12 years ago
5a20d33
f2fs: align f2fs maximum name length to linux based filesystem
by Jaegeuk Kim
· 12 years ago
3aa770a
f2fs: optimize and change return path in lookup_free_nid_list
by Namjae Jeon
· 12 years ago
e0f56cb
f2fs: optimize get node page readahead part
by Namjae Jeon
· 12 years ago
52c2db3
f2fs: check the level before calling get_nid function
by Changman Lee
· 12 years ago
266e97a
f2fs: introduce readahead mode of node pages
by Jaegeuk Kim
· 12 years ago
66d36a2
f2fs: read with READ_SYNC when getting dnode page
by Jaegeuk Kim
· 12 years ago
12faafe
f2fs: fix to unlock node page when it was truncated
by Jaegeuk Kim
· 12 years ago
12fc760
f2fs: fix overflow when calculating utilization on 32-bit
by Changman Lee
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
6131ffa
more file_inode() open-coded instances
by Al Viro
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
7dd690c
f2fs: avoid build warning
by Jaegeuk Kim
· 12 years ago
90b2fc6
Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into dev
by Jaegeuk Kim
· 12 years ago
e975082
f2fs: add compat_ioctl to provide backward compatability
by Namjae Jeon
· 12 years ago
b7250d2
f2fs: fix calculation of max. gc cost in the SSR case
by Jaegeuk Kim
· 12 years ago
4372752
f2fs: clarify and enhance the f2fs_gc flow
by Jaegeuk Kim
· 12 years ago
b1f1daf
f2fs: optimize the return condition for has_not_enough_free_secs
by Namjae Jeon
· 12 years ago
5ac206c
f2fs: make an accessor to get sections for particular block type
by Namjae Jeon
· 12 years ago
2571842
f2fs: mark gc_thread as NULL when thread creation is failed
by Namjae Jeon
· 12 years ago
ec7b1f2
f2fs: name gc task as per the block device
by Namjae Jeon
· 12 years ago
48600e4
f2fs: remove unnecessary gc option check and balance_fs
by Changman Lee
· 12 years ago
94787d9
f2fs: remove repeated F2FS_SET_SB_DIRT call
by Changman Lee
· 12 years ago
14d7e9d
f2fs: when check superblock failed, try to check another superblock
by majianpeng
· 12 years ago
5c9b469
f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_size
by majianpeng
· 12 years ago
f83759e
f2fs: add device name in debugfs
by majianpeng
· 12 years ago
facb020
f2fs: stop repeated checking if cp is needed
by Changman Lee
· 12 years ago
d4686d56
f2fs: avoid balanc_fs during evict_inode
by Jaegeuk Kim
· 12 years ago
369a708
f2fs: remove the use of page_cache_release
by Jaegeuk Kim
· 12 years ago
324ddc7
f2fs: fix typo mistake for data_version description
by Namjae Jeon
· 12 years ago
a2b52a5
f2fs: reorganize code for ra_node_page
by Namjae Jeon
· 12 years ago
3786dfd
f2fs: avoid redundant call to has_not_enough_free_secs in f2fs_gc
by Namjae Jeon
· 12 years ago
d6212a5
f2fs: add un/freeze_fs into super_operations
by Changman Lee
· 12 years ago
a2617dc
f2fs: clean up the add_orphan_inode func
by majianpeng
· 12 years ago
aa43507
f2fs: fix disable_ext_identify option spelling
by Alejandro Martinez Ruiz
· 12 years ago
bd43df0
f2fs: cover global locks for reserve_new_block
by Jaegeuk Kim
· 12 years ago
577e349
f2fs: prevent checkpoint once any IO failure is detected
by Jaegeuk Kim
· 12 years ago
7d79e75
f2fs: save device node number into f2fs_inode
by Changman Lee
· 12 years ago
b7f7a5e
f2fs: get rid of fake on-stack dentries
by Al Viro
· 12 years ago
69f24ea
f2fs: switch init_inode_metadata() to passing parent and name separately
by Al Viro
· 12 years ago
c004363
f2fs: switch new_inode_page() from dentry to qstr
by Al Viro
· 12 years ago
53dc9a6
f2fs: init_dent_inode() should take qstr
by Al Viro
· 12 years ago
d8b79b2
f2fs: use _safe() version of list_for_each
by Dan Carpenter
· 12 years ago
9af45ef
f2fs: add comments of start_bidx_of_node
by Jaegeuk Kim
· 12 years ago
a7fdffb
f2fs: avoid issuing small bios due to several dirty node pages
by Jaegeuk Kim
· 12 years ago
c01e54b
f2fs: support swapfile
by Jaegeuk Kim
· 12 years ago
692bb55
f2fs: add remap_pages as generic_file_remap_pages
by Jaegeuk Kim
· 12 years ago
6e6093a
f2fs: add __init to functions in init_f2fs_fs
by Namjae Jeon
· 12 years ago
4589d25
f2fs: fix the debugfs entry creation path
by Namjae Jeon
· 12 years ago
66af62c
f2fs: add global mutex_lock to protect f2fs_stat_list
by majianpeng
· 12 years ago
fa9150a
f2fs: remove the blk_plug usage in f2fs_write_data_pages
by Namjae Jeon
· 12 years ago
1637998
f2fs: avoid redundant time update for parent directory in f2fs_delete_entry
by Namjae Jeon
· 12 years ago
ff9234a
f2fs: remove redundant call to set_blocksize in f2fs_fill_super
by Namjae Jeon
· 12 years ago
9eaeba7
f2fs: move f2fs_balance_fs to punch_hole
by Jaegeuk Kim
· 12 years ago
7d82db8
f2fs: add f2fs_balance_fs in several interfaces
by Jaegeuk Kim
· 12 years ago
408e937
f2fs: revisit the f2fs_gc flow
by Jaegeuk Kim
· 12 years ago
c335a86
f2fs: check return value during recovery
by Jaegeuk Kim
· 12 years ago
c1b75ea
f2fs: avoid null dereference in f2fs_acl_from_disk
by Jaegeuk Kim
· 12 years ago
d66d1f7
f2fs: initialize newly allocated dnode structure
by Jaegeuk Kim
· 12 years ago
7880cee
f2fs: update f2fs partition info about SIT/NAT layout
by Huajun Li
· 12 years ago
24c366a
f2fs: remove unneeded INIT_LIST_HEAD at few places
by Namjae Jeon
· 12 years ago
3af60a4
f2fs: fix time update in case of f2fs fallocate
by Namjae Jeon
· 12 years ago
a07ef78
f2fs: introduce f2fs_msg to ease adding information prints
by Namjae Jeon
· 12 years ago
2318aa2
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 12 years ago
9836b8b
f2fs: unify string length declarations and usage
by Leon Romanovsky
· 12 years ago
2b50638
f2fs: clean up unused variables and return values
by Jaegeuk Kim
· 12 years ago
ce19a5d
f2fs: clean up the start_bidx_of_node function
by Jaegeuk Kim
· 12 years ago
64c576f
f2fs: remove unneeded variable from f2fs_sync_fs
by Namjae Jeon
· 12 years ago
fd8bb65
f2fs: fix fsync_inode list addition logic and avoid invalid access to memory
by Namjae Jeon
· 12 years ago
344324f
f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info
by Namjae Jeon
· 12 years ago
06025f4
f2fs: handle error from f2fs_iget_nowait
by Namjae Jeon
· 12 years ago
029cd28
f2fs: fix equation of has_not_enough_free_secs()
by Jaegeuk Kim
· 12 years ago
12a6714
f2fs: return a default value for non-void function
by Jaegeuk Kim
· 12 years ago
Next »