summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-01-04BACKPORT: aio: mark AIO pseudo-fs noexecNick Desaulniers
2017-01-04fs/proc/array.c: make safe access to group_leaderAdrian Salido
2017-01-04UPSTREAM: proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov
2017-01-04UPSTREAM: proc: make proc_fd_permission() thread-friendlyOleg Nesterov
2016-12-20isofs: Fix infinite looping over CE entriesJan Kara
2016-10-07UPSTREAM: proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-10-07UPSTREAM: block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2016-09-12fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers
2016-08-15BACKPORT: f2fs: add a max block check for get_data_block_bmapMark Salyzyn
2016-08-15UPSTREAM: AIO: properly check iovec sizesGreg Kroah-Hartman
2016-06-07BACKPORT: pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov
2016-06-07pipe: Fix buffer offset after partially failed readBen Hutchings
2016-06-07pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings
2015-07-14ext4 crypto: fix return value for ext4_es_scan()Theodore Ts'o
2015-06-11Merge branch 'android-3.10' into android-mediatek-sprout-3.10Jin Qian
2015-06-04ext4 crypto: allocate bounce pages using GFP_NOWAITTheodore Ts'o
2015-06-04ext4 crypto: release crypto resource on module exitChao Yu
2015-06-04ext4 crypto: handle unexpected lack of encryption keysTheodore Ts'o
2015-06-04ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o
2015-06-04ext4 crypto: clean up error handling in ext4_fname_setup_filenameTheodore Ts'o
2015-06-04ext4 crypto: policies may only be set on directoriesTheodore Ts'o
2015-06-04ext4 crypto: enforce crypto policy restrictions on cross-renamesTheodore Ts'o
2015-06-04ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o
2015-06-04ext4 crypto: make sure the encryption info is initialized on opendir(2)Theodore Ts'o
2015-06-04ext4 crypto: set up encryption info for new inodes in ext4_inherit_context()Theodore Ts'o
2015-06-04ext4 crypto: fix memory leaks in ext4_encrypted_zerooutTheodore Ts'o
2015-06-04ext4 crypto: use per-inode tfm structureTheodore Ts'o
2015-06-04ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabledTheodore Ts'o
2015-06-04ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o
2015-05-28ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o
2015-05-28ext4 crypto: use slab cachesTheodore Ts'o
2015-05-28ext4: clean up superblock encryption mode fieldsTheodore Ts'o
2015-05-28ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o
2015-05-28ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o
2015-05-28ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o
2015-05-28ext4 crypto: optimize filename encryptionTheodore Ts'o
2015-05-28ext4 crypto: add padding to filenames before encryptingTheodore Ts'o
2015-05-28ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o
2015-05-28ext4 crypto: sync up the mainline 4.1-rc1 mergeTheodore Ts'o
2015-05-28ext4: make fsync to sync parent dir in no-journal for real this timeTheodore Ts'o
2015-05-28ext4 crypto: enable encryption feature flagTheodore Ts'o
2015-05-28ext4 crypto: Add symlink encryptionTheodore Ts'o
2015-05-28ext4 crypto: enable filename encryptionMichael Halcrow
2015-05-28ext4 crypto: filename encryption modificationsMichael Halcrow
2015-05-28ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow
2015-05-28ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow
2015-05-28ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o
2015-05-28ext4 crypto: filename encryption facilitiesMichael Halcrow
2015-05-28ext4 crypto: implement the ext4 decryption read pathMichael Halcrow
2015-05-28ext4 crypto: implement the ext4 encryption write pathMichael Halcrow