All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-25 15:08:25 to 2011-08-25 15:36:07 UTC [more...]

[PATCH 1/2] ath9k_hw: Fix rx latency of 11a mode
 2011-08-25 15:36 UTC  (4+ messages)
` [PATCH 2/2] ath9k_hw: Fix slottime with coverage class

[RFC 000/118] drbd: part 1 of adding multiple volume support to drbd
 2011-08-25 15:08 UTC  (139+ messages)
` [PATCH 001/118] drbd: Get rid of req_validator_fn typedef
` [PATCH 002/118] drbd: Remove superfluous declaration
` [PATCH 003/118] drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify
` [PATCH 008/118] drbd: Update outdated comment
` [PATCH 014/118] drbd: Put sector and size in struct drbd_request into struct drbd_interval
` [PATCH 015/118] drbd: Use interval tree for overlapping write request detection
` [PATCH 017/118] drbd: Use the read and write request trees for request lookups
` [PATCH 018/118] drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval
` [PATCH 019/118] drbd: Use interval tree for overlapping epoch entry detection
` [PATCH 020/118] drbd: Remove the unused hash tables
` [PATCH 021/118] drbd: Convert all constants in enum drbd_req_event to upper case
` [PATCH 022/118] drbd: Convert all constants in enum drbd_thread_state "
` [PATCH 023/118] drbd: Replace the ERR_IF macro with an assert-like macro
` [PATCH 024/118] drbd: Remove some useless paranoia code
` [PATCH 025/118] drbd: Inline function overlaps() is now unused
` [PATCH 026/118] drbd: Interval tree bugfix
` [PATCH 027/118] idr: idr_for_each_entry() macro
` [PATCH 028/118] drbd: Minimal struct drbd_tconn
` [PATCH 029/118] drbd: moved net_conf from mdev to tconn
` [PATCH 030/118] drbd: moved net_cont and net_cnt_wait "
` [PATCH 031/118] drbd: moved data and meta "
` [PATCH 032/118] drbd: moved receiver, worker and asender "
` [PATCH 033/118] drbd: moved agreed_pro_version, last_received and ko_count "
` [PATCH 034/118] drbd: moved req_lock and transfer log from mdev "
` [PATCH 035/118] drbd: moved crypto transformations and friends "
` [PATCH 036/118] drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev
` [PATCH 037/118] drbd: Preparing to use p_header96 for all packets
` [PATCH 038/118] drbd: Replaced all p_header80 with a generic p_header
` [PATCH 039/118] drbd: Use new header layout, and send volume IOs
` [PATCH 040/118] drbd: Implemented receiving of new style packets on meta socket
` [PATCH 041/118] drbd: Do not access tconn after it was freed
` [PATCH 042/118] drbd: Move cmdname() out of drbd_int.h
` [PATCH 043/118] drbd: Rename "enum drbd_packets" to "enum drbd_packet"
` [PATCH 044/118] drbd: Remove redundant initialization
` [PATCH 045/118] drbd: Initialize the sequence number sent over the network even when not used
` [PATCH 046/118] drbd: Move sequence number logic into drbd_receiver.c and simplify it
` [PATCH 047/118] drbd: Move some functions to where they are used
` [PATCH 048/118] drbd: struct drbd_request: Introduce a new collision flag
` [PATCH 049/118] drbd: Remove redundant check from drbd_contains_interval()
` [PATCH 050/118] drbd: Allow to wait for the completion of an epoch entry as well
` [PATCH 051/118] drbd: _req_conflicts(): Get rid of the epoch_entries tree
` [PATCH 052/118] drbd: Remove unnecessary reference counting left-over
` [PATCH 053/118] drbd: Defer new writes when detecting conflicting writes
` [PATCH 054/118] drbd: Make the peer_seq updating code more obvious
` [PATCH 055/118] drbd: Improve the drbd_find_overlap() documentation
` [PATCH 056/118] drbd: Remove unused variable in struct drbd_conf
` [PATCH 057/118] drbd: Rename struct drbd_epoch_entry to struct drbd_peer_request
` [PATCH 058/118] drbd: Clean up some left-overs
` [PATCH 059/118] drbd: Update some comments
` [PATCH 060/118] drbd: Local variable renames: e -> peer_req
` [PATCH 061/118] drbd: Moved the state functions into its own source file
` [PATCH 062/118] drbd: Moved the thread name into the data structure
` [PATCH 063/118] drbd: Eliminated the user of drbd_task_to_thread()
` [PATCH 064/118] drbd: Moved code
` [PATCH 065/118] drbd: Do no sleep long in drbd_start_resync
` [PATCH 066/118] drbd: Revert "Make sure we dont send state if a cluster wide state change is in progress"
` [PATCH 067/118] drbd: Moving state related macros to drbd_state.h
` [PATCH 068/118] drbd: conn_printk() a dev_printk() alike for drbd's connections
` [PATCH 069/118] drbd: Converted drbd_try_connect() from mdev to tconn
` [PATCH 070/118] drbd: Converted drbd_wait_for_connect() "
` [PATCH 071/118] drbd: Started to separated connection flags (tconn) from block device flags (mdev)
` [PATCH 072/118] drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags
` [PATCH 073/118] drbd: Moved SEND_PING "
` [PATCH 074/118] drbd: Moved SIGNAL_ASENDER "
` [PATCH 075/118] drbd: Converted wake_asender() and request_ping() from mdev to tconn
` [PATCH 076/118] drbd: Converted helper functions for drbd_send() "
` [PATCH 077/118] drbd: Converted drbd_send() from mdev "
` [PATCH 078/118] drbd: Converted drbd_send_fp() "
` [PATCH 079/118] drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()
` [PATCH 080/118] drbd: Converted drbd_recv_fp() from mdev to tconn
` [PATCH 081/118] drbd: Converted drbd_send_handshake() "
` [PATCH 082/118] drbd: Converted drbd_recv() "
` [PATCH 083/118] drbd: struct packet_info to hold information of decoded packets
` [PATCH 084/118] drbd: Converted decode_header() from mdev to tconn
` [PATCH 085/118] drbd: Converted drbd_recv_header() "
` [PATCH 086/118] drbd: Converted drbd_do_handshake() "
` [PATCH 087/118] drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() "
` [PATCH 088/118] drbd: Converted drbd_do_auth() from mdev "
` [PATCH 089/118] drbd: Converted drbd_send_protocol() "
  ` [Drbd-dev] "
` [PATCH 090/118] drbd: Use and idr data structure to map volume numbers to mdev pointers
  ` [Drbd-dev] "
` [PATCH 091/118] drbd: Converted drbd_connect() from mdev to tconn
  ` [Drbd-dev] "
` [PATCH 092/118] drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() "
  ` [Drbd-dev] "
` [PATCH 093/118] drbd: Converted drbdd() "
  ` [Drbd-dev] "
` [PATCH 094/118] drbd: Converted drbd_free_sock() and drbd_disconnect() "
  ` [Drbd-dev] "
` [PATCH 095/118] drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request)
  ` [Drbd-dev] "
` [PATCH 096/118] drbd: Consolidated the setup of the thread name into the framework
  ` [Drbd-dev] "
` [PATCH 097/118] drbd: Converted drbdd_init() from mdev to tconn
  ` [Drbd-dev] "
` [PATCH 098/118] drbd: Converted drbd_asender() "
  ` [Drbd-dev] "
` [PATCH 099/118] drbd: Converted drbd_worker() "
  ` [Drbd-dev] "
` [PATCH 100/118] drbd: drbd_thread has now a pointer to a tconn instead of to a mdev
  ` [Drbd-dev] "
` [PATCH 101/118] drbd: Moved some initializing code into drbd_new_tconn()
  ` [Drbd-dev] "
` [PATCH 102/118] drbd: Generalized the work callbacks
  ` [Drbd-dev] "
` [PATCH 103/118] drbd: Converted drbd_send_ping() and related functions from mdev to tconn
  ` [Drbd-dev] "
` [PATCH 104/118] drbd: Extracted after_conn_state_ch() out of after_state_ch()
  ` [Drbd-dev] "
` [PATCH 105/118] drbd: Renamed is_valid_state_transition() to is_valid_soft_transition()
  ` [Drbd-dev] "
` [PATCH 106/118] drbd: Extracted is_valid_transition() out of sanitize_state()
  ` [Drbd-dev] "
` [PATCH 107/118] drbd: Extracted is_valid_conn_transition() out of is_valid_transition()
  ` [Drbd-dev] "
` [PATCH 108/118] drbd: Removed the os parameter form sanitize_state()
  ` [Drbd-dev] "
` [PATCH 109/118] drbd: Code de-duplication; new function apply_mask_val()
  ` [Drbd-dev] "
` [PATCH 110/118] drbd: Killed volume0; last step of multi-volume-enablement
  ` [Drbd-dev] "
` [PATCH 111/118] drbd: Removed drbd_state_lock() and drbd_state_unlock()
  ` [Drbd-dev] "
` [PATCH 112/118] drbd: Introduced tconn->cstate_mutex
  ` [Drbd-dev] "
` [PATCH 113/118] drbd: Implemented conn_send_state_req()
  ` [Drbd-dev] "
` [PATCH 114/118] drbd: Global_state_lock not necessary here
  ` [Drbd-dev] "
` [PATCH 115/118] drbd: Implemented conn_send_sr_reply()
  ` [Drbd-dev] "
` [PATCH 116/118] drbd: Implemented receiving of P_CONN_ST_CHG_REPLY
  ` [Drbd-dev] "
` [PATCH 117/118] drbd: implemented receiving of P_CONN_ST_CHG_REQ
  ` [Drbd-dev] "
` [PATCH 118/118] drbd: Implemented connection wide state changes
  ` [Drbd-dev] "

[LTP] [PATCH] posix:stress:fix the wrong use of mq_open
 2011-08-25 15:40 UTC 

[RFC PATCH 0/3] Pass resources to pci_create_bus() and fix MIPS PCI resources
 2011-08-25 15:34 UTC  (5+ messages)
` [RFC PATCH 1/3] MIPS: PCI: Use pci_bus_remove_resources()/pci_bus_add_resource() to set up root resources

