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