index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
md/raid6: let async recovery function support different page offset
Yufen Yu
2020-09-25
1
-2
/
+4
*
md/raid6: let syndrome computor support different page offset
Yufen Yu
2020-09-25
1
-3
/
+3
*
md/raid5: add new xor function to support different page offset
Yufen Yu
2020-09-25
1
-0
/
+11
*
Merge branch 'for-5.10/block' into for-5.10/drivers
Jens Axboe
2020-09-24
11
-113
/
+85
|
\
|
*
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-24
1
-38
/
+10
|
*
bdi: invert BDI_CAP_NO_ACCT_WB
Christoph Hellwig
2020-09-24
1
-10
/
+3
|
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
3
-6
/
+4
|
*
bdi: remove BDI_CAP_SYNCHRONOUS_IO
Christoph Hellwig
2020-09-24
1
-9
/
+0
|
*
bdi: remove BDI_CAP_CGROUP_WRITEBACK
Christoph Hellwig
2020-09-24
1
-5
/
+3
|
*
block: lift setting the readahead size into the block layer
Christoph Hellwig
2020-09-24
1
-0
/
+1
|
*
fs: remove the unused SB_I_MULTIROOT flag
Christoph Hellwig
2020-09-24
1
-1
/
+0
|
*
block: mark blkdev_get static
Christoph Hellwig
2020-09-23
1
-1
/
+0
|
*
mm: split swap_type_of
Christoph Hellwig
2020-09-23
1
-1
/
+2
|
*
PM: rewrite is_hibernate_resume_dev to not require an inode
Christoph Hellwig
2020-09-23
1
-2
/
+2
|
*
block: move the NEED_PART_SCAN flag to struct gendisk
Christoph Hellwig
2020-09-23
2
-3
/
+3
|
*
block: allow 'chunk_sectors' to be non-power-of-2
Mike Snitzer
2020-09-23
1
-3
/
+9
|
*
block: introduce part_[begin|end]_io_acct
Song Liu
2020-09-12
1
-0
/
+5
|
*
block: remove check_disk_change
Christoph Hellwig
2020-09-10
1
-1
/
+0
|
*
ide-gd: stop using the disk events mechanism
Christoph Hellwig
2020-09-10
1
-2
/
+0
|
*
block: add a bdev_check_media_change helper
Christoph Hellwig
2020-09-10
1
-1
/
+1
|
*
block: Do not discard buffers under a mounted filesystem
Jan Kara
2020-09-08
1
-0
/
+7
|
*
blk-mq, elevator: Count requests per hctx to improve performance
Kashyap Desai
2020-09-03
1
-0
/
+4
|
*
blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared...
John Garry
2020-09-03
2
-0
/
+2
|
*
blk-mq: Record nr_active_requests per queue for when using shared sbitmap
John Garry
2020-09-03
1
-0
/
+2
|
*
blk-mq: Facilitate a shared sbitmap per tagset
John Garry
2020-09-03
1
-0
/
+6
|
*
blk-mq: Rename BLK_MQ_F_TAG_SHARED as BLK_MQ_F_TAG_QUEUE_SHARED
Ming Lei
2020-09-03
1
-1
/
+1
|
*
block: remove revalidate_disk()
Christoph Hellwig
2020-09-02
1
-1
/
+0
|
*
block: use revalidate_disk_size in set_capacity_revalidate_and_notify
Christoph Hellwig
2020-09-02
1
-2
/
+2
|
*
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-09-02
1
-0
/
+1
|
*
block: rename bd_invalidated
Christoph Hellwig
2020-09-02
1
-1
/
+3
|
*
block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
Khazhismel Kumykov
2020-09-02
1
-0
/
+2
|
*
blk-iocost: restore inuse update tracepoints
Tejun Heo
2020-09-02
1
-3
/
+3
|
*
blk-iocost: decouple vrate adjustment from surplus transfers
Tejun Heo
2020-09-02
1
-9
/
+4
|
*
blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_us
Tejun Heo
2020-09-02
1
-5
/
+2
|
*
block: remove an outdated comment on the bd_dev field
Christoph Hellwig
2020-09-02
1
-1
/
+1
|
*
block: remove the discard_alignment field from struct hd_struct
Christoph Hellwig
2020-09-02
2
-3
/
+2
|
*
block: remove the alignment_offset field from struct hd_struct
Christoph Hellwig
2020-09-02
2
-4
/
+2
|
*
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
2020-09-02
1
-2
/
+0
|
*
block: remove the BIO_USER_MAPPED flag
Christoph Hellwig
2020-09-02
1
-1
/
+0
|
*
block: remove the BIO_NULL_MAPPED flag
Christoph Hellwig
2020-09-02
1
-1
/
+0
|
*
block: fix locking for struct block_device size updates
Christoph Hellwig
2020-09-02
1
-0
/
+1
|
*
block: replace bd_set_size with bd_set_nr_sectors
Christoph Hellwig
2020-09-02
1
-1
/
+1
|
*
block: Make request_queue.rpm_status an enum
Geert Uytterhoeven
2020-09-02
1
-1
/
+2
*
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-09-23
1
-1
/
+1
|
\
\
|
*
|
fs: fix cast in fsparam_u32hex() macro
Alexey Dobriyan
2020-09-17
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-22
11
-9
/
+21
|
\
\
\
|
*
|
|
net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
Henry Ptasinski
2020-09-20
1
-3
/
+5
|
*
|
|
net: mscc: ocelot: deinitialize only initialized ports
Vladimir Oltean
2020-09-18
1
-0
/
+1
|
*
|
|
net: mscc: ocelot: add locking for the port TX timestamp ID
Vladimir Oltean
2020-09-18
1
-0
/
+1
|
*
|
|
ethtool: add and use message type for tunnel info reply
Michal Kubecek
2020-09-18
1
-0
/
+1
[next]