summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
AgeCommit message (Expand)Author
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
2014-01-20f2fs: clean checkpatch warningsChris Fries
2014-01-16f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)Changman Lee
2014-01-16f2fs: avoid f2fs_balance_fs call during pageoutJaegeuk Kim
2014-01-14f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong
2014-01-06f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim
2014-01-06f2fs: refactor f2fs_convert_inline_dataJaegeuk Kim
2014-01-06f2fs: call f2fs_put_page at the error caseJaegeuk Kim
2013-12-26f2fs: handle inline data operationsHuajun Li
2013-12-26f2fs: check the blocksize before calling generic_direct_IO pathJaegeuk Kim
2013-12-26f2fs: should put the dnode when NEW_ADDR is detectedJaegeuk Kim
2013-12-23f2fs: update several commentsChao Yu
2013-12-23f2fs: remove the rw_flag domain from f2fs_io_infoGu Zheng
2013-12-23f2fs: move all the bio initialization into __bio_allocGu Zheng
2013-12-23f2fs: introduce a new direct_IO write pathJaegeuk Kim
2013-12-23f2fs: fix the location of tracepointJaegeuk Kim
2013-12-23f2fs: refactor bio->rw handlingJaegeuk Kim
2013-12-23f2fs: merge pages with the same sync_mode flagFan Li
2013-12-23f2fs: add unlikely() macro for compiler more aggressivelyJaegeuk Kim
2013-12-23f2fs: add unlikely() macro for compiler optimizationChao Yu
2013-12-23f2fs: refactor bio-related operationsJaegeuk Kim