aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
...
* ext4 crypto: Add symlink encryptionTheodore Ts'o2017-05-275-23/+184
* ext4 crypto: enable filename encryptionMichael Halcrow2017-05-272-17/+68
* ext4 crypto: filename encryption modificationsMichael Halcrow2017-05-271-44/+204
* ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow2017-05-271-8/+101
* ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow2017-05-273-13/+79
* ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2017-05-274-13/+35
* ext4 crypto: filename encryption facilitiesMichael Halcrow2017-05-275-1/+779
* ext4 crypto: implement the ext4 decryption read pathMichael Halcrow2017-05-273-3/+88
* ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2017-05-274-6/+173
* ext4 crypto: inherit encryption policies on inode and directory createMichael Halcrow2017-05-271-1/+19
* ext4 crypto: enforce context consistencyTheodore Ts'o2017-05-271-1/+23
* ext4 crypto: add encryption key management facilitiesMichael Halcrow2017-05-274-1/+179
* ext4 crypto: add ext4 encryption facilitiesMichael Halcrow2017-05-276-1/+682
* ext4 crypto: add encryption policy and password salt supportMichael Halcrow2017-05-275-0/+317
* ext4 crypto: add encryption xattr supportMichael Halcrow2017-05-271-0/+3
* ext4 crypto: export ext4_empty_dir()Michael Halcrow2017-05-272-5/+7
* ext4 crypto: add ext4 encryption KconfigTheodore Ts'o2017-05-271-0/+17
* ext4 crypto: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2017-05-271-6/+19
* ext4 crypto: add ext4_mpage_readpages()Theodore Ts'o2017-05-274-3/+271
* ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trimJP Abgrall2017-05-273-12/+25
* ext4: use old legacy direct I/O interface for 3.18 backportTheodore Ts'o2017-05-273-15/+20
* ext4: revert to old read/write/aio interface for 3.18 backportTheodore Ts'o2017-05-271-5/+176
* ext4: remove tmpfile, rename2, set_acl operations for 3.18 backportTheodore Ts'o2017-05-271-12/+19
* ext4: use old interface for ext4_readdir()Theodore Ts'o2017-05-271-2/+15
* ext4: fix up bio->bi_iter.bi_sectorTheodore Ts'o2017-05-271-2/+2
* ext4: use old truncate_pagecache() interface for ext4 3.18 backportTheodore Ts'o2017-05-272-3/+5
* ext4: use old percpu_counter_init() function signatureTheodore Ts'o2017-05-272-9/+6
* ext4: use the old shrinker APITheodore Ts'o2017-05-271-6/+10
* ext4: disable ext4 acl handling for 3.18 backportTheodore Ts'o2017-05-271-0/+3
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-2731-5350/+5938
* UPSTREAM: ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-04-261-1/+1
* ext4: return -ENOMEM instead of successDan Carpenter2017-04-171-1/+3
* BACKPORT: posix_acl: Clear SGID bit when setting file permissionsJan Kara2017-04-161-8/+4
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-04-161-0/+9
* ext4: don't save the error information if the block device is read-onlyTheodore Ts'o2017-04-161-0/+2
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-04-112-1/+17
* ext4: allow DAX writeback for hole punchRoss Zwisler2017-04-111-2/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-04-111-4/+4
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-04-111-19/+28
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-04-114-36/+42
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2017-04-111-1/+17
* ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2016-11-171-1/+7
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-11-071-0/+7
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2016-11-071-0/+2
* 3.10.102-> 3.10.103Jan Engelmohr2016-09-105-26/+39
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-264-7/+58
* Linux 3.10.98 (accumulative patch)Stefan Guendhoer2016-08-261-1/+1
* Linux 3.10.97 (accumulative patch)Stefan Guendhoer2016-08-262-9/+46
* Linux 3.10.95 (accumulative patch)Stefan Guendhoer2016-08-261-2/+10
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2016-08-261-11/+5