linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-13 16:14:57 to 2013-02-13 18:46:03 UTC [more...]

[PATCH review 01/85] ceph: Only allow mounts in the initial network namespace
 2013-02-13 18:44 UTC  (87+ messages)
  ` [PATCH review 02/85] ceph: Translate between uid and gids in cap messages and kuids and kgids
  ` [PATCH review 03/85] ceph: Translate inode uid and gid attributes to/from "
  ` [PATCH review 04/85] ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t
  ` [PATCH review 05/85] ceph: Convert kuids and kgids before printing them
  ` [PATCH review 06/85] ceph: Enable building when user namespaces are enabled
  ` [PATCH review 07/85] 9p: Add 'u' and 'g' format specifies for kuids and kgids
  ` [PATCH review 08/85] 9p: Transmit kuid and kgid values
  ` [PATCH review 09/85] 9p: Modify the stat structures to use kuid_t and kgid_t
  ` [PATCH review 10/85] 9p: Modify struct 9p_fid to use a kuid_t not a uid_t
  ` [PATCH review 11/85] 9p: Modify struct v9fs_session_info to use a kuids and kgids
  ` [PATCH review 12/85] 9p: Modify v9fs_get_fsgid_for_create to return a kgid
  ` [PATCH review 13/85] 9p: Allow building 9p with user namespaces enabled
  ` [PATCH review 14/85] afs: Remove unused structure afs_store_status
  ` [PATCH review 15/85] afs: Only allow mounting afs in the intial network namespace
  ` [PATCH review 16/85] afs: Support interacting with multiple user namespaces
  ` [PATCH review 17/85] coda: Restrict coda messages to the initial pid namespace
  ` [PATCH review 18/85] coda: Restrict coda messages to the initial user namespace
  ` [PATCH review 19/85] coda: Cache permisions in struct coda_inode_info in a kuid_t
  ` [PATCH review 20/85] coda: Allow coda to be built when user namespace support is enabled
  ` [PATCH review 21/85] ocfs2: Handle kuids and kgids in acl/xattr conversions
  ` [PATCH review 22/85] ocfs2: convert between kuids and kgids and DLM locks
  ` [PATCH review 23/85] ocfs2: Convert uid and gids between in core and on disk inodes
  ` [PATCH review 24/85] ocfs2: For tracing report the uid and gid values in the initial user namespace
  ` [PATCH review 25/85] ocfs2: Compare kuids and kgids using uid_eq and gid_eq
  ` [PATCH review 26/85] ocfs2: Enable building with user namespaces enabled
  ` [PATCH review 27/85] gfs2: Remove improper checks in gfs2_set_dqblk
  ` [PATCH review 28/85] gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
  ` [PATCH review 29/85] gfs2: Report quotas in the caller's user namespace
  ` [PATCH review 30/85] gfs2: Introduce qd2index
  ` [PATCH review 31/85] gfs2: Modify struct gfs2_quota_change_host to use struct kqid
  ` [PATCH review 32/85] gfs2: Modify qdsb_get to take a "
  ` [PATCH review 33/85] gfs2: Convert gfs2_quota_refresh to take a kqid
  ` [PATCH review 34/85] gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid
  ` [PATCH review 35/85] gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines
  ` [PATCH review 36/85] gfs2: Use kuid_t and kgid_t types where appropriate
  ` [PATCH review 37/85] gfs2: Use uid_eq and gid_eq "
  ` [PATCH review 38/85] gfs2: Convert uids and gids between dinodes and vfs inodes
  ` [PATCH review 39/85] gfs2: Enable building with user namespaces enabled
  ` [PATCH review 40/85] ncpfs: Support interacting with multiple user namespaces
  ` [PATCH review 41/85] nfs_common: Update the translation between nfsv3 acls linux posix acls
  ` [PATCH review 42/85] sunrpc: Use userns friendly constants
  ` [PATCH review 43/85] sunrpc: Use kuid_t and kgid_t where appropriate
  ` [PATCH review 44/85] sunrpc: Use uid_eq and gid_eq "
  ` [PATCH review 45/85] sunrpc: Simplify auth_unix now that everything is a kgid_t
  ` [PATCH review 46/85] sunrpc: Convert kuids and kgids to uids and gids for printing
  ` [PATCH review 47/85] sunrpc: Use gid_valid to test for gid != INVALID_GID
  ` [PATCH review 48/85] sunrpc: Update gss uid to security context mapping
  ` [PATCH review 49/85] sunrpc: Update svcgss xdr handle to rpsec_contect cache
  ` [PATCH review 50/85] sunrpc: Hash uids by first computing their value in the initial userns
  ` [PATCH review 51/85] sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentials
  ` [PATCH review 52/85] sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls
  ` [PATCH review 53/85] sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentials
  ` [PATCH review 54/85] nfs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring alloc
  ` [PATCH review 55/85] nfs: Convert struct nfs_fattr to Use kuid_t and kgid_t
  ` [PATCH review 56/85] nfs: Convert idmap to use kuids and kgids
  ` [PATCH review 57/85] nfs: Convert nfs2xdr "
  ` [PATCH review 58/85] nfs: Convert nfs3xdr "
  ` [PATCH review 59/85] nfs: Convert nfs4xdr "
  ` [PATCH review 60/85] nfs: kuid and kgid conversions for nfs/inode.c
  ` [PATCH review 61/85] nfs: Enable building with user namespaces enabled
  ` [PATCH review 62/85] nfsd: Remove declaration of nonexistent nfs4_acl_permisison
  ` [PATCH review 63/85] nfsd: idmap use u32 not uid_t as the intermediate type
  ` [PATCH review 64/85] nfsd: Convert idmap to use kuids and kgids
  ` [PATCH review 65/85] nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgid
  ` [PATCH review 66/85] nfsd: Convert nfs3xdr to use kuids and kgids
  ` [PATCH review 67/85] nfsd: Convert nfsxdr "
  ` [PATCH review 68/85] nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversion
  ` [PATCH review 69/85] nfsd: Modify nfsd4_cb_sec to use kuids and kgids
  ` [PATCH review 70/85] nfsd: Store ex_anon_uid and ex_anon_gid as "
  ` [PATCH review 71/85] nfsd: Properly compare and initialize "
  ` [PATCH review 72/85] nfsd: Enable building with user namespaces enabled
  ` [PATCH review 73/85] cifs: Override unmappable incoming uids and gids
  ` [PATCH review 74/85] cifs: Use BUILD_BUG_ON to validate uids and gids are the same size
  ` [PATCH review 75/85] cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc
  ` [PATCH review 76/85] cifs: Use kuids and kgids SID to uid/gid mapping
  ` [PATCH review 77/85] cifs: Convert from a kuid before printing current_fsuid
  ` [PATCH review 78/85] cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t
  ` [PATCH review 79/85] cifs: Convert struct tcon_link to use a kuid
  ` [PATCH review 80/85] cifs: Convert struct cifs_fattr to use kuid and kgids
  ` [PATCH review 81/85] cifs: Convert struct cifsFileInfo to use a kuid
  ` [PATCH review 82/85] cifs: Modify struct smb_vol to use kuids and kgids
  ` [PATCH review 83/85] cifs: Convert struct cifs_sb_info "
  ` [PATCH review 84/85] cifs: Convert struct cifs_ses to use a kuid_t and a kgid_t
  ` [PATCH review 85/85] cifs: Enable building with user namespaces enabled

