aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-05f2fs: freeze filesystem when fail to update meta page due to IO errorChao Yu1-0/+8
2015-08-05f2fs: change the timing of f2fs_wait_on_page_writebackFan Li1-2/+2
2015-08-05f2fs: handle error cases in commit_inmem_pagesJaegeuk Kim3-5/+14
2015-08-05f2fs: fix to build free nids from readaheaded nat pagesChao Yu1-1/+1
2015-08-05f2fs: fix inline data/dentry stat number leakChao Yu1-2/+0
2015-08-05f2fs: convert inline data before set atomic/volatile flagChao Yu1-4/+12
2015-08-05f2fs: fix to wait all atomic written pages writebackChao Yu1-1/+1
2015-08-05f2fs: skip writing in ->writepages when no dirty pages existChao Yu1-0/+4
2015-08-05f2fs: optimize f2fs_write_cache_pagesTiezhu Yang1-3/+1
2015-08-05f2fs: fix double lock in handle_failed_inodeChao Yu4-7/+7
2015-08-05f2fs: reduce region of cp_rwsem covered in f2fs_do_collapseChao Yu1-5/+9
2015-08-05f2fs: add new interfaces for extent treeFan Li1-7/+132
2015-08-05f2fs: callers take care of the page from bio errorJaegeuk Kim3-26/+26
2015-08-05f2fs: use atomic_t to record hit ratio info of extent cacheChao Yu3-8/+12
2015-08-05f2fs: stat inline xattr inode numberChao Yu4-1/+22
2015-08-05f2fs: use a page temporarily for encrypted gced pageJaegeuk Kim1-1/+4
2015-08-04f2fs: expose f2fs_write_cache_pagesChao Yu1-1/+135
2015-08-04f2fs: correct return value of ->setxattrChao Yu1-1/+4
2015-08-04f2fs: cleanup write_orphan_inodesChao Yu1-9/+2
2015-08-04f2fs: warm up cold page after mmaped writeChao Yu1-0/+2
2015-08-04f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTChao Yu3-0/+39
2015-08-04f2fs: maintain extent cache in separated fileChao Yu4-586/+610
2015-08-04f2fs: don't try to split extents shorter than F2FS_MIN_EXTENT_LENFan Li1-1/+1
2015-08-04f2fs: fix to update page flagChao Yu1-4/+7
2015-08-04f2fs: shrink unreferenced extent_caches firstJaegeuk Kim1-10/+41
2015-08-04f2fs: enhance multithread performanceChao Yu1-2/+1
2015-08-04f2fs: restrict multimedia filenameChao Yu1-1/+8
2015-08-04f2fs: make the function check_dnode have a return type of bool and change it's name to is_aliveNicholas Krause1-6/+6
2015-08-04f2fs: check the largest extent at look-up timeJaegeuk Kim1-2/+14
2015-08-04f2fs: use extent_cache by defaultJaegeuk Kim6-265/+142
2015-08-04f2fs: add noextent_cache mount optionJaegeuk Kim1-0/+7
2015-08-04f2fs: shrink extent_cache entriesJaegeuk Kim4-11/+27
2015-08-04f2fs: shrink nat_cache entriesJaegeuk Kim3-7/+18
2015-08-04f2fs: introduce a shrinker for mounted fsJaegeuk Kim4-1/+148
2015-08-04f2fs: set cached_en after checking finallyJaegeuk Kim1-5/+4
2015-08-04f2fs: update on-disk extents even under extent_cacheJaegeuk Kim1-2/+2
2015-08-04f2fs: fix wrong block address calculation for a split extentJaegeuk Kim1-1/+1
2015-08-04f2fs: convert inline_data for various fallocateJaegeuk Kim1-0/+14
2015-08-04f2fs: avoid to use failed inode immediatelyJaegeuk Kim3-9/+15
2015-08-04f2fs: avoid freed stat informationJaegeuk Kim1-1/+3
2015-08-04f2fs: fix to record dirty page count for symlinkChao Yu2-2/+4
2015-08-04f2fs crypto: delete an unnecessary check before the function call "key_put"Markus Elfring1-2/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+5
2015-07-25f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim5-6/+13
2015-07-25f2fs: handle error cases in move_encrypted_blockJaegeuk Kim1-8/+15
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+4
2015-06-24Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds29-616/+3775
2015-06-11f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu1-4/+4
2015-06-11f2fs crypto: add alloc_bounce_pageJaegeuk Kim1-8/+15
2015-06-11f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim1-3/+3