Linux Block Development
[Prev Page][Next Page]
- [PATCH 19/24] dm: remove dm_get_dev_t, (continued)
- [PATCH net-next v2 1/6] splice, net: Fix MSG_MORE signalling in splice_direct_to_actor(), David Howells
- [PATCH v7 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v7 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v7 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v7 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v7 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio, Johannes Thumshirn
- [PATCH v7 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v7 18/20] block: add bio_add_folio_nofail, Johannes Thumshirn
- [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible, Johannes Thumshirn
- [PATCH v7 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v7 00/20] bio: check return values of bio_add_page, Jens Axboe
- [PATCH -next v2] block: fix blktrace debugfs entries leak,
Yu Kuai
- blk-mq: check on cpu id when there is only one ctx mapping,
Ed Tsai
- cleanup the filemap / direct I/O interaction v3 (full series now),
Christoph Hellwig
- [PATCH 03/12] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 01/12] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 04/12] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 10/12] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 09/12] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 12/12] fuse: use direct_write_fallback, Christoph Hellwig
- [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
- [PATCH] blk-ioc: protect ioc_destroy_icq() by 'queue_lock',
Yu Kuai
- cleanup the filemap / direct I/O interaction v3,
Christoph Hellwig
- [PATCH blktests] nvme/{016,017}: use _check_genctr instead of _filter_discovery,
Yang Xu
- [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback,
Demi Marie Obenour
- [PATCH v2 01/16] device-mapper: Check that target specs are sufficiently aligned, Demi Marie Obenour
- [PATCH v2 02/16] device-mapper: Avoid pointer arithmetic overflow, Demi Marie Obenour
- [PATCH v2 03/16] device-mapper: do not allow targets to overlap 'struct dm_ioctl', Demi Marie Obenour
- [PATCH v2 05/16] device-mapper: Target parameters must not overlap next target spec, Demi Marie Obenour
- [PATCH v2 04/16] device-mapper: Better error message for too-short target spec, Demi Marie Obenour
- [PATCH v2 06/16] device-mapper: Avoid double-fetch of version, Demi Marie Obenour
- [PATCH v2 07/16] device-mapper: Allow userspace to opt-in to strict parameter checks, Demi Marie Obenour
- [PATCH v2 08/16] device-mapper: Allow userspace to provide expected diskseq, Demi Marie Obenour
- [PATCH v2 09/16] device-mapper: Allow userspace to suppress uevent generation, Demi Marie Obenour
- [PATCH v2 10/16] device-mapper: Refuse to create device named "control", Demi Marie Obenour
- [PATCH v2 11/16] device-mapper: "." and ".." are not valid symlink names, Demi Marie Obenour
- [PATCH v2 12/16] device-mapper: inform caller about already-existing device, Demi Marie Obenour
- [PATCH v2 13/16] xen-blkback: Implement diskseq checks, Demi Marie Obenour
- [PATCH v2 14/16] block, loop: Increment diskseq when releasing a loop device, Demi Marie Obenour
- [PATCH v2 16/16] xen-blkback: Inform userspace that device has been opened, Demi Marie Obenour
- [PATCH v2 15/16] xen-blkback: Minor cleanups, Demi Marie Obenour
- Re: [dm-devel] [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback, Christoph Hellwig
- [PATCH 1/2] block: add request polling helper,
Keith Busch
- [PATCH v3 0/4] block: constify some structures of partitions/core.c,
Thomas Weißschuh
- [PATCH] block: Replace all non-returning strlcpy with strscpy,
Azeem Shaikh
- [PATCH v6 00/20] bio: check return values of bio_add_page,
Johannes Thumshirn
- [PATCH v6 01/20] swap: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v6 05/20] md: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v6 02/20] drbd: use __bio_add_page to add page to bio, Johannes Thumshirn
- [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page, Johannes Thumshirn
- [PATCH v6 06/20] md: raid5-log: use __bio_add_page to add single page, Johannes Thumshirn
- [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio, Johannes Thumshirn
- [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio, Johannes Thumshirn
- [PATCH v6 09/20] gfs2: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 10/20] zonefs: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 12/20] floppy: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 11/20] zram: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio, Johannes Thumshirn
- [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio, Johannes Thumshirn
- [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails, Johannes Thumshirn
- [PATCH v6 16/20] dm-crypt: check if adding pages to clone bio fails, Johannes Thumshirn
- [PATCH v6 17/20] block: mark bio_add_page as __must_check, Johannes Thumshirn
- [PATCH v6 18/20] block: add __bio_add_folio, Johannes Thumshirn
- [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible, Johannes Thumshirn
- [PATCH v6 20/20] block: mark bio_add_folio as __must_check, Johannes Thumshirn
- Re: [PATCH v6 00/20] bio: check return values of bio_add_page, Johannes Thumshirn
- [PATCH 0/2] nvme: add nvme_delete_dead_ctrl for avoiding io deadlock,
Ming Lei
- [PATCH] block: improve ioprio value validity checks,
Damien Le Moal
- [PATCH] fs/buffer: using __bio_add_page in submit_bh_wbc(),
gouhao
- [PATCH v1 1/1] nvme: complete directly for hctx with only one ctx mapping,
Po-Wen Kao
- [PATCH v2] block: fix revalidate performance regression,
Damien Le Moal
- [PATCH] block: fix revalidate performance regression,
Damien Le Moal
- [PATCH] blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost,
linan666
- [PATCH -next v3 0/5] blk-wbt: minor fix and cleanup,
Yu Kuai
- [PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
- [GIT PULL] Block fixes for 6.4-rc4,
Jens Axboe
- block: significant performance regression in iSCSI rescan,
Brian Bunker
- [PATCH v3 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
- [RFC v2 0/8] add support for blocksize > PAGE_SIZE,
Luis Chamberlain
- [RFC v2 6/8] shmem: consider block size in shmem_default_max_inodes(), Luis Chamberlain
- [RFC v2 1/8] page_flags: add is_folio_hwpoison(), Luis Chamberlain
- [RFC v2 5/8] shmem: account for larger blocks sizes for shmem_default_max_blocks(), Luis Chamberlain
- [RFC v2 4/8] shmem: add helpers to get block size, Luis Chamberlain
- [RFC v2 8/8] shmem: add support to customize block size order, Luis Chamberlain
- [RFC v2 2/8] shmem: convert to use is_folio_hwpoison(), Luis Chamberlain
- [RFC v2 7/8] shmem: add high order page support, Luis Chamberlain
- [RFC v2 3/8] shmem: account for high order folios, Luis Chamberlain
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Luis Chamberlain
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Christoph Hellwig
- Re: [RFC v2 0/8] add support for blocksize > PAGE_SIZE, Matthew Wilcox
- [PATCH v2 0/5] block: simplify with PAGE_SECTORS_SHIFT,
Luis Chamberlain
- ioprio_set can take 8 as the PROCESS CLASS_BE ioprio value,
Murphy Zhou
- [PATCH blktests 0/3] improve block/011,
Shin'ichiro Kawasaki
- [RFC PATCH v2 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
- [PATCH 0/7] block layer patches for bcachefs,
Kent Overstreet
- [PATCH AUTOSEL 6.1 57/57] block: Deny writable memory mapping if block is read-only, Sasha Levin
- [PATCH AUTOSEL 6.1 55/57] ublk: fix AB-BA lockdep warning, Sasha Levin
- [PATCH AUTOSEL 6.3 67/67] block: Deny writable memory mapping if block is read-only, Sasha Levin
- [PATCH AUTOSEL 6.3 65/67] ublk: fix AB-BA lockdep warning, Sasha Levin
- [PATCH] pktcdvd.c: Drop error checking for debugfs_create_dir, Osama Muhammad
- [RFC PATCH 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning,
David Howells
- [PATCH] zonefs: Call zonefs_io_error() on any error from filemap_splice_read(),
David Howells
- [PATCH -next v2] block: Fix the partition start may overflow in add_partition(),
Zhong Jinghua
- [PATCH V3] blk-cgroup: Flush stats before releasing blkcg_gq,
Ming Lei
- [PATCH V3 blktests 0/2] blktests: Add ublk testcases,
Ziyang Zhang
- [PATCH V2 0/8] misc patches for rnbd,
Guoqing Jiang
- [PATCH V2 1/8] block/rnbd: kill rnbd_flags_supported, Guoqing Jiang
- [PATCH V2 4/8] block/rnbd-srv: no need to check sess_dev, Guoqing Jiang
- [PATCH V2 2/8] block/rnbd-srv: remove unused header, Guoqing Jiang
- [PATCH V2 5/8] block/rnbd-srv: rename one member in rnbd_srv_dev, Guoqing Jiang
- [PATCH V2 7/8] block/rnbd-srv: init err earlier in rnbd_srv_init_module, Guoqing Jiang
- [PATCH V2 3/8] block/rnbd: introduce rnbd_access_modes, Guoqing Jiang
- [PATCH V2 6/8] block/rnbd-srv: init ret with 0 instead of -EPERM, Guoqing Jiang
- [PATCH V2 8/8] block/rnbd-srv: make process_msg_sess_info returns void, Guoqing Jiang
- Re: [PATCH V2 0/8] misc patches for rnbd, Guoqing Jiang
- Re: [PATCH V2 0/8] misc patches for rnbd, Jens Axboe
- cleanup the filemap / direct I/O interaction v2,
Christoph Hellwig
- [PATCH 03/11] filemap: update ki_pos in generic_perform_write, Christoph Hellwig
- [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper, Christoph Hellwig
- [PATCH 04/11] filemap: add a kiocb_write_and_wait helper, Christoph Hellwig
- [PATCH 01/11] backing_dev: remove current->backing_dev_info, Christoph Hellwig
- [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper, Christoph Hellwig
- [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete, Christoph Hellwig
- [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages, Christoph Hellwig
- [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write, Christoph Hellwig
- [PATCH 09/11] fs: factor out a direct_write_fallback helper, Christoph Hellwig
- [PATCH 10/11] fuse: update ki_pos in fuse_perform_write, Christoph Hellwig
- [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write, Christoph Hellwig
- [PATCH] block: make bio_check_eod work for zero sized devices,
Christoph Hellwig
- [PATCH V2] blk-cgroup: Flush stats before releasing blkcg_gq,
Ming Lei
- [PATCH blktests v2] srp/rc: Replace _have_module() with _have_driver(),
Xiao Yang
- [PATCH] blk-cgroup: Flush stats before releasing blkcg_gq,
Ming Lei
- [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target.,
J. corwin Coburn
- [PATCH v2 03/39] Add memory allocation utilities., J. corwin Coburn
- [PATCH v2 02/39] Add the MurmurHash3 fast hashing algorithm., J. corwin Coburn
- [PATCH v2 01/39] Add documentation for dm-vdo., J. corwin Coburn
- [PATCH v2 05/39] Add vdo type declarations, constants, and simple data structures., J. corwin Coburn
- [PATCH v2 04/39] Add basic logging and support utilities., J. corwin Coburn
- [PATCH v2 06/39] Add thread and synchronization utilities., J. corwin Coburn
- [PATCH v2 08/39] Add basic data structures., J. corwin Coburn
- [PATCH v2 09/39] Add deduplication configuration structures., J. corwin Coburn
- [PATCH v2 07/39] Add specialized request queueing functionality., J. corwin Coburn
- [PATCH v2 10/39] Add deduplication index storage interface., J. corwin Coburn
- [PATCH v2 17/39] Add administrative state and scheduling for vdo., J. corwin Coburn
- [PATCH v2 15/39] Implement top-level deduplication index., J. corwin Coburn
- [PATCH v2 11/39] Implement the delta index., J. corwin Coburn
- [PATCH v2 18/39] Add vio, the request object for vdo metadata., J. corwin Coburn
- [PATCH v2 25/39] Add vdo_slab., J. corwin Coburn
- [PATCH v2 20/39] Add flush support to vdo., J. corwin Coburn
- [PATCH v2 27/39] Add the block allocators and physical zones., J. corwin Coburn
- [PATCH v2 19/39] Add data_vio, the request object which services incoming bios., J. corwin Coburn
- [PATCH v2 23/39] Add use of the deduplication index in hash zones., J. corwin Coburn
- [PATCH v2 26/39] Add the slab summary., J. corwin Coburn
- [PATCH v2 24/39] Add the compressed block bin packer., J. corwin Coburn
- [PATCH v2 21/39] Add the vdo io_submitter., J. corwin Coburn
- [PATCH v2 29/39] Add the vdo block map., J. corwin Coburn
- [PATCH v2 22/39] Add hash locks and hash zones., J. corwin Coburn
- [PATCH v2 12/39] Implement the volume index., J. corwin Coburn
- [PATCH v2 32/39] Add repair (crash recovery and read-only rebuild) of damaged vdos., J. corwin Coburn
- [PATCH v2 34/39] Add the on-disk formats and marshalling of vdo structures., J. corwin Coburn
- [PATCH v2 36/39] Add sysfs support for setting vdo parameters and fetching statistics., J. corwin Coburn
- [PATCH v2 31/39] Add the vdo recovery journal., J. corwin Coburn
- [PATCH v2 39/39] Enable configuration and building of dm-vdo., J. corwin Coburn
- [PATCH v2 35/39] Add statistics tracking., J. corwin Coburn
- [PATCH v2 33/39] Add the vdo structure itself., J. corwin Coburn
- [PATCH v2 30/39] Implement the vdo block map page cache., J. corwin Coburn
- [PATCH v2 37/39] Add vdo debugging support., J. corwin Coburn
- [PATCH v2 14/39] Implement the chapter volume store., J. corwin Coburn
- [PATCH v2 13/39] Implement the open chapter and chapter indexes., J. corwin Coburn
- [PATCH v2 16/39] Implement external deduplication index interface., J. corwin Coburn
- [PATCH v2 38/39] Add dm-vdo-target.c, J. corwin Coburn
- [PATCH v2 28/39] Add the slab depot itself., J. corwin Coburn
- Re: [dm-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target., Eric Biggers
- Re: [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target., Mike Snitzer
- Re: [vdo-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target., Ken Raeburn
- Message not available
Re: [vdo-devel] [PATCH v2 00/39] Add the dm-vdo deduplication and compression device mapper target., Matthew Sakai
[PATCH] block: fix bio-cache for passthru IO,
Anuj Gupta
[PATCH] block, bfq: update Paolo's address in maintainer list,
Paolo Valente
[PATCH v2 0/1] block: fix conversion of GPT partition name to 7-bit,
Olivier Gayot
[PATCH 00/10] misc patches for rnbd,
Guoqing Jiang
- [PATCH 03/10] block/rnbd: introduce rnbd_access_modes, Guoqing Jiang
- [PATCH 04/10] block/rnbd-srv: no need to check sess_dev, Guoqing Jiang
- [PATCH 08/10] block/rnbd-srv: init err earlier in rnbd_srv_init_module, Guoqing Jiang
- [PATCH 10/10] block/rnbd: change device's name, Guoqing Jiang
- [PATCH 02/10] block/rnbd-srv: remove unused header, Guoqing Jiang
- [PATCH 07/10] block/rnbd-srv: init ret with 0 instead of -EPERM, Guoqing Jiang
- [PATCH 06/10] block/rnbd-srv: rename one member in rnbd_srv_dev, Guoqing Jiang
- [PATCH 09/10] block/rnbd-srv: make process_msg_sess_info returns void, Guoqing Jiang
- [PATCH 01/10] block/rnbd: kill rnbd_flags_supported, Guoqing Jiang
- [PATCH 05/10] block/rnbd-srv: defer the allocation of rnbd_io_private, Guoqing Jiang
fix the name_to_dev_t mess,
Christoph Hellwig
- [PATCH 03/24] PM: hibernate: remove the global snapshot_test variable, Christoph Hellwig
- [PATCH 02/24] PM: hibernate: factor out a helper to find the resume device, Christoph Hellwig
- [PATCH 05/24] init: remove pointless Root_* values, Christoph Hellwig
- [PATCH 01/24] driver core: return bool from driver_probe_done, Christoph Hellwig
- [PATCH 06/24] init: rename mount_block_root to mount_root_generic, Christoph Hellwig
- [PATCH 11/24] init: factor the root_wait logic in prepare_namespace into a helper, Christoph Hellwig
- [PATCH 07/24] init: refactor mount_root, Christoph Hellwig
- [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume, Christoph Hellwig
- [PATCH 12/24] init: move the nfs/cifs/ram special cases out of name_to_dev_t, Christoph Hellwig
- [PATCH 09/24] init: don't remove the /dev/ prefix from error messages, Christoph Hellwig
- [PATCH 08/24] init: pass root_device_name explicitly, Christoph Hellwig
- [PATCH 10/24] init: handle ubi/mtd root mounting like all other root types, Christoph Hellwig
- [PATCH 16/24] block: move more code to early-lookup.c, Christoph Hellwig
- [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/, Christoph Hellwig
- [PATCH 14/24] init: clear root_wait on all invalid root= strings, Christoph Hellwig
- [PATCH 18/24] dm: open code dm_get_dev_t in dm_init_init, Christoph Hellwig
- [PATCH 17/24] dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctr, Christoph Hellwig
- [PATCH 13/24] init: improve the name_to_dev_t interface, Christoph Hellwig
- [PATCH 19/24] dm: remove dm_get_dev_t, Christoph Hellwig
- [PATCH 20/24] dm: only call early_lookup_bdev from early boot context, Christoph Hellwig
- [PATCH 23/24] mtd: block2mtd: don't call early_lookup_bdev after the system is running, Christoph Hellwig
- [PATCH 24/24] block: mark early_lookup_bdev as __init, Christoph Hellwig
- [PATCH 21/24] PM: hibernate: don't use early_lookup_bdev in resume_store, Christoph Hellwig
- [PATCH 22/24] mtd: block2mtd: factor the early block device open logic into a helper, Christoph Hellwig
[PATCH v5 0/9] Support limits below the page size,
Bart Van Assche
- [PATCH v5 2/9] block: Prepare for supporting sub-page limits, Bart Van Assche
- [PATCH v5 1/9] block: Use pr_info() instead of printk(KERN_INFO ...), Bart Van Assche
- [PATCH v5 4/9] block: Make sub_page_limit_queues available in debugfs, Bart Van Assche
- [PATCH v5 3/9] block: Support configuring limits below the page size, Bart Van Assche
- [PATCH v5 6/9] block: Add support for filesystem requests and small segments, Bart Van Assche
- [PATCH v5 7/9] block: Add support for small segments in blk_rq_map_user_iov(), Bart Van Assche
- [PATCH v5 5/9] block: Support submitting passthrough requests with small segments, Bart Van Assche
- [PATCH v5 8/9] scsi_debug: Support configuring the maximum segment size, Bart Van Assche
- [PATCH v5 9/9] null_blk: Support configuring the maximum segment size, Bart Van Assche
- Re: [PATCH v5 0/9] Support limits below the page size, Sandeep Dhavale
[PATCH v21 0/6] block: Use page pinning,
David Howells
[PATCH v3 0/7] Submit zoned writes in order,
Bart Van Assche
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]