[2011.03-maintenance] Vacation
 2011-08-25 15:29 UTC 

[PATCH] hotplug: update xencommons script to run only when needed
 2011-08-25 15:34 UTC  (4+ messages)

[PATCH 0/1] Enhance network connectivity sanity check
 2011-08-25 15:29 UTC  (2+ messages)
` [PATCH 1/1] classes/sanity: enhance the network connectivity test

[PATCH] xenstored: allow guests to shutdown all of its watches using XS_RESET
 2011-08-25 15:34 UTC  (4+ messages)

[PATCH 0/9] skb fragment API: convert non-network drivers
 2011-08-25 15:33 UTC  (3+ messages)
` [PATCH 3/9] IB: nes: convert to SKB paged frag API

[2011.03-maintenance] live555 update
 2011-08-25 15:27 UTC  (4+ messages)
  ` [2011.03-maintenance] Pull request (live555 update)

[PATCH] [v4] tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
 2011-08-25 15:32 UTC  (2+ messages)

ALSA calls don't work from a shared library
 2011-08-25 15:31 UTC  (4+ messages)
    ` [Closed]ALSA "

[PATCH v2 00/43] signal: set_current_blocked() and block_sigmask()
 2011-08-25 15:31 UTC  (4+ messages)

Theoretical question: need for filter table in the POSTROUTING chain
 2011-08-25 15:30 UTC  (3+ messages)

