aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* f2fs: move node pages only in victim section during GCChao Yu2017-04-133-21/+36
* f2fs: be aware of invalid filename lengthChao Yu2017-04-132-17/+11
* f2fs: issue cache flush on direct IOJaegeuk Kim2017-04-131-2/+11
* f2fs: set fsync mark only for the last dnodeJaegeuk Kim2017-04-134-20/+123
* f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2017-04-132-8/+9
* f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2017-04-135-33/+84
* f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim2017-04-131-2/+4
* f2fs: avoid needless lock for node pages when fsyncing a fileJaegeuk Kim2017-04-131-3/+7
* f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2017-04-131-1/+10
* f2fs: don't invalidate atomic page if successfulJaegeuk Kim2017-04-131-2/+3
* f2fs: give -E2BIG for no space in xattrJaegeuk Kim2017-04-131-1/+1
* f2fs: remove redundant condition checkJaegeuk Kim2017-04-132-2/+2
* f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2017-04-132-3/+4
* f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2017-04-131-0/+8
* f2fs: add BUG_ON to avoid unnecessary flowJaegeuk Kim2017-04-131-5/+2
* f2fs: fix to convert inline directory correctlyChao Yu2017-04-134-41/+144
* f2fs: show current mount statusJaegeuk Kim2017-04-131-2/+3
* f2fs: treat as a normal umount when remounting roJaegeuk Kim2017-04-131-8/+10
* f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2017-04-133-7/+20
* f2fs: recover superblock at RW remountsJaegeuk Kim2017-04-132-9/+28
* f2fs: give RO message when recovering superblockJaegeuk Kim2017-04-131-1/+4
* ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2017-04-131-0/+4
* fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2017-04-133-23/+38
* f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2017-04-131-3/+7
* fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim2017-04-131-3/+8
* f2fs: retrieve IO write stat from the right placeShuoran Liu2017-04-131-1/+1
* f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2017-04-131-6/+6
* f2fs: cover large section in sanity check of superJaegeuk Kim2017-04-131-37/+65
* f2fs/crypto: fix xts_tweak initializationLinus Torvalds2017-04-131-1/+1
* f2fs: submit node page write bios when really requiredJaegeuk Kim2017-04-131-11/+1
* f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann2017-04-131-1/+2
* f2fs: fix to avoid unneeded unlock_new_inodeChao Yu2017-04-131-3/+3
* f2fs: clean up opened code with f2fs_update_dentryChao Yu2017-04-131-16/+6
* f2fs: declare static functionsJaegeuk Kim2017-04-131-2/+2
* f2fs: use cryptoapi crc32 functionsKeith Mok2017-04-134-24/+50
* f2fs: modify the readahead method in ra_node_page()Fan Li2017-04-131-5/+4
* f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim2017-04-133-1/+28
* f2fs: define not-set fallocate flagsJaegeuk Kim2017-04-131-0/+6
* fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim2017-04-1325-1315/+1630
* f2fs: mutex can't be used by down_write_nest_lock()Yang Shi2017-04-131-2/+1
* f2fs: recovery missing dot dentries in root directoryLiu Xue2017-04-131-0/+7
* f2fs: fix to avoid deadlock when merging inline dataChao Yu2017-04-131-2/+7
* f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu2017-04-134-8/+11
* f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu2017-04-137-26/+20
* f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu2017-04-133-9/+24
* f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu2017-04-133-7/+7
* f2fs: avoid hungtask problem caused by losing wake_upYunlei He2017-04-132-1/+2
* f2fs: trace old block address for CoWed pageChao Yu2017-04-139-36/+48
* f2fs: try to flush inode after merging inline dataChao Yu2017-04-131-1/+2
* f2fs: show more info about superblock recoveryChao Yu2017-04-131-2/+4