aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAge
* Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-05-08
|\
| * f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim2013-05-08
| * f2fs: check truncation of mapping after lock_pageJaegeuk Kim2013-04-28
| * f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim2013-04-25
| * f2fs: add tracepoints to debug the block allocationNamjae Jeon2013-04-23
| * f2fs: add tracepoint for tracing the page i/oNamjae Jeon2013-04-23
| * f2fs: fix typo mistakesNamjae Jeon2013-04-09
| * f2fs: introduce a new global lock schemeJaegeuk Kim2013-04-09
| * f2fs: add NULL pointer checkP J P2013-04-03
| * f2fs: do not skip writing file meta during fsyncJaegeuk Kim2013-03-26
| * f2fs: fix return value of releasepage for node and dataJaegeuk Kim2013-03-20
| * f2fs: reduce unncessary locking pages during readJaegeuk Kim2013-03-20
| * f2fs: introduce readahead mode of node pagesJaegeuk Kim2013-03-18
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-07
|/
* f2fs: support swapfileJaegeuk Kim2013-01-21
* f2fs: remove the blk_plug usage in f2fs_write_data_pagesNamjae Jeon2013-01-15
* f2fs: add missing #include <linux/prefetch.h>Geert Uytterhoeven2012-12-27
* f2fs: cleanup the f2fs_bio_alloc routineJaegeuk Kim2012-12-10
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-10
* f2fs: fix endian conversion bugs reported by sparseJaegeuk Kim2012-12-10
* f2fs: add address space operations for dataJaegeuk Kim2012-12-10