summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-275-26/+26
* Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1620-612/+1495
|\
| * f2fs: deny accessing encryption policy if encryption is offChao Yu2017-11-151-0/+5
| * f2fs: inject fault in inc_valid_node_countChao Yu2017-11-131-0/+7
| * f2fs: fix to clear FI_NO_PREALLOCChao Yu2017-11-131-0/+1
| * f2fs: expose quota information in debugfsJaegeuk Kim2017-11-132-2/+19
| * f2fs: separate nat entry mem alloc from nat_tree_lockYunlei He2017-11-131-39/+59
| * f2fs: validate before set/clear free nat bitmapLiFan2017-11-101-7/+10
| * f2fs: avoid opened loop codes in __add_ino_entryChao Yu2017-11-101-6/+4
| * f2fs: apply write hints to select the type of segments for buffered writeHyunchul Lee2017-11-091-1/+13
| * f2fs: introduce scan_curseg_cache for cleanupChao Yu2017-11-091-26/+23
| * f2fs: optimize the way of traversing free_nid_bitmapFan Li2017-11-091-5/+5
| * f2fs: keep scanning until enough free nids are acquiredFan Li2017-11-091-1/+1
| * f2fs: trace checkpoint reason in fsync()Chao Yu2017-11-062-16/+30
| * f2fs: keep isize once block is reserved cross EOFChao Yu2017-11-061-4/+6
| * f2fs: avoid race in between GC and block exchangeChao Yu2017-11-052-5/+28
| * f2fs: save a multiplication for last_nid calculationFan Li2017-11-051-1/+1
| * f2fs: fix summary info corruptionChao Yu2017-11-052-1/+29
| * f2fs: remove dead code in update_meta_pageChao Yu2017-11-051-5/+1
| * f2fs: remove unneeded semicolonChao Yu2017-11-051-1/+1
| * f2fs: don't bother with inode->i_versionJeff Layton2017-11-051-2/+0
| * f2fs: check curseg space before foreground GCChao Yu2017-11-051-0/+30
| * f2fs: use rw_semaphore to protect SIT cacheChao Yu2017-11-053-22/+26
| * f2fs: support quota sys filesJaegeuk Kim2017-11-054-18/+157
| * f2fs: add quota_ino feature infraJaegeuk Kim2017-11-052-0/+13
| * f2fs: optimize __update_nat_bitsFan Li2017-11-051-5/+7
| * f2fs: modify for accurate fggc node io statYunlei He2017-11-051-31/+31
| * Revert "f2fs: handle dirty segments inside refresh_sit_entry"Yunlong Song2017-11-052-14/+14
| * f2fs: add a function to move nidFan Li2017-11-051-21/+36
| * f2fs: export SSR allocation thresholdChao Yu2017-11-053-1/+6
| * f2fs: give correct trimmed blocks in fstrimChao Yu2017-11-052-9/+19
| * f2fs: support bio allocation error injectionChao Yu2017-11-054-9/+21
| * f2fs: support get_page error injectionChao Yu2017-11-055-4/+20
| * f2fs: support soft block reservationYunlong Song2017-11-053-6/+25
| * f2fs: handle error case when adding xattr entryJaegeuk Kim2017-11-051-19/+28
| * f2fs: support flexible inline xattr sizeChao Yu2017-11-057-25/+115
| * f2fs: show current cp stateJaegeuk Kim2017-11-051-2/+3
| * f2fs: add missing quota_initializeJaegeuk Kim2017-11-052-0/+13
| * f2fs: show # of dirty segments via sysfsJaegeuk Kim2017-11-051-0/+9
| * f2fs: stop all the operations by cp_error flagJaegeuk Kim2017-11-055-1/+62
| * f2fs: remove several redundant assignmentsColin Ian King2017-10-261-5/+1
| * f2fs: avoid using timespecArnd Bergmann2017-10-261-2/+1
| * f2fs: fix to correct no_fggc_candidateChao Yu2017-10-261-1/+1
| * Revert "f2fs: return wrong error number on f2fs_quota_write"Jaegeuk Kim2017-10-261-1/+1
| * f2fs: remove obsolete pointer for truncate_xattr_nodeJaegeuk Kim2017-10-263-8/+6
| * f2fs: retry ENOMEM for quota_read|writeJaegeuk Kim2017-10-261-3/+13
| * f2fs: limit # of inmemory pagesJaegeuk Kim2017-10-266-0/+55
| * f2fs: update ctx->pos correctly when hitting hole in directoryChao Yu2017-10-261-2/+1
| * f2fs: relocate readahead codes in readdir()Chao Yu2017-10-261-5/+5
| * f2fs: allow readdir() to be interruptedChao Yu2017-10-261-0/+9