[PATCH] x86: Lock down MSR writing in secure boot
 2013-02-13 18:44 UTC  (26+ messages)

[PATCH v1 1/4] i2c: mux: Add i2c-arbitrator 'mux' driver
 2013-02-13 18:45 UTC  (5+ messages)
` [PATCH v1 2/4] ARM: dts: Add i2c-arbitrator bus for exynos5250-snow
` [PATCH v1 3/4] ARM: dts: Add sbs-battery "
` [PATCH v1 4/4] i2c-mux: i2c_add_mux_adapter() should use -1 for auto bus num

[PATCH 0/3] [GIT PULL] sched: clean ups and a minor fix
 2013-02-13 18:43 UTC  (3+ messages)
` [PATCH 2/3] sched: Move idle_balance() to post_schedule

[PATCH] net: ethernet: ti: remove redundant NULL check
 2013-02-13 18:41 UTC  (3+ messages)

[PATCH] intel/iommu: force writebuffer-flush quirk on Gen 4 Chipsets
 2013-02-13 18:40 UTC  (3+ messages)

New Defect(s) reported by Coverity Scan
 2013-02-13 18:38 UTC  (2+ messages)

[ 00/61] 3.7.8-stable review
 2013-02-13 18:38 UTC  (7+ messages)
` [ 61/61] drm/nouveau: add lockdep annotations

[PATCH 1/1] Drivers: hv: vmbus: Use the new infrastructure for delivering VMBUS interrupts
 2013-02-13 18:36 UTC  (10+ messages)

at91sam9260 MACB problem with IP fragmentation
 2013-02-13 18:36 UTC  (3+ messages)
` [PATCH] net/macb: fix race with RX interrupt while doing NAPI

