All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-26 18:22:57 to 2014-06-26 19:15:39 UTC [more...]

[PATCH v2 000/117] nfsd: eliminate the client_mutex
 2014-06-26 19:13 UTC  (84+ messages)
` [PATCH v2 001/117] nfsd: fix file access refcount leak when nfsd4_truncate fails
` [PATCH v2 002/117] nfsd: fix return of nfs4_acl_write_who
` [PATCH v2 003/117] nfsd: add __force to opaque verifier field casts
` [PATCH v2 004/117] nfsd: clean up sparse endianness warnings in nfscache.c
` [PATCH v2 005/117] nfsd: nfsd_splice_read and nfsd_readv should return __be32
` [PATCH v2 006/117] nfsd: add appropriate __force directives to filehandle generation code
` [PATCH v2 007/117] nfsd: properly handle embedded newlines in fault_injection input
` [PATCH v2 008/117] nfsd: Protect addition to the file_hashtbl
` [PATCH v2 009/117] nfsd: wait to initialize work struct just prior to using it
` [PATCH v2 010/117] nfsd: Avoid taking state_lock while holding inode lock in nfsd_break_one_deleg
` [PATCH v2 011/117] nfsd: nfs4_preprocess_seqid_op should only set *stpp on success
` [PATCH v2 012/117] nfsd: Cleanup nfs4svc_encode_compoundres
` [PATCH v2 013/117] nfsd: Don't get a session reference without a client reference
` [PATCH v2 014/117] nfsd: Allow struct nfsd4_compound_state to cache the nfs4_client
` [PATCH v2 015/117] nfsd: lock owners are not per open stateid
` [PATCH v2 016/117] nfsd: Allow lockowners to hold several stateids
` [PATCH v2 017/117] nfsd: NFSv4 lock-owners are not associated to a specific file
` [PATCH v2 018/117] nfsd: clean up nfs4_release_lockowner
` [PATCH v2 019/117] nfsd: declare v4.1+ openowners confirmed on creation
` [PATCH v2 020/117] nfsd: Cleanup - Let nfsd4_lookup_stateid() take a cstate argument
` [PATCH v2 021/117] nfsd: clean up nfsd4_close_open_stateid
` [PATCH v2 022/117] nfsd: Cache the client that was looked up in lookup_clientid()
` [PATCH v2 023/117] nfsd: Convert nfsd4_process_open1() to work with lookup_clientid()
` [PATCH v2 024/117] nfsd: Always use lookup_clientid() in nfsd4_process_open1
` [PATCH v2 025/117] nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()
` [PATCH v2 026/117] nfsd: Move the delegation reference counter into the struct nfs4_stid
` [PATCH v2 027/117] nfsd4: use cl_lock to synchronize all stateid idr calls
` [PATCH v2 028/117] nfsd: Add fine grained protection for the nfs4_file->fi_stateids list
` [PATCH v2 029/117] nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache
` [PATCH v2 030/117] nfsd: Add locking to the nfs4_file->fi_fds[] array
` [PATCH v2 031/117] nfsd: refactor nfs4_file_get_access and nfs4_file_put_access
` [PATCH v2 032/117] nfsd: remove nfs4_file_put_fd
` [PATCH v2 033/117] nfsd: ensure that nfs4_file_get_access enforces deny modes
` [PATCH v2 034/117] nfsd: cleanup nfs4_check_open
` [PATCH v2 035/117] locks: add file_has_lease to prevent delegation break races
` [PATCH v2 036/117] nfsd: Protect the nfs4_file delegation fields using the fi_lock
` [PATCH v2 037/117] nfsd: clean up helper __release_lock_stateid
` [PATCH v2 038/117] nfsd: Simplify stateid management
` [PATCH v2 039/117] nfsd: Fix delegation revocation
` [PATCH v2 040/117] nfsd: Add reference counting to the lock and open stateids
` [PATCH v2 041/117] nfsd: Add a struct nfs4_file field to struct nfs4_stid
` [PATCH v2 042/117] nfsd: Replace nfs4_ol_stateid->st_file with the st_stid.sc_file
` [PATCH v2 043/117] nfsd: Ensure stateids remain unique until they are freed
` [PATCH v2 044/117] nfsd: Ensure atomicity of stateid destruction and idr tree removal
` [PATCH v2 045/117] nfsd: Cleanup the freeing of stateids
` [PATCH v2 046/117] nfsd: do filp_close in sc_free callback for lock stateids
` [PATCH v2 047/117] nfsd: Add locking to protect the state owner lists
` [PATCH v2 048/117] nfsd: clean up races in lock stateid searching and creation
` [PATCH v2 049/117] nfsd: Convert delegation counter to an atomic_long_t type
` [PATCH v2 050/117] nfsd: Slight cleanup of find_stateid()
` [PATCH v2 051/117] nfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_validate_stateid
` [PATCH v2 052/117] nfsd: Add reference counting to lock stateids
` [PATCH v2 053/117] nfsd: nfsd4_locku() must reference the lock stateid
` [PATCH v2 054/117] nfsd: Ensure that nfs4_open_delegation() references the delegation stateid
` [PATCH v2 055/117] nfsd: nfsd4_process_open2() must reference "
` [PATCH v2 056/117] nfsd: nfsd4_process_open2() must reference the open stateid
` [PATCH v2 057/117] nfsd: Prepare nfsd4_close() for open stateid referencing
` [PATCH v2 058/117] nfsd: nfsd4_open_confirm() must reference the open stateid
` [PATCH v2 059/117] nfsd: Add reference counting to nfs4_preprocess_confirmed_seqid_op
` [PATCH v2 060/117] nfsd: Migrate the stateid reference into nfs4_preprocess_seqid_op
` [PATCH v2 061/117] nfsd: Migrate the stateid reference into nfs4_lookup_stateid()
` [PATCH v2 062/117] nfsd: Migrate the stateid reference into nfs4_find_stateid_by_type()
` [PATCH v2 063/117] nfsd: Add reference counting to state owners
` [PATCH v2 064/117] nfsd: Keep a reference to the open stateid for the NFSv4.0 replay cache
` [PATCH v2 065/117] nfsd: clean up lockowner refcounting when finding them
` [PATCH v2 066/117] nfsd: add an operation for unhashing a stateowner
` [PATCH v2 067/117] nfsd: Make lock stateid take a reference to the lockowner
` [PATCH v2 068/117] nfsd: clean up refcounting for lockowners
` [PATCH v2 069/117] nfsd: make openstateids hold references to their openowners
` [PATCH v2 070/117] nfsd: don't allow CLOSE to proceed until refcount on stateid drops
` [PATCH v2 071/117] nfsd: Protect adding/removing open state owners using client_lock
` [PATCH v2 072/117] nfsd: Protect adding/removing lock "
` [PATCH v2 073/117] nfsd: Move the open owner hash table into struct nfs4_client
` [PATCH v2 074/117] lockdep: add lockdep_assert_not_held
` [PATCH v2 075/117] nfsd: add locking to stateowner release
` [PATCH v2 076/117] nfsd: optimize destroy_lockowner cl_lock thrashing
` [PATCH v2 077/117] nfsd: close potential race in nfsd4_free_stateid
` [PATCH v2 078/117] nfsd: reduce cl_lock thrashing in release_openowner
` [PATCH v2 079/117] nfsd: don't thrash the cl_lock while freeing an open stateid
` [PATCH v2 080/117] nfsd: Ensure struct nfs4_client is unhashed before we try to destroy it
` [PATCH v2 081/117] nfsd: Ensure that the laundromat unhashes the client before releasing locks
` [PATCH v2 082/117] nfsd: Don't require client_lock in free_client
` [PATCH v2 083/117] nfsd: Move create_client() call outside the lock

[PATCH v4 0/7] MIPS: KVM: Bugfixes and cleanups
 2014-06-26 19:11 UTC  (16+ messages)
` [PATCH v4 1/7] MIPS: KVM: Reformat code and comments
` [PATCH v4 2/7] MIPS: KVM: Use KVM internal logger
` [PATCH v4 3/7] MIPS: KVM: Simplify functions by removing redundancy
` [PATCH v4 4/7] MIPS: KVM: Remove unneeded volatile
` [PATCH v4 5/7] MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"
` [PATCH v4 6/7] MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()
` [PATCH v4 7/7] MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()

