aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-22f2fs: preallocate blocks for buffered aio writesJaegeuk Kim1-7/+30
2016-02-22f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim1-21/+17
2016-02-22f2fs: fix missing skip pages infoYunlei He1-2/+3
2016-02-22f2fs: introduce f2fs_submit_merged_bio_condChao Yu1-18/+56
2016-02-22f2fs: speed up handling holes in fiemapChao Yu1-9/+26
2016-02-22f2fs: remove unneeded pointer conversionChao Yu1-3/+2
2016-02-22f2fs: simplify __allocate_data_blocksChao Yu1-56/+4
2016-02-22f2fs: simplify f2fs_map_blocksChao Yu1-69/+32
2016-02-22f2fs: use wq_has_sleeper for cp_wait wait_queueJaegeuk Kim1-2/+1
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim1-3/+4
2016-02-22f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim1-1/+0
2016-02-22f2fs: avoid needless sync_inode_page when reading inline_dataJaegeuk Kim1-1/+0
2016-02-22f2fs: don't need to sync node page at every timeJaegeuk Kim1-1/+0
2016-02-22f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim1-0/+1
2016-02-22f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim1-6/+6
2016-02-22f2fs: use writepages->lock for WB_SYNC_ALLJaegeuk Kim1-1/+1
2016-02-22f2fs: remove needless condition checkJaegeuk Kim1-5/+1
2016-02-22f2fs: relocate is_merged_pageChao Yu1-0/+38
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim1-0/+1
2016-01-08f2fs: recognize encrypted data in f2fs_fiemapChao Yu1-1/+5
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim1-11/+6
2016-01-08f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim1-2/+2
2016-01-08f2fs: check the page status filled from diskJaegeuk Kim1-6/+5
2016-01-06f2fs: read isize while holding i_mutex in fiemapFan Li1-1/+3
2016-01-03f2fs: introduce max_file_blocks in sbiChao Yu1-1/+1
2015-12-31f2fs: write pending bios when cp_error is setJaegeuk Kim1-1/+1
2015-12-30f2fs: use i_size_read to get i_sizeJaegeuk Kim1-3/+4
2015-12-30f2fs: add a max block check for get_data_block_bmapYunlei He1-0/+4