summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-13ubifs: Implement file open operationRichard Weinberger1-0/+30
2016-12-13ubifs: Implement directory open operationRichard Weinberger1-0/+9
2016-12-13ubifs: Massage ubifs_listxattr() for encryption contextRichard Weinberger1-4/+15
2016-12-13ubifs: Add skeleton for fscryptoRichard Weinberger9-2/+178
2016-12-13ubifs: Define UBIFS crypto context xattrRichard Weinberger1-0/+7
2016-12-13ubifs: Export xattr get and set functionsRichard Weinberger2-17/+22
2016-12-13ubifs: Export ubifs_check_dir_empty()Richard Weinberger2-4/+5
2016-12-13ubifs: Remove some dead codeChristophe Jaillet1-4/+0
2016-12-13ubifs: Use dirty_writeback_interval value for wbuf timerRafał Miłecki2-8/+4
2016-12-13ubifs: Drop softlimit and delta fields from struct ubifs_wbufRafał Miłecki2-13/+10
2016-12-12fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2-4/+4
2016-12-12fscrypt: Delay bounce page pool allocation until neededDavid Gstir3-4/+9
2016-12-12fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir3-5/+8
2016-12-12fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir1-41/+52
2016-12-12fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir1-11/+19
2016-12-12fscrypt: Use correct index in decrypt path.David Gstir1-1/+1
2016-12-12fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o3-2/+73
2016-12-12fscrypt: unexport fscrypt_initialize()Theodore Ts'o2-1/+3
2016-12-12fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o3-5/+24
2016-12-12fscrypto: move ioctl processing more fully into common codeEric Biggers5-63/+32
2016-12-12fscrypto: remove unneeded Kconfig dependenciesEric Biggers1-2/+0
2016-11-14fscrypto: don't use on-stack buffer for key derivationEric Biggers1-3/+13
2016-11-14fscrypto: don't use on-stack buffer for filename encryptionEric Biggers1-32/+21
2016-11-14fscrypt: Let fs select encryption index/tweakDavid Gstir4-9/+14
2016-11-14fscrypt: Constify struct inode pointerDavid Gstir2-7/+7
2016-11-14fscrypt: Enable partial page encryptionDavid Gstir4-19/+33
2016-11-14fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2-7/+9
2016-11-14fscrypt: Add in-place encryption modeDavid Gstir1-10/+15
2016-11-05Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-19/+24
2016-11-05Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds5-9/+29
2016-11-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+17
2016-11-01nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever1-6/+4
2016-10-31ovl: fsync after copy-upMiklos Szeredi1-0/+2
2016-10-31ovl: fix get_acl() on tmpfsMiklos Szeredi1-3/+0
2016-10-31ovl: update S_ISGID when setting posix ACLsMiklos Szeredi1-0/+15
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-8/+7
2016-10-29Merge tag 'upstream-4.9-rc3' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+8
2016-10-29Merge tag 'driver-core-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+64
2016-10-28ubifs: Fix regression in ubifs_readdir()Richard Weinberger1-0/+8
2016-10-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+4
2016-10-28fs: exofs: print a hex number after a 0x prefixUwe Kleine-König1-1/+1
2016-10-28proc: fix NULL dereference when reading /proc/<pid>/auxvLeon Yu1-0/+3
2016-10-27Merge tag 'for-linus-4.9-rc2-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+21
2016-10-27Merge tag 'xfs-fixes-for-linus-4.9-rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds16-639/+629
2016-10-27btrfs: fix races on root_log_ctx listsChris Mason1-14/+6
2016-10-27kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck1-0/+1
2016-10-25proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds1-10/+8
2016-10-24nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2-13/+20
2016-10-24orangefs: don't use d_timeMiklos Szeredi3-6/+14