All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-30 15:25:26 to 2014-06-30 15:52:46 UTC [more...]

[PATCH v3 000/114] nfsd: eliminate the client_mutex
 2014-06-30 15:50 UTC  (96+ messages)
` [PATCH v3 001/114] nfsd: fix file access refcount leak when nfsd4_truncate fails
` [PATCH v3 002/114] nfsd: Protect addition to the file_hashtbl
` [PATCH v3 003/114] nfsd: wait to initialize work struct just prior to using it
` [PATCH v3 004/114] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v3 005/114] nfsd: nfs4_preprocess_seqid_op should only set *stpp on success
` [PATCH v3 006/114] nfsd: Cleanup nfs4svc_encode_compoundres
` [PATCH v3 007/114] nfsd: declare v4.1+ openowners confirmed on creation
` [PATCH v3 008/114] nfsd: clean up nfsd4_close_open_stateid
` [PATCH v3 009/114] nfsd: lock owners are not per open stateid
` [PATCH v3 010/114] nfsd: Allow lockowners to hold several stateids
` [PATCH v3 011/114] nfsd: NFSv4 lock-owners are not associated to a specific file
` [PATCH v3 012/114] nfsd: clean up nfsd4_release_lockowner
` [PATCH v3 013/114] nfsd: Don't get a session reference without a client reference
` [PATCH v3 014/114] nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
` [PATCH v3 015/114] nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client
` [PATCH v3 016/114] nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
` [PATCH v3 017/114] nfsd: Always use lookup_clientid() in nfsd4_process_open1
` [PATCH v3 018/114] nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
` [PATCH v3 019/114] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v3 020/114] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v3 021/114] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH v3 022/114] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v3 023/114] nfsd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH v3 024/114] nfsd: clean up helper __release_lock_stateid
` [PATCH v3 025/114] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
` [PATCH v3 026/114] nfsd: remove nfs4_file_put_fd
` [PATCH v3 027/114] nfsd: shrink st_access_bmap and st_deny_bmap
` [PATCH v3 028/114] nfsd: set stateid access and deny bits in nfs4_get_vfs_file
` [PATCH v3 029/114] nfsd: clean up reset_union_bmap_deny
` [PATCH v3 030/114] nfsd: make deny mode enforcement more efficient and close races in it
` [PATCH v3 031/114] nfsd: cleanup nfs4_check_open
` [PATCH v3 032/114] locks: add file_has_lease to prevent delegation break races
` [PATCH v3 033/114] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v3 034/114] nfsd: Simplify stateid management
` [PATCH v3 035/114] nfsd: Fix delegation revocation
` [PATCH v3 036/114] nfsd: Add reference counting to the lock and open stateids
` [PATCH v3 037/114] nfsd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH v3 038/114] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v3 039/114] nfsd: Ensure stateids remain unique until they are freed
` [PATCH v3 040/114] nfsd: Ensure atomicity of stateid destruction and idr tree removal
` [PATCH v3 041/114] nfsd: Cleanup the freeing of stateids
` [PATCH v3 042/114] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v3 043/114] nfsd: Add locking to protect the state owner lists
` [PATCH v3 044/114] nfsd: clean up races in lock stateid searching and creation
` [PATCH v3 045/114] nfsd: Convert delegation counter to an atomic_long_t type
` [PATCH v3 046/114] nfsd: Slight cleanup of find_stateid()
` [PATCH v3 047/114] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
` [PATCH v3 048/114] nfsd: Add reference counting to lock stateids
` [PATCH v3 049/114] nfsd: nfsd4_locku() must reference the lock stateid
` [PATCH v3 050/114] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v3 051/114] nfsd: nfsd4_process_open2() must reference "
` [PATCH v3 052/114] nfsd: nfsd4_process_open2() must reference the open stateid
` [PATCH v3 053/114] nfsd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v3 054/114] nfsd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v3 055/114] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v3 056/114] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v3 057/114] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v3 058/114] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v3 059/114] nfsd: Add reference counting to state owners
` [PATCH v3 060/114] nfsd: Keep a reference to the open stateid for the NFSv4.0 replay cache
` [PATCH v3 061/114] nfsd: clean up lockowner refcounting when finding them
` [PATCH v3 062/114] nfsd: add an operation for unhashing a stateowner
` [PATCH v3 063/114] nfsd: Make lock stateid take a reference to the lockowner
` [PATCH v3 064/114] nfsd: clean up refcounting for lockowners
` [PATCH v3 065/114] nfsd: make openstateids hold references to their openowners
` [PATCH v3 066/114] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v3 067/114] nfsd: Protect adding/removing open state owners using client_lock
` [PATCH v3 068/114] nfsd: Protect adding/removing lock "
` [PATCH v3 069/114] nfsd: Move the open owner hash table into struct nfs4_client
` [PATCH v3 070/114] nfsd: clean up and reorganize release_lockowner
` [PATCH v3 071/114] lockdep: add lockdep_assert_not_held
` [PATCH v3 072/114] nfsd: add locking to stateowner release
` [PATCH v3 073/114] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v3 074/114] nfsd: close potential race in nfsd4_free_stateid
` [PATCH v3 075/114] nfsd: reduce cl_lock thrashing in release_openowner
` [PATCH v3 076/114] nfsd: don't thrash the cl_lock while freeing an open stateid
` [PATCH v3 077/114] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH v3 078/114] nfsd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH v3 079/114] nfsd: Don't require client_lock in free_client
` [PATCH v3 080/114] nfsd: Move create_client() call outside the lock
` [PATCH v3 081/114] nfsd: Protect unconfirmed client creation using client_lock
` [PATCH v3 082/114] nfsd: Protect session creation and client confirm "
` [PATCH v3 083/114] nfsd: Protect nfsd4_destroy_clientid "
` [PATCH v3 084/114] nfsd: Ensure lookup_clientid() takes client_lock
` [PATCH v3 085/114] nfsd: Add lockdep assertions to document the nfs4_client/session locking
` [PATCH v3 086/114] nfsd: protect the close_lru list and oo_last_closed_stid with client_lock
` [PATCH v3 087/114] nfsd: ensure that clp->cl_revoked list is protected by clp->cl_lock
` [PATCH v3 088/114] nfsd: move unhash_client_locked call into mark_client_expired_locked
` [PATCH v3 089/114] nfsd: don't destroy client if mark_client_expired_locked fails
` [PATCH v3 090/114] nfsd: don't destroy clients that are busy
` [PATCH v3 091/114] nfsd: protect clid and verifier generation with client_lock
` [PATCH v3 092/114] nfsd: abstract out the get and set routines into the fault injection ops
` [PATCH v3 093/114] nfsd: add a forget_clients "get" routine with proper locking
` [PATCH v3 094/114] nfsd: add a forget_client set_clnt routine
` [PATCH v3 095/114] nfsd: add nfsd_inject_forget_clients

