summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: Allow modular crypto algorithmsHerbert Xu2019-12-314-7/+17
* fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers2019-12-313-3/+3
* fscrypt: remove fscrypt_is_direct_key_policy()Eric Biggers2019-12-311-6/+0
* fscrypt: move fscrypt_valid_enc_modes() to policy.cEric Biggers2019-12-312-18/+17
* fscrypt: check for appropriate use of DIRECT_KEY flag earlierEric Biggers2019-12-314-30/+35
* fscrypt: split up fscrypt_supported_policy() by policy versionEric Biggers2019-12-311-57/+59
* fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers2019-12-313-51/+50
* fscrypt: constify inode parameter to filename encryption functionsEric Biggers2019-12-312-11/+11
* fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Eric Biggers2019-12-312-2/+2
* fscrypt: verify that the crypto_skcipher has the correct ivsizeEric Biggers2019-12-311-0/+4
* fscrypt: use crypto_skcipher_driver_name()Eric Biggers2019-12-311-2/+1
* fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers2019-12-311-8/+124
* Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...Linus Torvalds2019-12-291-1/+1
|\
| * locks: print unsigned ino in /proc/locksAmir Goldstein2019-12-291-1/+1
* | Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-293-10/+56
|\ \
| * | cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2019-12-232-9/+55
| * | cifs: Adjust indentation in smb2_open_fileNathan Chancellor2019-12-231-1/+1
| |/
* | Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-272-343/+357
|\ \ | |/ |/|
| * io-wq: add cond_resched() to worker threadHillf Danton2019-12-241-0/+2
| * io-wq: remove unused busy list from io_sqeHillf Danton2019-12-231-8/+0
| * io_uring: pass in 'sqe' to the prep handlersJens Axboe2019-12-201-242/+251
| * io_uring: standardize the prep methodsJens Axboe2019-12-201-65/+63
| * io_uring: read 'count' for IORING_OP_TIMEOUT in prep handlerJens Axboe2019-12-201-3/+8
| * io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handlerJens Axboe2019-12-201-31/+33
| * io_uring: move all prep state for IORING_OP_CONNECT to prep handlerJens Axboe2019-12-201-18/+22
| * io_uring: add and use struct io_rw for read/writesJens Axboe2019-12-201-46/+50
| * io_uring: use u64_to_user_ptr() consistentlyJens Axboe2019-12-201-9/+7
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-235-2/+16
|\ \
| * | fs: call fsnotify_sb_delete after evict_inodesEric Sandeen2019-12-182-1/+6
| * | fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-184-1/+10
* | | Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-2212-103/+340
|\ \ \
| * | | xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
| * | | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-194-1/+130
| * | | xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
| * | | xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
| * | | libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
| * | | xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
| * | | xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
| * | | xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-112-2/+13
| |/ /
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-226-95/+104
|\ \ \
| * | | ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-221-1/+3
| * | | ext4: use RCU API in debug_print_treePhong Tran2019-12-161-1/+5
| * | | ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2019-12-161-74/+69
| * | | ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
| * | | ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2
| * | | ext4: optimize __ext4_check_dir_entry()Theodore Ts'o2019-12-141-5/+4
| * | | ext4: check for directory entries too close to block endJan Kara2019-12-141-0/+5
| * | | ext4: fix ext4_empty_dir() for directories with holesJan Kara2019-12-141-14/+18
* | | | pipe: fix empty pipe check in pipe_write()Jan Stancek2019-12-221-1/+1
* | | | Merge tag 'io_uring-5.5-20191220' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-203-229/+493
|\ \ \ \ | | |_|/ | |/| |