All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-30 15:41:28 to 2014-06-30 15:56:07 UTC [more...]

[Drbd-dev] [PATCH 00/18] RFC DRBD fixes
 2014-06-30 15:53 UTC  (27+ messages)
`  "
` [Drbd-dev] [PATCH 01/18] drbd: Move write_ordering from connection to resource
` [Drbd-dev] [PATCH 02/18] drbd: device->ldev is not guaranteed on an D_ATTACHING disk
` [Drbd-dev] [PATCH 03/18] drbd: rename drbd_free_bc() to drbd_free_ldev()
  `  "
` [Drbd-dev] [PATCH 04/18] drbd: reduce number of spinlock drop/re-aquire cycles
  `  "
` [Drbd-dev] [PATCH 05/18] drbd: refactor use of first_peer_device()
` [Drbd-dev] [PATCH 06/18] drbd: allow write-ordering policy to be bumped up again
` [Drbd-dev] [PATCH 07/18] drbd: get rid of atomic update on disk bitmap works
` [Drbd-dev] [PATCH 08/18] drbd: fix a race stopping the worker thread
` [Drbd-dev] [PATCH 09/18] drbd: fix resync finished detection
` [Drbd-dev] [PATCH 10/18] drbd: stop the meta data sync timer before open coded meta data sync
` [Drbd-dev] [PATCH 11/18] drbd: re-add lost conf_mutex protection in drbd_set_role
` [Drbd-dev] [PATCH 12/18] drbd: trigger tcp_push_pending_frames() for PING and PING_ACK
` [Drbd-dev] [PATCH 13/18] drbd: move set_disk_ro() to after we persisted the new role
` [Drbd-dev] [PATCH 14/18] drbd: explicitly submit meta data requests with REQ_NOIDLE
  `  "
` [Drbd-dev] [PATCH 15/18] drbd: close race when detaching from disk
  `  "
` [Drbd-dev] [PATCH 16/18] drbd: make sure disk cleanup happens in worker context
  `  "
` [Drbd-dev] [PATCH 17/18] drbd: use drbd_device_post_work() in more places
  `  "
` [Drbd-dev] [PATCH 18/18] drbd: get rid of drbd_queue_work_front
  `  "

[PATCH v7 0/9] ARM: VDSO
 2014-06-30 15:56 UTC  (7+ messages)
` [PATCH v7 7/9] ARM: add vdso user-space code

[PATCH 0/5] drm/i915: Fix backlight regression caused by misconfigured VBT
 2014-06-30 15:55 UTC  (3+ messages)
` [PATCH v2 0/3] drm/i915: fix "
  ` [PATCH v2 1/3] drm/i915: quirk asserts controllable backlight presence, overriding VBT

[Qemu-devel] [PATCH v7 for 2.1 0/4] Allow custom backing-file string in commit/stream
 2014-06-30 15:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 for 2.1 4/4] block: add QAPI command to allow live backing file change

[PATCH v3 000/114] nfsd: eliminate the client_mutex
 2014-06-30 15:55 UTC  (115+ 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
` [PATCH v3 096/114] nfsd: add a list_head arg to nfsd_foreach_client_lock
` [PATCH v3 097/114] nfsd: add more granular locking to forget_locks fault injector
` [PATCH v3 098/114] nfsd: add more granular locking to forget_openowners "
` [PATCH v3 099/114] nfsd: add more granular locking to *_delegations fault injectors
` [PATCH v3 100/114] nfsd: remove old fault injection infrastructure
` [PATCH v3 101/114] nfsd: Remove nfs4_lock_state(): nfs4_preprocess_stateid_op()
` [PATCH v3 102/114] nfsd: Remove nfs4_lock_state(): nfsd4_test_stateid/nfsd4_free_stateid
` [PATCH v3 103/114] nfsd: Remove nfs4_lock_state(): nfsd4_release_lockowner
` [PATCH v3 104/114] nfsd: Remove nfs4_lock_state(): nfsd4_lock/locku/lockt()
` [PATCH v3 105/114] nfsd: Remove nfs4_lock_state(): nfsd4_open_downgrade + nfsd4_close
` [PATCH v3 106/114] nfsd: Remove nfs4_lock_state(): nfsd4_delegreturn()
` [PATCH v3 107/114] nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm
` [PATCH v3 108/114] nfsd: Remove nfs4_lock_state(): exchange_id, create/destroy_session()
` [PATCH v3 109/114] nfsd: Remove nfs4_lock_state(): setclientid, setclientid_confirm, renew
` [PATCH v3 110/114] nfsd: Remove nfs4_lock_state(): reclaim_complete()
` [PATCH v3 111/114] nfsd: remove nfs4_lock_state: nfs4_laundromat
` [PATCH v3 112/114] nfsd: remove nfs4_lock_state: nfs4_state_shutdown_net
` [PATCH v3 113/114] nfsd: remove the client_mutex and the nfs4_lock/unlock_state wrappers
` [PATCH v3 114/114] nfsd: add some comments to the nfsd4 object definitions

scsi-mq V2
 2014-06-30 15:54 UTC  (5+ messages)

[PATCH v1 0/3] ima: use asynchronous hash API for hash calculation
 2014-06-30 15:53 UTC  (5+ messages)
` [PATCH v1 1/3] ima: use ahash API for file "

[RFC][PATCH] debugfs: Fix corrupted loop in debugfs_remove_recursive
 2014-06-30 15:53 UTC  (4+ messages)

[PATCH] libeigen: remove obsolete setting for default out-of-tree build
 2014-06-30 15:52 UTC  (2+ messages)

[RFC PATCH 00/11] Adding FreeBSD's Capsicum security framework (part 1)
 2014-06-30 15:53 UTC  (5+ messages)
` [PATCH 01/11] fs: add O_BENEATH_ONLY flag to openat(2)

[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  (8+ messages)
` [PATCH 09/16] ARM: mvebu: Make the snoop disable optional in mvebu_v7_pmsu_idle_prepare

[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)

[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  (12+ 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] "

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


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.