summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-07-271-149/+162
|\
| * f2fs: clean up coding style and redundancyJaegeuk Kim2016-07-251-2/+2
| * f2fs: use blk_plug in all the possible pathsJaegeuk Kim2016-07-151-0/+3
| * f2fs: fix to avoid data update racing between GC and DIOChao Yu2016-07-151-1/+5
| * f2fs: fix ERR_PTR returned by bioJaegeuk Kim2016-07-151-1/+3
| * f2fs: move i_size_write in f2fs_write_endJaegeuk Kim2016-07-081-1/+1
| * f2fs: call SetPageUptodate if neededJaegeuk Kim2016-07-081-6/+12
| * f2fs: introduce f2fs_set_page_dirty_nobufferJaegeuk Kim2016-07-081-1/+32
| * f2fs: fix to detect truncation prior rather than EIO during readChao Yu2016-07-081-8/+8
| * f2fs: fix to avoid reading out encrypted data in page cacheChao Yu2016-07-081-43/+47
| * f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2016-07-061-1/+1
| * f2fs: detect host-managed SMR by feature flagJaegeuk Kim2016-07-061-1/+2
| * f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-131-0/+2
| * f2fs: drop any block pluggingJaegeuk Kim2016-06-081-7/+10
| * f2fs: set mapping error for EIOJaegeuk Kim2016-06-081-1/+1
| * f2fs: handle writepage correctlyJaegeuk Kim2016-06-021-30/+14
| * f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2016-06-021-10/+1
| * f2fs: do not skip writing data pagesJaegeuk Kim2016-06-021-6/+5
| * f2fs: remove writepages lockJaegeuk Kim2016-06-021-7/+0
| * f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-021-0/+3
| * f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-021-10/+1
| * f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-021-1/+0
| * f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-021-6/+4
| * f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-021-11/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+2
|\ \
| * | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-1/+2
| |/
* | f2fs: use bio op accessorsMike Christie2016-06-071-20/+27
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+3
|/
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-211-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-171-3/+3
|\ \ | |/ |/|
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-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-171-18/+13
* 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-221-11/+14
* f2fs: support revoking atomic written pagesChao Yu2016-02-221-0/+1
* f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim2016-02-221-1/+1
* f2fs: preallocate blocks for buffered aio writesJaegeuk Kim2016-02-221-7/+30
OpenPOWER on IntegriCloud