summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-1622-671/+357
|\
| * block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-011-1/+1
| * block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-9/+0
| * f2fs: remove a few bd_part checksChristoph Hellwig2020-12-012-13/+1
| * block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-014-25/+11
| * block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-27/+12
| * block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-011-6/+5
| * block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-0/+1
| * block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-011-0/+10
| * block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-013-73/+4
| * block: initialize struct block_device in bdev_allocChristoph Hellwig2020-12-011-13/+9
| * block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-33/+18
| * block: remove ->bd_containsChristoph Hellwig2020-12-011-14/+8
| * block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-76/+101
| * block: remove i_bdevChristoph Hellwig2020-12-019-208/+91
| * block: opencode devcgroup_inode_permissionChristoph Hellwig2020-12-011-6/+4
| * block: move bdput() to the callers of __blkdev_getChristoph Hellwig2020-12-011-2/+5
| * block: refactor blkdev_getChristoph Hellwig2020-12-011-99/+86
| * block: refactor __blkdev_putChristoph Hellwig2020-12-011-7/+7
| * block: switch bdgrab to use igrabChristoph Hellwig2020-12-011-1/+5
| * block: change the hash used for looking up block devicesChristoph Hellwig2020-12-011-24/+2
| * block: add a bdev_kobj helperChristoph Hellwig2020-12-012-15/+6
| * fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-015-38/+24
| * fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig2020-12-013-56/+28
| * block: unexport revalidate_disk_sizeChristoph Hellwig2020-11-161-1/+0
| * block: remove the call to __invalidate_device in check_disk_size_changeChristoph Hellwig2020-11-161-6/+0
* | Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-165-586/+794
|\ \
| * | io_uring: fix io_cqring_events()'s noflushPavel Begunkov2020-12-091-1/+1
| * | io_uring: fix racy IOPOLL flush overflowPavel Begunkov2020-12-091-4/+6
| * | io_uring: fix racy IOPOLL completionsPavel Begunkov2020-12-091-5/+18
| * | io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang2020-12-091-2/+13
| * | io_uring: add timeout updatePavel Begunkov2020-12-091-4/+50
| * | io_uring: restructure io_timeout_cancel()Pavel Begunkov2020-12-091-19/+23
| * | io_uring: fix files cancellationPavel Begunkov2020-12-091-4/+4
| * | io_uring: use bottom half safe lock for fixed file dataJens Axboe2020-12-091-8/+8
| * | io_uring: fix miscounting ios_leftPavel Begunkov2020-12-091-12/+9
| * | io_uring: change submit file state invariantPavel Begunkov2020-12-091-11/+10
| * | io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang2020-12-091-1/+9
| * | io_uring: share fixed_file_refs b/w multiple rsrcsPavel Begunkov2020-12-091-8/+15
| * | io_uring: replace inflight_wait with tctx->waitPavel Begunkov2020-12-091-7/+6
| * | io_uring: don't take fs for recvmsg/sendmsgPavel Begunkov2020-12-091-4/+2
| * | io_uring: only wake up sq thread while current task is in io worker contextXiaoguang Wang2020-12-091-3/+8
| * | io_uring: don't acquire uring_lock twiceXiaoguang Wang2020-12-091-11/+7
| * | io_uring: initialize 'timeout' properly in io_sq_thread()Xiaoguang Wang2020-12-091-1/+1
| * | io_uring: refactor io_sq_thread() handlingXiaoguang Wang2020-12-091-102/+67
| * | io_uring: always batch cancel in *cancel_files()Pavel Begunkov2020-12-093-125/+21
| * | io_uring: pass files into kill timeouts/pollPavel Begunkov2020-12-091-8/+10
| * | io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov2020-12-091-22/+12
| * | io_uring: cancel only requests of current taskPavel Begunkov2020-12-091-18/+5
| * | io_uring: add a {task,files} pair matching helperPavel Begunkov2020-12-091-26/+22