[U-Boot] [PATCH v2] ns16550: change to allow 32 bit access to registers
 2011-08-25 15:30 UTC 

[RFC PATCH v2 0/9] bql: Byte Queue Limits
 2011-08-25 15:29 UTC  (5+ messages)

[Buildroot] [git commit] mini2440_defconfig: fix getty config
 2011-08-25 15:29 UTC 

[PATCHSET] freezer: fix various bugs and simplify implementation
 2011-08-25 15:25 UTC  (4+ messages)
` [PATCH 06/16] freezer: make exiting tasks properly unfreezable

[RFC PATCH] TTM DMA pool v1
 2011-08-25 15:28 UTC  (2+ messages)

[PATCH v3 0/4] Initial DT support for MSM8660
 2011-08-25 15:26 UTC  (6+ messages)
` [PATCH v3 4/4] ARM: msm: Describe MSM 8660 SURF FPGA registers in DT

[PATCH] log: Do not decorate replacements with --no-replace-objects
 2011-08-25 15:09 UTC  (4+ messages)
    ` [PATCHv2] "

[PATCH] ARM: mx51: Fix chip revision detection
 2011-08-25 15:24 UTC 

[bug] 'VT-d 1G super page' feature is blocked
 2011-08-25 15:23 UTC  (12+ messages)
            ` [PATCH][VTD] fixing vt-d/ept page table sharing in xen-4.1

