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
2023-11-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-1
/
+1
2023-10-16
fscrypt: track master key presence separately from secret
Eric Biggers
4
-66
/
+93
2023-10-08
fscrypt: rename fscrypt_info => fscrypt_inode_info
Josef Bacik
10
-75
/
+84
2023-09-25
fscrypt: support crypto data unit size less than filesystem block size
Eric Biggers
6
-101
/
+186
2023-09-25
fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodes
Eric Biggers
1
-18
/
+15
2023-09-25
fscrypt: compute max_lblk_bits from s_maxbytes and block size
Eric Biggers
3
-13
/
+22
2023-09-24
fscrypt: make the bounce page pool opt-in instead of opt-out
Eric Biggers
1
-1
/
+8
2023-09-24
fscrypt: make it clearer that key_prefix is deprecated
Eric Biggers
1
-2
/
+3
2023-09-15
fscrypt: Do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-05-23
fscrypt: Replace 1-element array with flexible array
Kees Cook
2
-6
/
+6
2023-04-06
fscrypt: optimize fscrypt_initialize()
Eric Biggers
3
-9
/
+14
2023-03-27
fscrypt: use WARN_ON_ONCE instead of WARN_ON
Eric Biggers
8
-25
/
+25
2023-03-27
fscrypt: new helper function - fscrypt_prepare_lookup_partial()
Luís Henriques
1
-0
/
+30
2023-03-18
fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()
Eric Biggers
1
-0
/
+2
2023-03-18
fscrypt: improve fscrypt_destroy_keyring() documentation
Eric Biggers
1
-10
/
+11
2023-02-20
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2
-19
/
+19
2023-02-20
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
4
-23
/
+33
2023-02-07
fscrypt: clean up fscrypt_add_test_dummy_key()
Eric Biggers
3
-22
/
+11
2023-02-07
fscrypt: add the test dummy encryption key on-demand
Eric Biggers
3
-4
/
+25
2023-01-28
fscrypt: support decrypting data from large folios
Eric Biggers
2
-19
/
+19
2023-01-19
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
1
-1
/
+1
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-9
/
+5
2022-12-01
fscrypt: Add SM4 XTS/CTS symmetric algorithm support
Tianjia Zhang
2
-0
/
+20
2022-11-25
fscrypt: add comment for fscrypt_valid_enc_modes_v1()
Eric Biggers
1
-0
/
+7
2022-11-21
blk-crypto: add a blk_crypto_config_supported_natively helper
Christoph Hellwig
1
-4
/
+2
2022-11-21
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
1
-5
/
+3
2022-11-15
fscrypt: pass super_block to fscrypt_put_master_key_activeref()
Eric Biggers
3
-18
/
+11
2022-10-19
fscrypt: fix keyring memory leak on mount failure
Eric Biggers
1
-6
/
+11
2022-10-03
Merge tag 'statx-dioalign-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-25
/
+24
2022-09-21
fscrypt: work on block_devices instead of request_queues
Christoph Hellwig
1
-40
/
+41
2022-09-21
fscrypt: stop holding extra request_queue references
Eric Biggers
5
-60
/
+64
2022-09-21
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
5
-307
/
+349
2022-09-11
fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
Eric Biggers
1
-25
/
+24
2022-09-06
fscrypt: stop using PG_error to track error status
Eric Biggers
1
-6
/
+10
2022-08-22
fscrypt: remove fscrypt_set_test_dummy_encryption()
Eric Biggers
1
-13
/
+0
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
4
-21
/
+65
2022-08-03
fscrypt: add fscrypt_context_for_new_inode
Jeff Layton
1
-6
/
+29
2022-08-03
fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
Jeff Layton
3
-15
/
+36
2022-06-10
fscrypt: Add HCTR2 support for filename encryption
Nathan Huckleberry
3
-4
/
+19
2022-05-09
fscrypt: add new helper functions for test_dummy_encryption
Eric Biggers
3
-68
/
+112
2022-05-09
fscrypt: factor out fscrypt_policy_to_key_spec()
Eric Biggers
3
-17
/
+25
2022-04-13
fscrypt: log when starting to use inline encryption
Eric Biggers
3
-3
/
+36
2022-04-13
fscrypt: split up FS_CRYPTO_BLOCK_SIZE
Eric Biggers
2
-7
/
+14
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-22
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2
-0
/
+101
2022-02-08
fscrypt: add functions for direct I/O support
Eric Biggers
2
-0
/
+101
2022-02-02
block: pass a block_device and opf to bio_reset
Christoph Hellwig
1
-6
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-6
/
+7
2021-10-25
fscrypt: improve a few comments
Eric Biggers
2
-3
/
+13
2021-09-22
fscrypt: allow 256-bit master keys with AES-256-XTS
Eric Biggers
3
-17
/
+56
[next]