summary refs log tree commit diff
AgeCommit message (Expand)Author
2017-02-23f2fs: introduce noinline_xattr mount optionChao Yu
2017-02-23f2fs: avoid reading NAT page by get_node_infoJaegeuk Kim
2017-02-23f2fs: remove build_free_nids() during checkpointJaegeuk Kim
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu
2017-02-23f2fs: super: constify fscrypt_operations structureBhumika Goyal
2017-02-23f2fs: show checkpoint version at mount timeJaegeuk Kim
2017-02-23f2fs: fix a typo in f2fs.txtTiezhu Yang
2017-02-23f2fs: remove preflush for nobarrier caseJaegeuk Kim
2017-02-23f2fs: check last page index in cached bio to decide submissionJaegeuk Kim
2017-02-23f2fs: check io submission more preciselyJaegeuk Kim
2017-02-23f2fs: call internal __write_data_page directlyJaegeuk Kim
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim
2017-02-23f2fs: move write_node_page above fsync_node_pagesJaegeuk Kim
2017-02-23f2fs: move flush tracepointJaegeuk Kim
2017-02-22f2fs: show # of APPEND and UPDATE inodesJaegeuk Kim
2017-02-22f2fs: fix 446 coding style warnings in f2fs.hDongOh Shin
2017-02-22f2fs: fix 3 coding style errors in f2fs.hDongOh Shin
2017-02-22f2fs: declare missing static functionJaegeuk Kim
2017-02-22f2fs: show the fault injection mount optionKaixu Xia
2017-02-22f2fs: fix null pointer dereference when issuing flush in ->fsyncChao Yu
2017-02-22f2fs: fix to avoid overflow when left shifting page offsetChao Yu
2017-02-22f2fs: enhance lookup xattrChao Yu
2017-02-22Doc: f2fs: Fix typo in Documentation/filesystems/f2fs.txtMasanari Iida
2017-02-22f2fs: fix a dead loop in f2fs_fiemap()Wei Fang
2017-02-22f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim
2017-02-22f2fs: show # of on-going flush and discard biosJaegeuk Kim
2017-02-22f2fs: add a kernel thread to issue discard commands asynchronouslyJaegeuk Kim
2017-02-22f2fs: factor out discard command info into discard_cmd_controlJaegeuk Kim
2017-02-22f2fs: reorganize stat informationJaegeuk Kim
2017-02-22f2fs: clean up flush/discard command namingsJaegeuk Kim
2017-02-22f2fs: check in-memory sit version bitmapChao Yu
2017-02-22f2fs: check in-memory nat version bitmapChao Yu
2017-02-22f2fs: check in-memory block bitmapChao Yu
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu
2017-02-22f2fs: clean up with list_{first, last}_entryChao Yu
2017-02-22f2fs: return fs_trim if there is no candidateJaegeuk Kim
2017-02-22f2fs: avoid needless checkpoint in f2fs_trim_fsJaegeuk Kim
2017-01-29f2fs: relax async discard commands moreJaegeuk Kim
2017-01-29f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim
2017-01-29f2fs: don't allow encrypted operations without keysJaegeuk Kim
2017-01-29f2fs: show the max number of atomic operationsJaegeuk Kim
2017-01-29f2fs: get io size bit from mount optionJaegeuk Kim
2017-01-29f2fs: support IO alignment for DATA and NODE writesJaegeuk Kim
2017-01-29f2fs: add submit_bio tracepointJaegeuk Kim
2017-01-29f2fs: fix wrong tracepoints for op and op_flagsJaegeuk Kim
2017-01-29f2fs: reassign new segment for mode=lfsJaegeuk Kim
2017-01-29f2fs: fix a missing discard prefree segmentsYunlei He
2017-01-29f2fs: use rb_entry_safeGeliang Tang
2017-01-29f2fs: add a case of no need to read a page in write beginYunlei He
2017-01-29f2fs: fix a problem of using memory after freeYunlei He