aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAge
* Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2013-07-02
|\
| * f2fs: fix to recover i_size from roll-forwardJaegeuk Kim2013-07-01
| * f2fs: optimize do_write_data_page()Haicheng Li2013-06-13
| * f2fs: sync dir->i_size with its block allocationJaegeuk Kim2013-06-11
| * f2fs: push some variables to debug partNamjae Jeon2013-05-28
| * f2fs: avoid RECLAIM_FS-ON-W: deadlockJaegeuk Kim2013-05-28
| * f2fs: update inode page after creationJaegeuk Kim2013-05-28
| * f2fs: change get_new_data_page to pass a locked node pageJaegeuk Kim2013-05-28
| * f2fs: fix the inconsistent state of data pagesJaegeuk Kim2013-05-28
* | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-21
|/
* 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