summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-312-0/+5
|\
| * io_uring: add support for IORING_OP_LINKATDmitry Kadashev2021-08-231-0/+2
| * io_uring: add support for IORING_OP_SYMLINKATDmitry Kadashev2021-08-231-0/+1
| * io_uring: add support for IORING_OP_MKDIRATDmitry Kadashev2021-08-231-0/+1
| * namei: add getname_uflags()Dmitry Kadashev2021-08-231-0/+1
* | Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-314-0/+17
|\ \
| * | bio: add allocation cache abstractionJens Axboe2021-08-233-0/+15
| * | fs: add kiocb alloc cache flagJens Axboe2021-08-231-0/+2
* | | Merge tag 'for-5.15/io_uring-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-313-9/+23
|\ \ \
| * | | io_uring: allow updating linked timeoutsPavel Begunkov2021-08-301-5/+6
| * | | io_uring: support CLOCK_BOOTTIME/REALTIME for timeoutsJens Axboe2021-08-291-0/+3
| * | | io-wq: provide a way to limit max number of workersJens Axboe2021-08-291-0/+3
| * | | io_uring: openat directly into fixed fd tablePavel Begunkov2021-08-251-1/+4
| * | | net: add accept helper not installing fdPavel Begunkov2021-08-251-0/+3
| | |/ | |/|
| * | io_uring: remove files pointer in cancellation functionsHao Xu2021-08-231-5/+5
| * | io_uring: extract io_uring_files_cancel() in io_uring_task_cancel()Hao Xu2021-08-231-1/+2
| |/
* | Merge tag 'for-5.15/libata-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-311-1/+6
|\ \
| * | include:libata: fix boolreturn.cocci warningsJing Yangyang2021-08-241-1/+1
| * | libata: Introduce ncq_prio_supported sysfs sttributeDamien Le Moal2021-08-181-0/+1
| * | libata: print feature list on device scanDamien Le Moal2021-08-181-0/+4
* | | Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-313-921/+2
|\ \ \
| * | | params: lift param_set_uint_minmax to common codeSagi Grimberg2021-08-161-0/+2
| * | | remove the lightnvm subsystemChristoph Hellwig2021-08-142-921/+0
* | | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-3118-203/+198
|\ \ \ \
| * | | | block: mark blkdev_fsync staticChristoph Hellwig2021-08-241-4/+0
| * | | | mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko2021-08-242-0/+2
| * | | | block: Add alternative_gpt_sector() operationDmitry Osipenko2021-08-241-0/+7
| * | | | block: add error handling for device_add_disk / add_diskLuis Chamberlain2021-08-231-4/+4
| * | | | block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-232-6/+5
| * | | | block: hold a request_queue reference for the lifetime of struct gendiskChristoph Hellwig2021-08-231-1/+0
| * | | | block: pass a request_queue to __blk_alloc_diskChristoph Hellwig2021-08-231-1/+2
| * | | | block: remove the minors argument to __alloc_disk_nodeChristoph Hellwig2021-08-231-2/+1
| * | | | block: remove alloc_disk and alloc_disk_nodeChristoph Hellwig2021-08-231-10/+0
| * | | | block: cleanup the lockdep handling in *alloc_diskChristoph Hellwig2021-08-232-24/+9
| * | | | block: fix default IO priority handlingDamien Le Moal2021-08-182-3/+9
| * | | | block: Introduce IOPRIO_NR_LEVELSDamien Le Moal2021-08-181-2/+3
| * | | | block: fix IOPRIO_PRIO_CLASS() and IOPRIO_PRIO_VALUE() macrosDamien Le Moal2021-08-181-4/+8
| * | | | block: change ioprio_valid() to an inline functionDamien Le Moal2021-08-182-2/+10
| * | | | block: improve ioprio class description commentDamien Le Moal2021-08-181-4/+6
| * | | | blk-cgroup: stop using seq_get_bufChristoph Hellwig2021-08-161-2/+2
| * | | | bvec: add a bvec_virt helperChristoph Hellwig2021-08-161-0/+12
| * | | | block: remove GENHD_FL_UPChristoph Hellwig2021-08-121-4/+5
| * | | | block: move some macros to blkdev.hGuoqing Jiang2021-08-122-1/+4
| * | | | writeback: make the laptop_mode prototypes available unconditionallyChristoph Hellwig2021-08-101-5/+0
| * | | | block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei2021-08-091-0/+16
| * | | | block: remove the bd_bdi in struct block_deviceChristoph Hellwig2021-08-092-2/+1
| * | | | block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-092-3/+1
| * | | | block: add a queue_has_disk helperChristoph Hellwig2021-08-091-0/+1
| * | | | block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
| * | | | block: remove support for delayed queue registrationsChristoph Hellwig2021-08-091-6/+0