summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-024-363/+433
|\
| * io_uring: fix overflowed reqs cancellationPavel Begunkov2020-05-301-2/+3
| * io_uring: off timeouts based only on completionsPavel Begunkov2020-05-301-51/+14
| * io_uring: move timeouts flushing to a helperPavel Begunkov2020-05-301-20/+14
| * statx: hide interfaces no longer used by io_uringBijan Mottahedeh2020-05-262-4/+3
| * io_uring: call statx directlyBijan Mottahedeh2020-05-261-46/+4
| * statx: allow system call to be invoked from io_uringBijan Mottahedeh2020-05-262-13/+21
| * io_uring: add io_statx structureBijan Mottahedeh2020-05-261-16/+22
| * io_uring: get rid of manual punting in io_closePavel Begunkov2020-05-261-15/+5
| * io_uring: separate DRAIN flushing into a cold pathPavel Begunkov2020-05-261-15/+15
| * io_uring: don't re-read sqe->off in timeout_prep()Pavel Begunkov2020-05-261-2/+3
| * io_uring: simplify io_timeout lockingPavel Begunkov2020-05-261-2/+1
| * io_uring: fix flush req->refs underflowPavel Begunkov2020-05-261-1/+1
| * io_uring: don't submit sqes when ctx->refs is dyingXiaoguang Wang2020-05-201-11/+2
| * io_uring: async task poll trigger cleanupJens Axboe2020-05-171-17/+16
| * io_uring: add tee(2) supportPavel Begunkov2020-05-171-3/+59
| * splice: export do_tee()Pavel Begunkov2020-05-171-2/+1
| * io_uring: don't repeat valid flag listPavel Begunkov2020-05-171-3/+1
| * io_uring: rename io_file_put()Pavel Begunkov2020-05-171-9/+13
| * io_uring: remove req->needs_fixed_filesPavel Begunkov2020-05-171-9/+12
| * io_uring: cleanup io_poll_remove_one() logicJens Axboe2020-05-171-14/+13
| * io_uring: file registration list and lock optimizationJens Axboe2020-05-151-14/+10
| * io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flagsStefano Garzarella2020-05-151-0/+2
| * io_uring: add 'cq_flags' field for the CQ ringStefano Garzarella2020-05-151-1/+9
| * io_uring: allow POLL_ADD with double poll_wait() usersJens Axboe2020-05-151-72/+146
| * io_uring: batch reap of dead file registrationsJens Axboe2020-05-151-12/+42
| * io_uring: name sq thread and ref completionsJens Axboe2020-05-141-16/+10
| * io_uring: remove duplicate semicolon at the end of lineXiaoming Ni2020-05-111-1/+1
| * io_uring: remove obsolete 'state' parameterXiaoguang Wang2020-05-081-2/+2
| * io_uring: remove 'fd is io_uring' from close pathJens Axboe2020-05-081-6/+4
* | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-12/+0
|\ \
| * | block: remove ioctl_by_bdevChristoph Hellwig2020-05-211-12/+0
* | | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0224-123/+172
|\ \ \
| * | | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-2216-17/+17
| * | | zonefs: use REQ_OP_ZONE_APPEND for sync DIOJohannes Thumshirn2020-05-121-8/+72
| * | | block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei2020-05-123-4/+4
| |/ /
| * | hfs: stop using ioctl_by_bdevChristoph Hellwig2020-05-091-13/+19
| * | bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-092-3/+1
| * | bdi: simplify bdi_allocChristoph Hellwig2020-05-091-1/+1
| * | Merge branch 'block-5.7' into for-5.8/blockJens Axboe2020-05-094-4/+13
| |\ \
| * | | udf: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-16/+13
| * | | isofs: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-28/+26
| * | | hfsplus: stop using ioctl_by_bdevChristoph Hellwig2020-05-041-15/+18
| * | | block: unexport bdev_read_page and bdev_write_pageChristoph Hellwig2020-04-241-2/+0
| * | | block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-201-15/+0
| * | | block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-1/+1
* | | | Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-06-021-2/+1
|\ \ \ \
| * \ \ \ Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki2020-06-011-2/+1
| |\ \ \ \
| | * | | | PM: hibernate: Restrict writes to the resume deviceDomenico Andreoli2020-05-271-2/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0272-880/+642
|\ \ \ \ \ \