summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-09-05f2fs: avoid race in between atomic_read & atomic_incChao Yu
2017-09-05f2fs: remove unneeded parameter of change_cursegChao Yu
2017-09-05f2fs: update i_flags correctlyChao Yu
2017-09-05f2fs: don't check inode's checksum if it was dirtied or writebackedJaegeuk Kim
2017-09-05f2fs: don't need to update inode checksum for recoveryJaegeuk Kim
2017-08-29f2fs: trigger fdatasync for non-atomic_write fileChao Yu
2017-08-29f2fs: fix to avoid race in between aio and gcChao Yu
2017-08-29f2fs: wake up discard_thread iff there is a candidateJaegeuk Kim
2017-08-29f2fs: return error when accessing insane flie offsetJaegeuk Kim
2017-08-29f2fs: trigger normal fsync for non-atomic_write fileChao Yu
2017-08-29f2fs: clear FI_HOT_DATA correctlyChao Yu
2017-08-29f2fs: fix out-of-order execution in f2fs_issue_flushChao Yu
2017-08-29f2fs: issue discard commands if gc_urgent is setJaegeuk Kim
2017-08-21f2fs: introduce discard_granularity sysfs entryChao Yu
2017-08-21f2fs: remove unused function overprovision_sectionsYunlong Song
2017-08-21f2fs: check hot_data for roll-forward recoveryJaegeuk Kim
2017-08-21f2fs: add tracepoint for f2fs_gcChao Yu
2017-08-21f2fs: retry to revoke atomic commit in -ENOMEM caseChao Yu
2017-08-21f2fs: let fill_super handle roll-forward errorsJaegeuk Kim
2017-08-21f2fs: merge equivalent flags F2FS_GET_BLOCK_[READ|DIO]Qiuyang Sun
2017-08-21f2fs: support journalled quotaChao Yu
2017-08-15f2fs: fix potential overflow when adjusting GC cycleChao Yu
2017-08-15f2fs: avoid unneeded sync on quota fileChao Yu
2017-08-15f2fs: introduce gc_urgent mode for background GCJaegeuk Kim
2017-08-15f2fs: use IPU for cold filesJaegeuk Kim
2017-08-15f2fs: fix the size value in __check_sit_bitmapYunlong Song
2017-08-09f2fs: add app/fs io statChao Yu
2017-08-09f2fs: do not change the valid_block value if cur_valid_map was wrongly set or...Yunlong Song
2017-08-09f2fs: update cur_valid_map_mir together with cur_valid_mapYunlong Song
2017-08-03f2fs: use printk_ratelimited for f2fs_msgJaegeuk Kim
2017-08-03f2fs: expose features to sysfs entryJaegeuk Kim
2017-08-03f2fs: support inode checksumChao Yu
2017-08-03f2fs: return wrong error number on f2fs_quota_writeJaegeuk Kim
2017-08-03f2fs: provide f2fs_balance_fs to __write_node_pageYunlong Song
2017-07-31f2fs: introduce f2fs_statfs_projectChao Yu
2017-07-31f2fs: support F2FS_IOC_FS{GET,SET}XATTRChao Yu
2017-07-31f2fs: don't need to wait for node writes for atomic writeJaegeuk Kim
2017-07-31f2fs: avoid naming confusion of sysfs initJaegeuk Kim
2017-07-31f2fs: support project quotaChao Yu
2017-07-31f2fs: record quota during dot{,dot} recoveryChao Yu
2017-07-31f2fs: enhance on-disk inode structure scalabilityChao Yu
2017-07-31f2fs: make max inline size changeableChao Yu
2017-07-31f2fs: add ioctl to expose current featuresJaegeuk Kim
2017-07-31f2fs: make background threads of f2fs being aware of freezingChao Yu
2017-07-28f2fs: don't give partially written atomic data from process crashJaegeuk Kim
2017-07-28f2fs: give a try to do atomic write in -ENOMEM caseJaegeuk Kim
2017-07-28f2fs: preserve i_mode if __f2fs_set_acl() failsErnesto A. Fernández
2017-07-26f2fs: alloc new nids for xattr block in recoveryYunlei He
2017-07-26f2fs: spread struct f2fs_dentry_ptr for inline pathChao Yu
2017-07-26f2fs: remove unused input parameterYunlei He