summaryrefslogtreecommitdiffstats
path: root/rust/kernel/block (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg6-0/+952
2024-06-12md/raid5: avoid BUG_ON() while continue reshape after reassemblingYu Kuai1-7/+13
2024-06-12md: pass in max_sectors for pers->sync_request()Yu Kuai5-14/+10
2024-06-12md: factor out helpers for different sync_action in md_do_sync()Yu Kuai1-50/+73
2024-06-12md: replace last_sync_action with new enum typeYu Kuai3-9/+9
2024-06-12md: use new helpers in md_do_sync()Yu Kuai2-17/+6
2024-06-12md: don't fail action_store() if sync_thread is not registeredYu Kuai2-54/+33
2024-06-12md: remove parameter check_seq for stop_sync_thread()Yu Kuai1-15/+11
2024-06-12md: replace sysfs api sync_action with new helpersYu Kuai1-42/+52
2024-06-12md: factor out helper to start reshape from action_store()Yu Kuai1-24/+41
2024-06-12md: add new helpers for sync_actionYu Kuai2-0/+82
2024-06-12md: add a new enum type sync_actionYu Kuai1-1/+56
2024-06-12md: rearrange recovery_flagsYu Kuai1-14/+38
2024-06-11md/md-bitmap: fix writing non bitmap pagesOfir Gal1-3/+3
2024-06-10md/raid1: don't free conf on raid0_run failureChristoph Hellwig1-11/+3
2024-06-10md/raid0: don't free conf on raid0_run failureChristoph Hellwig1-16/+5
2024-06-10md: make md_flush_request() more readableLi Nan1-15/+13
2024-06-10md: fix deadlock between mddev_suspend and flush bioLi Nan1-11/+15
2024-06-10md: change the return value type of md_write_start to voidLi Nan5-17/+8
2024-06-10md: do not delete safemode_timer in mddev_suspendLi Nan1-1/+0
2024-06-09Linux 6.10-rc3v6.10-rc3Linus Torvalds1-1/+1
2024-06-07HID: Ignore battery for ELAN touchscreens 2F2C and 4116Louis Dalibard2-0/+6
2024-06-07HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold1-12/+47
2024-06-07dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' propertyJohan Hovold1-0/+6
2024-06-07dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015MJohan Hovold1-4/+8
2024-06-07dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schemaJohan Hovold2-1/+66
2024-06-07input: Add support for "Do Not Disturb"Aseda Aboagye3-0/+10
2024-06-07input: Add event code for accessibility keyAseda Aboagye3-0/+3
2024-06-07hid: asus: asus_report_fixup: fix potential read out of boundsAndrew Ballance1-2/+2
2024-06-07gpio: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells1-3/+0
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya1-1/+1
2024-06-07modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada1-2/+3
2024-06-07kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan1-1/+1
2024-06-06btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo1-29/+31
2024-06-06selftests: net: lib: set 'i' as localMatthieu Baerts (NGI0)1-0/+1
2024-06-06selftests: net: lib: avoid error removing empty netns nameMatthieu Baerts (NGI0)1-6/+7
2024-06-06selftests: net: lib: support errexit with busywaitMatthieu Baerts (NGI0)1-3/+1
2024-06-06ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64KMichael Ellerman1-3/+6
2024-06-06net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()Su Hui1-1/+1
2024-06-06kconfig: remove wrong expr_trans_bool()Masahiro Yamada3-32/+0
2024-06-06ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet2-1/+6
2024-06-06kconfig: doc: document behavior of 'select' and 'imply' followed by 'if'Masahiro Yamada1-0/+10
2024-06-06kconfig: doc: fix a typo in the note about 'imply'Masahiro Yamada1-1/+1
2024-06-06kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada1-1/+2
2024-06-06kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada1-13/+0
2024-06-06af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima1-1/+1
2024-06-06af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima1-1/+1
2024-06-06af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima1-1/+1
2024-06-06af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima1-8/+2