summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-262-3/+4
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| * writeback: move bandwidth related fields from backing_dev_info into bdi_write...Tejun Heo2015-06-022-3/+3
* | Merge tag 'for-f2fs-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2015-06-2529-616/+3775
|\ \
| * | f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu2015-06-121-4/+4
| * | f2fs crypto: add alloc_bounce_pageJaegeuk Kim2015-06-121-8/+15
| * | f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim2015-06-121-3/+3
| * | f2fs: drop the volatile_write flag onlyJaegeuk Kim2015-06-091-4/+2Star
| * | f2fs: skip committing valid superblockChao Yu2015-06-083-5/+7
| * | f2fs: setting discard option in parse_options()Chao Yu2015-06-081-11/+9Star
| * | f2fs: fix to return exact trimmed sizeJaegeuk Kim2015-06-031-1/+1
| * | f2fs: support FALLOC_FL_INSERT_RANGEChao Yu2015-06-021-2/+100
| * | f2fs: hide common code in f2fs_replace_blockChao Yu2015-06-024-20/+23
| * | f2fs: disable the discard option when device doesn't supportChenxi Mao2015-06-021-1/+3
| * | f2fs crypto: remove alloc_page for bounce_pageJaegeuk Kim2015-06-022-23/+13Star
| * | f2fs: fix a deadlock for summary page lock vs. sentry_lockJaegeuk Kim2015-06-021-1/+10
| * | f2fs crypto: clean up error handling in f2fs_fname_setup_filenameJaegeuk Kim2015-06-021-14/+10Star
| * | f2fs crypto: avoid f2fs_inherit_context for symlinkJaegeuk Kim2015-06-021-4/+0Star
| * | f2fs crypto: do not set encryption policy for non-directory by ioctlChao Yu2015-06-022-6/+3Star
| * | f2fs crypto: allow setting encryption policy onceChao Yu2015-06-021-2/+2
| * | f2fs crypto: check context consistent for rename2Chao Yu2015-06-021-0/+8
| * | f2fs: avoid duplicated code by reusing f2fs_read_end_ioChao Yu2015-06-021-28/+4Star
| * | f2fs crypto: use per-inode tfm structureJaegeuk Kim2015-06-029-167/+96Star
| * | f2fs: recovering broken superblock during mounthujianyang2015-06-021-13/+52
| * | f2fs crypto: check encryption for tmpfileJaegeuk Kim2015-06-021-0/+6
| * | f2fs: support RENAME_WHITEOUTChao Yu2015-06-021-53/+100
| * | f2fs: introduce update_meta_pageChao Yu2015-06-023-30/+22Star
| * | f2fs crypto: zero next free dnode blockChao Yu2015-06-021-1/+1
| * | f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim2015-06-024-47/+65
| * | f2fs crypto: fix incorrect release for crypto ctxChao Yu2015-06-021-8/+0Star
| * | f2fs crypto: fix to release buffer for fname cryptoChao Yu2015-06-021-5/+5
| * | f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim2015-06-023-30/+33
| * | f2fs crypto: get rid of ci_mode from struct f2fs_crypt_infoJaegeuk Kim2015-06-024-15/+13Star
| * | f2fs crypto: use slab cachesJaegeuk Kim2015-06-023-32/+33
| * | f2fs: truncate data blocks for orphan inodeJaegeuk Kim2015-06-021-1/+23
| * | f2fs: cleanup a confusing indentDan Carpenter2015-06-021-2/+2
| * | f2fs: fix building on 32-bit architecturesArnd Bergmann2015-06-021-3/+3
| * | f2fs: avoid buggy functionsJaegeuk Kim2015-06-021-0/+18
| * | f2fs: add compat_ioctl to provide backward compatabilityhujianyang2015-06-021-0/+3
| * | f2fs: do not issue next dnode discard redundantlyJaegeuk Kim2015-06-021-1/+14
| * | f2fs: add default mount options to remountYunlei He2015-05-291-13/+18
| * | f2fs crypto: remove checking key context during lookupJaegeuk Kim2015-05-291-10/+0Star
| * | f2fs crypto: fix missing key when reading a pageJaegeuk Kim2015-05-291-1/+3
| * | f2fs crypto: add symlink encryptionJaegeuk Kim2015-05-293-6/+142
| * | f2fs crypto: add filename encryption for roll-forward recoveryJaegeuk Kim2015-05-295-9/+41
| * | f2fs crypto: add filename encryption for f2fs_lookupJaegeuk Kim2015-05-293-41/+56
| * | f2fs crypto: add filename encryption for f2fs_readdirJaegeuk Kim2015-05-293-22/+60
| * | f2fs crypto: add filename encryption for f2fs_add_linkJaegeuk Kim2015-05-291-12/+27
| * | f2fs crypto: add encryption support in read/write pathsJaegeuk Kim2015-05-298-29/+177
| * | f2fs crypto: activate encryption support for fs APIsJaegeuk Kim2015-05-297-8/+98