index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
22
-671
/
+357
|
\
|
*
block: stop using bdget_disk for partition 0
Christoph Hellwig
2020-12-01
1
-1
/
+1
|
*
block: merge struct block_device and struct hd_struct
Christoph Hellwig
2020-12-01
1
-9
/
+0
|
*
f2fs: remove a few bd_part checks
Christoph Hellwig
2020-12-01
2
-13
/
+1
|
*
block: switch partition lookup to use struct block_device
Christoph Hellwig
2020-12-01
4
-25
/
+11
|
*
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
2020-12-01
1
-27
/
+12
|
*
block: move holder_dir to struct block_device
Christoph Hellwig
2020-12-01
1
-6
/
+5
|
*
block: move the partition_meta_info to struct block_device
Christoph Hellwig
2020-12-01
1
-0
/
+1
|
*
block: move disk stat accounting to struct block_device
Christoph Hellwig
2020-12-01
1
-0
/
+10
|
*
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
2020-12-01
3
-73
/
+4
|
*
block: initialize struct block_device in bdev_alloc
Christoph Hellwig
2020-12-01
1
-13
/
+9
|
*
block: simplify the block device claiming interface
Christoph Hellwig
2020-12-01
1
-33
/
+18
|
*
block: remove ->bd_contains
Christoph Hellwig
2020-12-01
1
-14
/
+8
|
*
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
2020-12-01
1
-76
/
+101
|
*
block: remove i_bdev
Christoph Hellwig
2020-12-01
9
-208
/
+91
|
*
block: opencode devcgroup_inode_permission
Christoph Hellwig
2020-12-01
1
-6
/
+4
|
*
block: move bdput() to the callers of __blkdev_get
Christoph Hellwig
2020-12-01
1
-2
/
+5
|
*
block: refactor blkdev_get
Christoph Hellwig
2020-12-01
1
-99
/
+86
|
*
block: refactor __blkdev_put
Christoph Hellwig
2020-12-01
1
-7
/
+7
|
*
block: switch bdgrab to use igrab
Christoph Hellwig
2020-12-01
1
-1
/
+5
|
*
block: change the hash used for looking up block devices
Christoph Hellwig
2020-12-01
1
-24
/
+2
|
*
block: add a bdev_kobj helper
Christoph Hellwig
2020-12-01
2
-15
/
+6
|
*
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2020-12-01
5
-38
/
+24
|
*
fs: remove get_super_thawed and get_super_exclusive_thawed
Christoph Hellwig
2020-12-01
3
-56
/
+28
|
*
block: unexport revalidate_disk_size
Christoph Hellwig
2020-11-16
1
-1
/
+0
|
*
block: remove the call to __invalidate_device in check_disk_size_change
Christoph Hellwig
2020-11-16
1
-6
/
+0
*
|
Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
5
-586
/
+794
|
\
\
|
*
|
io_uring: fix io_cqring_events()'s noflush
Pavel Begunkov
2020-12-09
1
-1
/
+1
|
*
|
io_uring: fix racy IOPOLL flush overflow
Pavel Begunkov
2020-12-09
1
-4
/
+6
|
*
|
io_uring: fix racy IOPOLL completions
Pavel Begunkov
2020-12-09
1
-5
/
+18
|
*
|
io_uring: always let io_iopoll_complete() complete polled io
Xiaoguang Wang
2020-12-09
1
-2
/
+13
|
*
|
io_uring: add timeout update
Pavel Begunkov
2020-12-09
1
-4
/
+50
|
*
|
io_uring: restructure io_timeout_cancel()
Pavel Begunkov
2020-12-09
1
-19
/
+23
|
*
|
io_uring: fix files cancellation
Pavel Begunkov
2020-12-09
1
-4
/
+4
|
*
|
io_uring: use bottom half safe lock for fixed file data
Jens Axboe
2020-12-09
1
-8
/
+8
|
*
|
io_uring: fix miscounting ios_left
Pavel Begunkov
2020-12-09
1
-12
/
+9
|
*
|
io_uring: change submit file state invariant
Pavel Begunkov
2020-12-09
1
-11
/
+10
|
*
|
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
2020-12-09
1
-1
/
+9
|
*
|
io_uring: share fixed_file_refs b/w multiple rsrcs
Pavel Begunkov
2020-12-09
1
-8
/
+15
|
*
|
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
2020-12-09
1
-7
/
+6
|
*
|
io_uring: don't take fs for recvmsg/sendmsg
Pavel Begunkov
2020-12-09
1
-4
/
+2
|
*
|
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
2020-12-09
1
-3
/
+8
|
*
|
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
2020-12-09
1
-11
/
+7
|
*
|
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
2020-12-09
1
-1
/
+1
|
*
|
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
2020-12-09
1
-102
/
+67
|
*
|
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
2020-12-09
3
-125
/
+21
|
*
|
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
2020-12-09
1
-8
/
+10
|
*
|
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
2020-12-09
1
-22
/
+12
|
*
|
io_uring: cancel only requests of current task
Pavel Begunkov
2020-12-09
1
-18
/
+5
|
*
|
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
2020-12-09
1
-26
/
+22
[next]