index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ubifs: Introduce new data node field, compr_size
Richard Weinberger
2016-12-12
2
-15
/
+2
*
ubifs: Enforce crypto policy in mmap
Richard Weinberger
2016-12-12
1
-0
/
+9
*
ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto
Richard Weinberger
2016-12-12
1
-1
/
+7
*
ubifs: Preload crypto context in ->lookup()
Richard Weinberger
2016-12-12
1
-0
/
+15
*
ubifs: Enforce crypto policy in ->link and ->rename
Richard Weinberger
2016-12-12
1
-0
/
+17
*
ubifs: Implement file open operation
Richard Weinberger
2016-12-12
1
-0
/
+30
*
ubifs: Implement directory open operation
Richard Weinberger
2016-12-12
1
-0
/
+9
*
ubifs: Massage ubifs_listxattr() for encryption context
Richard Weinberger
2016-12-12
1
-4
/
+15
*
ubifs: Add skeleton for fscrypto
Richard Weinberger
2016-12-12
9
-2
/
+178
*
ubifs: Define UBIFS crypto context xattr
Richard Weinberger
2016-12-12
1
-0
/
+7
*
ubifs: Export xattr get and set functions
Richard Weinberger
2016-12-12
2
-17
/
+22
*
ubifs: Export ubifs_check_dir_empty()
Richard Weinberger
2016-12-12
2
-4
/
+5
*
ubifs: Remove some dead code
Christophe Jaillet
2016-12-12
1
-4
/
+0
*
ubifs: Use dirty_writeback_interval value for wbuf timer
Rafał Miłecki
2016-12-12
2
-8
/
+4
*
ubifs: Drop softlimit and delta fields from struct ubifs_wbuf
Rafał Miłecki
2016-12-12
2
-13
/
+10
*
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
David Gstir
2016-12-11
3
-5
/
+4
*
fscrypt: Delay bounce page pool allocation until needed
David Gstir
2016-12-11
4
-5
/
+9
*
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
David Gstir
2016-12-11
4
-6
/
+9
*
fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
David Gstir
2016-12-11
2
-45
/
+56
*
fscrypt: Never allocate fscrypt_ctx on in-place encryption
David Gstir
2016-12-11
1
-11
/
+19
*
fscrypt: Use correct index in decrypt path.
David Gstir
2016-12-11
1
-1
/
+1
*
fscrypt: move the policy flags and encryption mode definitions to uapi header
Theodore Ts'o
2016-12-11
2
-14
/
+14
*
fscrypt: move non-public structures and constants to fscrypt_private.h
Theodore Ts'o
2016-12-11
4
-67
/
+76
*
fscrypt: unexport fscrypt_initialize()
Theodore Ts'o
2016-12-11
3
-2
/
+3
*
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
Theodore Ts'o
2016-12-11
4
-6
/
+24
*
fscrypto: move ioctl processing more fully into common code
Eric Biggers
2016-12-11
6
-69
/
+38
*
fscrypto: remove unneeded Kconfig dependencies
Eric Biggers
2016-12-11
1
-2
/
+0
*
MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patches
Eric Biggers
2016-12-11
1
-0
/
+1
*
fscrypto: don't use on-stack buffer for key derivation
Eric Biggers
2016-11-14
1
-3
/
+13
*
fscrypto: don't use on-stack buffer for filename encryption
Eric Biggers
2016-11-14
1
-32
/
+21
*
fscrypt: Let fs select encryption index/tweak
David Gstir
2016-11-14
5
-13
/
+19
*
fscrypt: Constify struct inode pointer
David Gstir
2016-11-14
3
-18
/
+18
*
fscrypt: Enable partial page encryption
David Gstir
2016-11-14
5
-24
/
+44
*
fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
David Gstir
2016-11-14
3
-9
/
+12
*
fscrypt: Add in-place encryption mode
David Gstir
2016-11-14
2
-10
/
+21
*
Linux 4.9-rc4
v4.9-rc4
Linus Torvalds
2016-11-06
1
-1
/
+1
*
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-11-05
1
-1
/
+1
|
\
|
*
i2c: core: fix NULL pointer dereference under race condition
Vladimir Zapolskiy
2016-11-04
1
-1
/
+1
|
|
|
\
*
-
.
\
Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...
Linus Torvalds
2016-11-05
2
-9
/
+7
|
\
\
\
|
|
*
|
fork: Add task stack refcounting sanity check and prevent premature task stac...
Andy Lutomirski
2016-11-01
1
-0
/
+4
|
*
|
|
sched/core: Remove pointless printout in sched_show_task()
Linus Torvalds
2016-11-03
1
-9
/
+0
|
*
|
|
sched/core: Fix oops in sched_show_task()
Tetsuo Handa
2016-11-03
1
-0
/
+3
|
|
/
/
*
|
|
Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2016-11-05
4
-19
/
+30
|
\
\
\
|
*
|
|
md: be careful not lot leak internal curr_resync value into metadata. -- (all)
NeilBrown
2016-10-29
1
-2
/
+2
|
*
|
|
raid1: handle read error also in readonly mode
Tomasz Majchrzak
2016-10-29
1
-9
/
+10
|
*
|
|
raid5-cache: correct condition for empty metadata write
Shaohua Li
2016-10-29
1
-1
/
+1
|
*
|
|
md: report 'write_pending' state when array in sync
Tomasz Majchrzak
2016-10-25
1
-3
/
+3
|
*
|
|
md/raid5: write an empty meta-block when creating log super-block
Zhengyuan Liu
2016-10-25
1
-0
/
+1
|
*
|
|
md/raid5: initialize next_checkpoint field before use
Zhengyuan Liu
2016-10-25
1
-0
/
+3
|
*
|
|
RAID10: ignore discard error
Shaohua Li
2016-10-25
1
-2
/
+5
[next]