aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
2014-10-07f2fs: support volatile operations for transient dataJaegeuk Kim
2014-10-06f2fs: support atomic writesJaegeuk Kim
2014-09-23f2fs: support large sector sizeChao Yu
2014-09-23f2fs: update i_size when __allocate_data_blockJaegeuk Kim
2014-09-23f2fs: use MAX_BIO_BLOCKS(sbi)Jaegeuk Kim
2014-09-23f2fs: fix conditions to remain recovery information in f2fs_sync_fileJaegeuk Kim
2014-09-16f2fs: expand counting dirty pages in the inode page cacheJaegeuk Kim
2014-09-09f2fs: need fsck.f2fs when f2fs_bug_on is triggeredJaegeuk Kim
2014-09-03f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SBJaegeuk Kim
2014-08-21f2fs: avoid double lock in truncate_blocksJaegeuk Kim
2014-08-21f2fs: handle EIO not to break fs consistencyJaegeuk Kim
2014-08-19f2fs: should convert inline_data during the mkwriteJaegeuk Kim
2014-08-19f2fs: fix typoarter97
2014-08-02f2fs: add tracepoint for f2fs_direct_IOChao Yu
2014-07-29f2fs: add info of appended or updated data writesJaegeuk Kim
2014-07-29f2fs: add nobarrier mount optionJaegeuk Kim
2014-07-25f2fs: add f2fs_balance_fs for direct IOHuang Ying
2014-07-09f2fs: introduce f2fs_write_failed to handle error case when writeChao Yu
2014-07-09f2fs: avoid unneeded SetPageUptodate in f2fs_write_endChao Yu
2014-06-23f2fs: fix to report newly allocate region as extentJaegeuk Kim
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-08f2fs: support f2fs_fiemapJaegeuk Kim
2014-06-04f2fs: fix to recover data written by dioJaegeuk Kim
2014-05-07f2fs: add a tracepoint for f2fs_read_data_pageChao Yu
2014-05-07f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pagesChao Yu
2014-05-07f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pageChao Yu
2014-05-07f2fs: add a tracepoint for f2fs_write_endChao Yu
2014-05-07f2fs: add a tracepoint for f2fs_write_beginChao Yu
2014-05-07f2fs: decrease the lock granularity during write_beginJaegeuk Kim
2014-05-07f2fs: avoid grab_cache_page_write_begin for data pagesJaegeuk Kim
2014-05-07f2fs: introduce help macro ADDRS_PER_PAGE()Chao Yu
2014-05-07f2fs: submit bio at the reclaim pathJaegeuk Kim
2014-05-07f2fs: handle inline data independently in f2fs_bmapChao Yu
2014-05-07f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim
2014-05-07f2fs: call redirty_page_for_writepageJaegeuk Kim
2014-05-06f2fs: switch to iov_iter_alignment()Al Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-04-02f2fs: fix error path when fail to read inline dataChao Yu
2014-04-01f2fs: avoid unnecessary bio submit when wait page writebackChao Yu
2014-03-18f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim
2014-03-18f2fs: increase pages_skipped when skipping writepagesJaegeuk Kim
2014-03-18f2fs: avoid small data writes by skipping writepagesJaegeuk Kim
2014-02-28f2fs: fix dirty page accounting when redirtyChao Yu
2014-02-24f2fs: fix not to write data pages on the page reclaiming pathJaegeuk Kim
2014-02-17f2fs: clean up redundant function callJaegeuk Kim
2014-02-17f2fs: remove the ugly pointer conversionJaegeuk Kim
2014-02-17f2fs: update_inode_page should be done all the timeJaegeuk Kim
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-22f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim