summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-13ext4: use swap() in memswap()Fabian Frederick1-4/+1
2015-06-13ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-06-13ext4 crypto: fail the mount if blocksize != pagesizeTheodore Ts'o1-1/+9
2015-06-12f2fs: do not trim preallocated blocks when truncating after i_sizeChao Yu1-4/+4
2015-06-12f2fs crypto: add alloc_bounce_pageJaegeuk Kim1-8/+15
2015-06-12f2fs crypto: fix to handle errors likewise ext4Jaegeuk Kim1-3/+3
2015-06-09f2fs: drop the volatile_write flag onlyJaegeuk Kim1-4/+2
2015-06-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2-52/+267
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2015-06-08f2fs: skip committing valid superblockChao Yu3-5/+7
2015-06-08f2fs: setting discard option in parse_options()Chao Yu1-11/+9
2015-06-08jbd2: speedup jbd2_journal_get_[write|undo]_access()Jan Kara2-5/+73
2015-06-08jbd2: more simplifications in do_get_write_access()Jan Kara1-71/+59
2015-06-08jbd2: simplify error path on allocation failure in do_get_write_access()Jan Kara1-2/+1
2015-06-08jbd2: simplify code flow in do_get_write_access()Jan Kara1-24/+25
2015-06-08ext4 crypto: fix sparse warnings in fs/ext4/ioctl.cFabian Frederick1-3/+3
2015-06-08ext4: BUG_ON assertion repeated for inode1, not done for inode2David Moore1-1/+1
2015-06-08ext4 crypto: fix ext4_get_crypto_ctx()'s calling convention in ext4_decrypt_oneTheodore Ts'o1-2/+2
2015-06-08ext4: return error code from ext4_mb_good_group()Lukas Czerner1-5/+20
2015-06-08ext4: try to initialize all groups we can in case of failure on ppc64Lukas Czerner1-3/+6
2015-06-08ext4: verify block bitmap even after fresh initializationLukas Czerner1-2/+2
2015-06-08jbd2: revert must-not-fail allocation loops back to GFP_NOFAILMichal Hocko2-23/+8
2015-06-03ext4 crypto: allocate bounce pages using GFP_NOWAITTheodore Ts'o2-23/+7
2015-06-03f2fs: fix to return exact trimmed sizeJaegeuk Kim1-1/+1
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-02f2fs: support FALLOC_FL_INSERT_RANGEChao Yu1-2/+100
2015-06-02f2fs: hide common code in f2fs_replace_blockChao Yu4-20/+23
2015-06-02ubifs: fix to check error code of register_shrinkerChao Yu1-1/+4
2015-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-172/+393
2015-06-02f2fs: disable the discard option when device doesn't supportChenxi Mao1-1/+3
2015-06-02f2fs crypto: remove alloc_page for bounce_pageJaegeuk Kim2-23/+13
2015-06-02f2fs: fix a deadlock for summary page lock vs. sentry_lockJaegeuk Kim1-1/+10
2015-06-02f2fs crypto: clean up error handling in f2fs_fname_setup_filenameJaegeuk Kim1-14/+10
2015-06-02f2fs crypto: avoid f2fs_inherit_context for symlinkJaegeuk Kim1-4/+0
2015-06-02f2fs crypto: do not set encryption policy for non-directory by ioctlChao Yu2-6/+3
2015-06-02f2fs crypto: allow setting encryption policy onceChao Yu1-2/+2
2015-06-02f2fs crypto: check context consistent for rename2Chao Yu1-0/+8
2015-06-02f2fs: avoid duplicated code by reusing f2fs_read_end_ioChao Yu1-28/+4
2015-06-02f2fs crypto: use per-inode tfm structureJaegeuk Kim9-167/+96
2015-06-02f2fs: recovering broken superblock during mounthujianyang1-13/+52
2015-06-02f2fs crypto: check encryption for tmpfileJaegeuk Kim1-0/+6
2015-06-02f2fs: support RENAME_WHITEOUTChao Yu1-53/+100
2015-06-02f2fs: introduce update_meta_pageChao Yu3-30/+22
2015-06-02f2fs crypto: zero next free dnode blockChao Yu1-1/+1
2015-06-02f2fs crypto: split f2fs_crypto_init/exit with two partsJaegeuk Kim4-47/+65
2015-06-02f2fs crypto: fix incorrect release for crypto ctxChao Yu1-8/+0
2015-06-02f2fs crypto: fix to release buffer for fname cryptoChao Yu1-5/+5
2015-06-02f2fs crypto: shrink size of the f2fs_crypto_ctx structureJaegeuk Kim3-30/+33
2015-06-02f2fs crypto: get rid of ci_mode from struct f2fs_crypt_infoJaegeuk Kim4-15/+13
2015-06-02f2fs crypto: use slab cachesJaegeuk Kim3-32/+33