aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: optimize do_write_data_page()Haicheng Li2016-06-051-2/+3
* f2fs: sync dir->i_size with its block allocationJaegeuk Kim2016-06-051-0/+2
* f2fs: push some variables to debug partNamjae Jeon2016-06-051-0/+6
* f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim2016-06-051-2/+2
* f2fs: update inode page after creationJaegeuk Kim2016-06-051-0/+1
* f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim2016-06-051-5/+7
* f2fs: fix the inconsistent state of data pagesJaegeuk Kim2016-06-051-6/+11
* f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim2016-06-051-2/+5
* f2fs: check truncation of mapping after lock_pageJaegeuk Kim2016-06-051-3/+15
* f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2016-06-051-6/+9
* f2fs: add tracepoints to debug the block allocationNamjae Jeon2016-06-051-0/+2
* f2fs: add tracepoint for tracing the page i/oNamjae Jeon2016-06-051-2/+10
* f2fs: fix typo mistakesNamjae Jeon2016-06-051-1/+1
* f2fs: introduce a new global lock schemeJaegeuk Kim2016-06-051-39/+38
* f2fs: add NULL pointer checkP J P2016-06-051-0/+4
* f2fs: do not skip writing file meta during fsyncJaegeuk Kim2016-06-051-3/+0
* f2fs: fix return value of releasepage for node and dataJaegeuk Kim2016-06-051-1/+1
* f2fs: reduce unncessary locking pages during readJaegeuk Kim2016-06-051-28/+30
* f2fs: introduce readahead mode of node pagesJaegeuk Kim2016-06-051-6/+6
* f2fs: support swapfileJaegeuk Kim2016-06-051-0/+6
* f2fs: remove the blk_plug usage in f2fs_write_data_pagesNamjae Jeon2016-06-051-1/+10
* f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven2016-06-051-0/+1
* f2fs: Backport to K3.0Hashcode2016-06-051-2/+2
* f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim2016-06-051-2/+3
* f2fs: adjust kernel coding styleJaegeuk Kim2016-06-051-6/+6
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2016-06-051-1/+1
* f2fs: add address space operations for dataJaegeuk Kim2016-06-051-0/+701