aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Gravatar Eric Biggers 4-16/+9
2020-01-14fscrypt: document gfp_flags for bounce page allocationGravatar Eric Biggers 1-1/+6
2020-01-14fscrypt: optimize fscrypt_zeroout_range()Gravatar Eric Biggers 1-31/+81
2019-12-31fscrypt: remove redundant bi_status checkGravatar Eric Biggers 1-2/+0
2019-12-31fscrypt: Allow modular crypto algorithmsGravatar Herbert Xu 4-7/+17
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Gravatar Eric Biggers 3-3/+3
2019-12-31fscrypt: remove fscrypt_is_direct_key_policy()Gravatar Eric Biggers 1-6/+0
2019-12-31fscrypt: move fscrypt_valid_enc_modes() to policy.cGravatar Eric Biggers 2-18/+17
2019-12-31fscrypt: check for appropriate use of DIRECT_KEY flag earlierGravatar Eric Biggers 4-30/+35
2019-12-31fscrypt: split up fscrypt_supported_policy() by policy versionGravatar Eric Biggers 1-57/+59
2019-12-31fscrypt: move fscrypt_d_revalidate() to fname.cGravatar Eric Biggers 3-51/+50
2019-12-31fscrypt: constify inode parameter to filename encryption functionsGravatar Eric Biggers 2-11/+11
2019-12-31fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Gravatar Eric Biggers 2-2/+2
2019-12-31fscrypt: verify that the crypto_skcipher has the correct ivsizeGravatar Eric Biggers 1-0/+4
2019-12-31fscrypt: use crypto_skcipher_driver_name()Gravatar Eric Biggers 1-2/+1
2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYGravatar Eric Biggers 1-8/+124
2019-12-29Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Gravatar Linus Torvalds 1-1/+1
2019-12-29Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-10/+56
2019-12-29locks: print unsigned ino in /proc/locksGravatar Amir Goldstein 1-1/+1
2019-12-27Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-343/+357
2019-12-24io-wq: add cond_resched() to worker threadGravatar Hillf Danton 1-0/+2
2019-12-23io-wq: remove unused busy list from io_sqeGravatar Hillf Danton 1-8/+0
2019-12-23cifs: Optimize readdir on reparse pointsGravatar Paulo Alcantara (SUSE) 2-9/+55
2019-12-23cifs: Adjust indentation in smb2_open_fileGravatar Nathan Chancellor 1-1/+1
2019-12-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 5-2/+16
2019-12-22Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 12-103/+340
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-95/+104
2019-12-22pipe: fix empty pipe check in pipe_write()Gravatar Jan Stancek 1-1/+1
2019-12-21ext4: fix unused-but-set-variable warning in ext4_add_entry()Gravatar Yunfeng Ye 1-1/+3
2019-12-20Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-229/+493
2019-12-20io_uring: pass in 'sqe' to the prep handlersGravatar Jens Axboe 1-242/+251
2019-12-20io_uring: standardize the prep methodsGravatar Jens Axboe 1-65/+63
2019-12-20io_uring: read 'count' for IORING_OP_TIMEOUT in prep handlerGravatar Jens Axboe 1-3/+8
2019-12-20io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handlerGravatar Jens Axboe 1-31/+33
2019-12-20io_uring: move all prep state for IORING_OP_CONNECT to prep handlerGravatar Jens Axboe 1-18/+22
2019-12-20io_uring: add and use struct io_rw for read/writesGravatar Jens Axboe 1-46/+50
2019-12-20xfs: Make the symbol 'xfs_rtalloc_log_count' staticGravatar Chen Wandun 1-1/+1
2019-12-20io_uring: use u64_to_user_ptr() consistentlyGravatar Jens Axboe 1-9/+7
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Gravatar Darrick J. Wong 4-1/+130
2019-12-19xfs: split the sunit parameter update into two partsGravatar Darrick J. Wong 1-51/+72
2019-12-19xfs: refactor agfl length computation functionGravatar Darrick J. Wong 1-5/+13
2019-12-19libxfs: resync with the userspace libxfsGravatar Darrick J. Wong 4-24/+34
2019-12-19xfs: use bitops interface for buf log item AIL flag checkGravatar Brian Foster 1-1/+1
2019-12-18io_uring: io_wq_submit_work() should not touch req->rwGravatar Jens Axboe 1-3/+8
2019-12-18io_uring: don't wait when under-submittingGravatar Pavel Begunkov 1-0/+4
2019-12-18fs: call fsnotify_sb_delete after evict_inodesGravatar Eric Sandeen 2-1/+6
2019-12-18fs: avoid softlockups in s_inodes iteratorsGravatar Eric Sandeen 4-1/+10
2019-12-17io_uring: warn about unhandled opcodeGravatar Jens Axboe 1-2/+6
2019-12-17io_uring: read opcode and user_data from SQE exactly onceGravatar Jens Axboe 1-25/+20
2019-12-17io_uring: make IORING_OP_TIMEOUT_REMOVE deferrableGravatar Jens Axboe 1-10/+34