linux-next: build failure after merge of the final tree (tty tree related)
 2011-08-25 15:22 UTC  (5+ messages)

Link error in CMake for HPPA1.1, wrong result for HPPA 2.0
 2011-08-25 15:21 UTC  (3+ messages)

[PATCH] oom: skip frozen tasks
 2011-08-25 15:18 UTC  (7+ messages)

cassini driver: Use of uninitialized memory
 2011-08-25 15:02 UTC  (2+ messages)
` [PATCH] cassini: init before use in cas_interruptN

[[PATCH v2 0/6] imx soc revision clean up
 2011-08-25 15:20 UTC  (4+ messages)
` [[PATCH v2 6/6] ARM: mx5: use generic function for displaying silicon revision

[ath9k-devel] HELP! HELP! HELP! HELP!
 2011-08-25 15:19 UTC 

mmotm 2011-08-24-14-08 uploaded
 2011-08-25 15:18 UTC  (7+ messages)

[PATCH] memcg: remove unneeded preempt_disable
 2011-08-25 15:11 UTC  (6+ messages)

[PATCH 1/4] Framework for exporting System-on-Chip information via sysfs
 2011-08-25 15:16 UTC  (5+ messages)
` [PATCH 3/4] mach-ux500: export System-on-Chip information ux500 "

patch "TTY: remove tty_locked" added to tty tree
 2011-08-25 15:15 UTC  (3+ messages)
` [PATCH 1/5] TTY: serial, use ASYNCB_CLOSING in uart_close

[RFC] ubiblk: read-only block layer on top of UBI
 2011-08-25 15:12 UTC  (6+ messages)
` [PATCHv3] UBI: new module ubiblk: "

[PATCH 1/4 v4] drivers: create a pin control subsystem
 2011-08-25 15:12 UTC  (5+ messages)

radosgw:s3 create doesn't work
 2011-08-25 15:12 UTC  (2+ messages)

SELinux+IPTables+Non SELINUX Aware Network Daemon
 2011-08-25 15:10 UTC  (3+ messages)

[PATCH 1/4] wl12xx: print acx id
 2011-08-25 15:11 UTC  (4+ messages)
` [PATCH 2/4] wl12xx: print the seq_num of rx packet
` [PATCH 3/4] wl12xx: add module_param to trigger BUG() on recovery
` [PATCH 4/4] wl12xx: add beacon_filtering debugfs file

[PATCH] mac80211: fix suspend/resume races with unregister hw
 2011-08-25 15:07 UTC  (3+ messages)
  ` [PATCH] cfg80211: document wiphy->registered


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.