summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: push some variables to debug partNamjae Jeon2013-05-281-0/+6
* f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim2013-05-281-2/+2
* f2fs: update inode page after creationJaegeuk Kim2013-05-281-0/+1
* f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim2013-05-281-5/+7
* f2fs: fix the inconsistent state of data pagesJaegeuk Kim2013-05-281-6/+11
* Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-091-86/+116
|\
| * f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim2013-05-081-2/+5
| * f2fs: check truncation of mapping after lock_pageJaegeuk Kim2013-04-291-3/+15
| * f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2013-04-261-6/+9
| * f2fs: add tracepoints to debug the block allocationNamjae Jeon2013-04-231-0/+2
| * f2fs: add tracepoint for tracing the page i/oNamjae Jeon2013-04-231-2/+10
| * f2fs: fix typo mistakesNamjae Jeon2013-04-091-1/+1
| * f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-091-39/+38Star
| * f2fs: add NULL pointer checkP J P2013-04-031-0/+4
| * f2fs: do not skip writing file meta during fsyncJaegeuk Kim2013-03-271-3/+0Star
| * f2fs: fix return value of releasepage for node and dataJaegeuk Kim2013-03-201-1/+1
| * f2fs: reduce unncessary locking pages during readJaegeuk Kim2013-03-201-28/+30
| * f2fs: introduce readahead mode of node pagesJaegeuk Kim2013-03-181-6/+6
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
|/
* f2fs: support swapfileJaegeuk Kim2013-01-221-0/+6
* f2fs: remove the blk_plug usage in f2fs_write_data_pagesNamjae Jeon2013-01-151-1/+10
* f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven2012-12-281-0/+1
* f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim2012-12-111-2/+3
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-6/+6
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-111-1/+1
* f2fs: add address space operations for dataJaegeuk Kim2012-12-111-0/+701