summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add an option to avoid unnecessary BUG_ONsJaegeuk Kim2013-10-291-2/+2
* f2fs: add tracepoint for set_page_dirtyJaegeuk Kim2013-10-251-0/+2
* f2fs: clean up several status-related operationsJaegeuk Kim2013-10-251-9/+3Star
* f2fs: use rw_sem instead of fs_lock(locks mutex)Gu Zheng2013-10-071-6/+5Star
* f2fs: reserve the xattr space dynamicallyJaegeuk Kim2013-08-261-2/+3
* f2fs: fix wrong BUG_ON conditionJaegeuk Kim2013-08-201-2/+11
* f2fs: clean up the needless end 'return' of void functionGu Zheng2013-08-121-1/+0Star
* f2fs: fix a deadlock in fsyncJin Xu2013-08-061-1/+1
* f2fs: remove redundant code from f2fs_write_beginNamjae Jeon2013-08-061-3/+0Star
* f2fs: remove an unneeded kfree(NULL)Dan Carpenter2013-07-311-1/+0Star
* f2fs: move bio_private allocation out of f2fs_bio_alloc()Gu Zheng2013-07-301-1/+0Star
* f2fs: introduce help function F2FS_NODE()Gu Zheng2013-07-301-1/+1
* Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2013-07-021-15/+53
|\
| * f2fs: fix to recover i_size from roll-forwardJaegeuk Kim2013-07-021-1/+22
| * f2fs: optimize do_write_data_page()Haicheng Li2013-06-141-2/+3
| * f2fs: sync dir->i_size with its block allocationJaegeuk Kim2013-06-121-0/+2
| * 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
* | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-1/+2
|/
* 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