summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add tracepoint for f2fs_direct_IOChao Yu2014-08-021-0/+5
* f2fs: add info of appended or updated data writesJaegeuk Kim2014-07-291-0/+2
* f2fs: add nobarrier mount optionJaegeuk Kim2014-07-291-1/+4
* f2fs: add f2fs_balance_fs for direct IOHuang Ying2014-07-251-1/+3
* f2fs: introduce f2fs_write_failed to handle error case when writeChao Yu2014-07-091-11/+31
* f2fs: avoid unneeded SetPageUptodate in f2fs_write_endChao Yu2014-07-091-1/+0Star
* f2fs: fix to report newly allocate region as extentJaegeuk Kim2014-06-231-5/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-9/+8Star
|\
| * f2fs: switch to iov_iter_alignment()Al Viro2014-05-061-6/+5Star
| * switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+2
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-4/+4
* | f2fs: support f2fs_fiemapJaegeuk Kim2014-06-081-0/+6
* | f2fs: fix to recover data written by dioJaegeuk Kim2014-06-041-0/+3
* | f2fs: add a tracepoint for f2fs_read_data_pageChao Yu2014-05-071-0/+2
* | f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pagesChao Yu2014-05-071-0/+2
* | f2fs: add a tracepoint for f2fs_write_{meta,node,data}_pageChao Yu2014-05-071-0/+2
* | f2fs: add a tracepoint for f2fs_write_endChao Yu2014-05-071-0/+2
* | f2fs: add a tracepoint for f2fs_write_beginChao Yu2014-05-071-0/+2
* | f2fs: decrease the lock granularity during write_beginJaegeuk Kim2014-05-071-1/+13
* | f2fs: avoid grab_cache_page_write_begin for data pagesJaegeuk Kim2014-05-071-2/+2
* | f2fs: introduce help macro ADDRS_PER_PAGE()Chao Yu2014-05-071-4/+2Star
* | f2fs: submit bio at the reclaim pathJaegeuk Kim2014-05-071-0/+2
* | f2fs: handle inline data independently in f2fs_bmapChao Yu2014-05-071-0/+5
* | f2fs: adjust free mem size to flush dentry blocksJaegeuk Kim2014-05-071-1/+2
* | f2fs: call redirty_page_for_writepageJaegeuk Kim2014-05-071-7/+3Star
|/
* f2fs: fix error path when fail to read inline dataChao Yu2014-04-021-4/+10
* f2fs: avoid unnecessary bio submit when wait page writebackChao Yu2014-04-011-4/+4
* f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim2014-03-181-9/+3Star
* f2fs: increase pages_skipped when skipping writepagesJaegeuk Kim2014-03-181-1/+5
* f2fs: avoid small data writes by skipping writepagesJaegeuk Kim2014-03-181-0/+4
* f2fs: fix dirty page accounting when redirtyChao Yu2014-02-281-0/+1
* f2fs: fix not to write data pages on the page reclaiming pathJaegeuk Kim2014-02-241-23/+15Star
* f2fs: clean up redundant function callJaegeuk Kim2014-02-171-9/+2Star
* f2fs: remove the ugly pointer conversionJaegeuk Kim2014-02-171-4/+7
* f2fs: update_inode_page should be done all the timeJaegeuk Kim2014-02-171-2/+1Star
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-21/+14Star
|\
| * block: Abstract out bvec iteratorKent Overstreet2013-11-241-1/+1
| * block: Convert various code to bio_for_each_segment()Kent Overstreet2013-11-241-8/+5Star
* | f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim2014-01-221-1/+3
* | f2fs: clean checkpatch warningsChris Fries2014-01-201-1/+1
* | f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)Changman Lee2014-01-161-1/+1
* | f2fs: avoid f2fs_balance_fs call during pageoutJaegeuk Kim2014-01-161-1/+3
* | f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong2014-01-141-1/+1
* | f2fs: handle errors correctly during f2fs_reserve_blockJaegeuk Kim2014-01-061-9/+20
* | f2fs: refactor f2fs_convert_inline_dataJaegeuk Kim2014-01-061-10/+6Star
* | f2fs: call f2fs_put_page at the error caseJaegeuk Kim2014-01-061-1/+3
* | f2fs: handle inline data operationsHuajun Li2013-12-261-5/+44
* | f2fs: check the blocksize before calling generic_direct_IO pathJaegeuk Kim2013-12-261-0/+22
* | f2fs: should put the dnode when NEW_ADDR is detectedJaegeuk Kim2013-12-261-2/+7
* | f2fs: update several commentsChao Yu2013-12-231-6/+8