[Buildroot] [autobuild.buildroot.net] Build results for 2014-06-25
 2014-06-26 19:11 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] i2c: tegra: use repeated start for reads
 2014-06-26 19:11 UTC  (4+ messages)

[RFC PATCH v6 00/20] VFIO support for platform devices on ARM
 2014-06-26 19:10 UTC  (18+ messages)
` [RFC PATCH v6 04/20] iommu/arm-smmu: add capability IOMMU_CAP_INTR_REMAP

[PATCH] Fix: set thread in daemon mode
 2014-06-26 19:10 UTC 

[PATCH 3.15 00/61] 3.15.2-stable review
 2014-06-26 19:09 UTC  (8+ messages)

a couple consistent misspellings that could be fixed
 2014-06-26 19:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] block: Fix unset "filename" for certain drivers
 2014-06-26 19:09 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] block: Do not prematurely remove "filename"
` [Qemu-devel] [PATCH v2 2/2] iotests: Add test for set "filename" for NBD

[PATCH] recipes-devtools: fix segfault in lib32-gcc with "." multilib_dir
 2014-06-26 19:08 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] x86_64,entry: Fix RCX for traced syscalls
 2014-06-26 19:08 UTC 

[PATCH] Fix: set thread in daemon mode
 2014-06-26 19:07 UTC 

