summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2017-11-27f2fs: updates on 4.15-rc1Jaegeuk Kim
2017-10-13FROMLIST: f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim
2017-10-12crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-10-12UPSTREAM: f2fs: fix potential panic during fstrimChao Yu
2017-10-03f2fs: catch up to v4.14-rc1Jaegeuk Kim
2017-10-03f2fs: reorganize stat informationJaegeuk Kim
2017-10-03f2fs: clean up flush/discard command namingsJaegeuk Kim
2017-10-03f2fs: check in-memory sit version bitmapChao Yu
2017-10-03f2fs: check in-memory nat version bitmapChao Yu
2017-10-03f2fs: check in-memory block bitmapChao Yu
2017-10-03f2fs: introduce FI_ATOMIC_COMMITChao Yu
2017-10-03f2fs: clean up with list_{first, last}_entryChao Yu
2017-10-03f2fs: return fs_trim if there is no candidateJaegeuk Kim
2017-10-03f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim
2017-10-03f2fs: relax async discard commands moreJaegeuk Kim
2017-10-03f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim
2017-10-03f2fs: don't allow encrypted operations without keysJaegeuk Kim
2017-10-03f2fs: show the max number of atomic operationsJaegeuk Kim
2017-10-03f2fs: get io size bit from mount optionJaegeuk Kim
2017-10-03f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim
2017-10-03f2fs: add submit_bio tracepointJaegeuk Kim
2017-10-03f2fs: reassign new segment for mode=lfsJaegeuk Kim
2017-10-03f2fs: fix a missing discard prefree segmentsYunlei He
2017-10-03f2fs: use rb_entry_safeGeliang Tang
2017-10-03f2fs: add a case of no need to read a page in write beginYunlei He
2017-10-03f2fs: fix a problem of using memory after freeYunlei He
2017-10-03f2fs: remove unneeded conditionDan Carpenter
2017-10-03f2fs: don't cache nat entry if out of memoryChao Yu
2017-10-03f2fs: remove unused values in recover_fsync_dataYunlei He
2017-10-03f2fs: support async discard based on v4.9Jaegeuk Kim
2017-10-03f2fs: resolve op and op_flags confilctsJaegeuk Kim
2017-10-03f2fs: remove wrong backported codesJaegeuk Kim
2017-09-27Merge 4.4.89 into android-4.4Greg Kroah-Hartman
2017-09-27f2fs: check hot_data for roll-forward recoveryJaegeuk Kim
2017-09-25f2fs: fix a missing size change in f2fs_setattrYunlei He
2017-09-25f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim
2017-09-25f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim
2017-09-25f2fs: detect wrong layoutJaegeuk Kim
2017-09-25f2fs: call sync_fs when f2fs is idleJaegeuk Kim
2017-09-25Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim
2017-09-25f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu
2017-09-25f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim
2017-09-25f2fs: fix 32-bit buildArnd Bergmann
2017-09-25f2fs: fix incorrect free inode count in ->statfsChao Yu
2017-09-25f2fs: drop duplicate header timer.hGeliang Tang
2017-09-25f2fs: fix wrong AUTO_RECOVER conditionJaegeuk Kim
2017-09-25f2fs: do not recover i_size if it's validJaegeuk Kim
2017-09-25f2fs: fix fdatasyncChao Yu
2017-09-25f2fs: fix to account total free nid correctlyChao Yu
2017-09-25f2fs: fix an infinite loop when flush nodes in cpYunlei He