[PATCH v2 0/9] 3.8-rc regression with pps-ldisc due to 70ece7a731
 2013-02-13 18:35 UTC  (8+ messages)
` [PATCH v2 5/9] pps: Move timestamp read into PPS code proper
` [PATCH v2 8/9] pps: Use a single cdev

[PATCH] atl1c: add error checking for pci_map_single functions
 2013-02-13 18:33 UTC  (2+ messages)

[PATCH -v5 1/5] x86,smp: move waiting on contended ticket lock out of line
 2013-02-13 18:30 UTC  (4+ messages)
` [tip:core/locking] x86/smp: Move "

Fwd: PROBLEM: Random kernel panic & system freeze when watching video
 2013-02-13 18:27 UTC  (8+ messages)

[PATCH RESEND] printk: add pr_devel_once and pr_devel_ratelimited
 2013-02-13 18:26 UTC  (2+ messages)

[PATCH net-next] tcp: add ability to set a timestamp offset
 2013-02-13 18:22 UTC  (2+ messages)

[RFC PATCH 0/2] ima: Support a mode to appraise signed files only
 2013-02-13 18:20 UTC  (10+ messages)
` [PATCH 2/2] ima: Support appraise_type=imasig_optional

[PATCH] staging: zcache: add TODO file
 2013-02-13 18:13 UTC 

[PATCH RFC 0/12] Final userns conversions
 2013-02-13 18:13 UTC  (9+ messages)
` [PATCH RFC 01/12] userns: Support 9p interacting with multiple user namespaces
  ` [PATCH RFC 09/12] userns: Convert ocfs2 to use kuid and kgid where appropriate
  ` [PATCH RFC 10/12] userns: Convert xfs to use kuid/kgid/kprojid "

[GIT PULL] Final x86 fixes for 3.8
 2013-02-13 18:09 UTC 

[RFC][PATCH RT] acpi/rt: Convert acpi lock back to a raw_spinlock_t
 2013-02-13 18:05 UTC  (7+ messages)

[PATCH] ACPI / hotplug: Fix concurrency issues and memory leaks
 2013-02-13 17:43 UTC  (3+ messages)
` [Update][PATCH] "

[PATCH] sched: fix env->src_cpu for active migration
 2013-02-13 17:49 UTC  (8+ messages)

[PATCH 2/2] aio: fix kioctx not being freed after cancellation at exit time
 2013-02-13 17:46 UTC 

[PATCH 1/2] aio: correct calculation of available events
 2013-02-13 17:45 UTC 

[PATCH 0/3] NBD fixes for caching and block device flags
 2013-02-13 17:35 UTC  (12+ messages)
` [PATCH 1/3] nbd: support FLUSH requests
  ` [Nbd] [PATCH 0/3] NBD fixes for caching and block device flags

[PREEMPT RT] SLUB and split softirq lock for v3.2-rt
 2013-02-13 17:41 UTC  (13+ messages)
` [PATCH 04/16] rcu: rcutiny: Prevent RCU stall
` [PATCH 05/16] softirq: Adapt NOHZ softirq pending check to new RT scheme
` [PATCH 06/16] softirq: Add more debugging
` [PATCH 10/16] FIX [2/2] slub: Tid must be retrieved from the percpu area of the current processor
` [PATCH 11/16] slub: Use correct cpu_slab on dead cpu
` [PATCH 12/16] smp: introduce a generic on_each_cpu_mask() function
` [PATCH 13/16] smp: add func to IPI cpus based on parameter func
` [PATCH 14/16] slub: only IPI CPUs that have per cpu obj to flush
` [PATCH 15/16] mm: Enable SLUB for RT
` [PATCH 16/16] slub: Enable irqs for __GFP_WAIT

[PATCH] fuse: make fuse daemon frozen along with kernel threads
 2013-02-13 17:34 UTC  (9+ messages)
` Getting rid of freezer for suspend [was Re: [fuse-devel] [PATCH] fuse: make fuse daemon frozen along with kernel threads]

[PATCH 0/4] Improve CLKSRC_OF matching
 2013-02-13 17:33 UTC  (5+ messages)
` [PATCH 1/4] clocksource: pass DT node pointer to init functions

