index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-12
ubifs: Implement UBIFS_FLG_DOUBLE_HASH
Richard Weinberger
5
-3
/
+21
2016-12-12
ubifs: Use a random number for cookies
Richard Weinberger
2
-0
/
+4
2016-12-12
ubifs: Add full hash lookup support
Richard Weinberger
5
-7
/
+98
2016-12-12
ubifs: Rename tnc_read_node_nm
Richard Weinberger
1
-6
/
+6
2016-12-12
ubifs: Add support for encrypted symlinks
Richard Weinberger
3
-13
/
+126
2016-12-12
ubifs: Implement encrypted filenames
Richard Weinberger
8
-197
/
+414
2016-12-12
ubifs: Make r5 hash binary string aware
Richard Weinberger
1
-1
/
+1
2016-12-12
ubifs: Relax checks in ubifs_validate_entry()
Richard Weinberger
1
-1
/
+1
2016-12-12
ubifs: Implement encrypt/decrypt for all IO
Richard Weinberger
5
-28
/
+152
2016-12-12
ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()
Richard Weinberger
3
-3
/
+8
2016-12-12
ubifs: Introduce new data node field, compr_size
Richard Weinberger
2
-15
/
+2
2016-12-12
ubifs: Enforce crypto policy in mmap
Richard Weinberger
1
-0
/
+9
2016-12-12
ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto
Richard Weinberger
1
-1
/
+7
2016-12-12
ubifs: Preload crypto context in ->lookup()
Richard Weinberger
1
-0
/
+15
2016-12-12
ubifs: Enforce crypto policy in ->link and ->rename
Richard Weinberger
1
-0
/
+17
2016-12-12
ubifs: Implement file open operation
Richard Weinberger
1
-0
/
+30
2016-12-12
ubifs: Implement directory open operation
Richard Weinberger
1
-0
/
+9
2016-12-12
ubifs: Massage ubifs_listxattr() for encryption context
Richard Weinberger
1
-4
/
+15
2016-12-12
ubifs: Add skeleton for fscrypto
Richard Weinberger
9
-2
/
+178
2016-12-12
ubifs: Define UBIFS crypto context xattr
Richard Weinberger
1
-0
/
+7
2016-12-12
ubifs: Export xattr get and set functions
Richard Weinberger
2
-17
/
+22
2016-12-12
ubifs: Export ubifs_check_dir_empty()
Richard Weinberger
2
-4
/
+5
2016-12-12
ubifs: Remove some dead code
Christophe Jaillet
1
-4
/
+0
2016-12-12
ubifs: Use dirty_writeback_interval value for wbuf timer
Rafał Miłecki
2
-8
/
+4
2016-12-12
ubifs: Drop softlimit and delta fields from struct ubifs_wbuf
Rafał Miłecki
2
-13
/
+10
2016-12-11
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
David Gstir
2
-4
/
+4
2016-12-11
fscrypt: Delay bounce page pool allocation until needed
David Gstir
3
-4
/
+9
2016-12-11
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
David Gstir
3
-5
/
+8
2016-12-11
fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
David Gstir
1
-41
/
+52
2016-12-11
fscrypt: Never allocate fscrypt_ctx on in-place encryption
David Gstir
1
-11
/
+19
2016-12-11
fscrypt: Use correct index in decrypt path.
David Gstir
1
-1
/
+1
2016-12-11
fscrypt: move non-public structures and constants to fscrypt_private.h
Theodore Ts'o
3
-2
/
+73
2016-12-11
fscrypt: unexport fscrypt_initialize()
Theodore Ts'o
2
-1
/
+3
2016-12-11
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
Theodore Ts'o
3
-5
/
+24
2016-12-11
fscrypto: move ioctl processing more fully into common code
Eric Biggers
5
-63
/
+32
2016-12-11
fscrypto: remove unneeded Kconfig dependencies
Eric Biggers
1
-2
/
+0
2016-11-13
fscrypto: don't use on-stack buffer for key derivation
Eric Biggers
1
-3
/
+13
2016-11-13
fscrypto: don't use on-stack buffer for filename encryption
Eric Biggers
1
-32
/
+21
2016-11-13
fscrypt: Let fs select encryption index/tweak
David Gstir
4
-9
/
+14
2016-11-13
fscrypt: Constify struct inode pointer
David Gstir
2
-7
/
+7
2016-11-13
fscrypt: Enable partial page encryption
David Gstir
4
-19
/
+33
2016-11-13
fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
David Gstir
2
-7
/
+9
2016-11-13
fscrypt: Add in-place encryption mode
David Gstir
1
-10
/
+15
2016-11-04
Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-19
/
+24
2016-11-04
Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...
Linus Torvalds
5
-9
/
+29
2016-11-04
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-3
/
+17
2016-11-01
nfsd: Fix general protection fault in release_lock_stateid()
Chuck Lever
1
-6
/
+4
2016-10-31
ovl: fsync after copy-up
Miklos Szeredi
1
-0
/
+2
2016-10-31
ovl: fix get_acl() on tmpfs
Miklos Szeredi
1
-3
/
+0
2016-10-31
ovl: update S_ISGID when setting posix ACLs
Miklos Szeredi
1
-0
/
+15
[next]