summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2016-02-22f2fs crypto: handle unexpected lack of encryption keysChao Yu
2016-02-22f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu
2016-02-22f2fs: support revoking atomic written pagesChao Yu
2016-02-22f2fs: split drop_inmem_pages from commit_inmem_pagesChao Yu
2016-02-22f2fs: avoid garbage lenghs in dentriesJaegeuk Kim
2016-02-22f2fs crypto: sync with ext4's fname paddingJaegeuk Kim
2016-02-22f2fs: use correct errnoJaegeuk Kim
2016-02-22f2fs crypto: add missing locking for keyring_key accessJaegeuk Kim
2016-02-22f2fs crypto: check for too-short encrypted file namesJaegeuk Kim
2016-02-22f2fs crypto: f2fs_page_crypto() doesn't need a encryption contextJaegeuk Kim
2016-02-22f2fs crypto: fix spelling typo in commentJaegeuk Kim
2016-02-22f2fs crypto: replace some BUG_ON()'s with error checksJaegeuk Kim
2016-02-22f2fs: increase i_size to avoid missing dataJaegeuk Kim
2016-02-22f2fs: preallocate blocks for buffered aio writesJaegeuk Kim
2016-02-22f2fs: move dio preallocation into f2fs_file_write_iterJaegeuk Kim
2016-02-22f2fs: fix missing skip pages infoYunlei He
2016-02-22f2fs: introduce f2fs_submit_merged_bio_condChao Yu
2016-02-22f2fs: fix conflict on page->private usageJaegeuk Kim
2016-02-22f2fs: flush bios to handle cp_error in put_superJaegeuk Kim
2016-02-22f2fs: wait on page's writeback in writepages pathJaegeuk Kim
2016-02-22f2fs: speed up handling holes in fiemapChao Yu
2016-02-22f2fs: introduce get_next_page_offset to speed up SEEK_DATAChao Yu
2016-02-22f2fs: remove unneeded pointer conversionChao Yu
2016-02-22f2fs: simplify __allocate_data_blocksChao Yu
2016-02-22f2fs: simplify f2fs_map_blocksChao Yu
2016-02-22f2fs: introduce lifetime write IO statisticsShuoran Liu
2016-02-22f2fs: give scheduling point in shrinking pathJaegeuk Kim
2016-02-22f2fs: improve shrink performance of extent nodesHou Pengyang
2016-02-22f2fs: don't set cached_en if it will be freedJaegeuk Kim
2016-02-22f2fs: move extent_node list operations being coupled with rbtree operationJaegeuk Kim
2016-02-22f2fs: reconstruct the code to free an extent_nodeHou Pengyang
2016-02-22f2fs: use wq_has_sleeper for cp_wait wait_queueJaegeuk Kim
2016-02-22f2fs: avoid unnecessary search while finding victim in gcFan Li
2016-02-22f2fs: delete unnecessary wait for page writebackYunlei He
2016-02-22f2fs: use wait_for_stable_page to avoid contentionJaegeuk Kim
2016-02-22f2fs: enhance foreground GCChao Yu
2016-02-22f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim
2016-02-22f2fs: avoid needless sync_inode_page when reading inline_dataJaegeuk Kim
2016-02-22f2fs: don't need to sync node page at every timeJaegeuk Kim
2016-02-22f2fs: avoid multiple node page writes due to inline_dataJaegeuk Kim
2016-02-22f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim
2016-02-22f2fs: fix to overcome inline_data floodsJaegeuk Kim