[GIT PULL] nommu fixes for 3.17-rc1
 2014-06-30 15:52 UTC  (2+ messages)

[PATCH 00/11] tools, build: Build xenstore in rump kernel
 2014-06-30 15:52 UTC  (12+ messages)
` [PATCH 01/11] xenstore: Use $(PTHREAD_LIBS) not -lpthread
` [PATCH 02/11] xenstore: In xenstore_client, avoid stack buffer in recursive function
` [PATCH 03/11] rump kernels: Start introducing new XEN_OS NetBSDRump
` [PATCH 04/11] libxc: rump kernels: Use standard xc_osdep_get_info
` [PATCH 05/11] xenstore: rump kernels: Look for /dev/xen/xenbus
` [PATCH 06/11] xenstore: Make building of xenstored optional
` [PATCH 07/11] build system: Introduce INSTALL_SHLIB and SYMLINK_SHLIB
` [PATCH 08/11] build system: Introduce libextension variable
` [PATCH 09/11] build system: Introduce nosharedlibs variable
` [PATCH 10/11] rump kernels: Handle rumpxen host in configure
` [PATCH 11/11] tools/Makefile: Build only a subset of things for rump kernels

[PATCH 00/16] CPU Idle for Armada 370 and Armada 38x
 2014-06-30 15:51 UTC  (11+ messages)
` [PATCH 09/16] ARM: mvebu: Make the snoop disable optional in mvebu_v7_pmsu_idle_prepare
` [PATCH 11/16] ARM: mvebu: dts: Add CA9 MPcore SoC Controller node

[PATCH v6 00/21] arm64: GICv3 support
 2014-06-30 15:50 UTC  (5+ messages)

[Qemu-devel] [PATCH v1 0/3] linux-aio: introduce submit I/O at batch
 2014-06-30 15:47 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 1/3] block: block: introduce bdrv_io_plug() and bdrv_io_unplug()
` [Qemu-devel] [PATCH v1 2/3] linux-aio: implement io plug and unplug
` [Qemu-devel] [PATCH v1 3/3] dataplane: submit I/O at batch

[Qemu-devel] [PATCH v5] ppc: spapr-rtas - implement os-term rtas call
 2014-06-30 15:49 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/5] mtd, ubi, ubifs: resync with Linux-3.14
 2014-06-30 15:49 UTC  (5+ messages)

[RFC PATCH 00/11] Adding FreeBSD's Capsicum security framework (part 1)
 2014-06-30 15:49 UTC  (8+ messages)
` [PATCH 01/11] fs: add O_BENEATH_ONLY flag to openat(2)
` [PATCH 4/5] man-pages: cap_rights_limit.2: limit FD rights for Capsicum

[PATCH -mm v3 0/8] memcg/slab: reintroduce dead cache self-destruction
 2014-06-30 15:49 UTC  (7+ messages)
` [PATCH -mm v3 8/8] slab: do not keep free objects/slabs on dead memcg caches

[PATCH] ubi: fix correct rb_tree node comparison in add_vol
 2014-06-30 15:47 UTC  (3+ messages)

[Xenomai] Support of Beagleboard xm rev C on 3.14-ipipe
 2014-06-30 15:48 UTC  (14+ messages)

