summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* io_uring: io_wq_submit_work() should not touch req->rwJens Axboe2019-12-181-3/+8
* io_uring: don't wait when under-submittingPavel Begunkov2019-12-181-0/+4
* io_uring: warn about unhandled opcodeJens Axboe2019-12-181-2/+6
* io_uring: read opcode and user_data from SQE exactly onceJens Axboe2019-12-181-25/+20
* io_uring: make IORING_OP_TIMEOUT_REMOVE deferrableJens Axboe2019-12-181-10/+34
* io_uring: make IORING_OP_CANCEL_ASYNC deferrableJens Axboe2019-12-181-4/+28
* io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrableJens Axboe2019-12-181-14/+54
* io_uring: make HARDLINK imply LINKPavel Begunkov2019-12-181-1/+1
* io_uring: any deferred command must have stable sqe dataJens Axboe2019-12-181-49/+172
* io_uring: remove 'sqe' parameter to the OP helpers that take itJens Axboe2019-12-181-36/+44
* io_uring: fix pre-prepped issue with force_nonblock == trueJens Axboe2019-12-181-77/+98
* 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
|\ \ \