aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-15Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-14/+3
2019-12-14Merge tag '5.5-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-3/+26
2019-12-14Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-96/+159
2019-12-13Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-88/+121
2019-12-13Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2019-12-13CIFS: Close cached root handle only if it has a leaseGravatar Pavel Shilovsky 5-4/+25
2019-12-13SMB3: Fix crash in SMB2_open_init due to uninitialized field in compounding pathGravatar Steve French 1-0/+1
2019-12-12Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 7-42/+85
2019-12-12fs: remove ksys_dup()Gravatar Dominik Brodowski 1-6/+1
2019-12-12init: use do_mount() instead of ksys_mount()Gravatar Dominik Brodowski 1-8/+2
2019-12-11Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-19/+20
2019-12-11io_uring: ensure we return -EINVAL on unknown opcodeGravatar Jens Axboe 1-7/+14
2019-12-11Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2019-12-11pipe: simplify signal handling in pipe_read() and add commentsGravatar Linus Torvalds 1-7/+29
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesGravatar David Howells 1-3/+4
2019-12-11afs: Fix missing cell comparison in afs_test_super()Gravatar David Howells 1-0/+1
2019-12-11afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPGravatar David Howells 1-0/+3
2019-12-11afs: Fix mountpoint parsingGravatar David Howells 1-2/+4
2019-12-10io_uring: add sockets to list of files that support non-blocking issueGravatar Jens Axboe 1-2/+4
2019-12-10io_uring: only hash regular files for async work executionGravatar Jens Axboe 1-1/+3
2019-12-10io_uring: run next sqe inline if possibleGravatar Jens Axboe 1-4/+11
2019-12-10io_uring: don't dynamically allocate poll dataGravatar Jens Axboe 1-16/+11
2019-12-10io_uring: deferred send/recvmsg should assign iovGravatar Jens Axboe 1-2/+2
2019-12-10io_uring: sqthread should grab ctx->uring_lock for submissionsGravatar Jens Axboe 1-5/+2
2019-12-10io-wq: briefly spin for new work after finishing workGravatar Jens Axboe 2-5/+26
2019-12-10io-wq: remove worker->wait waitqueueGravatar Jens Axboe 1-8/+2
2019-12-10io_uring: allow unbreakable linksGravatar Jens Axboe 1-38/+46
2019-12-10ovl: relax WARN_ON() on rename to selfGravatar Amir Goldstein 1-1/+1
2019-12-10ovl: fix corner case of non-unique st_dev;st_inoGravatar Amir Goldstein 1-1/+7
2019-12-10ovl: don't use a temp buf for encoding real fhGravatar Amir Goldstein 1-21/+16
2019-12-10ovl: make sure that real fid is 32bit aligned in memoryGravatar Amir Goldstein 4-73/+115
2019-12-10ovl: fix lookup failure on multi lower squashfsGravatar Amir Goldstein 3-7/+27
2019-12-09smb3: fix refcount underflow warning on unmount when no directory leasesGravatar Steve French 1-1/+2
2019-12-09ceph: add more debug info when decoding mdsmapGravatar Xiubo Li 1-4/+8
2019-12-09ceph: switch to global cap helperGravatar Xiubo Li 1-14/+10
2019-12-09ceph: trigger the reclaim work once there has enough pending capsGravatar Xiubo Li 1-1/+1
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileGravatar Jeff Layton 4-0/+40
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intGravatar Jeff Layton 3-23/+26
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 2-2/+2
2019-12-09btrfs: add Kconfig dependency for BLAKE2BGravatar David Sterba 1-0/+1
2019-12-09afs: Fix SELinux setting security label on /afsGravatar David Howells 1-1/+0
2019-12-09afs: Fix afs_find_server lookups for ipv4 peersGravatar Marc Dionne 1-13/+8
2019-12-08Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 13-72/+265
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-6/+5
2019-12-07Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-12/+28
2019-12-07Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-12/+17
2019-12-07Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-7/+43
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 12-52/+136
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 30-209/+1034
2019-12-07smb3: improve check for when we send the security descriptor context on createGravatar Steve French 1-0/+2