aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to access nullified flush_cmd_control pointerJaegeuk Kim2017-04-133-11/+29
* f2fs: free meta pages if sanity check for ckpt is failedJaegeuk Kim2017-04-131-1/+4
* f2fs: detect wrong layoutJaegeuk Kim2017-04-132-0/+13
* f2fs: call sync_fs when f2fs is idleJaegeuk Kim2017-04-131-1/+4
* f2fs: return AOP_WRITEPAGE_ACTIVATE for writepageChao Yu2017-04-131-0/+11
* f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim2017-04-133-20/+31
* f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2017-04-132-11/+23
* f2fs: fix 32-bit buildArnd Bergmann2017-04-131-1/+2
* f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2017-04-131-0/+1
* f2fs: fix incorrect free inode count in ->statfsChao Yu2017-04-131-1/+2
* f2fs: drop duplicate header timer.hGeliang Tang2017-04-131-1/+0
* f2fs: fix wrong AUTO_RECOVER conditionJaegeuk Kim2017-04-131-1/+2
* f2fs: do not recover i_size if it's validJaegeuk Kim2017-04-131-1/+1
* f2fs: fix fdatasyncChao Yu2017-04-132-2/+11
* f2fs: fix to account total free nid correctlyChao Yu2017-04-132-6/+30
* f2fs: fix an infinite loop when flush nodes in cpYunlei He2017-04-131-0/+1
* f2fs: don't wait writeback for datas during checkpointChao Yu2017-04-137-18/+40
* f2fs: fix wrong written_valid_blocks countingJaegeuk Kim2017-04-131-2/+4
* f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim2017-04-134-5/+8
* f2fs: fix redundant block allocationJaegeuk Kim2017-04-131-6/+12
* f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim2017-04-133-31/+34
* f2fs: support multiple devicesJaegeuk Kim2017-04-135-70/+274
* f2fs: allow dio read for LFS modeJaegeuk Kim2017-04-131-1/+1
* f2fs: revert segment allocation for direct IOJaegeuk Kim2017-04-133-33/+10
* f2fs: return directly if block has been removed from the victimYunlei He2017-04-131-4/+12
* Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu2017-04-131-30/+1
* f2fs: remove checkpoint in f2fs_freezeJaegeuk Kim2017-04-131-4/+9
* f2fs: assign segments correctly for direct_ioJaegeuk Kim2017-04-131-2/+6
* f2fs: fix wrong i_atime recoveryChao Yu2017-04-131-2/+2
* f2fs: record inode updating status correctlyChao Yu2017-04-131-4/+9
* f2fs: Trace reset zone eventsDamien Le Moal2017-04-132-0/+22
* f2fs: Reset sequential zones on zoned block devicesDamien Le Moal2017-04-131-0/+45
* f2fs: Cache zoned block devices zone typeDamien Le Moal2017-04-132-0/+90
* f2fs: Do not allow adaptive mode for host-managed zoned block devicesDamien Le Moal2017-04-131-0/+7
* f2fs: Always enable discard for zoned blocks devicesDamien Le Moal2017-04-132-7/+12
* f2fs: Suppress discard warning message for zoned block devicesDamien Le Moal2017-04-131-1/+1
* f2fs: Check zoned block feature for host-managed zoned block devicesDamien Le Moal2017-04-131-0/+20
* f2fs: Use generic zoned block device terminologyDamien Le Moal2017-04-133-5/+5
* f2fs: Add missing break in switch-caseDamien Le Moal2017-04-131-0/+1
* f2fs: avoid infinite loop in the EIO case on recover_orphan_inodesJaegeuk Kim2017-04-131-0/+7
* f2fs: report error of f2fs_fill_dentriesChao Yu2017-04-133-13/+17
* fs/crypto: catch up 4.9-rc2Jaegeuk Kim2017-04-138-105/+137
* f2fs: hide a maybe-uninitialized warningArnd Bergmann2017-04-131-1/+1
* f2fs: remove percpu_count due to performance regressionJaegeuk Kim2017-04-133-23/+17
* f2fs: make clean inodes when flushing inode pageJaegeuk Kim2017-04-132-2/+6
* f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2017-04-1310-43/+48
* f2fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsJaegeuk Kim2017-04-136-14/+36
* f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim2017-04-135-22/+8
* f2fs: declare static function for __build_free_nidsJaegeuk Kim2017-04-131-1/+1
* f2fs: call f2fs_balance_fs for setattrJaegeuk Kim2017-04-131-1/+4