summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)AuthorFilesLines
2015-05-02ext4 crypto: remove duplicated encryption mode definitionsChanho Park1-6/+0
2015-05-02ext4 crypto: do not select from EXT4_FS_ENCRYPTIONHerbert Xu1-2/+7
2015-05-01ext4 crypto: add padding to filenames before encryptingTheodore Ts'o5-8/+31
2015-05-01ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o5-204/+149
2015-04-16ext4 crypto: enable encryption feature flagTheodore Ts'o6-24/+79
2015-04-16ext4 crypto: add symlink encryptionTheodore Ts'o5-23/+184
2015-04-12ext4 crypto: enable filename encryptionMichael Halcrow2-17/+68
2015-04-12ext4 crypto: filename encryption modificationsMichael Halcrow1-44/+204
2015-04-12ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow1-8/+101
2015-04-12ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow3-13/+79
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o4-13/+35
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow5-1/+779
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow3-3/+88
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow4-6/+173
2015-04-12ext4 crypto: inherit encryption policies on inode and directory createMichael Halcrow1-1/+20
2015-04-12ext4 crypto: enforce context consistencyTheodore Ts'o1-1/+23
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow4-1/+179
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow6-1/+682
2015-04-11ext4 crypto: add encryption policy and password salt supportMichael Halcrow5-0/+317
2015-04-11ext4 crypto: add encryption xattr supportMichael Halcrow1-0/+3
2015-04-11ext4 crypto: export ext4_empty_dir()Michael Halcrow2-5/+7
2015-04-11ext4 crypto: add ext4 encryption KconfigTheodore Ts'o1-0/+17
2015-04-11ext4 crypto: reserve codepoints used by the ext4 encryption featureTheodore Ts'o1-3/+13
2015-04-08ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o4-3/+271
2015-04-03ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-9/+11
2015-04-03ext4: don't release reserved space for previously allocated clusterEric Whitney1-13/+1
2015-04-03ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney1-13/+0
2015-04-03ext4: allocate entire range in zero rangeLukas Czerner1-12/+19
2015-04-03ext4: remove unnecessary lock/unlock of i_block_reservation_lockMaurizio Lombardi1-2/+0
2015-04-03ext4: remove block_device_ejectedChristoph Hellwig1-17/+1
2015-04-03ext4: remove useless condition in if statement.Wei Yuan1-2/+1
2015-04-03ext4: remove unused header filesSheng Yong17-25/+0
2015-04-02ext4: fix comments in ext4_can_extents_be_merged()Xiaoguang Wang1-6/+0
2015-04-02ext4: fix transposition typo in format stringRasmus Villemoes1-1/+1
2015-04-02ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()Konstantin Khlebnikov1-6/+15
2015-02-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-56/+105
2015-02-18Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-2/+78
2015-02-17ext4: add DAX functionalityRoss Zwisler6-37/+174
2015-02-15ext4: fix indirect punch hole corruptionOmar Sandoval1-34/+71
2015-02-13ext4: ignore journal checksum on remount; don't failEric Sandeen1-3/+2
2015-02-13ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen1-11/+0
2015-02-13ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang1-0/+7
2015-02-13ext4: support read-only imagesDarrick J. Wong2-1/+10
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2015-02-11mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-02-05ext4: add optimization for the lazytime mount optionTheodore Ts'o2-2/+72
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-0/+6
2015-01-30ext4: Use generic helpers for quotaon and quotaoffJan Kara1-41/+1
2015-01-26ext4: change to use setup_timer() instead of init_timer()Jan Mrazek1-3/+2