aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 20-612/+1495
2017-11-15mm, pagevec: remove cold parameter for pagevecsGravatar Mel Gorman 3-6/+6
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Gravatar Jan Kara 3-6/+6
2017-11-15f2fs: use find_get_pages_tag() for looking up single pageGravatar Jan Kara 1-6/+7
2017-11-15f2fs: simplify page iteration loopsGravatar Jan Kara 2-50/+28
2017-11-15f2fs: use pagevec_lookup_range_tag()Gravatar Jan Kara 1-7/+2
2017-11-15f2fs: deny accessing encryption policy if encryption is offGravatar Chao Yu 1-0/+5
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-11/+10
2017-11-13f2fs: inject fault in inc_valid_node_countGravatar Chao Yu 1-0/+7
2017-11-13f2fs: fix to clear FI_NO_PREALLOCGravatar Chao Yu 1-0/+1
2017-11-13f2fs: expose quota information in debugfsGravatar Jaegeuk Kim 2-2/+19
2017-11-13f2fs: separate nat entry mem alloc from nat_tree_lockGravatar Yunlei He 1-39/+59
2017-11-10f2fs: validate before set/clear free nat bitmapGravatar LiFan 1-7/+10
2017-11-10f2fs: avoid opened loop codes in __add_ino_entryGravatar Chao Yu 1-6/+4
2017-11-09f2fs: apply write hints to select the type of segments for buffered writeGravatar Hyunchul Lee 1-1/+13
2017-11-09f2fs: introduce scan_curseg_cache for cleanupGravatar Chao Yu 1-26/+23
2017-11-09f2fs: optimize the way of traversing free_nid_bitmapGravatar Fan Li 1-5/+5
2017-11-09f2fs: keep scanning until enough free nids are acquiredGravatar Fan Li 1-1/+1
2017-11-06f2fs: trace checkpoint reason in fsync()Gravatar Chao Yu 2-16/+30
2017-11-06f2fs: keep isize once block is reserved cross EOFGravatar Chao Yu 1-4/+6
2017-11-05f2fs: avoid race in between GC and block exchangeGravatar Chao Yu 2-5/+28
2017-11-05f2fs: save a multiplication for last_nid calculationGravatar Fan Li 1-1/+1
2017-11-05f2fs: fix summary info corruptionGravatar Chao Yu 2-1/+29
2017-11-05f2fs: remove dead code in update_meta_pageGravatar Chao Yu 1-5/+1
2017-11-05f2fs: remove unneeded semicolonGravatar Chao Yu 1-1/+1
2017-11-05f2fs: don't bother with inode->i_versionGravatar Jeff Layton 1-2/+0
2017-11-05f2fs: check curseg space before foreground GCGravatar Chao Yu 1-0/+30
2017-11-05f2fs: use rw_semaphore to protect SIT cacheGravatar Chao Yu 3-22/+26
2017-11-05f2fs: support quota sys filesGravatar Jaegeuk Kim 4-18/+157
2017-11-05f2fs: add quota_ino feature infraGravatar Jaegeuk Kim 2-0/+13
2017-11-05f2fs: optimize __update_nat_bitsGravatar Fan Li 1-5/+7
2017-11-05f2fs: modify for accurate fggc node io statGravatar Yunlei He 1-31/+31
2017-11-05Revert "f2fs: handle dirty segments inside refresh_sit_entry"Gravatar Yunlong Song 2-14/+14
2017-11-05f2fs: add a function to move nidGravatar Fan Li 1-21/+36
2017-11-05f2fs: export SSR allocation thresholdGravatar Chao Yu 3-1/+6
2017-11-05f2fs: give correct trimmed blocks in fstrimGravatar Chao Yu 2-9/+19
2017-11-05f2fs: support bio allocation error injectionGravatar Chao Yu 4-9/+21
2017-11-05f2fs: support get_page error injectionGravatar Chao Yu 5-4/+20
2017-11-05f2fs: support soft block reservationGravatar Yunlong Song 3-6/+25
2017-11-05f2fs: handle error case when adding xattr entryGravatar Jaegeuk Kim 1-19/+28
2017-11-05f2fs: support flexible inline xattr sizeGravatar Chao Yu 7-25/+115
2017-11-05f2fs: show current cp stateGravatar Jaegeuk Kim 1-2/+3
2017-11-05f2fs: add missing quota_initializeGravatar Jaegeuk Kim 2-0/+13
2017-11-05f2fs: show # of dirty segments via sysfsGravatar Jaegeuk Kim 1-0/+9
2017-11-05f2fs: stop all the operations by cp_error flagGravatar Jaegeuk Kim 5-1/+62
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-26f2fs: remove several redundant assignmentsGravatar Colin Ian King 1-5/+1
2017-10-26f2fs: avoid using timespecGravatar Arnd Bergmann 1-2/+1
2017-10-26f2fs: fix to correct no_fggc_candidateGravatar Chao Yu 1-1/+1
2017-10-26Revert "f2fs: return wrong error number on f2fs_quota_write"Gravatar Jaegeuk Kim 1-1/+1