summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io-wq: have io_wq_create() take a 'data' argumentJens Axboe2019-11-253-13/+22
* io_uring: fix dead-hung for non-iter fixed rwPavel Begunkov2019-11-251-1/+14
* io_uring: add support for IORING_OP_CONNECTJens Axboe2019-11-251-0/+36
* io_uring: only return -EBUSY for submit on non-flushed backlogJens Axboe2019-11-251-6/+10
* io_uring: only !null ptr to io_issue_sqe()Pavel Begunkov2019-11-251-16/+12
* io_uring: simplify io_req_link_next()Pavel Begunkov2019-11-251-10/+1
* io_uring: pass only !null to io_req_find_next()Pavel Begunkov2019-11-251-2/+7
* io_uring: remove io_free_req_find_next()Pavel Begunkov2019-11-251-7/+2
* io_uring: add likely/unlikely in io_get_sqring()Pavel Begunkov2019-11-251-2/+2
* io_uring: rename __io_submit_sqe()Pavel Begunkov2019-11-251-4/+4
* io_uring: improve trace_io_uring_defer() trace pointJens Axboe2019-11-251-1/+1
* io_uring: drain next sqe instead of shadowingPavel Begunkov2019-11-251-68/+18
* io_uring: close lookup gap for dependent next workJens Axboe2019-11-253-3/+22
* io_uring: allow finding next link independent of req reference countJens Axboe2019-11-251-5/+15
* io_uring: io_allocate_scq_urings() should return a sane stateJens Axboe2019-11-251-2/+8
* io_uring: Always REQ_F_FREE_SQE for allocated sqePavel Begunkov2019-11-251-27/+22
* io_uring: io_fail_links() should only consider first linked timeoutJens Axboe2019-11-251-3/+4
* io_uring: Fix leaking linked timeoutsPavel Begunkov2019-11-251-0/+1
* io_uring: remove redundant checkPavel Begunkov2019-11-251-4/+0
* io_uring: break links for failed deferPavel Begunkov2019-11-251-0/+4
* io-wq: remove extra space charactersDan Carpenter2019-11-251-3/+3
* io-wq: wait for io_wq_create() to setup necessary workersJens Axboe2019-11-251-15/+35
* io_uring: request cancellations should break linksJens Axboe2019-11-251-0/+6
* io_uring: correct poll cancel and linked timeout expiration completionJens Axboe2019-11-251-11/+22
* io_uring: remove dead REQ_F_SEQ_PREV flagJens Axboe2019-11-251-1/+0
* io_uring: fix sequencing issues with linked timeoutsJens Axboe2019-11-251-41/+61
* io_uring: make req->timeout be dynamically allocatedJens Axboe2019-11-251-59/+70
* io_uring: make io_double_put_req() use normal completion pathJens Axboe2019-11-251-2/+14
* io_uring: cleanup return values from the queueing functionsJens Axboe2019-11-251-16/+12
* io_uring: io_async_cancel() should pass in 'nxt' request pointerJens Axboe2019-11-251-1/+1
* Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-11-253-0/+290
|\
| * ext4: add kunit test for decoding extended timestampsIurii Zaikin2019-10-233-0/+290
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-11-252-2/+8
|\ \
| * | f2fs: support STATX_ATTR_VERITYEric Biggers2019-11-131-1/+4
| * | ext4: support STATX_ATTR_VERITYEric Biggers2019-11-131-1/+4
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-11-2510-271/+158
|\ \ \
| * | | f2fs: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2019-11-061-6/+20
| * | | ext4: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2019-11-062-0/+16
| * | | fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers2019-11-065-18/+100
| * | | fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers2019-11-062-5/+3
| * | | fscrypt: zeroize fscrypt_info before freeingEric Biggers2019-10-211-0/+1
| * | | fscrypt: remove struct fscrypt_ctxEric Biggers2019-10-213-131/+10
| * | | fscrypt: invoke crypto API for ESSIV handlingEric Biggers2019-10-214-114/+11
* | | | Merge tag 'affs-for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-252-16/+10
|\ \ \ \
| * | | | affs: fix a memory leak in affs_remountNavid Emamdoost2019-11-181-6/+0
| * | | | affs: Replace binary semaphores with mutexesDavidlohr Bueso2019-11-182-10/+10
* | | | | Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-11-2563-2546/+2694
|\ \ \ \ \
| * | | | | btrfs: drop bdev argument from submit_extent_pageDavid Sterba2019-11-181-8/+3
| * | | | | btrfs: remove extent_map::bdevDavid Sterba2019-11-188-31/+2
| * | | | | btrfs: drop bio_set_dev where not neededDavid Sterba2019-11-182-11/+0