summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* io-wq: re-add io_wq_current_is_worker()Jens Axboe2019-12-181-2/+6
* io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSGJens Axboe2019-12-161-14/+26
* io_uring: fix stale comment and a few typosBrian Gianforcaro2019-12-152-5/+5
* Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-133-88/+121
|\
| * io_uring: ensure we return -EINVAL on unknown opcodeJens Axboe2019-12-121-7/+14
| * io_uring: add sockets to list of files that support non-blocking issueJens Axboe2019-12-111-2/+4
| * io_uring: only hash regular files for async work executionJens Axboe2019-12-111-1/+3
| * io_uring: run next sqe inline if possibleJens Axboe2019-12-111-4/+11
| * io_uring: don't dynamically allocate poll dataJens Axboe2019-12-111-16/+11
| * io_uring: deferred send/recvmsg should assign iovJens Axboe2019-12-111-2/+2
| * io_uring: sqthread should grab ctx->uring_lock for submissionsJens Axboe2019-12-111-5/+2
| * io-wq: briefly spin for new work after finishing workJens Axboe2019-12-112-5/+26
| * io-wq: remove worker->wait waitqueueJens Axboe2019-12-111-8/+2
| * io_uring: allow unbreakable linksJens Axboe2019-12-111-38/+46
* | Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-132-2/+2
|\ \
| * | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-2/+2
* | | Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2019-12-127-42/+85
|\ \ \
| * | | ceph: add more debug info when decoding mdsmapXiubo Li2019-12-091-4/+8
| * | | ceph: switch to global cap helperXiubo Li2019-12-091-14/+10
| * | | ceph: trigger the reclaim work once there has enough pending capsXiubo Li2019-12-091-1/+1
| * | | ceph: show tasks waiting on caps in debugfs caps fileJeff Layton2019-12-094-0/+40
| * | | ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton2019-12-093-23/+26
| |/ /
* | | Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-125-19/+20
|\ \ \
| * | | afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells2019-12-111-3/+4
| * | | afs: Fix missing cell comparison in afs_test_super()David Howells2019-12-111-0/+1
| * | | afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells2019-12-111-0/+3
| * | | afs: Fix mountpoint parsingDavid Howells2019-12-111-2/+4
| * | | afs: Fix SELinux setting security label on /afsDavid Howells2019-12-091-1/+0
| * | | afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne2019-12-091-13/+8
| |/ /
* | | Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-111-0/+2
|\ \ \
| * | | erofs: zero out when listxattr is called with no xattrGao Xiang2019-12-041-0/+2
* | | | pipe: simplify signal handling in pipe_read() and add commentsLinus Torvalds2019-12-111-7/+29
* | | | btrfs: add Kconfig dependency for BLAKE2BDavid Sterba2019-12-091-0/+1
| |/ / |/| |
* | | Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-12-0813-72/+265
|\ \ \
| * | | smb3: improve check for when we send the security descriptor context on createSteve French2019-12-081-0/+2
| * | | smb3: fix mode passed in on create for modetosid mount optionSteve French2019-12-065-34/+122
| * | | cifs: fix possible uninitialized access and race on iface_listAurelien Aptel2019-12-041-3/+26
| * | | cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)2019-12-043-1/+9
| * | | smb3: query attributes on file closeSteve French2019-12-037-15/+97
| * | | smb3: remove unused flag passed into close functionsSteve French2019-12-032-16/+5
| * | | cifs: remove redundant assignment to pointer pneg_ctxtColin Ian King2019-12-021-1/+1
| * | | fs: cifs: Fix atime update check vs mtimeDeepa Dinamani2019-12-021-1/+1
| * | | CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-021-3/+4
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-12-084-6/+5
|\ \ \ \
| * | | | make __d_alloc() staticAl Viro2019-10-252-2/+1
| * | | | fs/namespace: add __user to open_tree and move_mount syscallsBen Dooks2019-10-211-3/+3
| * | | | fs/fnctl: fix missing __user in fcntl_rw_hint()Ben Dooks2019-10-211-1/+1
* | | | | Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-081-12/+28
|\ \ \ \ \
| * | | | | iomap: stop using ioend after it's been freed in iomap_finish_ioend()Zorro Lang2019-12-051-2/+3
| * | | | | iomap: fix sub-page uptodate handlingChristoph Hellwig2019-12-041-10/+25