aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2019-05-021-0/+10
* f2fs: add additional sanity check in f2fs_acl_from_disk()Chengguang Xu2018-12-011-0/+3
* f2fs: remove unneeded memory footprint accountingChao Yu2018-05-231-1/+0
* f2fs: no need to read nat block if nat_block_bitmap is setYunlei He2018-05-231-6/+6
* f2fs: queue rapid GC on system_power_efficient_wqPark Ju Hyung2018-05-231-8/+19
* f2fs: don't trigger rapid GC repeatedlyPark Ju Hyung2018-05-231-3/+16
* f2fs: make gc_no_gc_sleep_time much more conservativePark Ju Hyung2018-05-231-1/+1
* f2fs: rapidly GC all invalid blocks when screen goes off & plugged inPark Ju Hyung2018-05-234-8/+151
* f2fs: set ioprio of GC kthread to idlePark Ju Hyung2018-05-231-0/+2
* f2fs: trace f2fs_lookupChao Yu2017-12-061-17/+32
* f2fs: skip searching non-exist range in truncate_holeWeichao Guo2017-12-061-1/+1
* f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2017-12-061-0/+6
* Revert "FROMLIST: f2fs: expose some sectors to user in inline data or dentry ...Mister Oyster2017-12-061-5/+0
* f2fs: avoid stale fi->gdirty_list pointerJaegeuk Kim2017-12-061-1/+3
* f2fs/crypto: drop crypto key at evict_inode onlyJaegeuk Kim2017-12-061-1/+0
* f2fs: fix to avoid race when accessing last_disk_sizeChao Yu2017-12-063-2/+15
* f2fs: Fix bool initialization/comparisonThomas Meyer2017-12-061-2/+2
* f2fs: give up CP_TRIMMED_FLAG if it drops discardsChao Yu2017-12-063-6/+14
* f2fs: trace f2fs_remove_discardChao Yu2017-12-061-0/+2
* f2fs: reduce cmd_lock coverage in __issue_discard_cmdChao Yu2017-12-061-8/+10
* f2fs: split discard policyChao Yu2017-12-064-96/+88
* f2fs: wrap discard policyChao Yu2017-12-062-10/+40
* f2fs: support issuing/waiting discard in rangeChao Yu2017-12-063-23/+109
* f2fs: fix to flush multiple device in checkpointChao Yu2017-12-064-0/+41
* f2fs: enhance multiple device flushChao Yu2017-12-069-21/+86
* f2fs: fix to show ino management cache size correctlyChao Yu2017-12-061-1/+1
* f2fs: drop FI_UPDATE_WRITE tag after f2fs_issue_flushChao Yu2017-12-061-2/+4
* f2fs: obsolete ALLOC_NID_LIST listChao Yu2017-12-065-73/+64
* f2fs: convert inline data for direct I/O & FI_NO_PREALLOCWeichao Guo2017-12-061-5/+8
* f2fs: allow readpages with NULL file pointerHsiang Kao2017-12-061-1/+1
* f2fs: show flush list status in sysfsChao Yu2017-12-062-2/+6
* f2fs: introduce read_xattr_blockChao Yu2017-12-061-26/+24
* f2fs: introduce read_inline_xattrChao Yu2017-12-061-30/+29
* Revert "f2fs: reuse nids more aggressively"Chao Yu2017-12-061-4/+0
* Revert "f2fs: node segment is prior to data segment selected victim"Yunlong Song2017-12-061-11/+1
* FROMLIST: f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim2017-10-161-0/+5
* f2fs: fix potential panic during fstrimChao Yu2017-10-143-5/+5
* f2fs: Fix merge errorsjollaman9992017-10-043-4/+6
* f2fs: hurry up to issue discard after io interruptionChao Yu2017-10-041-2/+15
* f2fs: fix to show correct discard_granularity in sysfsChao Yu2017-10-041-0/+2
* f2fs: detect dirty inode in evict_inodeChao Yu2017-10-041-0/+3
* f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong2017-10-042-0/+14
* f2fs: speed up gc_urgent mode with SSRJaegeuk Kim2017-10-043-13/+16
* f2fs: better to wait for fstrim completionJaegeuk Kim2017-10-041-1/+6
* f2fs: avoid race in between read xattr & write xattrYunlei He2017-10-043-0/+8
* f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim2017-10-041-58/+51
* f2fs: use generic terms used for encrypted block managementJaegeuk Kim2017-10-045-12/+15
* f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim2017-10-045-10/+14
* Revert "f2fs: add a new function get_ssr_cost"Yunlong Song2017-10-041-10/+1
* f2fs: constify super_operationsArvind Yadav2017-10-041-1/+1