index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-12
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
3
-1
/
+63
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
Eric Biggers
1
-5
/
+24
2019-08-12
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
3
-33
/
+336
2019-08-12
fscrypt: v2 encryption policy support
Eric Biggers
7
-185
/
+684
2019-08-12
fscrypt: add an HKDF-SHA512 implementation
Eric Biggers
4
-0
/
+199
2019-08-12
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
Eric Biggers
1
-0
/
+63
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
3
-5
/
+411
2019-08-12
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
5
-3
/
+391
2019-08-12
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
3
-2
/
+2
2019-08-12
fscrypt: move v1 policy key setup to keysetup_v1.c
Eric Biggers
4
-322
/
+369
2019-08-12
fscrypt: refactor key setup code in preparation for v2 policies
Eric Biggers
2
-112
/
+146
2019-08-12
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
Eric Biggers
2
-69
/
+68
2019-08-12
fscrypt: add ->ci_inode to fscrypt_info
Eric Biggers
2
-0
/
+5
2019-08-12
fscrypt: use FSCRYPT_* definitions, not FS_*
Eric Biggers
5
-43
/
+44
2019-08-12
fscrypt: use ENOPKG when crypto API support missing
Eric Biggers
1
-9
/
+11
2019-08-12
fscrypt: improve warnings for missing crypto API support
Eric Biggers
1
-5
/
+14
2019-08-12
fscrypt: improve warning messages for unsupported encryption contexts
Eric Biggers
1
-3
/
+15
2019-08-12
fscrypt: make fscrypt_msg() take inode instead of super_block
Eric Biggers
5
-35
/
+28
2019-08-12
fscrypt: clean up base64 encoding/decoding
Eric Biggers
1
-17
/
+17
2019-08-12
fscrypt: remove loadable module related code
Eric Biggers
3
-26
/
+1
2019-06-27
fscrypt: remove selection of CONFIG_CRYPTO_SHA256
Eric Biggers
1
-1
/
+0
2019-06-10
fscrypt: remove unnecessary includes of ratelimit.h
Eric Biggers
3
-3
/
+0
2019-05-28
fscrypt: don't set policy for a dead directory
Hongjie Fang
1
-0
/
+2
2019-05-28
fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
Eric Biggers
1
-2
/
+2
2019-05-28
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
2
-16
/
+33
2019-05-28
fscrypt: introduce fscrypt_decrypt_block_inplace()
Eric Biggers
1
-4
/
+27
2019-05-28
fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
Eric Biggers
1
-9
/
+6
2019-05-28
fscrypt: support encrypting multiple filesystem blocks per page
Eric Biggers
1
-28
/
+39
2019-05-28
fscrypt: introduce fscrypt_encrypt_block_inplace()
Eric Biggers
1
-19
/
+31
2019-05-28
fscrypt: clean up some BUG_ON()s in block encryption/decryption
Eric Biggers
1
-6
/
+9
2019-05-28
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
3
-21
/
+20
2019-05-28
fscrypt: remove the "write" part of struct fscrypt_ctx
Eric Biggers
2
-13
/
+12
2019-05-28
fscrypt: simplify bounce page handling
Eric Biggers
3
-106
/
+40
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-07
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
6
-67
/
+119
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+1
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
1
-2
/
+1
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-04-17
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
2
-7
/
+54
2019-04-17
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
2
-5
/
+7
2019-04-17
fscrypt: only set dentry_operations on ciphertext dentries
Eric Biggers
1
-2
/
+1
2019-04-17
fscrypt: fix race allowing rename() and link() of ciphertext dentries
Eric Biggers
1
-1
/
+11
2019-04-17
fscrypt: clean up and improve dentry revalidation
Eric Biggers
2
-30
/
+32
2019-04-16
fscrypt: use READ_ONCE() to access ->i_crypt_info
Eric Biggers
4
-8
/
+8
2019-04-16
fscrypt: remove WARN_ON_ONCE() when decryption fails
Eric Biggers
1
-4
/
+2
2019-04-16
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
2
-12
/
+6
2019-03-09
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
4
-9
/
+7
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
[next]