Wandboard Quad - SPDIF issue, no sound
 2014-06-26 19:07 UTC  (8+ messages)

help with IB_WC_MW_BIND_ERR
 2014-06-26 19:07 UTC  (2+ messages)

[PATCH V2] FS/OMFS: block number sanity check during fill_super operation
 2014-06-26 19:04 UTC 

[PATCH] ARM: tegra: Migrate Apalis T30 PCIe power supply scheme
 2014-06-26 19:05 UTC  (4+ messages)

[PATCH 00/15] OMAPDSS: HDMI infoframe & cleanup
 2014-06-26 19:05 UTC  (4+ messages)
` [PATCH 14/15] OMAPDSS: HDMI: remove the unused code

[PATCH] iommu: Constify struct iommu_ops
 2014-06-26 19:04 UTC  (2+ messages)

Is it possible to list unpushed tags without accessing remote?
 2014-06-26 19:04 UTC  (4+ messages)

[PATCH v2 lttng-ust] JUL: use root logger to capture events
 2014-06-26 19:03 UTC 

[PATCH 0/9] drivers: cacheinfo support
 2014-06-26 19:03 UTC  (20+ messages)
` [PATCH 2/9] drivers: base: support cpu cache information interface to userspace via sysfs
` [PATCH 8/9] ARM: kernel: add support for cpu cache information

[PATCH v2] pinctrl: mvebu: add pinctrl drivers for Dove and Kirkwood
 2014-06-26 19:01 UTC  (6+ messages)

[RFC 0/3] of: Refactor device tree linked lists
 2014-06-26 19:02 UTC  (8+ messages)
` [RFC 1/3] of: Migrate of_find_node_by_name() users to for_each_node_by_name()

[PATCH v3 0/3] git config cache & special querying api utilizing the cache
 2014-06-26 19:00 UTC  (8+ messages)