[PATCH 0/2] ARM: tegra: roth: pinmux fixes
 2014-06-30 15:46 UTC  (5+ messages)

Bisected Xen-unstable: "Segment register inaccessible for d1v0" when starting HVM guest on intel
 2014-06-30 15:45 UTC  (2+ messages)

[PATCH v7 0/7] ARM: berlin: add AHCI support
 2014-06-30 15:44 UTC  (7+ messages)
` [PATCH v7 1/7] phy: add a driver for the Berlin SATA PHY

[PATCH v3 0/8] xen: arm: Use super pages in p2m
 2014-06-30 15:44 UTC  (3+ messages)

GOOD DAY,
 2014-06-30 15:44 UTC 

[RFC v2 1/4] Bluetooth: Connection parameters check helper
 2014-06-30 15:43 UTC  (2+ messages)

[Bug 80678] New: xrandr scaling / transform does not work with radeon
 2014-06-30 15:42 UTC  (2+ messages)
` [Bug 80678] "

[PATCH v7 0/9] ARM: VDSO
 2014-06-30 15:42 UTC  (3+ messages)

recommendation for ARM cross-compiler for building for beaglebone black?
 2014-06-30 15:36 UTC 

[GIT PULL] efm32 for 3.17-rc1
 2014-06-30 15:41 UTC  (3+ messages)
` [PATCH 1/2] ARM: efm32: switch to properly namespaced location property
` [PATCH 2/2] ARM: efm32: switch to vendor,device compatible strings

[PATCH char-misc-next v2 0/8] Enable dma driver for MIC X100 Coprocessors
 2014-06-30 15:33 UTC  (3+ messages)

mm preparatory patches for HMM and IOMMUv2
 2014-06-30 15:40 UTC  (5+ messages)
` [PATCH 1/6] mmput: use notifier chain to call subsystem exit handler

[PATCH] xen: arm: ignore zero sized memory banks
 2014-06-30 15:38 UTC 

Thread pointer changes
 2014-06-30 15:38 UTC  (12+ messages)
    ` [musl] "

[PATCH] usb: host: ohci-tmio: Use managed interfaces for resource allocation
 2014-06-30 15:37 UTC  (2+ messages)

kexec -e in PVHVM guests (and in PV)
 2014-06-30 15:36 UTC 

[PATCH 00/13] Remove mach-kirkwood and mach-dove
 2014-06-30 15:35 UTC  (7+ messages)

[PATCH 0/6 v2] KVM: PPC: Book3e: AltiVec support
 2014-06-30 15:34 UTC  (21+ messages)
` [PATCH 1/6 v2] KVM: PPC: Book3E: Use common defines for SPE/FP/AltiVec int numbers
` [PATCH 2/6 v2] KVM: PPC: Book3E: Refactor SPE/FP exit handling
` [PATCH 3/6 v2] KVM: PPC: Book3E: Increase FPU laziness
` [PATCH 4/6 v2] KVM: PPC: Book3E: Add AltiVec support
` [PATCH 5/6 v2] KVM: PPC: Book3E: Add ONE_REG "
` [PATCH 6/6 v2] KVM: PPC: Book3E: Enable e6500 core

[PATCH v10 0/2] Add support for the Allwinner A31 DMA Controller
 2014-06-30 15:33 UTC  (6+ messages)
` [PATCH v10 2/2] dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller

[Qemu-devel] [PATCH v2] virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsing
 2014-06-30 15:33 UTC 

[PATCH] btrfs compression: merge inflate and deflate z_streams
 2014-06-30 15:32 UTC 

[PATCH] x86: ioapic: Fix irq_free_descs count
 2014-06-30 15:31 UTC 

[meta-fsl-ppc] How to change the kernel config?
 2014-06-30 15:26 UTC 

[PATCH] ipv4: icmp: Fix pMTU handling for rare case
 2014-06-30 15:16 UTC 

[PATCH 0/5] Implement disconenct and reconnect
 2014-06-30 15:31 UTC  (6+ messages)
` [PATCH 1/5] android/health: Implement mcl_disconnected cb
` [PATCH 2/5] android/health: Implement mcl_uncached callback
` [PATCH 3/5] android/health: Fix do not set mdl callbacks on mcl_reconneced call back
` [PATCH 4/5] android/health: Implement MDL reconnection from remote device
` [PATCH 5/5] android/health: Update PTS result

[PATCH 00/17] ARM: S5P64X0, S5PC100: no more support in mainline
 2014-06-30 21:32 UTC  (3+ messages)

[PATCH -trivial 1/4] powerpc/simpleboot: Spelling s/trucate/truncate/
 2014-06-30 15:30 UTC  (4+ messages)
` [Cluster-devel] [PATCH -trivial 4/4] GFS2: memcontrol: Spelling s/invlidate/invalidate/

[Qemu-devel] [PULL v2 0/5] NBD changes for 2014-06-30
 2014-06-30 15:28 UTC  (2+ messages)

__schedule #DF splat
 2014-06-30 15:26 UTC  (19+ messages)
                        ` [PATCH] KVM: SVM: Fix CPL export via SS.DPL


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.