summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)AuthorFilesLines
2016-04-28f2fs: be aware of invalid filename lengthChao Yu2-17/+11
2016-04-27f2fs: issue cache flush on direct IOJaegeuk Kim1-2/+9
2016-04-27f2fs: set fsync mark only for the last dnodeJaegeuk Kim4-20/+113
2016-04-27f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2-8/+9
2016-04-27f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim5-33/+84
2016-04-27f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim1-2/+4
2016-04-27f2fs: avoid needless lock for node pages when fsyncing a fileJaegeuk Kim1-3/+7
2016-04-15f2fs: flush dirty pages before starting atomic writesJaegeuk Kim1-1/+10
2016-04-15f2fs: don't invalidate atomic page if successfulJaegeuk Kim1-2/+3
2016-04-15f2fs: give -E2BIG for no space in xattrJaegeuk Kim1-1/+1
2016-04-15f2fs: remove redundant condition checkJaegeuk Kim2-2/+2
2016-04-15f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2-3/+4
2016-04-15f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim1-0/+8
2016-04-15f2fs: add BUG_ON to avoid unnecessary flowJaegeuk Kim1-5/+2
2016-04-15f2fs: use PGP_LOCK to check its truncationJaegeuk Kim1-7/+2
2016-04-15f2fs: fix to convert inline directory correctlyChao Yu3-43/+142
2016-04-15f2fs: show current mount statusJaegeuk Kim1-2/+3
2016-04-15f2fs: treat as a normal umount when remounting roJaegeuk Kim1-8/+10
2016-04-15f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim3-7/+20
2016-04-15f2fs: recover superblock at RW remountsJaegeuk Kim2-9/+28
2016-04-15f2fs: give RO message when recovering superblockJaegeuk Kim1-1/+4
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim1-3/+13
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim1-3/+7
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-44/+72
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov11-92/+92
2016-03-30f2fs: retrieve IO write stat from the right placeShuoran Liu1-1/+1
2016-03-30f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim1-6/+6
2016-03-28f2fs: cover large section in sanity check of superJaegeuk Kim1-37/+65
2016-03-18f2fs: submit node page write bios when really requiredJaegeuk Kim1-11/+1
2016-03-18f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann1-1/+2
2016-03-18f2fs: fix to avoid unneeded unlock_new_inodeChao Yu1-3/+3
2016-03-18f2fs: clean up opened code with f2fs_update_dentryChao Yu1-16/+6
2016-03-18f2fs: declare static functionsJaegeuk Kim1-2/+2
2016-03-18f2fs: use cryptoapi crc32 functionsKeith Mok4-24/+45
2016-03-18f2fs: modify the readahead method in ra_node_page()Fan Li1-5/+4
2016-03-18f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim3-1/+28
2016-03-18fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim15-1814/+150
2016-03-02f2fs: mutex can't be used by down_write_nest_lock()Yang Shi1-3/+1
2016-03-02f2fs: recovery missing dot dentries in root directoryLiu Xue1-0/+7
2016-02-26f2fs: fix to avoid deadlock when merging inline dataChao Yu1-2/+7
2016-02-26f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu4-8/+11
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu7-26/+20
2016-02-26f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu3-12/+25
2016-02-26f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu3-7/+7
2016-02-23f2fs: avoid hungtask problem caused by losing wake_upYunlei He1-1/+1
2016-02-23f2fs: trace old block address for CoWed pageChao Yu8-32/+41
2016-02-23f2fs: try to flush inode after merging inline dataChao Yu1-1/+2
2016-02-23f2fs: show more info about superblock recoveryChao Yu1-2/+4
2016-02-23f2fs: fix the wrong stat count of calling gcChao Yu1-1/+3
2016-02-23f2fs: remain last victim segment number ascending orderJaegeuk Kim1-2/+6