summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong2018-11-101-7/+6
* f2fs: fix invalid memory accessChao Yu2018-10-131-4/+5
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-09-191-2/+19
* f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter2018-09-191-1/+1
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2018-09-191-0/+21
* f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu2018-09-191-1/+7
* f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu2018-09-191-1/+3
* f2fs: do not set free of current sectionYunlong Song2018-09-191-0/+3
* f2fs: fix race in between GC and atomic openChao Yu2018-08-031-0/+3
* f2fs: Fix deadlock in shutdown ioctlSahitya Tummala2018-08-031-4/+7
* f2fs: fix to wait page writeback during revoking atomic writeChao Yu2018-08-031-0/+2
* f2fs: fix to don't trigger writeback during recoveryChao Yu2018-08-031-0/+3
* f2fs: fix error path of move_data_pageChao Yu2018-08-031-3/+8
* disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev2018-08-031-0/+6
* f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu2018-05-301-0/+3
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-301-8/+4
* f2fs: fix a dead loop in f2fs_fiemap()Wei Fang2018-05-161-1/+1
* f2fs: relax node version check for victim data in gcJaegeuk Kim2018-03-221-2/+4
* f2fs: fix a bug caused by NULL extent treeYunlei He2018-03-031-1/+11
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2017-11-302-3/+6
* f2fs: do not wait for writeback in write_beginJaegeuk Kim2017-10-211-1/+6
* f2fs: do SSR for data when there is enough free spaceYunlong Song2017-10-211-1/+1
* f2fs: don't allow encrypted operations without keysJaegeuk Kim2017-10-121-0/+12
* f2fs: check hot_data for roll-forward recoveryJaegeuk Kim2017-09-201-1/+1
* f2fs: let fill_super handle roll-forward errorsJaegeuk Kim2017-09-201-2/+0
* f2fs: sanity check checkpoint segno and blkoffJin Qian2017-08-111-0/+16
* f2fs: Don't clear SGID when inheriting ACLsJaegeuk Kim2017-07-271-1/+1
* f2fs: sanity check size of nat and sit cacheJin Qian2017-07-271-0/+7
* crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-241-1/+4
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-251-2/+2
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-254-20/+31
* f2fs: sanity check segment countJin Qian2017-05-141-0/+7
* f2fs: avoid to issue redundant discard commandsJaegeuk Kim2017-03-121-0/+2
* f2fs: add ovp valid_blocks check for bg gc victim to fg_gcHou Pengyang2017-03-123-2/+32
* f2fs: fix multiple f2fs_add_link() calls having same nameJaegeuk Kim2017-03-122-5/+30
* f2fs: fix a problem of using memory after freeYunlei He2017-03-121-2/+3
* f2fs: hide a maybe-uninitialized warningArnd Bergmann2017-01-121-1/+1
* f2fs: remove percpu_count due to performance regressionJaegeuk Kim2017-01-123-23/+17
* f2fs: fix to determine start_cp_addr by sbi->cur_cp_packJaegeuk Kim2017-01-062-11/+23
* f2fs: fix overflow due to condition check orderJaegeuk Kim2017-01-061-1/+1
* f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2017-01-061-0/+1
* Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2017-01-063-12/+7
* Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-181-5/+5
|\
| * f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim2016-10-121-5/+5
* | fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-105-17/+17
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| * | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-274-15/+15
| |/ /