index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
2021-11-01
3
-120
/
+44
|
\
|
*
nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands
Christoph Hellwig
2021-10-22
3
-120
/
+44
*
|
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
24
-59
/
+42
|
\
\
|
*
|
udf: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
2
-9
/
+5
|
*
|
reiserfs: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
1
-3
/
+1
|
*
|
ntfs: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
1
-5
/
+3
|
*
|
jfs: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
2
-4
/
+2
|
*
|
ext4: use sb_bdev_nr_blocks
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
*
|
squashfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-2
/
+3
|
*
|
reiserfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-3
/
+1
|
*
|
pstore/blk: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-5
/
+3
|
*
|
ntfs3: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
*
|
nilfs2: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
3
-3
/
+3
|
*
|
nfs/blocklayout: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-2
/
+2
|
*
|
jfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
2
-2
/
+2
|
*
|
hfsplus: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
*
|
hfs: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
*
|
fat: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
1
-4
/
+1
|
*
|
cramfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
*
|
btrfs: use bdev_nr_bytes instead of open coding it
Christoph Hellwig
2021-10-18
4
-9
/
+8
|
*
|
affs: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
*
|
fs: simplify init_page_buffers
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
*
|
fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
Christoph Hellwig
2021-10-18
1
-1
/
+1
*
|
|
Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
3
-848
/
+983
|
\
\
\
|
*
|
|
io-wq: remove worker to owner tw dependency
Pavel Begunkov
2021-10-29
1
-9
/
+37
|
*
|
|
io_uring: harder fdinfo sq/cq ring iterating
Jens Axboe
2021-10-29
1
-22
/
+29
|
*
|
|
io_uring: don't assign write hint in the read path
Jens Axboe
2021-10-26
1
-1
/
+1
|
*
|
|
io_uring: clusterise ki_flags access in rw_prep
Pavel Begunkov
2021-10-25
1
-10
/
+11
|
*
|
|
io_uring: kill unused param from io_file_supports_nowait
Pavel Begunkov
2021-10-25
1
-4
/
+3
|
*
|
|
io_uring: clean up timeout async_data allocation
Pavel Begunkov
2021-10-25
1
-1
/
+3
|
*
|
|
io_uring: don't try io-wq polling if not supported
Pavel Begunkov
2021-10-25
1
-2
/
+6
|
*
|
|
io_uring: check if opcode needs poll first on arming
Pavel Begunkov
2021-10-25
1
-4
/
+2
|
*
|
|
io_uring: clean iowq submit work cancellation
Pavel Begunkov
2021-10-25
1
-30
/
+29
|
*
|
|
io_uring: clean io_wq_submit_work()'s main loop
Pavel Begunkov
2021-10-25
1
-28
/
+12
|
*
|
|
io-wq: use helper for worker refcounting
Pavel Begunkov
2021-10-23
1
-2
/
+1
|
*
|
|
io_uring: implement async hybrid mode for pollable requests
Hao Xu
2021-10-23
1
-1
/
+35
|
*
|
|
io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())
Changcheng Deng
2021-10-20
1
-1
/
+1
|
*
|
|
io_uring: split logic of force_nonblock
Hao Xu
2021-10-20
1
-22
/
+26
|
*
|
|
io_uring: warning about unused-but-set parameter
Arnd Bergmann
2021-10-19
1
-4
/
+1
|
*
|
|
io_uring: inform block layer of how many requests we are submitting
Jens Axboe
2021-10-19
1
-1
/
+3
|
*
|
|
io_uring: simplify io_file_supports_nowait()
Pavel Begunkov
2021-10-19
1
-12
/
+22
|
*
|
|
io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flags
Pavel Begunkov
2021-10-19
1
-40
/
+21
|
*
|
|
io_uring: arm poll for non-nowait files
Pavel Begunkov
2021-10-19
1
-7
/
+0
|
*
|
|
fs/io_uring: Prioritise checking faster conditions first in io_write
Noah Goldstein
2021-10-19
1
-1
/
+1
|
*
|
|
io_uring: clean io_prep_rw()
Pavel Begunkov
2021-10-19
1
-4
/
+3
|
*
|
|
io_uring: optimise fixed rw rsrc node setting
Pavel Begunkov
2021-10-19
1
-7
/
+4
|
*
|
|
io_uring: return iovec from __io_import_iovec
Pavel Begunkov
2021-10-19
1
-22
/
+23
|
*
|
|
io_uring: optimise io_import_iovec fixed path
Pavel Begunkov
2021-10-19
1
-3
/
+6
|
*
|
|
io_uring: kill io_wq_current_is_worker() in iopoll
Pavel Begunkov
2021-10-19
1
-5
/
+5
|
*
|
|
io_uring: optimise req->ctx reloads
Pavel Begunkov
2021-10-19
1
-2
/
+1
[next]