Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
09897d78dbc3a544426f2272b5601c62922ccab9
/
fs
/
f2fs
/
data.c
5d56b67
f2fs: add an option to avoid unnecessary BUG_ONs
by Jaegeuk Kim
· 11 years ago
26c6b88
f2fs: add tracepoint for set_page_dirty
by Jaegeuk Kim
· 11 years ago
dcdfff6
f2fs: clean up several status-related operations
by Jaegeuk Kim
· 11 years ago
e479556
f2fs: use rw_sem instead of fs_lock(locks mutex)
by Gu Zheng
· 11 years ago
de93653
f2fs: reserve the xattr space dynamically
by Jaegeuk Kim
· 11 years ago
d59ff4d
f2fs: fix wrong BUG_ON condition
by Jaegeuk Kim
· 11 years ago
41dfde1
f2fs: clean up the needless end 'return' of void function
by Gu Zheng
· 11 years ago
a569469
f2fs: fix a deadlock in fsync
by Jin Xu
· 11 years ago
df273ef
f2fs: remove redundant code from f2fs_write_begin
by Namjae Jeon
· 11 years ago
f0c5e56
f2fs: remove an unneeded kfree(NULL)
by Dan Carpenter
· 11 years ago
d8207f6
f2fs: move bio_private allocation out of f2fs_bio_alloc()
by Gu Zheng
· 11 years ago
4559071
f2fs: introduce help function F2FS_NODE()
by Gu Zheng
· 11 years ago
3f490f7
Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 11 years ago
a1dd3c1
f2fs: fix to recover i_size from roll-forward
by Jaegeuk Kim
· 11 years ago
b25958b
f2fs: optimize do_write_data_page()
by Haicheng Li
· 11 years ago
699489b
f2fs: sync dir->i_size with its block allocation
by Jaegeuk Kim
· 11 years ago
35b09d8
f2fs: push some variables to debug part
by Namjae Jeon
· 11 years ago
6f85b35
f2fs: avoid RECLAIM_FS-ON-W: deadlock
by Jaegeuk Kim
· 11 years ago
44a83ff
f2fs: update inode page after creation
by Jaegeuk Kim
· 11 years ago
64aa7ed
f2fs: change get_new_data_page to pass a locked node page
by Jaegeuk Kim
· 11 years ago
650495d
f2fs: fix the inconsistent state of data pages
by Jaegeuk Kim
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
942d33d
Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 11 years ago
531ad7d
f2fs: avoid deadlock during evict after f2fs_gc
by Jaegeuk Kim
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
afcb7ca0
f2fs: check truncation of mapping after lock_page
by Jaegeuk Kim
· 12 years ago
c718379b
f2fs: give a chance to merge IOs by IO scheduler
by Jaegeuk Kim
· 12 years ago
c01e285
f2fs: add tracepoints to debug the block allocation
by Namjae Jeon
· 12 years ago
848753a
f2fs: add tracepoint for tracing the page i/o
by Namjae Jeon
· 12 years ago
6224da8
f2fs: fix typo mistakes
by Namjae Jeon
· 12 years ago
3993683
f2fs: introduce a new global lock scheme
by Jaegeuk Kim
· 12 years ago
cfb185a
f2fs: add NULL pointer check
by P J P
· 12 years ago
0ff153a
f2fs: do not skip writing file meta during fsync
by Jaegeuk Kim
· 12 years ago
c3850aa
f2fs: fix return value of releasepage for node and data
by Jaegeuk Kim
· 12 years ago
393ff91
f2fs: reduce unncessary locking pages during read
by Jaegeuk Kim
· 12 years ago
266e97a
f2fs: introduce readahead mode of node pages
by Jaegeuk Kim
· 12 years ago
c01e54b
f2fs: support swapfile
by Jaegeuk Kim
· 12 years ago
fa9150a
f2fs: remove the blk_plug usage in f2fs_write_data_pages
by Namjae Jeon
· 12 years ago
690e4a3
f2fs: add missing #include <linux/prefetch.h>
by Geert Uytterhoeven
· 12 years ago
3cd8a23
f2fs: cleanup the f2fs_bio_alloc routine
by Jaegeuk Kim
· 12 years ago
0a8165d
f2fs: adjust kernel coding style
by Jaegeuk Kim
· 12 years ago
25ca923
f2fs: fix endian conversion bugs reported by sparse
by Jaegeuk Kim
· 12 years ago
eb47b80
f2fs: add address space operations for data
by Jaegeuk Kim
· 12 years ago