summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Implement encrypt/decrypt for all IORichard Weinberger2016-12-125-28/+152
* ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger2016-12-123-3/+8
* 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-112-4/+4
* fscrypt: Delay bounce page pool allocation until neededDavid Gstir2016-12-113-4/+9
* fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-113-5/+8
* fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-41/+52
* 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 non-public structures and constants to fscrypt_private.hTheodore Ts'o2016-12-113-2/+73
* fscrypt: unexport fscrypt_initialize()Theodore Ts'o2016-12-112-1/+3
* fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o2016-12-113-5/+24
* fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-115-63/+32
* fscrypto: remove unneeded Kconfig dependenciesEric Biggers2016-12-111-2/+0
* fscrypto: don't use on-stack buffer for key derivationEric Biggers2016-11-131-3/+13
* fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-131-32/+21
* fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-134-9/+14
* fscrypt: Constify struct inode pointerDavid Gstir2016-11-132-7/+7
* fscrypt: Enable partial page encryptionDavid Gstir2016-11-134-19/+33
* fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-132-7/+9
* fscrypt: Add in-place encryption modeDavid Gstir2016-11-131-10/+15
* Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-042-19/+24
|\
| * nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-011-6/+4
| * nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-242-13/+20
* | Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2016-11-045-9/+29
|\ \
| * | btrfs: fix WARNING in btrfs_select_ref_head()Wang Xiaoguang2016-10-241-0/+3
| * | Btrfs: remove some no-op castsDan Carpenter2016-10-241-4/+4
| * | btrfs: pass correct args to btrfs_async_run_delayed_refs()Wang Xiaoguang2016-10-241-2/+2
| * | btrfs: make file clone aware of fatal signalsWang Xiaoguang2016-10-241-0/+5
| * | btrfs: qgroup: Prevent qgroup->reserved from going subzeroGoldwyn Rodrigues2016-10-241-2/+7
| * | Btrfs: kill BUG_ON in do_relocationLiu Bo2016-10-171-1/+8
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-043-3/+17
|\ \ \
| * | | ovl: fsync after copy-upMiklos Szeredi2016-10-311-0/+2
| * | | ovl: fix get_acl() on tmpfsMiklos Szeredi2016-10-311-3/+0
| * | | ovl: update S_ISGID when setting posix ACLsMiklos Szeredi2016-10-311-0/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-294-8/+7
|\ \ \ \ | |/ / / |/| | |