summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Introduce new data node field, compr_sizeRichard Weinberger2016-12-122-15/+2
* ubifs: Enforce crypto policy in mmapRichard Weinberger2016-12-121-0/+9
* ubifs: Massage assert in ubifs_xattr_set() wrt. fscryptoRichard Weinberger2016-12-121-1/+7
* ubifs: Preload crypto context in ->lookup()Richard Weinberger2016-12-121-0/+15
* ubifs: Enforce crypto policy in ->link and ->renameRichard Weinberger2016-12-121-0/+17
* ubifs: Implement file open operationRichard Weinberger2016-12-121-0/+30
* ubifs: Implement directory open operationRichard Weinberger2016-12-121-0/+9
* ubifs: Massage ubifs_listxattr() for encryption contextRichard Weinberger2016-12-121-4/+15
* ubifs: Add skeleton for fscryptoRichard Weinberger2016-12-129-2/+178
* ubifs: Define UBIFS crypto context xattrRichard Weinberger2016-12-121-0/+7
* ubifs: Export xattr get and set functionsRichard Weinberger2016-12-122-17/+22
* ubifs: Export ubifs_check_dir_empty()Richard Weinberger2016-12-122-4/+5
* ubifs: Remove some dead codeChristophe Jaillet2016-12-121-4/+0
* ubifs: Use dirty_writeback_interval value for wbuf timerRafał Miłecki2016-12-122-8/+4
* ubifs: Drop softlimit and delta fields from struct ubifs_wbufRafał Miłecki2016-12-122-13/+10
* fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2016-12-113-5/+4
* fscrypt: Delay bounce page pool allocation until neededDavid Gstir2016-12-114-5/+9
* fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-114-6/+9
* fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-112-45/+56
* fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir2016-12-111-11/+19
* fscrypt: Use correct index in decrypt path.David Gstir2016-12-111-1/+1
* fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o2016-12-112-14/+14
* fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o2016-12-114-67/+76
* fscrypt: unexport fscrypt_initialize()Theodore Ts'o2016-12-113-2/+3
* fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o2016-12-114-6/+24
* fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-116-69/+38
* fscrypto: remove unneeded Kconfig dependenciesEric Biggers2016-12-111-2/+0
* MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patchesEric Biggers2016-12-111-0/+1
* fscrypto: don't use on-stack buffer for key derivationEric Biggers2016-11-141-3/+13
* fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-141-32/+21
* fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-145-13/+19
* fscrypt: Constify struct inode pointerDavid Gstir2016-11-143-18/+18
* fscrypt: Enable partial page encryptionDavid Gstir2016-11-145-24/+44
* fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-143-9/+12
* fscrypt: Add in-place encryption modeDavid Gstir2016-11-142-10/+21
* Linux 4.9-rc4v4.9-rc4Linus Torvalds2016-11-061-1/+1
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-051-1/+1
|\
| * i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-041-1/+1
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds2016-11-052-9/+7
|\ \ \
| | * | fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
| * | | sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0
| * | | sched/core: Fix oops in sched_show_task()Tetsuo Handa2016-11-031-0/+3
| |/ /
* | | Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-054-19/+30
|\ \ \
| * | | md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-291-2/+2
| * | | raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-291-9/+10
| * | | raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-291-1/+1
| * | | md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-251-3/+3
| * | | md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-251-0/+1
| * | | md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-251-0/+3
| * | | RAID10: ignore discard errorShaohua Li2016-10-251-2/+5