aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-27f2fs: add bitmaps for empty or full NAT blocksGravatar Jaegeuk Kim 1-2/+29
2017-02-27f2fs: replace rw semaphore extent_tree_lock with mutex lockGravatar Yunlei He 1-1/+1
2017-02-27f2fs: much larger batched trim_fs jobGravatar Jaegeuk Kim 1-1/+1
2017-02-27f2fs: avoid very large discard commandGravatar Jaegeuk Kim 1-1/+2
2017-02-23f2fs: add ovp valid_blocks check for bg gc victim to fg_gcGravatar Hou Pengyang 1-0/+3
2017-02-23f2fs: fix multiple f2fs_add_link() calls having same nameGravatar Jaegeuk Kim 1-0/+1
2017-02-23f2fs: change recovery policy of xattr node blockGravatar Chao Yu 1-2/+1
2017-02-23f2fs: check last page index in cached bio to decide submissionGravatar Jaegeuk Kim 1-2/+2
2017-02-23f2fs: check io submission more preciselyGravatar Jaegeuk Kim 1-0/+1
2017-02-22f2fs: show # of APPEND and UPDATE inodesGravatar Jaegeuk Kim 1-1/+1
2017-02-22f2fs: fix 446 coding style warnings in f2fs.hGravatar DongOh Shin 1-228/+270
2017-02-22f2fs: fix 3 coding style errors in f2fs.hGravatar DongOh Shin 1-3/+3
2017-02-22f2fs: do not preallocate blocks which has wrong bufferGravatar Jaegeuk Kim 1-0/+1
2017-02-22f2fs: show # of on-going flush and discard biosGravatar Jaegeuk Kim 1-1/+2
2017-02-22f2fs: add a kernel thread to issue discard commands asynchronouslyGravatar Jaegeuk Kim 1-0/+12
2017-02-22f2fs: factor out discard command info into discard_cmd_controlGravatar Jaegeuk Kim 1-6/+10
2017-02-22f2fs: clean up flush/discard command namingsGravatar Jaegeuk Kim 1-11/+9
2017-02-22f2fs: check in-memory nat version bitmapGravatar Chao Yu 1-0/+3
2017-02-22f2fs: introduce FI_ATOMIC_COMMITGravatar Chao Yu 1-0/+6
2017-02-22f2fs: return fs_trim if there is no candidateGravatar Jaegeuk Kim 1-0/+1
2017-01-29f2fs: relax async discard commands moreGravatar Jaegeuk Kim 1-1/+3
2017-01-29f2fs: show the max number of atomic operationsGravatar Jaegeuk Kim 1-0/+17
2017-01-29f2fs: support IO alignment for DATA and NODE writesGravatar Jaegeuk Kim 1-1/+3
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+2
2016-12-14Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-65/+132
2016-12-11fscrypto: move ioctl processing more fully into common codeGravatar Eric Biggers 1-2/+2
2016-12-07f2fs: fix to access nullified flush_cmd_control pointerGravatar Jaegeuk Kim 1-1/+1
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Gravatar Jaegeuk Kim 1-5/+5
2016-11-29f2fs: do not activate auto_recovery for fallocated i_sizeGravatar Jaegeuk Kim 1-17/+21
2016-11-28f2fs: fix to determine start_cp_addr by sbi->cur_cp_packGravatar Jaegeuk Kim 1-10/+16
2016-11-25f2fs: fix wrong AUTO_RECOVER conditionGravatar Jaegeuk Kim 1-1/+2
2016-11-25f2fs: fix fdatasyncGravatar Chao Yu 1-1/+10
2016-11-25f2fs: fix to account total free nid correctlyGravatar Chao Yu 1-1/+1
2016-11-25f2fs: don't wait writeback for datas during checkpointGravatar Chao Yu 1-3/+6
2016-11-25f2fs: avoid BG_GC in f2fs_balance_fsGravatar Jaegeuk Kim 1-1/+1
2016-11-25f2fs: use err for f2fs_preallocate_blocksGravatar Jaegeuk Kim 1-1/+1
2016-11-25f2fs: support multiple devicesGravatar Jaegeuk Kim 1-4/+25
2016-11-25f2fs: revert segment allocation for direct IOGravatar Jaegeuk Kim 1-1/+0
2016-11-23f2fs: Cache zoned block devices zone typeGravatar Damien Le Moal 1-0/+18
2016-11-23f2fs: Always enable discard for zoned blocks devicesGravatar Damien Le Moal 1-7/+7
2016-11-23f2fs: Use generic zoned block device terminologyGravatar Damien Le Moal 1-3/+3
2016-11-23f2fs: report error of f2fs_fill_dentriesGravatar Chao Yu 1-1/+1
2016-11-23f2fs: remove percpu_count due to performance regressionGravatar Jaegeuk Kim 1-6/+6
2016-11-23f2fs: keep dirty inodes selectively for checkpointGravatar Jaegeuk Kim 1-13/+13
2016-11-23f2fs: don't interrupt free nids building during nid allocationGravatar Chao Yu 1-1/+1
2016-11-23f2fs: split free nid listGravatar Chao Yu 1-4/+10
2016-10-28block: better op and flags encodingGravatar Christoph Hellwig 1-1/+1
2016-09-30f2fs: support checkpoint error injectionGravatar Chao Yu 1-0/+1
2016-09-30f2fs: support configuring fault injection per superblockGravatar Chao Yu 1-39/+35
2016-09-30f2fs: add customized migrate_page callbackGravatar Weichao Guo 1-0/+4