Linux Device Driver Development
[Prev Page][Next Page]
- [PATCH 7/7] staging: lustre: update version to 2.5.99, (continued)
- [PATCH] rtlwifi: Fix missing country code for Great Britain,
Larry Finger
- [PATCH 0/3] staging: most: fix aim-cdev issues,
Christian Gromm
- [PATCH 00/17] staging: most: fix hdm-usb issues,
Christian Gromm
- [PATCH 01/17] staging: most: hdm-usb: remove unused macro HW_RESYNC, Christian Gromm
- [PATCH 02/17] staging: most: hdm-usb: provide MBO status when freeing buffers, Christian Gromm
- [PATCH 03/17] staging: most: hdm-usb: fix clear halt processing, Christian Gromm
- [PATCH 04/17] staging: most: hdm-usb: stop core from submitting buffers in case of broken pipe, Christian Gromm
- [PATCH 05/17] staging: most: hdm-usb: add USB product id, Christian Gromm
- [PATCH 06/17] staging: most: hdm-usb: rename ID_INIC for consistency, Christian Gromm
- [PATCH 09/17] staging: most: hdm-usb: simplify initialization of mbo->status., Christian Gromm
- [PATCH 08/17] staging: most: hdm-usb: remove redundant conditions, Christian Gromm
- [PATCH 11/17] staging: most: hdm-usb: assign spinlock to local variable, Christian Gromm
- [PATCH 14/17] staging: most: hdm-usb: remove redundant parenthesis, Christian Gromm
- [PATCH 16/17] staging: most: hdm-usb: remove unnecessary status assignment, Christian Gromm
- [PATCH 15/17] staging: most: hdm-usb: init variables at declaration time, Christian Gromm
- [PATCH 07/17] staging: most: hdm-usb: make use of is_channel_healthy flag, Christian Gromm
- [PATCH 17/17] staging: most: hdm-usb: add support for new USB gadget, Christian Gromm
- [PATCH 10/17] staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue, Christian Gromm
- [PATCH 13/17] staging: most: hdm-usb: remove completion object, Christian Gromm
- [PATCH 12/17] staging: most: hdm-usb: synchronize release of struct buf_anchor, Christian Gromm
- [PATCH] Staging: android: ion: fix parenthesis alignment,
Ben LeMasurier
- [PATCH 2/2] staging: dgnc: refactor the dgnc_maxcps_room() to improve,
Daeseok Youn
- [PATCH 1/2] staging: dgnc: change a parameter from tty_struct to,
Daeseok Youn
- [PATCH 0/2] Drivers: hv: util: Some fixes to the backup driver,
kys
- [PATCH 0/2] staging: most: fix issues of hdm-dim2,
Christian Gromm
- [PATCH] staging: most: aim-network: fix interrupt unsafe spinlocks, Christian Gromm
- [PATCH 0/2] staging: most: aim-cdev: fix error handling,
Christian Gromm
- [PATCH] Staging: android: ion: ion_heap.c: fix parenthesis alignment, Ben LeMasurier
- [PATCH] staging: lustre: fix bare use of 'unsigned',
Anson Jacob
- [PATCH 00/80] staging: lustre: majority of missing fixes for 2.6 release,
James Simmons
- [PATCH 03/80] staging: lustre: llite: style cleanup for llite_internal.h, James Simmons
- [PATCH 05/80] staging: lustre: llite: change remove parameter to bool, James Simmons
- [PATCH 06/80] staging: lustre: mdc: don't take rpc lock for readdir case, James Simmons
- [PATCH 08/80] staging: lustre: lmv: remove duplicate MAX_HASH_*, James Simmons
- [PATCH 04/80] staging: lustre: llite: pass inode to ll_release_page, James Simmons
- [PATCH 01/80] staging: lustre: llite: add md_op_data parameter to ll_get_dir_page, James Simmons
- [PATCH 10/80] staging: lustre: lmv: remove lmv_get_easize, James Simmons
- [PATCH 15/80] staging: lustre: obdclass: fix lmd_parse() to handle comma-separated NIDs, James Simmons
- [PATCH 13/80] staging: lustre: llite: fix "getdirstripe" to show stripe info, James Simmons
- [PATCH 16/80] staging: lustre: obdclass: bug fixes for lu_device_type handling, James Simmons
- [PATCH 11/80] staging: lustre: lmv: replace obd_free_memmd with lmv_free_memmd, James Simmons
- [PATCH 07/80] staging: lustre: lmv: remove unused lmv_get_mea function, James Simmons
- [PATCH 18/80] staging: lustre: lmv: fix issue found by Klocwork Insight tool, James Simmons
- [PATCH 14/80] staging: lustre: delete striped directory, James Simmons
- [PATCH 02/80] staging: lustre: llite: remove comment from ll_dir_read, James Simmons
- [PATCH 22/80] staging: lustre: llite: a few fixes for migration., James Simmons
- [PATCH 21/80] staging: lustre: osc: allow to call brw_commit() multiple times, James Simmons
- [PATCH 27/80] staging: lustre: simplify inline functions in lustre_fid.h, James Simmons
- [PATCH 12/80] staging: lustre: create striped directory, James Simmons
- [PATCH 28/80] staging: lustre: lmv: access lum_stripe_offset as little endian, James Simmons
- [PATCH 23/80] staging: lustre: mdc: fixup MDS_SWAP_LAYOUTS ELC handling, James Simmons
- [PATCH 24/80] staging: lustre: don't need to const __u64 parameters for lustre_idl.h, James Simmons
- [PATCH 31/80] staging: lustre: llite: avoid a deadlock in page write, James Simmons
- [PATCH 20/80] staging: lustre: llite: enable clients to inject error for lfsck, James Simmons
- [PATCH 09/80] staging: lustre: lmv: change handling of lmv striping information, James Simmons
- [PATCH 32/80] staging: lustre: lov: handle the case of stripe size is not power 2, James Simmons
- [PATCH 30/80] staging: lustre: lmv: Ensure lmv_intent_lookup cleans up reqp, James Simmons
- [PATCH 26/80] staging: lustre: use bool for several function in lustre_idl.h/lustre_fid.h, James Simmons
- [PATCH 17/80] staging: lustre: add ability to migrate inodes., James Simmons
- [PATCH 37/80] staging: lustre: ldlm: flock completion fixes., James Simmons
- [PATCH 34/80] staging: lustre: lmv: rename request to preq in lmv_getattr_name(), James Simmons
- [PATCH 19/80] staging: lustre: libcfs: Only dump log once per sec. to avoid EEXIST, James Simmons
- [PATCH 25/80] staging: lustre: const correct FID/OSTID/... helpers, James Simmons
- [PATCH 40/80] staging: lustre: ptlrpc: Early replies need to honor at_max, James Simmons
- [PATCH 33/80] staging: lustre: lmv: cleanup req in lmv_getattr_name(), James Simmons
- [PATCH 29/80] staging: lustre: lmv: lookup remote migrating object in LMV, James Simmons
- [PATCH 38/80] staging: lustre: move ioctls to lustre_ioctl.h, James Simmons
- [PATCH 36/80] staging: lustre: reorder LOV_MAGIC_* definition, James Simmons
- [PATCH 44/80] staging: lustre: Remove static declaration in anonymous union, James Simmons
- [PATCH 46/80] staging: lustre: llite: Change readdir BRW metrics, James Simmons
- [PATCH 49/80] staging: lustre: lmv: validate lock with correct stripe FID, James Simmons
- [PATCH 41/80] staging: lustre: lmv: separate master object with master stripe, James Simmons
- [PATCH 39/80] staging: lustre: llite: add error handler in inode prepare phase, James Simmons
- [PATCH 35/80] staging: lustre: obdclass: unified flow control interfaces, James Simmons
- [PATCH 51/80] staging: lustre: lmv: Match MDT where the FID locates first, James Simmons
- [PATCH 52/80] staging: lustre: llite: use the correct mode for striped directory, James Simmons
- [PATCH 43/80] staging: lustre: llite: fix inconsistencies of root squash feature, James Simmons
- [PATCH 45/80] staging: lustre: llite: Fix the deadlock in balance_dirty_pages(), James Simmons
- [PATCH 50/80] staging: lustre: lov: new pattern flag for partially repaired file, James Simmons
- [PATCH 53/80] staging: lustre: obd: rename lsr_padding to lsr_valid, James Simmons
- [PATCH 47/80] staging: lustre: uapi: reduce scope of lustre_idl.h, James Simmons
- [PATCH 48/80] staging: lustre: llite: a few fixes about readdir of striped dir., James Simmons
- [PATCH 42/80] staging: lustre: llite: validate names, James Simmons
- [PATCH 54/80] staging: lustre: llite: set dir LOV xattr length variable, James Simmons
- [PATCH 61/80] staging: lustre: obdclass: compile issues with variable not being initialized, James Simmons
- [PATCH 62/80] staging: lustre: obd: limit lu_object cache, James Simmons
- [PATCH 55/80] staging: lustre: mdt: add mbo_ prefix to members of struct mdt_body, James Simmons
- [PATCH 67/80] staging: lustre: ptlrpc: request gets stuck in UNREGISTERING phase, James Simmons
- [PATCH 57/80] staging: lustre: osc: revise unstable pages accounting, James Simmons
- [PATCH 58/80] staging: lustre: mdc: always use D_INFO for debug info when mdc_put_rpc_lock fails, James Simmons
- [PATCH 60/80] staging: lustre: ldlm: improve ldlm_lock_create() return value, James Simmons
- [PATCH 69/80] staging: lustre: osc: Automatically increase the max_dirty_mb, James Simmons
- [PATCH 72/80] staging: lustre: obd: validate open handle cookies, James Simmons
- [PATCH 77/80] staging: lustre: lnet: Correct position of lnet_ni_decref(), James Simmons
- [PATCH 56/80] staging: lustre: clio: Reduce memory overhead of per-page allocation, James Simmons
- [PATCH 71/80] staging: lustre: llite: remove assert for acl refcount, James Simmons
- [PATCH 66/80] staging: lustre: lmv: try all stripes for unknown hash functions, James Simmons
- [PATCH 63/80] staging: lustre: fid: do open-by-fid by default, James Simmons
- [PATCH 68/80] staging: lustre: lmv: build master LMV EA dynamically build via readdir, James Simmons
- [PATCH 65/80] staging: lustre: llog: keep llog ctxt indices constant, James Simmons
- [PATCH 73/80] staging: lustre: lmv: build error with gcc 4.7.0 20110509, James Simmons
- [PATCH 78/80] staging: lustre: lnet: make connection more stable with packet loss, James Simmons
- [PATCH 70/80] staging: lustre: include: fix one off errors in lustre_id.h, James Simmons
- [PATCH 74/80] staging: lustre: obd: implement md_read_page, James Simmons
- [PATCH 80/80] staging: lustre: lnet: Stop Infinite CON RACE Condition, James Simmons
- [PATCH 79/80] staging: lustre: lnet: lock improvement for ko2iblnd, James Simmons
- [PATCH 76/80] staging: lustre: lnet: Do not drop message when shutting down LNet, James Simmons
- [PATCH 64/80] staging: lustre: ptlrpc: add OBD_CONNECT_UNLINK_CLOSE flag, James Simmons
- [PATCH 59/80] staging: lustre: fld: add fld description documentation, James Simmons
- [PATCH 75/80] staging: lustre: llite: set op_max_pages, James Simmons
- [PATCH] staging: lustre: fix checkpatch error, Anson Jacob
- [PATCH] staging: dgnc: fix 'line over 80 characters', Anson Jacob
- [PATCH] Staging: android: ion: ion_test.c: fix parenthesis alignment, Ben LeMasurier
- [PATCH 0/8] staging: most: fix hdm-usb issues,
Christian Gromm
- [PATCH 0/9 RESEND] staging: most: fix hdm-usb issues,
Christian Gromm
- [PATCH v3 0/4] Drivers: hv: balloon: fix WS2012 memory hotplug issues and do some cleanup,
Vitaly Kuznetsov
- [PATCH 0/2] staging: lustre: #include neatening,
Joe Perches
- [PATCH] hv: make mmio resource local, Stephen Hemminger
- [PATCH] staging: wilc1000: correctly check if associatedsta has not been found, Colin King
- [PATCH net v2 0/5] hv_netvsc: fixes for VF removal path,
Vitaly Kuznetsov
- [PATCH] staging: ks7010: don't print skb->dev->name if skb is null, Colin King
- [PATCH] staging: rts5208: Change data type to unsigned int., Louie Lu
- [PATCH] staging: ks7010: do not dereference priv if priv is null, Colin King
- [PATCH] android: binder: Remove deprecated create_singlethread_workqueue,
Bhaktipriya Shridhar
- [PATCH] hv: mark hv_driver read only after init,
Stephen Hemminger
- [PATCH v2 0/2] add missing calls to kfree,
Quentin Lambert
- [PATCH 0/2] add missing calls to kfree,
Quentin Lambert
- [PATCH 0/6] staging: don't print error when allocating urb fails,
Wolfram Sang
- [PATCH v3 0/5] de-stage SW_SYNC validation frawework,
Gustavo Padovan
- [PATCH] Staging: rtl8723au: os_intfs: fixed case statement is variable issue,
Bing Sun
- [PATCH v2 RESEND 0/4] Drivers: hv: balloon: fix WS2012 memory hotplug issues and do some cleanup,
Vitaly Kuznetsov
- [PATCH v2 0/4] Drivers: hv: balloon: fix WS2012 memory hotplug issues and do some cleanup,
Vitaly Kuznetsov
- [PATCH net 0/4] hv_netvsc: fixes for VF removal path,
Vitaly Kuznetsov
- [PATCH v5 0/7] lib: string: add functions to case-convert strings,
Markus Mayer
- [PATCH] staging: android: sw_sync: checkpatch fixes,
Johanna Abrahamsson
- [PATCH] staging/rtl8188eu/core/rtw_cmd: Fixes semaphore locking,
Lidza Louina
- [PATCH 0/2] Drivers: hv: vmbus: make bus ids in sysfs persistent,
Vitaly Kuznetsov
- [PATCH] staging: vt6655: device_main.c: Fix checkpatch warning, Anson Jacob
- [PATCH v2 0/6] de-stage SW_SYNC validation frawework,
Gustavo Padovan
- [RFCv2][PATCH 0/5] Cleanup Ion mapping/caching,
Laura Abbott
- [PATCH] Staging: wlan-ng: removed unused code,
Claudiu Beznea
- [RESEND][PATCH 0/5] Ion cleanup,
Laura Abbott
- [PATCH] Staging: wlan-ng: fixed "line over 80 characters" warnings,
Claudiu Beznea
- [PATCH] Staging: rtl8723au: rtw_ieee80211: Fixed operators spacing style issues, Shiva Kerdel
- [PATCH 0/4] Drivers: hv: balloon: fix WS2012 memory hotplug issues and do some cleanup,
Vitaly Kuznetsov
- [PATCH 00/31] staging: lustre: next batch of pre-2.6 patches,
James Simmons
- [PATCH 02/32] staging: lustre: llite: validate names, James Simmons
- [PATCH 24/32] staging: lustre: ptlrpc: add OBD_CONNECT_UNLINK_CLOSE flag, James Simmons
- [PATCH 25/32] staging: lustre: llog: keep llog ctxt indices constant, James Simmons
- [PATCH 23/32] staging: lustre: fid: do open-by-fid by default, James Simmons
- [PATCH 12/32] staging: lustre: llite: use the correct mode for striped directory, James Simmons
- [PATCH 29/31] staging: lustre: osc: Automatically increase the max_dirty_mb, James Simmons
- [PATCH 14/32] staging: lustre: llite: set dir LOV xattr length variable, James Simmons
- [PATCH 11/32] staging: lustre: lmv: Match MDT where the FID locates first, James Simmons
- [PATCH 27/31] staging: lustre: ptlrpc: request gets stuck in UNREGISTERING phase, James Simmons
- [PATCH 09/32] staging: lustre: lmv: validate lock with correct stripe FID, James Simmons
- [PATCH 15/32] staging: lustre: mdt: add mbo_ prefix to members of struct mdt_body, James Simmons
- [PATCH 21/32] staging: lustre: obdclass: compile issues with variable not being initialized, James Simmons
- [PATCH 26/32] staging: lustre: lmv: try all stripes for unknown hash functions, James Simmons
- [PATCH 07/32] staging: lustre: uapi: reduce scope of lustre_idl.h, James Simmons
- [PATCH 08/32] staging: lustre: llite: a few fixes about readdir of striped dir., James Simmons
- [PATCH 20/32] staging: lustre: ldlm: improve ldlm_lock_create() return value, James Simmons
- [PATCH 10/32] staging: lustre: lov: new pattern flag for partially repaired file, James Simmons
- [PATCH 13/32] staging: lustre: obd: rename lsr_padding to lsr_valid, James Simmons
- [PATCH 31/31] staging: lustre: llite: remove assert for acl refcount, James Simmons
- [PATCH 06/32] staging: lustre: llite: Change readdir BRW metrics, James Simmons
- [PATCH 16/32] staging: lustre: clio: Reduce memory overhead of per-page allocation, James Simmons
- [PATCH 04/32] staging: lustre: Remove static declaration in anonymous union, James Simmons
- [PATCH 22/32] staging: lustre: obd: limit lu_object cache, James Simmons
- [PATCH 03/32] staging: lustre: llite: fix inconsistencies of root squash feature, James Simmons
- [PATCH 18/32] staging: lustre: mdc: always use D_INFO for debug info when mdc_put_rpc_lock fails, James Simmons
- [PATCH 28/31] staging: lustre: lmv: build master LMV EA dynamically build via readdir, James Simmons
- [PATCH 19/32] staging: lustre: fld: add fld description documentation, James Simmons
- [PATCH 05/32] staging: lustre: llite: Fix the deadlock in balance_dirty_pages(), James Simmons
- [PATCH 01/32] staging: lustre: lmv: separate master object with master stripe, James Simmons
- [PATCH 30/31] staging: lustre: include: fix one off errors in lustre_id.h, James Simmons
- [PATCH 17/32] staging: lustre: osc: revise unstable pages accounting, James Simmons
- [PATCH net-next, 1/2] hv_netvsc: Add query for initial physical link speed,
Haiyang Zhang
- [PATCH] Staging: rtl8723au: rtw_xmit: fixed coding style issues,
Shiva Kerdel
- [PATCH] Staging: rtl8723au: rtw_xmit: Fixed operators spacing style issues,
Shiva Kerdel
- [PATCH 0957/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0956/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0955/1285] Replace numeric parameter like 0444 with macro,
Baole Ni
- [PATCH 0954/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0949/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0953/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0948/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0952/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0951/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0950/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0947/1285] Replace numeric parameter like 0444 with macro,
Baole Ni
- [PATCH 0946/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0945/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0944/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0943/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0942/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0941/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0940/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0939/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0938/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0937/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0936/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0934/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0935/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0933/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0932/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0931/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0930/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0929/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0928/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0927/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0926/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0925/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0923/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0924/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 0922/1285] Replace numeric parameter like 0444 with macro, Baole Ni
- [PATCH 1/1] staging: i4l: pcbit: Remove explicit NULL comparison,
shyam saini
- [PATCH 1651/1651] staging: i4l: pcbit: Remove explicit NULL comparison,
shyam saini
- [RESEND PATCH] MAINTAINERS: Update maintainer entry for wilc1000, Nicolas Ferre
- [PATCH] staging: fbtft: This patch fixes the checkpatch.pl warning, Prit Raj
- [PATCH] drivers: wilc1000: remove references to semaphores,
Joshua Houghton
- [PATCH] Staging:android: fix alignment match open paranthesis,
ksourav
- drivers/staging/ks7010/ks_wlan_net.c:1287: suspicious if ?, David Binderman
- [PATCH] Staging: android: ion: ion.c: Compression of lines for,
Nadim almas
- [PATCH 34/34] Staging: comedi: drivers: cd_pcidas: Compression of,
Nadim almas
- [PATCH] staging: vt6656: Fix block comment style, Edward Lipinsky
- [PATCH] staging: comedi/drivers: Fixed sparse warnings,
Nayeemahmed Badebade
- [PATCH] Staging: wlan-ng: fixed "do not add new typedefs" warnings,
Claudiu Beznea
- [PATCH 0/1] drivers: staging: android: Remove checkpatch.pl-TODO,
Matthias Beyer
- [PATCH] Staging: rts5208: fix double blank line coding style issues, Jonas Rickert
- [PATCH] staging: ion: remove __GFP_NOWARN when use low order gfp flags,
Chen Feng
- [PATCH 33/33] Staging: android: ion: ion.c: Compression of lines for,
Nadim almas
- [PATCH] staging: comedi: adv_pci1760: Do not return EINVAL for CMDF_ROUND_DOWN.,
Phil Turnbull
- [PATCH -next] PCI: hv: Use list_move_tail instead of list_del/list_add_tail,
Wei Yongjun
- Problem with parcel shipping, ID:000338857, FedEx Standard Overnight
- completion issues in ks7010, Nicholas Mc Guire
- [PATCH 0/2 RFC] staging: ks7010: fix sparse warnings,
Nicholas Mc Guire
- [PATCH 1/1] Drivers: infiniband: hw: vmbus-nd: NetworkDirect driver for Linux,
kys
- Re: staging: wilc1000: Reduce scope for a few variables in mac_ioctl(),
SF Markus Elfring
- [PATCH] staging: comedi: dt2811: add parentheses to fix logic on s->subdev_flags,
Colin King
- [PATCH] staging: rtl8188eu: Delete an unnecessary check before the function call "vfree", SF Markus Elfring
- [PATCH] staging: ks7010: fix wait_for_completion_interruptible_timeout return handling,
Nicholas Mc Guire
- [PATCH] staging: ks7010: declare private functions static,
Nicholas Mc Guire
- [GIT PULL] Staging/IIO driver patches for 4.8-rc1, Greg KH
- [PATCH 31/32] staging: android: ion: ion.c fixed a 80 character line limit coding style issue,
Nadim almas
- [PATCH] staging: sm750fb: Fix block comment style, Edward Lipinsky
- [PATCH 00/15] Lustre cleanups.,
Oleg Drokin
- [PATCH 01/15] lustre: switch lnet_sock_write() to sock_sendmsg(), Oleg Drokin
- [PATCH 02/15] lustre: simplify the living hell out of ksocknal_lib_recv_kiov(), Oleg Drokin
- [PATCH 04/15] ksocknal_lib_recv_iov(): recvmsg doesn't bugger iovec anymore..., Oleg Drokin
- [PATCH 05/15] ksocknal_lib_send_iov(): sendmsg doesn't bugger iovec..., Oleg Drokin
- [PATCH 03/15] lustre: don't reinvent struct bio_vec, Oleg Drokin
- [PATCH 07/15] lustre: ->kss_scratch... are unused now, Oleg Drokin
- [PATCH 06/15] ksocknal_lib_send_kiov(): sendmsg doesn't bugger iovec..., Oleg Drokin
- [PATCH 08/15] lustre: constify lib-move.c stuff, Oleg Drokin
- [PATCH 09/15] lustre: pass iov_iter to ->lnd_recv(), Oleg Drokin
- [PATCH 10/15] lustre: introduce lnet_copy_{k, }iov2iter(), kill lnet_copy_{k, }iov2{k, }iov(), Oleg Drokin
- [PATCH 13/15] staging/lustre: Fix unnecessary parentheses around variables, Oleg Drokin
- [PATCH 11/15] staging/lustre: Always return EEXIST on mkdir for existing names, Oleg Drokin
- [PATCH 15/15] staging/lustre: Remove unused cp_error from struct cl_page, Oleg Drokin
- [PATCH 12/15] staging/lustre: Add spaces preferred around that '{+, -, *, /, |, <<, >>, &}', Oleg Drokin
- [PATCH 14/15] staging/lustre: Make alignment match open parenthesis, Oleg Drokin
- [PATCH v18 net-next 1/1] hv_sock: introduce Hyper-V Sockets,
Dexuan Cui
- [PATCH v18 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock), Dexuan Cui
- [PATCH v4 0/7] lib: string: add functions to case-convert strings,
Markus Mayer
- [PATCH net-next] hv_netvsc: Fix VF register on bonding devices,
Haiyang Zhang
- Slicoss fixes and improvements,
Lino Sanfilippo
- [PATCH] staging: comedi: drivers: replace le16_to_cpu() with usb_endpoint_maxp(),
Cheah Kok Cheong
- [PATCH 32/32] Staging/octeon-usb/octeon-hcd.c: Compression of lines for immediate return This patch compresses two lines in to a single line in file octeon-hcd.c,
Nadim almas
- [PATCH 00/58] staging: lustre: bug fixes from lustre 2.5.[56-58],
James Simmons
- [PATCH 07/58] staging: lustre: llite: label the debug info, James Simmons
- [PATCH 05/58] staging: lustre: lmv: add new lmv structures, James Simmons
- [PATCH 02/58] staging: lustre: obd: rename struct lmv_stripe_md field mea to lmv, James Simmons
- [PATCH 09/58] staging: lustre: llite: remove debug message in ll_dir_read, James Simmons
- [PATCH 01/58] staging: lustre: obd: expand op_cli_flags, James Simmons
- [PATCH 03/58] staging: lustre: ptlrpc: remove wirecheck for struct lmv_stripe_md, James Simmons
- [PATCH 14/58] staging: lustre: llite: rename some variables for ll_dir_read, James Simmons
- [PATCH 04/58] staging: lustre: llite: cache directory striping information, James Simmons
- [PATCH 10/58] staging: lustre: llite: reduce indent in ll_dir_read, James Simmons
- [PATCH 06/58] staging: lustre: mdc: handle IT_READDIR operations, James Simmons
- [PATCH 15/58] staging: lustre: llite: clarify some debug messages for statahead, James Simmons
- [PATCH 08/58] staging: lustre: llite: pass struct md_op_data to ll_dir_read, James Simmons
- [PATCH 11/58] staging: lustre: llite: set next only when needed in ll_dir_read, James Simmons
- [PATCH 13/58] staging: lustre: llite: change done flag in ll_dir_read to bool, James Simmons
- [PATCH 16/58] staging: lustre: llite: remove code never called, James Simmons
- [PATCH 21/58] staging: lustre: llite: style cleanup for llite_internal.h, James Simmons
- [PATCH 23/58] staging: lustre: llite: change remove parameter to bool, James Simmons
- [PATCH 24/58] staging: lustre: mdc: don't take rpc lock for readdir case, James Simmons
- [PATCH 17/58] staging: lustre: llite: pass in __u64 pos for ll_dir_read, James Simmons
- [PATCH 19/58] staging: lustre: llite: add md_op_data parameter to ll_get_dir_page, James Simmons
- [PATCH 12/58] staging: lustre: llite: handle done flags differently in ll_dir_read, James Simmons
- [PATCH 25/58] staging: lustre: lmv: remove unused lmv_get_mea function, James Simmons
- [PATCH 18/58] staging: lustre: llite: do post work for statahead in readdir case, James Simmons
- [PATCH 26/58] staging: lustre: lmv: remove duplicate MAX_HASH_*, James Simmons
- [PATCH 28/58] staging: lustre: lmv: remove lmv_get_easize, James Simmons
- [PATCH 20/58] staging: lustre: llite: remove comment from ll_dir_read, James Simmons
- [PATCH 22/58] staging: lustre: llite: pass inode to ll_release_page, James Simmons
- [PATCH 27/58] staging: lustre: lmv: change handling of lmv striping information, James Simmons
- [PATCH 29/58] staging: lustre: lmv: replace obd_free_memmd with lmv_free_memmd, James Simmons
- [PATCH 30/58] staging: lustre: create striped directory, James Simmons
- [PATCH 36/58] staging: lustre: lmv: fix issue found by Klocwork Insight tool, James Simmons
- [PATCH 34/58] staging: lustre: obdclass: bug fixes for lu_device_type handling, James Simmons
- [PATCH 31/58] staging: lustre: llite: fix "getdirstripe" to show stripe info, James Simmons
- [PATCH 33/58] staging: lustre: obdclass: fix lmd_parse() to handle comma-separated NIDs, James Simmons
- [PATCH 38/58] staging: lustre: llite: enable clients to inject error for lfsck, James Simmons
- [PATCH 35/58] staging: lustre: add ability to migrate inodes., James Simmons
- [PATCH 32/58] staging: lustre: delete striped directory, James Simmons
- [PATCH 41/58] staging: lustre: mdc: fixup MDS_SWAP_LAYOUTS ELC handling, James Simmons
- [PATCH 40/58] staging: lustre: llite: a few fixes for migration., James Simmons
- [PATCH 43/58] staging: lustre: const correct FID/OSTID/... helpers, James Simmons
- [PATCH 37/58] staging: lustre: libcfs: Only dump log once per sec. to avoid EEXIST, James Simmons
- [PATCH 44/58] staging: lustre: use bool for several function in lustre_idl.h/lustre_fid.h, James Simmons
- [PATCH 39/58] staging: lustre: osc: allow to call brw_commit() multiple times, James Simmons
- [PATCH 46/58] staging: lustre: lmv: access lum_stripe_offset as little endian, James Simmons
- [PATCH 49/58] staging: lustre: llite: avoid a deadlock in page write, James Simmons
- [PATCH 42/58] staging: lustre: don't need to const __u64 parameters for lustre_idl.h, James Simmons
- [PATCH 50/58] staging: lustre: lov: handle the case of stripe size is not power 2, James Simmons
- [PATCH 53/58] staging: lustre: obdclass: unified flow control interfaces, James Simmons
- [PATCH 48/58] staging: lustre: lmv: Ensure lmv_intent_lookup cleans up reqp, James Simmons
- [PATCH 47/58] staging: lustre: lmv: lookup remote migrating object in LMV, James Simmons
- [PATCH 45/58] staging: lustre: simplify inline functions in lustre_fid.h, James Simmons
- [PATCH 52/58] staging: lustre: lmv: rename request to preq in lmv_getattr_name(), James Simmons
- [PATCH 51/58] staging: lustre: lmv: cleanup req in lmv_getattr_name(), James Simmons
- [PATCH 55/58] staging: lustre: ldlm: flock completion fixes., James Simmons
- [PATCH 57/58] staging: lustre: llite: add error handler in inode prepare phase, James Simmons
- [PATCH 54/58] staging: lustre: reorder LOV_MAGIC_* definition, James Simmons
- [PATCH 58/58] staging: lustre: ptlrpc: Early replies need to honor at_max, James Simmons
- [PATCH 56/58] staging: lustre: move ioctls to lustre_ioctl.h, James Simmons
- [PATCH] staging: iio: ad5933: Return correct value for AD5933_OUT_RANGE.,
Phil Turnbull
- [PATCH] staging: wilc1000: txq_event: Fix coding error, Binoy Jayan
- [PATCH] Staging: media: timblogiw: File cleanup.,
Jeremiah Goerdt
- [PATCH] staging: comedi: ni_mio_common: fix wrong insn_write handler, Ian Abbott
- [PATCH 1/3] staging/rtl8192u: use s8 instead of char,
Arnd Bergmann
- [PATCH v7] [media] pci: Add tw5864 driver,
Andrey Utkin
- [PATCH v6] [media] pci: Add tw5864 driver,
Andrey Utkin
- [PATCH 3/3] staging/rtl8192u: use s8 instead of char,
Arnd Bergmann
- [PATCH 2/3] staging/rtl8192e: use s8 instead of char,
Arnd Bergmann
- [PATCH -next] [media] staging: media: lirc: add missing platform_device_del() on error in lirc_parallel_init(), Wei Yongjun
- [PATCH] staging: comedi: ni_mio_common: fix AO inttrig backwards compatibility,
Ian Abbott
- [PATCH 1/2] [media] staging: add MEDIA_SUPPORT dependency,
Arnd Bergmann
- [PATCH] staging: vt6655: power.c: Fix checkpatch warning,
Anson Jacob
- [PATCH] staging: vt6655: Fix checkpatch warning, Anson Jacob
- [PATCH] staging: vt6655: channel.c: Fix block comments usage warning by checkpatch.pl,
Anson Jacob
- [PATCH] Staging: ks7010: michael_mic: fixed macros coding style issue,
Sunbing
[Index of Archives]
[Linux Driver Backports]
[Linux USB Devel]
[DMA Engine]
[Linux GPIO]
[Linux SPI]
[Linux SCSI]
[Yosemite Forum]