summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-221-60/+137
|\
| * f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-201-1/+1
| * f2fs: use bio count instead of F2FS_WRITEBACK page countJaegeuk Kim2016-05-181-11/+15
| * f2fs: fix deadlock when flush inline dataChao Yu2016-05-111-1/+2
| * f2fs: support in batch multi blocks preallocationChao Yu2016-05-111-37/+95
| * f2fs: do not preallocate block unaligned to 4KBJaegeuk Kim2016-05-071-2/+2
| * f2fs: fix incorrect mapping in ->bmapChao Yu2016-05-071-4/+7
| * f2fs: fix to clear private data in pageChao Yu2016-05-031-0/+2
| * f2fs: issue cache flush on direct IOJaegeuk Kim2016-04-261-2/+9
| * f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim2016-04-261-2/+4
| * f2fs: remove redundant condition checkJaegeuk Kim2016-04-151-1/+1
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-3/+3
|\ \ | |/ |/|
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-3/+3
* | fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-121-3/+13
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-26/+26
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2016-03-181-18/+13Star
* f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu2016-02-261-0/+7
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2016-02-261-2/+7
* f2fs: trace old block address for CoWed pageChao Yu2016-02-231-11/+14
* f2fs: support revoking atomic written pagesChao Yu2016-02-231-0/+1
* f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim2016-02-231-1/+1
* f2fs: preallocate blocks for buffered aio writesJaegeuk Kim2016-02-231-7/+30
* f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim2016-02-231-21/+17Star
* f2fs: fix missing skip pages infoYunlei He2016-02-231-2/+3
* f2fs: introduce f2fs_submit_merged_bio_condChao Yu2016-02-231-18/+56
* f2fs: speed up handling holes in fiemapChao Yu2016-02-231-9/+26
* f2fs: remove unneeded pointer conversionChao Yu2016-02-231-3/+2Star
* f2fs: simplify __allocate_data_blocksChao Yu2016-02-231-56/+4Star
* f2fs: simplify f2fs_map_blocksChao Yu2016-02-231-69/+32Star
* f2fs: use wq_has_sleeper for cp_wait wait_queueJaegeuk Kim2016-02-231-2/+1Star
* f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim2016-02-231-3/+4
* f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim2016-02-231-1/+0Star
* f2fs: avoid needless sync_inode_page when reading inline_dataJaegeuk Kim2016-02-231-1/+0Star
* f2fs: don't need to sync node page at every timeJaegeuk Kim2016-02-231-1/+0Star
* f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim2016-02-231-0/+1
* f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim2016-02-231-6/+6
* f2fs: use writepages->lock for WB_SYNC_ALLJaegeuk Kim2016-02-231-1/+1
* f2fs: remove needless condition checkJaegeuk Kim2016-02-231-5/+1Star
* f2fs: relocate is_merged_pageChao Yu2016-02-231-0/+38
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* f2fs: detect idle time depending on user behaviorJaegeuk Kim2016-01-121-0/+1
* f2fs: recognize encrypted data in f2fs_fiemapChao Yu2016-01-081-1/+5
* f2fs: clean up f2fs_balance_fsJaegeuk Kim2016-01-081-11/+6Star
* f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim2016-01-081-2/+2
* f2fs: check the page status filled from diskJaegeuk Kim2016-01-081-6/+5Star
* f2fs: read isize while holding i_mutex in fiemapFan Li2016-01-071-1/+3
* f2fs: introduce max_file_blocks in sbiChao Yu2016-01-041-1/+1
* f2fs: write pending bios when cp_error is setJaegeuk Kim2015-12-311-1/+1
* f2fs: use i_size_read to get i_sizeJaegeuk Kim2015-12-301-3/+4
* f2fs: add a max block check for get_data_block_bmapYunlei He2015-12-301-0/+4