summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
AgeCommit message (Expand)Author
2015-07-25f2fs: call set_page_dirty to attach i_wb for cgroupJaegeuk Kim
2015-07-25f2fs: handle error cases in move_encrypted_blockJaegeuk Kim
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-24Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2015-06-11f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu
2015-06-11f2fs crypto: add alloc_bounce_pageJaegeuk Kim
2015-06-11f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim
2015-06-09f2fs: drop the volatile_write flag onlyJaegeuk Kim
2015-06-08f2fs: skip committing valid superblockChao Yu
2015-06-08f2fs: setting discard option in parse_options()Chao Yu
2015-06-02f2fs: fix to return exact trimmed sizeJaegeuk Kim
2015-06-02f2fs: support FALLOC_FL_INSERT_RANGEChao Yu
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo
2015-06-01f2fs: disable the discard option when device doesn't supportChenxi Mao
2015-06-01f2fs crypto: remove alloc_page for bounce_pageJaegeuk Kim
2015-06-01f2fs: fix a deadlock for summary page lock vs. sentry_lockJaegeuk Kim
2015-06-01f2fs crypto: clean up error handling in f2fs_fname_setup_filenameJaegeuk Kim
2015-06-01f2fs crypto: avoid f2fs_inherit_context for symlinkJaegeuk Kim
2015-06-01f2fs crypto: do not set encryption policy for non-directory by ioctlChao Yu
2015-06-01f2fs crypto: allow setting encryption policy onceChao Yu
2015-06-01f2fs crypto: check context consistent for rename2Chao Yu
2015-06-01f2fs: avoid duplicated code by reusing f2fs_read_end_ioChao Yu
2015-06-01f2fs crypto: use per-inode tfm structureJaegeuk Kim
2015-06-01f2fs: recovering broken superblock during mounthujianyang
2015-06-01f2fs crypto: check encryption for tmpfileJaegeuk Kim
2015-06-01f2fs: support RENAME_WHITEOUTChao Yu
2015-06-01f2fs: introduce update_meta_pageChao Yu
2015-06-01f2fs crypto: zero next free dnode blockChao Yu
2015-06-01f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim
2015-06-01f2fs crypto: fix incorrect release for crypto ctxChao Yu
2015-06-01f2fs crypto: fix to release buffer for fname cryptoChao Yu
2015-06-01f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim
2015-06-01f2fs crypto: get rid of ci_mode from struct f2fs_crypt_infoJaegeuk Kim
2015-06-01f2fs crypto: use slab cachesJaegeuk Kim
2015-06-01f2fs: truncate data blocks for orphan inodeJaegeuk Kim
2015-06-01f2fs: cleanup a confusing indentDan Carpenter
2015-06-01f2fs: fix building on 32-bit architecturesArnd Bergmann
2015-06-01f2fs: avoid buggy functionsJaegeuk Kim
2015-06-01f2fs: add compat_ioctl to provide backward compatabilityhujianyang
2015-06-01f2fs: do not issue next dnode discard redundantlyJaegeuk Kim
2015-05-28f2fs: add default mount options to remountYunlei He
2015-05-28f2fs crypto: remove checking key context during lookupJaegeuk Kim
2015-05-28f2fs crypto: fix missing key when reading a pageJaegeuk Kim
2015-05-28f2fs crypto: add symlink encryptionJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim
2015-05-28f2fs crypto: add filename encryption for f2fs_add_linkJaegeuk Kim