| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-22 | f2fs: Add folio counterparts to page_private_flags functions | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-07-22 | f2fs: Pass a folio to IS_INODE() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Add fio->folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-07-22 | f2fs: Pass a folio to F2FS_INODE() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to inode_has_blocks() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-07-22 | f2fs: Pass a folio to f2fs_sanity_check_inline_data() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-05-06 | f2fs: drop usage of folio_index | Kairui Song | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_update_inode() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Return a folio from f2fs_init_inode_metadata() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2025-04-28 | f2fs: Pass a folio to inline_data_addr() | Matthew Wilcox (Oracle) | 1 | -13/+13 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_recover_inline_data() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_delete_inline_entry() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Pass a folio to __f2fs_find_entry() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_truncate_inline_inode() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_do_read_inline_data() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2025-04-28 | f2fs: Convert dnode_of_data->inode_page to inode_folio | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_has_enough_room() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_make_empty_inline_dir() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2025-04-28 | f2fs: Use a folio in f2fs_inline_data_fiemap() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Use a folio in f2fs_read_inline_dir() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Use a folio in f2fs_empty_inline_dir() | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2025-04-28 | f2fs: Use a folio in f2fs_find_in_inline_dir() | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2025-04-28 | f2fs: Use a folio in f2fs_recover_inline_data() | Matthew Wilcox (Oracle) | 1 | -13/+13 |
| 2025-04-28 | f2fs: Use a folio in f2fs_read_inline_data() | Matthew Wilcox (Oracle) | 1 | -7/+7 |
| 2025-04-28 | f2fs: Use a folio in f2fs_write_inline_data() | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2025-04-28 | f2fs: Convert f2fs_convert_inline_page() to f2fs_convert_inline_folio() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-04-28 | f2fs: Pass folios to set_new_dnode() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_move_rehashed_dirents() | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2025-04-28 | f2fs: Pass a folio to f2fs_move_inline_dirents() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-04-28 | f2fs: Use a folio in f2fs_add_inline_entry() | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2025-04-28 | f2fs: Use a folio in f2fs_try_convert_inline_dir() | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2025-04-28 | f2fs: Use a folio in f2fs_move_inline_dirents() | Matthew Wilcox (Oracle) | 1 | -13/+13 |
| 2025-04-28 | f2fs: Use a folio in f2fs_convert_inline_inode() | Matthew Wilcox (Oracle) | 1 | -10/+10 |
| 2025-03-11 | f2fs: do sanity check on inode footer in f2fs_get_inode_page() | Chao Yu | 1 | -11/+11 |
| 2025-01-08 | f2fs: Introduce linear search for dentries | Daniel Lee | 1 | -2/+3 |
| 2024-12-16 | f2fs: Remove calls to folio_file_mapping() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-09-06 | f2fs: convert f2fs_write_inline_data() to use folio | Chao Yu | 1 | -5/+5 |
| 2024-09-06 | f2fs: convert f2fs_clear_page_cache_dirty_tag() to use folio | Chao Yu | 1 | -1/+1 |
| 2024-08-15 | f2fs: use f2fs_get_node_page when write inline data | Zijie Wang | 1 | -12/+11 |
| 2024-07-10 | f2fs: use meta inode for GC of COW file | Sunmin Jeong | 1 | -1/+1 |
| 2024-06-12 | f2fs: fix return value of f2fs_convert_inline_inode() | Chao Yu | 1 | -2/+4 |
| 2024-06-12 | f2fs: fix to do sanity check on blocks for inline_data inode | Chao Yu | 1 | -1/+19 |
| 2024-04-19 | f2fs: convert f2fs_read_inline_data() to use folio | Chao Yu | 1 | -17/+17 |
| 2024-04-12 | f2fs: use folio_test_writeback | Jaegeuk Kim | 1 | -1/+1 |
| 2023-10-18 | f2fs: convert to new timestamp accessors | Jeff Layton | 1 | -1/+1 |
| 2023-09-02 | Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
| 2023-08-21 | f2fs: avoid false alarm of circular locking | Jaegeuk Kim | 1 | -1/+2 |
| 2023-07-24 | f2fs: convert to ctime accessor functions | Jeff Layton | 1 | -1/+1 |
| 2023-04-10 | f2fs: use common implementation of file type | Weizhao Ouyang | 1 | -1/+1 |
| 2023-01-31 | f2fs: fix information leak in f2fs_move_inline_dirents() | Eric Biggers | 1 | -7/+6 |
| 2023-01-06 | f2fs: avoid to check PG_error flag | Chao Yu | 1 | -1/+0 |
| 2022-10-04 | f2fs: support recording errors into superblock | Chao Yu | 1 | -0/+2 |
| 2022-08-29 | f2fs: use memcpy_{to,from}_page() where possible | Eric Biggers | 1 | -11/+4 |
| 2022-05-18 | f2fs: fix to do sanity check for inline inode | Chao Yu | 1 | -5/+24 |
| 2022-01-24 | f2fs: move f2fs to use reader-unfair rwsems | Tim Murray | 1 | -2/+2 |
| 2022-01-04 | f2fs: do not bother checkpoint by f2fs_get_node_info | Jaegeuk Kim | 1 | -2/+2 |
| 2021-10-29 | f2fs: support fault injection for dquot_initialize() | Chao Yu | 1 | -1/+1 |
| 2021-05-14 | f2fs: restructure f2fs page.private layout | Chao Yu | 1 | -2/+2 |
| 2021-03-12 | f2fs: fix a redundant call to f2fs_balance_fs if an error occurs | Colin Ian King | 1 | -1/+2 |
| 2021-02-01 | f2fs: fix to avoid inconsistent quota data | Yi Chen | 1 | -0/+4 |
| 2020-12-08 | f2fs: inline: fix wrong inline inode stat | Jack Qiu | 1 | -0/+2 |
| 2020-12-08 | f2fs: inline: correct comment in f2fs_recover_inline_data | Jack Qiu | 1 | -1/+1 |
| 2020-12-07 | f2fs: don't allow any writes on readonly mount | Jaegeuk Kim | 1 | -1/+2 |
| 2020-12-02 | f2fs: Handle casefolding with Encryption | Daniel Rosenberg | 1 | -0/+4 |
| 2020-09-14 | f2fs: clean up kvfree | Chao Yu | 1 | -2/+2 |
| 2020-07-08 | f2fs: fix error path in do_recover_data() | Chao Yu | 1 | -7/+12 |
| 2020-07-07 | f2fs: support to trace f2fs_fiemap() | Chao Yu | 1 | -0/+2 |
| 2020-06-09 | Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 1 | -24/+25 |
| 2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |
| 2020-05-11 | f2fs: rework filename handling | Eric Biggers | 1 | -23/+22 |
| 2020-05-11 | f2fs: don't leak filename in f2fs_try_convert_inline_dir() | Eric Biggers | 1 | -2/+4 |
| 2020-01-17 | f2fs: convert inline_dir early before starting rename | Jaegeuk Kim | 1 | -2/+40 |
| 2019-12-12 | f2fs: set GFP_NOFS when moving inline dentries | Jaegeuk Kim | 1 | -1/+1 |
| 2019-09-16 | f2fs: fix to avoid accessing uninitialized field of inode page in is_alive() | Chao Yu | 1 | -0/+5 |
| 2019-09-06 | f2fs: fix error path of f2fs_convert_inline_page() | Chao Yu | 1 | -0/+1 |
| 2019-08-23 | f2fs: Support case-insensitive file name lookups | Daniel Rosenberg | 1 | -2/+2 |
| 2019-08-23 | f2fs: support fiemap() for directory inode | Chao Yu | 1 | -1/+7 |
| 2019-07-02 | f2fs: use generic EFSBADCRC/EFSCORRUPTED | Chao Yu | 1 | -2/+2 |
| 2019-07-02 | f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() | Joe Perches | 1 | -8/+4 |
| 2019-05-08 | f2fs: fix to retrieve inline xattr space | Chao Yu | 1 | -0/+17 |
| 2019-03-12 | f2fs: fix to avoid deadlock in f2fs_read_inline_dir() | Chao Yu | 1 | -1/+7 |
| 2019-03-05 | f2fs: fix potential data inconsistence of checkpoint | Chao Yu | 1 | -2/+2 |
| 2018-12-26 | f2fs: check PageWriteback flag for ordered case | Chao Yu | 1 | -8/+8 |
| 2018-12-26 | f2fs: use kvmalloc, if kmalloc is failed | Jaegeuk Kim | 1 | -2/+2 |
| 2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -1/+1 |
| 2018-10-22 | f2fs: guarantee journalled quota data by checkpoint | Chao Yu | 1 | -2/+2 |
| 2018-10-21 | f2fs: Convert to XArray | Matthew Wilcox | 1 | -1/+1 |
| 2018-09-12 | f2fs: add SPDX license identifiers | Chao Yu | 1 | -3/+1 |
| 2018-08-01 | f2fs: fix to propagate error from __get_meta_page() | Chao Yu | 1 | -1/+13 |
| 2018-07-28 | f2fs: fix to do sanity check with reserved blkaddr of inline inode | Chao Yu | 1 | -0/+21 |
| 2018-07-27 | f2fs: fix to wait on page writeback before updating page | Chao Yu | 1 | -0/+1 |
| 2018-05-31 | f2fs: clean up symbol namespace | Chao Yu | 1 | -34/+35 |
| 2018-05-31 | f2fs: clean up with clear_radix_tree_dirty_tag | Chao Yu | 1 | -6/+1 |
| 2018-05-31 | f2fs: remove unmatched zero_user_segment when convert inline dentry | Yunlong Song | 1 | -1/+0 |
| 2018-05-02 | f2fs: clear PageError on writepage | Jaegeuk Kim | 1 | -0/+1 |
| 2018-05-02 | f2fs: refactor read path to allow multiple postprocessing steps | Eric Biggers | 1 | -1/+1 |
| 2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -3/+3 |
| 2018-03-13 | f2fs: don't put dentry page in pagecache into highmem | Yunlong Song | 1 | -2/+1 |
| 2017-10-10 | f2fs: enhance multiple device flush | Chao Yu | 1 | -0/+1 |
| 2017-09-11 | f2fs: clear radix tree dirty tag of pages whose dirty flag is cleared | Daeho Jeong | 1 | -0/+7 |
| 2017-09-05 | f2fs: introduce f2fs_encrypted_file for clean-up | Jaegeuk Kim | 1 | -1/+1 |
| 2017-08-09 | f2fs: add app/fs io stat | Chao Yu | 1 | -0/+1 |
| 2017-07-31 | f2fs: make max inline size changeable | Chao Yu | 1 | -47/+48 |
| 2017-07-26 | f2fs: spread struct f2fs_dentry_ptr for inline path | Chao Yu | 1 | -21/+26 |
| 2017-07-04 | f2fs: use proper variable name | Tiezhu Yang | 1 | -11/+11 |
| 2017-05-08 | Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -17/+17 |
| 2017-05-04 | f2fs: check entire encrypted bigname when finding a dentry | Jaegeuk Kim | 1 | -2/+2 |
| 2017-04-05 | f2fs: split make_dentry_ptr() into block and inline versions | Tomohiro Kusumi | 1 | -5/+5 |
| 2017-04-05 | f2fs: write small sized IO to hot log | Jaegeuk Kim | 1 | -0/+1 |
| 2017-03-21 | f2fs: cleanup the disk level filename updating | Kinglong Mee | 1 | -2/+0 |
| 2017-03-21 | f2fs: clear FI_DATA_EXIST flag in truncate_inline_inode | Kinglong Mee | 1 | -10/+11 |
| 2016-12-14 | Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds | 1 | -5/+9 |
| 2016-11-23 | f2fs: report error of f2fs_fill_dentries | Chao Yu | 1 | -2/+4 |
| 2016-11-23 | f2fs: keep dirty inodes selectively for checkpoint | Jaegeuk Kim | 1 | -1/+1 |
| 2016-11-23 | f2fs: fix sparse warnings | Eric Biggers | 1 | -1/+1 |
| 2016-11-23 | f2fs: give a chance to detach from dirty list | Chao Yu | 1 | -1/+3 |
| 2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig | 1 | -1/+1 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2016-09-30 | f2fs: support configuring fault injection per superblock | Chao Yu | 1 | -2/+2 |
| 2016-09-27 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
| 2016-09-07 | f2fs: set dentry bits on random location in memory | Jaegeuk Kim | 1 | -1/+1 |
| 2016-09-07 | f2fs: set encryption name flag in add inline entry path | Shuoran Liu | 1 | -0/+2 |
| 2016-09-07 | f2fs: fix to do security initialization of encrypted inode with original file... | Chao Yu | 1 | -8/+9 |
| 2016-07-27 | Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 1 | -61/+31 |
| 2016-07-08 | f2fs: avoid mark_inode_dirty | Jaegeuk Kim | 1 | -1/+1 |
| 2016-07-08 | f2fs: call SetPageUptodate if needed | Jaegeuk Kim | 1 | -3/+6 |
| 2016-06-15 | f2fs: find parent dentry correctly | Sheng Yong | 1 | -19/+0 |
| 2016-06-07 | f2fs: use bio op accessors | Mike Christie | 1 | -1/+2 |
| 2016-06-07 | f2fs: remove deprecated parameter | Jaegeuk Kim | 1 | -3/+2 |
| 2016-06-02 | f2fs: propagate error given by f2fs_find_entry | Jaegeuk Kim | 1 | -1/+3 |
| 2016-06-02 | f2fs: remove syncing inode page in all the cases | Jaegeuk Kim | 1 | -21/+6 |
| 2016-06-02 | f2fs: call mark_inode_dirty_sync for i_field changes | Jaegeuk Kim | 1 | -3/+4 |
| 2016-06-02 | f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync | Jaegeuk Kim | 1 | -3/+3 |
| 2016-06-02 | f2fs: use inode pointer for {set, clear}_inode_flag | Jaegeuk Kim | 1 | -13/+12 |
| 2016-05-16 | f2fs: fix incorrect error path handling in f2fs_move_rehashed_dirents | Chao Yu | 1 | -2/+6 |
| 2016-05-16 | f2fs: fix i_current_depth during inline dentry conversion | Chao Yu | 1 | -0/+1 |
| 2016-05-07 | f2fs: use f2fs_grab_cache_page instead of grab_cache_page | Jaegeuk Kim | 1 | -2/+2 |
| 2016-05-07 | f2fs: introduce f2fs_kmalloc to wrap kmalloc | Jaegeuk Kim | 1 | -1/+1 |
| 2016-04-27 | f2fs: be aware of invalid filename length | Chao Yu | 1 | -8/+6 |
| 2016-04-15 | f2fs: fix to convert inline directory correctly | Chao Yu | 1 | -1/+93 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -5/+5 |
| 2016-03-17 | fs crypto: move per-file encryption from f2fs tree to fs/crypto | Jaegeuk Kim | 1 | -2/+2 |
| 2016-02-26 | f2fs: introduce f2fs_update_data_blkaddr for cleanup | Chao Yu | 1 | -2/+0 |
| 2016-02-22 | f2fs: trace old block address for CoWed page | Chao Yu | 1 | -1/+1 |
| 2016-02-22 | f2fs: reuse read_inline_data for f2fs_convert_inline_page | Shawn Lin | 1 | -15/+1 |
| 2016-02-22 | f2fs: delete unnecessary wait for page writeback | Yunlei He | 1 | -2/+1 |
| 2016-02-22 | f2fs: use wait_for_stable_page to avoid contention | Jaegeuk Kim | 1 | -8/+8 |
| 2016-02-22 | f2fs: avoid multiple node page writes due to inline_data | Jaegeuk Kim | 1 | -0/+2 |
| 2016-01-08 | f2fs: clean up f2fs_balance_fs | Jaegeuk Kim | 1 | -2/+1 |
| 2015-12-30 | f2fs: don't convert inline inode when inline_data option is disable | Chao Yu | 1 | -3/+0 |
| 2015-12-30 | f2fs: call f2fs_balance_fs only when node was changed | Jaegeuk Kim | 1 | -0/+4 |
| 2015-12-30 | f2fs: check inline_data flag at converting time | Jaegeuk Kim | 1 | -0/+3 |
| 2015-10-20 | f2fs: support fiemap for inline_data | Jaegeuk Kim | 1 | -0/+36 |
| 2015-10-09 | f2fs: fix error handling for calls to various functions in the function recov... | Nicholas Krause | 1 | -2/+4 |
| 2015-08-24 | f2fs: avoid unneeded initializing when converting inline dentry | Chao Yu | 1 | -1/+9 |
| 2015-08-05 | f2fs: fix to release inode page correctly | Chao Yu | 1 | -3/+10 |
| 2015-07-25 | f2fs: call set_page_dirty to attach i_wb for cgroup | Jaegeuk Kim | 1 | -0/+2 |
| 2015-05-28 | f2fs crypto: add filename encryption for f2fs_lookup | Jaegeuk Kim | 1 | -3/+6 |
| 2015-05-28 | f2fs crypto: add filename encryption for f2fs_readdir | Jaegeuk Kim | 1 | -6/+7 |
| 2015-05-28 | f2fs crypto: add encryption support in read/write paths | Jaegeuk Kim | 1 | -0/+1 |
| 2015-05-28 | f2fs crypto: activate encryption support for fs APIs | Jaegeuk Kim | 1 | -0/+3 |
| 2015-05-28 | f2fs: add sbi and page pointer in f2fs_io_info | Jaegeuk Kim | 1 | -1/+3 |
| 2015-05-28 | f2fs: add f2fs_may_inline_{data, dentry} | Jaegeuk Kim | 1 | -1/+12 |
| 2015-04-10 | f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries | Jaegeuk Kim | 1 | -12/+17 |
| 2015-04-10 | f2fs: split set_data_blkaddr from f2fs_update_extent_cache | Chao Yu | 1 | -0/+1 |
| 2015-04-10 | f2fs: enable fast symlink by utilizing inline data | Wanpeng Li | 1 | -1/+1 |
| 2015-04-10 | f2fs: avoid wrong f2fs_bug_on when truncating inline_data | Jaegeuk Kim | 1 | -7/+0 |
| 2015-04-10 | f2fs: fix to truncate inline data past EOF | Chao Yu | 1 | -5/+21 |
| 2015-03-03 | f2fs: introduce universal lookup/update interface for extent cache | Chao Yu | 1 | -1/+1 |
| 2015-03-03 | f2fs: introduce f2fs_update_dentry to clean up duplicated codes | Chao Yu | 1 | -12/+6 |
| 2015-02-11 | f2fs: make truncate_inline_date static | Chao Yu | 1 | -16/+9 |
| 2015-01-09 | f2fs: clean up to remove parameter | Jaegeuk Kim | 1 | -1/+1 |
| 2015-01-09 | f2fs: use f2fs_io_info to clean up messy parameters during IO path | Jaegeuk Kim | 1 | -4/+3 |
| 2014-11-25 | f2fs: fix to recover converted inline_data | Jaegeuk Kim | 1 | -0/+3 |
| 2014-11-25 | f2fs: make clean the page before writing | Jaegeuk Kim | 1 | -1/+6 |
| 2014-11-23 | f2fs: call flush_dcache_page when the page was updated | Jaegeuk Kim | 1 | -0/+1 |
| 2014-11-18 | f2fs: fix to call put_page at the error handling routine | Jaegeuk Kim | 1 | -3/+3 |
| 2014-11-11 | f2fs: convert inline_data when i_size becomes large | Jaegeuk Kim | 1 | -0/+3 |
| 2014-11-10 | f2fs: reduce the number of inline_data inode before clearing it | Jaegeuk Kim | 1 | -1/+1 |
| 2014-11-04 | f2fs: revisit inline_data to avoid data races and potential bugs | Jaegeuk Kim | 1 | -105/+98 |
| 2014-11-03 | f2fs: flush_dcache_page for inline data | Jaegeuk Kim | 1 | -0/+1 |
| 2014-11-03 | f2fs: declare f2fs_convert_inline_dir as a static function | Jaegeuk Kim | 1 | -1/+1 |
| 2014-11-03 | f2fs: use kmap_atomic instead of kmap | Jaegeuk Kim | 1 | -9/+8 |
| 2014-11-03 | f2fs: reuse make_empty_dir code for inline_dentry | Jaegeuk Kim | 1 | -17/+3 |
| 2014-11-03 | f2fs: introduce f2fs_dentry_ptr structure for code clean-up | Jaegeuk Kim | 1 | -9/+9 |
| 2014-11-03 | f2fs: reuse core function in f2fs_readdir for inline_dentry | Jaegeuk Kim | 1 | -32/+7 |
| 2014-11-03 | f2fs: add stat info for inline_dentry inodes | Jaegeuk Kim | 1 | -1/+1 |
| 2014-11-03 | f2fs: avoid deadlock on init_inode_metadata | Jaegeuk Kim | 1 | -3/+3 |
| 2014-11-03 | f2fs: fix to wait correct block type | Jaegeuk Kim | 1 | -2/+2 |
| 2014-11-03 | f2fs: reuse find_in_block code for find_in_inline_dir | Jaegeuk Kim | 1 | -35/+17 |
| 2014-11-03 | f2fs: reuse room_for_filename for inline dentry operation | Jaegeuk Kim | 1 | -25/+2 |
| 2014-11-03 | f2fs: enable inline dir handling | Chao Yu | 1 | -1/+1 |
| 2014-11-03 | f2fs: add key function to handle inline dir | Chao Yu | 1 | -0/+346 |
| 2014-11-03 | f2fs: should truncate any allocated block for inline_data write | Jaegeuk Kim | 1 | -7/+8 |
| 2014-10-06 | f2fs: support atomic writes | Jaegeuk Kim | 1 | -0/+3 |
| 2014-09-09 | f2fs: need fsck.f2fs when f2fs_bug_on is triggered | Jaegeuk Kim | 1 | -2/+2 |
| 2014-09-03 | f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB | Jaegeuk Kim | 1 | -8/+5 |
| 2014-08-21 | f2fs: skip if inline_data was converted already | Jaegeuk Kim | 1 | -1/+5 |
| 2014-08-21 | f2fs: avoid double lock in truncate_blocks | Jaegeuk Kim | 1 | -1/+1 |
| 2014-08-19 | f2fs: make clear on test condition and return types | Jaegeuk Kim | 1 | -5/+5 |