[PATCH] xen-blkfront: drop the use of llist_for_each_entry_safe
 2013-02-13 17:33 UTC  (2+ messages)

[PATCH] ARM: net: bpf_jit: fix emit_swap16() for non ARMv6+
 2013-02-13 17:30 UTC  (2+ messages)

Linux 3.7.5
 2013-02-13 17:16 UTC  (8+ messages)
      ` [regression] external HDD in USB3 enclosure cannot be dynamically removed (Re: Linux 3.7.5)

[PATCH 2/2] ima: Support appraise_type=imasig_optional
 2013-02-13 15:30 UTC  (11+ messages)

[PATCH] Update documentation for nbd, and link to mailinglist
 2013-02-13 17:21 UTC 

[PATCH] staging/zcache: Fix/improve zcache writeback code, tie to a config option
 2013-02-13 17:18 UTC  (10+ messages)

[v3 1/3] ARM: tegra: Unify tegra{20,30,114}_init_early()
 2013-02-13 17:15 UTC  (3+ messages)
` [v3 2/3] ARM: tegra: Rename board-dt-tegra20.c to tegra.c
` [v3 3/3] ARM: tegra: Unify Device tree board files

TDM bus support in Linux Kernel [PATCH]
 2013-02-13 17:08 UTC  (5+ messages)
  ` Re[2]: "

Good Day Send From Mrs Mary Abubakar Kindly Contact Your Claims Agent Office In South Africa
 2013-02-13 17:11 UTC 

[PATCH v3] sched: fix wrong rq's runnable_avg update with rt task
 2013-02-13 17:08 UTC  (3+ messages)

[RFC PATCH] virt_mmio: fix signature checking for BE guests
 2013-02-13 17:04 UTC  (7+ messages)

Linux v3.8-rc7
 2013-02-13 16:59 UTC  (3+ messages)
` [-rc7 regression] Block IO/VFS/ext3/timer spinlock lockup?

[PATCH -next 1/1] net: skbuff: fix compile error in skb_panic()
 2013-02-13 16:52 UTC  (3+ messages)

[v2 3/3] ARM: tegra: Unify Device tree board files
 2013-02-13 16:50 UTC  (5+ messages)

[RFC][PATCH RT 0/4 v2] sched/rt: Lower rq lock contention latencies on many CPU boxes
 2013-02-13 16:49 UTC  (4+ messages)
` [RFC][PATCH RT 4/4 v2] sched/rt: Use IPI to trigger RT task push migration instead of pulling

[PATCH v2 00/13] drivers: mailbox: framework creation
 2013-02-13 16:41 UTC  (4+ messages)

[PATCH v2] driver core: add wait event for deferred probe
 2013-02-13 16:41 UTC  (2+ messages)

[PREEMPT RT] SLUB and split softirq lock for v3.4-rt
 2013-02-13 16:13 UTC  (9+ messages)
` [PATCH 02/12] softirq: Split handling function
` [PATCH 04/12] softirq: Adapt NOHZ softirq pending check to new RT scheme
` [PATCH 05/12] softirq: Add more debugging
` [PATCH 06/12] softirq: Fix nohz pending issue for real
` [PATCH 07/12] net: Use local_bh_disable in netif_rx_ni()
` [PATCH 10/12] slub: Use correct cpu_slab on dead cpu
` [PATCH 11/12] mm: Enable SLUB for RT
` [PATCH 12/12] slub: Enable irqs for __GFP_WAIT

[PATCH 3/5] arm: dts: omap4-panda: Add I2c pinctrl data
 2013-02-13 16:40 UTC  (4+ messages)

[PATCH] fix 32-bit compile warning from printk()
 2013-02-13 16:39 UTC  (3+ messages)

[PATCH 0/5] Add P state driver for Intel Core Processors
 2013-02-13 16:38 UTC  (3+ messages)

[PATCH 4/9] extcon: max8997: Move defined constant to header file
 2013-02-13 16:36 UTC  (2+ messages)

[REGRESSION] [nailed] USB boot failure: USB: EHCI: make ehci-pci a separate driver
 2013-02-13 16:26 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Remove Mark M. Hoffman
 2013-02-13 16:35 UTC  (2+ messages)

[PATCH V2] clk: tegra: initialise parent of uart clocks
 2013-02-13 16:34 UTC  (4+ messages)

[ 00/89] 3.7.6-stable review
 2013-02-13 16:18 UTC  (4+ messages)
` [ 68/89] xfs: fix _xfs_buf_find oops on blocks beyond the filesystem end


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).