messages from 2014-06-19 14:10:47 to 2014-06-19 14:53:02 UTC [more...]
[PATCH v1 000/104] nfsd: eliminate the client_mutex
2014-06-19 14:50 UTC (88+ messages)
` [PATCH v1 001/104] nfsd: Protect addition to the file_hashtbl
` [PATCH v1 002/104] NFSd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v1 003/104] NFSd: nfs4_preprocess_seqid_op should only set *stpp on success
` [PATCH v1 004/104] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v1 005/104] NFSd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH v1 006/104] NFSd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v1 007/104] NFSd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH v1 008/104] NFSd: Ensure that nfs4_file_get_access enforces share access modes
` [PATCH v1 009/104] locks: add file_has_lease
` [PATCH v1 010/104] NFSd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v1 011/104] NFSd: Lock owners are not per open stateid
` [PATCH v1 012/104] NFSd: Clean up helper __release_lock_stateid
` [PATCH v1 013/104] NFSd: Allow lockowners to hold several stateids
` [PATCH v1 014/104] NFSd: NFSv4 lock-owners are not associated to a specific file
` [PATCH v1 015/104] NFSd: Cleanup nfs4svc_encode_compoundres
` [PATCH v1 016/104] NFSd: Don't get a session reference without a client reference
` [PATCH v1 017/104] NFSd: Allow struct nfsd4_compound_state to cache the nfs4_client
` [PATCH v1 018/104] NFSd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v1 019/104] NFSd: Simplify stateid management
` [PATCH v1 020/104] NFSd: Fix delegation revocation
` [PATCH v1 021/104] NFSd: Add reference counting to the lock and open stateids
` [PATCH v1 022/104] NFSd: clean up nfsd4_close_open_stateid
` [PATCH v1 023/104] NFSd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH v1 024/104] NFSd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v1 025/104] NFSd: Ensure stateids remain unique until they are freed
` [PATCH v1 026/104] NFSd: Ensure atomicity of stateid destruction and idr tree removal
` [PATCH v1 027/104] NFSd: Cleanup the freeing of stateids
` [PATCH v1 028/104] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v1 029/104] NFSd: Add locking to protect the state owner lists
` [PATCH v1 030/104] nfsd: clean up races in lock stateid searching and creation
` [PATCH v1 031/104] NFSd: Convert delegation counter to an atomic_long_t type
` [PATCH v1 032/104] NFSd: Slight cleanup of find_stateid()
` [PATCH v1 033/104] NFSd: Add reference counting to find_stateid
` [PATCH v1 034/104] NFSd: Add reference counting to lock stateids
` [PATCH v1 035/104] NFSd: nfsd4_locku() must reference the lock stateid
` [PATCH v1 036/104] NFSd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v1 037/104] NFSd: nfsd4_process_open2() must reference "
` [PATCH v1 038/104] NFSd: nfsd4_process_open2() must reference the open stateid
` [PATCH v1 039/104] NFSd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v1 040/104] NFSd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v1 041/104] NFSd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v1 042/104] NFSd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v1 043/104] NFSd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v1 044/104] NFSd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v1 045/104] NFSd: Add reference counting to state owners
` [PATCH v1 046/104] NFSd: Keep a reference to the open stateid for the NFSv4.0 replay cache
` [PATCH v1 047/104] nfsd: clean up lockowner refcounting when finding them
` [PATCH v1 048/104] nfsd: add an operation for unhashing a stateowner
` [PATCH v1 049/104] NFSd: Make lock stateid take a reference to the lockowner
` [PATCH v1 050/104] nfsd: clean up nfs4_release_lockowner
` [PATCH v1 051/104] nfsd: clean up refcounting for lockowners
` [PATCH v1 052/104] nfsd: declare v4.1+ openowners confirmed on creation
` [PATCH v1 053/104] nfsd: make openstateids hold references to their openowners
` [PATCH v1 054/104] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v1 055/104] NFSd: Protect adding/removing open state owners using client_lock
` [PATCH v1 056/104] NFSd: Protect adding/removing lock "
` [PATCH v1 057/104] NFSd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
` [PATCH v1 058/104] NFSd: Cache the client that was looked up in lookup_clientid()
` [PATCH v1 059/104] NFSd: Convert nfsd4_process_open1() to work with lookup_clientid()
` [PATCH v1 060/104] NFSd: Always use lookup_clientid() in nfsd4_process_open1
` [PATCH v1 061/104] NFSd: Move the open owner hash table into struct nfs4_client
` [PATCH v1 062/104] lockdep: add lockdep_assert_not_held
` [PATCH v1 063/104] nfsd: add locking to stateowner release
` [PATCH v1 064/104] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v1 065/104] nfsd: reduce cl_lock trashing in release_openowner
` [PATCH v1 066/104] NFSd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
` [PATCH v1 067/104] NFSd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH v1 068/104] NFSd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH v1 069/104] NFSd: Don't require client_lock in free_client
` [PATCH v1 070/104] NFSd: Move create_client() call outside the lock
` [PATCH v1 071/104] NFSd: Protect unconfirmed client creation using client_lock
` [PATCH v1 072/104] NFSd: Protect session creation and client confirm "
` [PATCH v1 073/104] NFSd: Protect nfsd4_destroy_clientid "
` [PATCH v1 074/104] NFSd: Ensure lookup_clientid() takes client_lock
` [PATCH v1 075/104] NFSd: Add assertions to document the nfs4_client/session locking
` [PATCH v1 076/104] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
` [PATCH v1 077/104] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH v1 078/104] nfsd: move unhash_client_locked call into mark_client_expired_locked
` [PATCH v1 079/104] nfsd: fix misleading comment
` [PATCH v1 080/104] nfsd: don't destroy client if mark_client_expired_locked fails
` [PATCH v1 081/104] nfsd: don't destroy clients that are busy
` [PATCH v1 082/104] nfsd: abstract out the get and set routines into the fault injection ops
` [PATCH v1 083/104] nfsd: add a forget_clients "get" routine with proper locking
` [PATCH v1 084/104] nfsd: add a forget_client set_clnt routine
` [PATCH v1 085/104] nfsd: add nfsd_inject_forget_clients
` [PATCH v1 086/104] nfsd: add a list_head arg to nfsd_foreach_client_lock
` [PATCH v1 087/104] nfsd: add more granular locking to forget_locks fault injector
[RFC] libdrm_intel: Add support for userptr objects
2014-06-19 14:52 UTC (2+ messages)
` [PATCH] intel: "
[Qemu-devel] [PATCH 2.1 00/36] Pending monitor patches for 2.1
2014-06-19 14:51 UTC (7+ messages)
` [Qemu-devel] [PATCH 2.1 30/36] qapi event: clean up
` [Qemu-devel] [PATCH 2.1 32/36] qemu-char: do not call chr_write directly
[Qemu-devel] [PATCH 0/5] Platform device support
2014-06-19 14:51 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/5] Platform: Add platform device class
[Qemu-devel] [PATCH v4 0/3] Support Archipelago as a QEMU block backend
2014-06-19 14:48 UTC (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] block: "
` [Qemu-devel] [PATCH v4 2/3] block/archipelago: Add support for creating images
` [Qemu-devel] [PATCH v4 3/3] QMP: Add support for Archipelago
[PATCH 1/1] media: dib9000: avoid out of bound access
2014-06-19 14:49 UTC (2+ messages)
` [PATCH 1/1 v2] "
[Qemu-devel] [PATCH] hw/pci: reserve IO and mem for pci express downstream ports with no devices attached
2014-06-19 14:50 UTC (4+ messages)
[PATCH] intel: Add new userptr ioctl
2014-06-19 14:48 UTC
Future Electronics FWBADAPT-7WVGA-PCAP LCD and Yocto 1.6
2014-06-19 14:48 UTC (4+ messages)
[Qemu-devel] [PATCH 00/12] implement features required in MIPS64 Release 6
2014-06-19 14:45 UTC (13+ messages)
` [Qemu-devel] [PATCH 01/12] target-mips: add KScratch registers
` [Qemu-devel] [PATCH 02/12] target-mips: update cpu_save/cpu_load to support "
` [Qemu-devel] [PATCH 03/12] target-mips: distinguish between data load and instruction fetch
` [Qemu-devel] [PATCH 04/12] target-mips: add RI and XI fields to TLB entry
` [Qemu-devel] [PATCH 05/12] target-mips: update PageGrain and m{t, f}c0 EntryLo{0, 1}
` [Qemu-devel] [PATCH 06/12] target-mips: add new Read-Inhibit and Execute-Inhibit exceptions
` [Qemu-devel] [PATCH 07/12] target-mips: add TLBINV support
` [Qemu-devel] [PATCH 08/12] target-mips: add BadInstr and BadInstrP support
` [Qemu-devel] [PATCH 09/12] target-mips: save cpu state if instruction can cause an exception
` [Qemu-devel] [PATCH 10/12] target-mips: update cpu_save/cpu_load to support BadInstr registers
` [Qemu-devel] [PATCH 11/12] target-mips: enable features in MIPS32R5-generic core
` [Qemu-devel] [PATCH 12/12] target-mips: enable features in MIPS64R6-generic core
[Qemu-devel] [PATCH] net: fix vhost-user mingw compilation
2014-06-19 14:47 UTC (5+ messages)
Does anybody know of a quick way to migrate an IMX6 BSP from dora to daisy?
2014-06-19 14:46 UTC (2+ messages)
[PATCH v2] xen: allow guest_remove_page to remove p2m_mmio_direct pages
2014-06-19 14:45 UTC
[PATCH] Makefile: version.h macros KERNEL_EXTRAVERSION, LINUX_EXTRAVERSION_CODE
2014-06-19 14:44 UTC
[Qemu-devel] [PATCH 0/3] hw/pcie: better hotplug/hotunplug support
2014-06-19 14:43 UTC (5+ messages)
` [Qemu-devel] [PATCH 2/3] hw/pcie: implement power controller functionality
` [Qemu-devel] [PATCH 3/3] hw/pcie: better hotplug/hotunplug support
[PATCH 0/2] scsi command timeout fixes
2014-06-19 14:43 UTC (5+ messages)
` [PATCH 2/2] scsi: Do not complete timed-out command
IIO hrtimer trigger
2014-06-19 14:42 UTC (7+ messages)
Implement PEBS virtualization for Silvermont
2014-06-19 14:42 UTC (9+ messages)
` [PATCH 4/4] kvm: Implement PEBS virtualization
[bisected] pre-3.16 regression on open() scalability
2014-06-19 14:42 UTC (11+ messages)
[PATCH] drivers/i915: Fix unnoticed failure of init_ring_common()
2014-06-19 14:42 UTC (8+ messages)
[PATCH v2] iommu/intel: Exclude devices using RMRRs from IOMMU API domains
2014-06-19 14:41 UTC (14+ messages)
` [Intel-gfx] "
RFH: Kernel OOPS in xen_netbk_rx_action / xenvif_gop_skb
2014-06-19 14:41 UTC (7+ messages)
[PATCH v5 0/7] xen: Add EFI support
2014-06-19 14:41 UTC (7+ messages)
` [PATCH v5 2/7] efi: Introduce EFI_NO_DIRECT flag
[PATCH v2] ARM: KVM: add irqfd and irq routing support
2014-06-19 14:40 UTC (8+ messages)
[PATCH RESEND] slub: return correct error on slab_sysfs_init
2014-06-19 14:39 UTC (3+ messages)
[PATCH RFC] xen: allow guest_remove_page to remove p2m_mmio_direct pages
2014-06-19 14:38 UTC (4+ messages)
[PATCH v2] drm/i915: Bring GPU Freq to min while suspending
2014-06-20 14:33 UTC (5+ messages)
` [PATCH v3] drm/i915: Force GPU Freq to lowest "
` [PATCH v4] "
[PATCH] mm: slab.h: wrap the whole file with guarding macro
2014-06-19 14:37 UTC (6+ messages)
[Qemu-devel] [PATCH for-2.1 0/2] drop INLINE macro from the tree
2014-06-19 14:36 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] fpu: softfloat: drop INLINE macro
` [Qemu-devel] [PATCH 2/2] audio: fmopl: "
gspca second isoc endpoint / kinect depth
2014-06-19 14:35 UTC (6+ messages)
` [RFC 0/2] gspca_kinect: add support for the depth stream
` [RFC 1/2] gspca: provide a mechanism to select a specific transfer endpoint
` [RFC 2/2] gspca_kinect: add support for the depth stream
[PATCH] mm: percpu: micro-optimize round-to-even
2014-06-19 14:34 UTC (6+ messages)
[PATCH 1/1] PM / Runtime: let rpm_resume fail if rpm disabled and device suspended
2014-06-19 14:34 UTC (8+ messages)
[PATCH v3 2/2] ata: Fix the dma state machine lockup for the IDENTIFY DEVICE PIO mode command
2014-06-19 14:33 UTC (9+ messages)
Documentation Bug Report (ping(8))
2014-06-19 14:33 UTC
slub/debugobjects: lockup when freeing memory
2014-06-19 14:30 UTC (2+ messages)
[PATCH v3 0/5] APEI: Make APEI architecture independent
2014-06-19 14:28 UTC (8+ messages)
` [PATCH v3 1/5] apei, mce: Factor out APEI architecture specific MCE calls
` [PATCH v3 2/5] acpi, apei, ghes: Introduce ARCH_HAS_ACPI_APEI_NMI to make NMI error notification a GHES feature
` [PATCH v3 3/5] acpi, apei, ghes: Introduce more generic mechanism to init/deinit GHES error notifications
[PATCH 1/7] ARM: stih407: Add DT nodes for for PWM
2014-06-19 14:27 UTC (6+ messages)
` [PATCH 6/7] pwm: st: Add new driver for ST's PWM IP
[PATCH v4 0/3] Add ES8328 audio codec
2014-06-19 14:27 UTC (7+ messages)
` [PATCH v4 3/3] ASoC: fsl: add imx-es8328 machine driver
` [alsa-devel] "
[PATCH 1/3] drm/i915: Add ppgtt init/release trace points
2014-06-19 14:22 UTC (3+ messages)
[RFC 0/2] pwrseq: Add subsystem for power sequences
2014-06-19 14:23 UTC (5+ messages)
` [RFC 1/2] pwrseq: Add subsystem to handle complex "
[PATCH -tip v2 0/3] ftrace, kprobes: Introduce IPMODIFY flag for ftrace_ops to detect conflicts
2014-06-19 14:18 UTC (4+ messages)
` "
[PATCH v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side)
2014-06-19 14:18 UTC (7+ messages)
` [PATCH v9 6/9] libxl/xl: deprecate the build_info->cpumap field
master - report: display explicit fields first, then implicit fields in field help
2014-06-19 14:17 UTC
master - libdevmapper: revoke commit 7c86131233011c9fb81190bcb40d5d4ac54a533d
2014-06-19 14:17 UTC
master - report: make "help" and "?" field implicit
2014-06-19 14:17 UTC
master - select: add list of allowed types for each selection operator mentioned in help
2014-06-19 14:17 UTC
[PATCH] Microsoft Visual C patches
2014-06-19 14:17 UTC (5+ messages)
` [PATCH 1/4] "
[PATCH V2] xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
2014-06-19 13:06 UTC
Xen 4.5 development update
2014-06-19 14:15 UTC (2+ messages)
[PATCH] ahci: imx: manage only sata_ref_clk in imx_sata_enable[disable]
2014-06-19 14:15 UTC (3+ messages)
[Qemu-devel] [PATCH v2] qapi/hmp: use 'backend' instead of 'device' with memory backend
2014-06-19 14:14 UTC
[GIT PULL] tracing: Cleanups and fixes to syscall tracepoints
2014-06-19 14:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.