summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-10f2fs: switch to ->iterate_shared()Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-04Merge tag 'f2fs-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-03-30f2fs: retrieve IO write stat from the right placeShuoran Liu
2016-03-30f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim
2016-03-28f2fs: cover large section in sanity check of superJaegeuk Kim
2016-03-17f2fs: submit node page write bios when really requiredJaegeuk Kim
2016-03-17f2fs: add missing argument to f2fs_setxattr stubArnd Bergmann
2016-03-17f2fs: fix to avoid unneeded unlock_new_inodeChao Yu
2016-03-17f2fs: clean up opened code with f2fs_update_dentryChao Yu
2016-03-17f2fs: declare static functionsJaegeuk Kim
2016-03-17f2fs: use cryptoapi crc32 functionsKeith Mok
2016-03-17f2fs: modify the readahead method in ra_node_page()Fan Li
2016-03-17f2fs crypto: sync ext4_lookup and ext4_file_openJaegeuk Kim
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim
2016-03-02f2fs: mutex can't be used by down_write_nest_lock()Yang Shi
2016-03-02f2fs: recovery missing dot dentries in root directoryLiu Xue
2016-02-26f2fs: fix to avoid deadlock when merging inline dataChao Yu
2016-02-26f2fs: introduce f2fs_flush_merged_bios for cleanupChao Yu
2016-02-26f2fs: introduce f2fs_update_data_blkaddr for cleanupChao Yu
2016-02-26f2fs crypto: fix incorrect positioning for GCing encrypted data pageChao Yu
2016-02-25f2fs: fix incorrect upper bound when iterating inode mapping treeChao Yu
2016-02-23f2fs: avoid hungtask problem caused by losing wake_upYunlei He
2016-02-22f2fs: trace old block address for CoWed pageChao Yu
2016-02-22f2fs: try to flush inode after merging inline dataChao Yu
2016-02-22f2fs: show more info about superblock recoveryChao Yu
2016-02-22f2fs: fix the wrong stat count of calling gcChao Yu
2016-02-22f2fs: remain last victim segment number ascending orderJaegeuk Kim
2016-02-22f2fs: reuse read_inline_data for f2fs_convert_inline_pageShawn Lin
2016-02-22f2fs: fix to delete old dirent in converted inline directory in ->renameChao Yu
2016-02-22f2fs: detect error of update_dent_inode in ->renameChao Yu
2016-02-22f2fs: move sanity checking of cp into get_valid_checkpointShawn Lin
2016-02-22f2fs: slightly reorganize read_raw_super_blockShawn Lin
2016-02-22f2fs: reorder nat cache lock in cache_nat_entryChao Yu
2016-02-22f2fs: split journal cache from curseg cacheChao Yu
2016-02-22f2fs: enhance IO path with block plugChao Yu
2016-02-22f2fs: introduce f2fs_journal struct to wrap journal infoChao Yu
2016-02-22f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlinkChao Yu