` [PATCH v3 2/3] config: add hashtable for config parsing & retrieval

[Qemu-devel] [PATCH 0/2] block: Fix unset "filename" for certain drivers
 2014-06-26 18:58 UTC  (3+ messages)

[PATCH] ecryptfs: Drop cast
 2014-06-26 18:58 UTC  (2+ messages)

[PATCH] pciehp: Remove the field controller->no_cmd_completed
 2014-06-26 18:58 UTC 

[PATCH] cpufreq: arm_big_little: set lowest frequcency for cluster when no cpus in it
 2014-06-26 18:57 UTC  (5+ messages)

New Documentation for barebox
 2014-06-26 18:56 UTC  (3+ messages)

[PATCH 0/8] use merge-base for tag --contains
 2014-06-26 18:55 UTC  (3+ messages)
` [PATCH 6/8] commit: provide a fast multi-tip contains function

SCSI eats error from flush failure during hot plug
 2014-06-26 18:52 UTC  (14+ messages)

[PATCH net-next 0/3] bnx2x: Enhancement patch series
 2014-06-26 18:47 UTC  (3+ messages)
` [PATCH net-next 2/3] bnx2x: enlarge minimal alignemnt of data offset

[RFC/PATCH V2] alias.c: replace git_config with git_config_get_string
 2014-06-26 18:46 UTC  (4+ messages)
` [RFC/PATCH] pager.c: "

[PATCH 1/1] FS/OMFS: block number sanity check during fill_super operation
 2014-06-26 18:44 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/4] Implement "fastboot flash" for eMMC
 2014-06-26 18:45 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] usb/gadget: fastboot: add sparse image definitions
` [U-Boot] [PATCH v2 2/4] usb/gadget: fastboot: add eMMC support for flash command
` [U-Boot] [PATCH v2 3/4] usb/gadget: fastboot: add "
` [U-Boot] [PATCH v2 4/4] usb/gadget: fastboot: minor cleanup

btrfs on whole disk (no partitions)
 2014-06-26 18:41 UTC  (13+ messages)

[Qemu-devel] [RFC PATCH] numa: enable sparse node numbering
 2014-06-26 18:39 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v2] "
  ` [Qemu-devel] [RFC PATCH v3] "

[PATCH] NFSv4: Drop cast
 2014-06-26 18:39 UTC 

[PATCH 0/1] rcu: uninline rcu_lock_acquire() and rcu_lock_release()
 2014-06-26 18:36 UTC  (4+ messages)
` [PATCH 1/1] "
  ` [PATCH v2 "
    ` [PATCH v3 "

[PATCH v1 0/3] ARM: dts: am335x-bone: Beaglebone cape DTS
 2014-06-26 18:35 UTC  (5+ messages)
` [PATCH v1 3/3] ARM: dts: am335x-bone: add support for beaglebone LCD4 cape

[PATCH] ring-buffer: Fix polling on trace_pipe
 2014-06-26 18:34 UTC  (4+ messages)

[PATCH v5 0/8] ARM generic idle states
 2014-06-26 18:32 UTC  (6+ messages)
` [PATCH v5 1/8] Documentation: arm: define DT idle states bindings

[PATCH] clk: tegra: export clock names for debugging
 2014-06-26 18:32 UTC  (4+ messages)

[PATCH] regulator: tps65917: Fix SMPS enable/disable/is_enable
 2014-06-26 18:31 UTC  (2+ messages)

[PATCH v2 0/6] Add a driver for u-blox modems
 2014-06-26 18:28 UTC  (7+ messages)
` [PATCH 1/6] atmodem: add vendor u-blox
` [PATCH 2/6] udevng: add detection logic for u-blox modems
` [PATCH 3/6] plugins: new driver for u-blox SARA-U270 modems
` [PATCH 4/6] sim: query u-blox PIN retries with AT+UPINCNT
` [PATCH 5/6] gprs: add support for u-blox +UREG URCs
` [PATCH 6/6] atmodem: set the auth method for u-blox modems

Seeking correct git repo
 2014-06-26 18:27 UTC  (3+ messages)

Updated ePAPR specification?
 2014-06-26 18:24 UTC 

[PATCH] hwpoison: Fix race with changing page during offlining
 2014-06-26 18:22 UTC  (2+ messages)

[PATCH 0/7] Kirkwood ASoC updates
 2014-06-26 18:22 UTC  (3+ messages)


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.