summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: correct return value of ->setxattrChao Yu2015-08-041-1/+4
* f2fs: cleanup write_orphan_inodesChao Yu2015-08-041-9/+2Star
* f2fs: warm up cold page after mmaped writeChao Yu2015-08-041-0/+2
* f2fs: add new ioctl F2FS_IOC_GARBAGE_COLLECTChao Yu2015-08-043-0/+39
* f2fs: maintain extent cache in separated fileChao Yu2015-08-044-586/+610
* f2fs: don't try to split extents shorter than F2FS_MIN_EXTENT_LENFan Li2015-08-041-1/+1
* f2fs: fix to update page flagChao Yu2015-08-041-4/+7
* f2fs: shrink unreferenced extent_caches firstJaegeuk Kim2015-08-041-10/+41
* f2fs: enhance multithread performanceChao Yu2015-08-041-2/+1Star
* f2fs: restrict multimedia filenameChao Yu2015-08-041-1/+8
* f2fs: make the function check_dnode have a return type of bool and change it'...Nicholas Krause2015-08-041-6/+6
* f2fs: check the largest extent at look-up timeJaegeuk Kim2015-08-041-2/+14
* f2fs: use extent_cache by defaultJaegeuk Kim2015-08-046-265/+142Star
* f2fs: add noextent_cache mount optionJaegeuk Kim2015-08-041-0/+7
* f2fs: shrink extent_cache entriesJaegeuk Kim2015-08-044-11/+27
* f2fs: shrink nat_cache entriesJaegeuk Kim2015-08-043-7/+18
* f2fs: introduce a shrinker for mounted fsJaegeuk Kim2015-08-044-1/+148
* f2fs: set cached_en after checking finallyJaegeuk Kim2015-08-041-5/+4Star
* f2fs: update on-disk extents even under extent_cacheJaegeuk Kim2015-08-041-2/+2
* f2fs: fix wrong block address calculation for a split extentJaegeuk Kim2015-08-041-1/+1
* f2fs: convert inline_data for various fallocateJaegeuk Kim2015-08-041-0/+14
* f2fs: avoid to use failed inode immediatelyJaegeuk Kim2015-08-043-9/+15
* f2fs: avoid freed stat informationJaegeuk Kim2015-08-041-1/+3
* f2fs: fix to record dirty page count for symlinkChao Yu2015-08-042-2/+4
* f2fs crypto: delete an unnecessary check before the function call "key_put"Markus Elfring2015-08-041-2/+1Star
* f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim2015-07-255-6/+13
* f2fs: handle error cases in move_encrypted_blockJaegeuk Kim2015-07-251-8/+15
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-262-3/+4
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| * writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-022-3/+3
* | Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-06-2529-616/+3775
|\ \
| * | f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu2015-06-121-4/+4
| * | f2fs crypto: add alloc_bounce_pageJaegeuk Kim2015-06-121-8/+15
| * | f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim2015-06-121-3/+3
| * | f2fs: drop the volatile_write flag onlyJaegeuk Kim2015-06-091-4/+2Star
| * | f2fs: skip committing valid superblockChao Yu2015-06-083-5/+7
| * | f2fs: setting discard option in parse_options()Chao Yu2015-06-081-11/+9Star
| * | f2fs: fix to return exact trimmed sizeJaegeuk Kim2015-06-031-1/+1
| * | f2fs: support FALLOC_FL_INSERT_RANGEChao Yu2015-06-021-2/+100
| * | f2fs: hide common code in f2fs_replace_blockChao Yu2015-06-024-20/+23
| * | f2fs: disable the discard option when device doesn't supportChenxi Mao2015-06-021-1/+3
| * | f2fs crypto: remove alloc_page for bounce_pageJaegeuk Kim2015-06-022-23/+13Star
| * | f2fs: fix a deadlock for summary page lock vs. sentry_lockJaegeuk Kim2015-06-021-1/+10
| * | f2fs crypto: clean up error handling in f2fs_fname_setup_filenameJaegeuk Kim2015-06-021-14/+10Star
| * | f2fs crypto: avoid f2fs_inherit_context for symlinkJaegeuk Kim2015-06-021-4/+0Star
| * | f2fs crypto: do not set encryption policy for non-directory by ioctlChao Yu2015-06-022-6/+3Star
| * | f2fs crypto: allow setting encryption policy onceChao Yu2015-06-021-2/+2
| * | f2fs crypto: check context consistent for rename2Chao Yu2015-06-021-0/+8
| * | f2fs: avoid duplicated code by reusing f2fs_read_end_ioChao Yu2015-06-021-28/+4Star
| * | f2fs crypto: use per-inode tfm structureJaegeuk Kim2015-06-029-167/+96Star