aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ext[34]: fix double put in tmpfileMiklos Szeredi2019-05-021-3/+2
* ext4: fix a BUG when opening a file with O_TMPFILE flagZheng Liu2019-05-021-1/+1
* ext4: ->tmpfile() supportAl Viro2019-05-021-5/+4
* ext4: reset error code in ext4_find_entry in fallbackEric Sandeen2018-12-021-0/+1
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-12-011-0/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-12-011-1/+3
* ext4: fix oops on corrupted filesystemJan Kara2017-12-311-1/+1
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-221-0/+4
* ext4: fix dir_nlink behaviourAndreas Dilger2017-08-121-10/+12
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-05-291-5/+4
* ext4 crypto: revalidate dentry after adding or removing the keyTheodore Ts'o2017-05-291-0/+18
* ext4 crypto: simplify interfaces to directory entry insert functionsTheodore Ts'o2017-05-291-9/+6
* ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o2017-05-271-11/+21
* ext4 crypto: enforce crypto policy restrictions on cross-renamesTheodore Ts'o2017-05-271-0/+9
* ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o2017-05-271-28/+1
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2017-05-271-8/+9
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2017-05-271-29/+13
* ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2017-05-271-0/+4
* ext4 crypto: optimize filename encryptionTheodore Ts'o2017-05-271-184/+110
* ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2017-05-271-66/+6
* ext4 crypto: sync up the mainline 4.1-rc1 mergeTheodore Ts'o2017-05-271-6/+7
* ext4: make fsync to sync parent dir in no-journal for real this timeTheodore Ts'o2017-05-271-9/+11
* ext4 crypto: enable encryption feature flagTheodore Ts'o2017-05-271-3/+6
* ext4 crypto: Add symlink encryptionTheodore Ts'o2017-05-271-20/+65
* 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-271-10/+71
* ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2017-05-271-4/+17
* 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: export ext4_empty_dir()Michael Halcrow2017-05-271-5/+6
* ext4: remove tmpfile, rename2, set_acl operations for 3.18 backportTheodore Ts'o2017-05-271-12/+19
* BACKPORT: ext4 from 3.18 to mtk-3.10Mister Oyster2017-05-271-366/+722
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-04-111-5/+4
* 3.10.76 -> 3.10.77Jan Engelmohr2016-08-261-9/+11
* first commitMeizu OpenSource2016-08-151-0/+3195