aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-04f2fs: drop bio->bi_rw manual assignmentJens Axboe1-1/+0
2016-07-27Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-149/+162
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-1/+2
2016-07-25f2fs: clean up coding style and redundancyJaegeuk Kim1-2/+2
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim1-0/+3
2016-07-15f2fs: fix to avoid data update racing between GC and DIOChao Yu1-1/+5
2016-07-15f2fs: fix ERR_PTR returned by bioJaegeuk Kim1-1/+3
2016-07-08f2fs: move i_size_write in f2fs_write_endJaegeuk Kim1-1/+1
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim1-6/+12
2016-07-08f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim1-1/+32
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu1-8/+8
2016-07-08f2fs: fix to avoid reading out encrypted data in page cacheChao Yu1-43/+47
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim1-1/+1
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim1-1/+2
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim1-0/+2
2016-06-08f2fs: drop any block pluggingJaegeuk Kim1-7/+10
2016-06-08f2fs: set mapping error for EIOJaegeuk Kim1-1/+1
2016-06-07f2fs: use bio op accessorsMike Christie1-20/+27
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+3
2016-06-02f2fs: handle writepage correctlyJaegeuk Kim1-30/+14
2016-06-02f2fs: remove two steps to flush dirty data pagesJaegeuk Kim1-10/+1
2016-06-02f2fs: do not skip writing data pagesJaegeuk Kim1-6/+5
2016-06-02f2fs: remove writepages lockJaegeuk Kim1-7/+0
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim1-0/+3
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim1-10/+1
2016-06-02f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim1-1/+0
2016-06-02f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim1-6/+4
2016-06-02f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim1-11/+10
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-60/+137
2016-05-20f2fs: flush pending bios right away when error occursJaegeuk Kim1-1/+1
2016-05-18f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim1-11/+15
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-05-11f2fs: fix deadlock when flush inline dataChao Yu1-1/+2
2016-05-11f2fs: support in batch multi blocks preallocationChao Yu1-37/+95
2016-05-07f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim1-2/+2
2016-05-07f2fs: fix incorrect mapping in ->bmapChao Yu1-4/+7
2016-05-03f2fs: fix to clear private data in pageChao Yu1-0/+2
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-3/+3
2016-04-26f2fs: issue cache flush on direct IOJaegeuk Kim1-2/+9
2016-04-26f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim1-2/+4
2016-04-15f2fs: remove redundant condition checkJaegeuk Kim1-1/+1
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim1-3/+13
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-26/+26
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim1-18/+13
2016-02-26f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu1-0/+7
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu1-2/+7
2016-02-22f2fs: trace old block address for CoWed pageChao Yu1-11/+14
2016-02-22f2fs: support revoking atomic written pagesChao Yu1-0/+1
2016-02-22f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim1-1/+1