All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-11 18:03:14 to 2015-05-11 18:12:59 UTC [more...]

[PATCH 3.10 00/19] 3.10.78-stable review
 2015-05-11 17:55 UTC  (8+ messages)
` [PATCH 3.10 02/19] ALSA: emux: Fix mutex deadlock at unloading
` [PATCH 3.10 03/19] ALSA: emux: Fix mutex deadlock in OSS emulation
` [PATCH 3.10 04/19] ALSA: emu10k1: Fix card shortname string buffer overflow
` [PATCH 3.10 05/19] ALSA: emu10k1: Emu10k2 32 bit DMA mode
` [PATCH 3.10 08/19] rbd: end I/O the entire obj_request on error
` [PATCH 3.10 17/19] Drivers: hv: vmbus: Dont wait after requesting offers
` [PATCH 3.10 19/19] ARC: signal handling robustify

[Qemu-devel] [PULL 00/14] Ide patches
 2015-05-11 18:12 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/14] libqos/ahci: Add halted command helpers
` [Qemu-devel] [PULL 02/14] libqos/ahci: Fix sector set method
` [Qemu-devel] [PULL 03/14] libqos: Add migration helpers
` [Qemu-devel] [PULL 04/14] ich9/ahci: Enable Migration
` [Qemu-devel] [PULL 05/14] qtest/ahci: Add migration test
` [Qemu-devel] [PULL 06/14] qtest/ahci: add migrate dma test
` [Qemu-devel] [PULL 07/14] qtest/ahci: add flush migrate test
` [Qemu-devel] [PULL 08/14] qtest/ahci: add halted dma test
` [Qemu-devel] [PULL 09/14] qtest/ahci: add migrate "
` [Qemu-devel] [PULL 10/14] qtest: allow arbitrarily long sends
` [Qemu-devel] [PULL 11/14] qtest: Add base64 encoded read/write
` [Qemu-devel] [PULL 12/14] qtest: add memset to qtest protocol
` [Qemu-devel] [PULL 13/14] libqos/ahci: Swap memread/write with bufread/write
` [Qemu-devel] [PULL 14/14] qtest: pre-buffer hex nibs

[RFC] PCI: designware: missing *config* reg space
 2015-05-11 18:11 UTC  (3+ messages)

[U-Boot] [PATCH 1/5] tbs2910: support for usb otg host mode
 2015-05-11 18:12 UTC  (3+ messages)
` [U-Boot] [PATCH 5/5] tbs2910: add ext4 write support

[PATCH v2 00/18] Improve handling of D/F conflicts
 2015-05-11 18:10 UTC  (3+ messages)

Migration from 1.7.1 to 1.8 - kernel-abiversion missing
 2015-05-11 18:10 UTC  (12+ messages)
                  ` [yocto] "

[PATCH 0/6] support "dataplane" mode for nohz_full
 2015-05-11 18:09 UTC  (13+ messages)

ath10k: freeze after disconnection on killer1525
 2015-05-11 18:10 UTC  (3+ messages)

[PATCH 00/42] drm/i915: Convert to atomic, part 2
 2015-05-11 18:12 UTC  (3+ messages)
` [PATCH 08/42] drm/i915: Implement intel_crtc_toggle using atomic state

[PATCH v3] net: fec: add support of ethtool get_regs
 2015-05-11 18:10 UTC  (2+ messages)

[linux-linus test] 55255: regressions - FAIL
 2015-05-11 18:09 UTC 

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-11 18:08 UTC  (112+ messages)
` [RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks
  ` [PATCH v3 001/110] 9p: don't bother with 4K allocation for 24-byte local array
  ` [PATCH v3 002/110] 9p: don't bother with __getname() in ->follow_link()
  ` [PATCH v3 003/110] ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
  ` [PATCH v3 004/110] ext4: split inode_operations for encrypted symlinks off the rest
  ` [PATCH v3 005/110] libfs: simple_follow_link()
  ` [PATCH v3 006/110] ext2: use simple_follow_link()
  ` [PATCH v3 007/110] befs: switch to simple_follow_link()
  ` [PATCH v3 008/110] ext3: "
  ` [PATCH v3 009/110] ext4: "
  ` [PATCH v3 010/110] jffs2: "
  ` [PATCH v3 011/110] shmem: "
  ` [PATCH v3 012/110] debugfs: "
  ` [PATCH v3 013/110] ufs: "
  ` [PATCH v3 014/110] ubifs: "
  ` [PATCH v3 015/110] sysv: "
  ` [PATCH v3 016/110] jfs: "
  ` [PATCH v3 017/110] freevxfs: "
  ` [PATCH v3 018/110] exofs: switch to {simple,page}_symlink_inode_operations
  ` [PATCH v3 019/110] ceph: switch to simple_follow_link()
  ` [PATCH v3 020/110] logfs: fix a pagecache leak for symlinks
  ` [PATCH v3 021/110] SECURITY: remove nameidata arg from inode_follow_link
  ` [PATCH v3 022/110] uninline walk_component()
  ` [PATCH v3 023/110] namei: take O_NOFOLLOW treatment into do_last()
  ` [PATCH v3 024/110] do_last: kill symlink_ok
  ` [PATCH v3 025/110] do_last: regularize the logics around following symlinks
  ` [PATCH v3 026/110] namei: get rid of lookup_hash()
  ` [PATCH v3 027/110] name: shift nameidata down into user_path_walk()
  ` [PATCH v3 028/110] namei: lift nameidata into filename_mountpoint()
  ` [PATCH v3 029/110] new ->follow_link() and ->put_link() calling conventions
  ` [PATCH v3 030/110] namei.c: separate the parts of follow_link() that find the link body
  ` [PATCH v3 031/110] namei: don't bother with ->follow_link() if ->i_link is set
  ` [PATCH v3 032/110] namei: introduce nameidata->link
  ` [PATCH v3 033/110] do_last: move path there from caller's stack frame
  ` [PATCH v3 034/110] namei: expand nested_symlink() in its only caller
  ` [PATCH v3 035/110] namei: expand the call of follow_link() in link_path_walk()
  ` [PATCH v3 036/110] namei: move the calls of may_follow_link() into follow_link()
  ` [PATCH v3 037/110] namei: rename follow_link to trailing_symlink, move it down
  ` [PATCH v3 038/110] link_path_walk: handle get_link() returning ERR_PTR() immediately
  ` [PATCH v3 039/110] link_path_walk: don't bother with walk_component() after jumping link
  ` [PATCH v3 040/110] link_path_walk: turn inner loop into explicit goto
  ` [PATCH v3 041/110] link_path_walk: massage a bit more
  ` [PATCH v3 042/110] link_path_walk: get rid of duplication
  ` [PATCH v3 043/110] link_path_walk: final preparations to killing recursion
  ` [PATCH v3 044/110] link_path_walk: kill the recursion
  ` [PATCH v3 045/110] link_path_walk: split "return from recursive call" path
  ` [PATCH v3 046/110] link_path_walk: cleanup - turn goto start; into continue;
  ` [PATCH v3 047/110] namei: move link/cookie pairs into nameidata
  ` [PATCH v3 048/110] namei: trim redundant arguments of trailing_symlink()
  ` [PATCH v3 049/110] namei: trim redundant arguments of fs/namei.c:put_link()
  ` [PATCH v3 050/110] namei: trim the arguments of get_link()
  ` [PATCH v3 051/110] namei: remove restrictions on nesting depth
  ` [PATCH v3 052/110] link_path_walk: nd->depth massage, part 1
  ` [PATCH v3 053/110] link_path_walk: nd->depth massage, part 2
  ` [PATCH v3 054/110] link_path_walk: nd->depth massage, part 3
  ` [PATCH v3 055/110] link_path_walk: nd->depth massage, part 4
  ` [PATCH v3 056/110] trailing_symlink: nd->depth massage, part 5
  ` [PATCH v3 057/110] get_link: nd->depth massage, part 6
  ` [PATCH v3 058/110] trailing_symlink: nd->depth massage, part 7
  ` [PATCH v3 059/110] put_link: nd->depth massage, part 8
  ` [PATCH v3 060/110] link_path_walk: nd->depth massage, part 9
  ` [PATCH v3 061/110] link_path_walk: nd->depth massage, part 10
  ` [PATCH v3 062/110] link_path_walk: end of nd->depth massage
  ` [PATCH v3 063/110] namei: we never need more than MAXSYMLINKS entries in nd->stack
  ` [PATCH v3 064/110] namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callers
  ` [PATCH v3 065/110] lift terminate_walk() into callers of walk_component()
  ` [PATCH v3 066/110] namei: lift (open-coded) terminate_walk() into callers of get_link()
  ` [PATCH v3 067/110] namei: take put_link() into {lookup,mountpoint,do}_last()
  ` [PATCH v3 068/110] namei: have terminate_walk() do put_link() on everything left
  ` [PATCH v3 069/110] link_path_walk: move the OK: inside the loop
  ` [PATCH v3 070/110] namei: new calling conventions for walk_component()
  ` [PATCH v3 071/110] namei: make should_follow_link() store the link in nd->link
  ` [PATCH v3 072/110] namei: move link count check and stack allocation into pick_link()
  ` [PATCH v3 073/110] lustre: rip the private symlink nesting limit out
  ` [PATCH v3 074/110] VFS: replace {, total_}link_count in task_struct with pointer to nameidata
  ` [PATCH v3 075/110] namei: simplify the callers of follow_managed()
  ` [PATCH v3 076/110] don't pass nameidata to ->follow_link()
  ` [PATCH v3 077/110] namei: simplify failure exits in get_link()
  ` [PATCH v3 078/110] namei: simpler treatment of symlinks with nothing other that / in the body
  ` [PATCH v3 079/110] namei: take the treatment of absolute symlinks to get_link()
  ` [PATCH v3 080/110] namei: fold put_link() into the failure case of complete_walk()
  ` [PATCH v3 081/110] namei: move bumping the refcount of link->mnt into pick_link()
  ` [PATCH v3 082/110] may_follow_link(): trim arguments
  ` [PATCH v3 083/110] namei: kill nd->link
  ` [PATCH v3 084/110] namei: take increment of nd->depth into pick_link()
  ` [PATCH v3 085/110] namei: may_follow_link() - lift terminate_walk() on failures into caller
  ` [PATCH v3 086/110] namei: split off filename_lookupat() with LOOKUP_PARENT
  ` [PATCH v3 087/110] namei: get rid of nameidata->base
  ` [PATCH v3 088/110] namei: path_init() calling conventions change
  ` [PATCH v3 089/110] namei: lift link_path_walk() call out of trailing_symlink()
  ` [PATCH v3 090/110] namei: lift terminate_walk() all the way up
  ` [PATCH v3 091/110] link_path_walk: use explicit returns for failure exits
  ` [PATCH v3 092/110] namei: explicitly pass seq number to unlazy_walk() when dentry != NULL
  ` [PATCH v3 093/110] namei: don't mangle nd->seq in lookup_fast()
  ` [PATCH v3 094/110] namei: store inode in nd->stack[]
  ` [PATCH v3 095/110] VFS: Handle lower layer dentry/inode in pathwalk
  ` [PATCH v3 096/110] namei: pick_link() callers already have inode
  ` [PATCH v3 097/110] security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()
  ` [PATCH v3 098/110] security: make inode_follow_link RCU-walk aware
  ` [PATCH v3 099/110] switch ->put_link() from dentry to inode
  ` [PATCH v3 100/110] new helper: free_page_put_link()
  ` [PATCH v3 101/110] namei: make put_link() RCU-safe
  ` [PATCH v3 102/110] namei: make may_follow_link() safe in RCU mode
  ` [PATCH v3 103/110] new helper: __legitimize_mnt()
  ` [PATCH v3 104/110] namei: store seq numbers in nd->stack[]
  ` [PATCH v3 105/110] namei: make unlazy_walk and terminate_walk handle nd->stack, add unlazy_link
  ` [PATCH v3 106/110] namei: don't unlazy until get_link()
  ` [PATCH v3 107/110] VFS/namei: make the use of touch_atime() in get_link() RCU-safe
  ` [PATCH v3 108/110] enable passing fast relative symlinks without dropping out of RCU mode
  ` [PATCH v3 109/110] namei: handle absolute "
  ` [PATCH v3 110/110] update Documentation/filesystems/ regarding the follow_link/put_link changes

[RFC 0/2] strace/drm: Add i915 ioctls to strace
 2015-05-11 18:08 UTC  (4+ messages)
  ` [Intel-gfx] "

[v4.0: PATCH 0/3] ARM: dts: keystone: dt fixes for netcp driver
 2015-05-11 18:05 UTC  (11+ messages)
` [v4.0: PATCH 1/3] ARM: dts: k2hk: fix the netcp range size
` [v4.0: PATCH 2/3] ARM: dts: k2e: "
` [v4.0: PATCH 3/3] ARM: dts: k2l: "

Chromium layout rendering issue
 2015-05-11 18:06 UTC  (5+ messages)

[PATCH v2] genirq: devres: Fix testing return value of request_any_context_irq()
 2015-05-11 18:06 UTC  (2+ messages)

[PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-05-11 18:06 UTC  (5+ messages)

[PATCH] block: remove export for blk_queue_bio
 2015-05-11 18:06 UTC 

[GIT PULL v2] selftest: Add futex functional tests
 2015-05-11 18:06 UTC  (3+ messages)
` [PATCH 1/5] selftests: "

[PATCH 0/2] Retry attempts to acquire the packed-refs lock
 2015-05-11 18:04 UTC  (3+ messages)
` [PATCH 1/2] lockfile: allow file locking to be retried with a timeout

[U-Boot] [PATCH v2] mx6cuboxi: Skip usb initialization when booting without HDMI
 2015-05-11 18:05 UTC  (4+ messages)

[PATCH v2 00/16] NFS/RDMA patches proposed for 4.2
 2015-05-11 18:04 UTC  (23+ messages)
` [PATCH v2 06/16] xprtrdma: Introduce helpers for allocating MWs
` [PATCH v2 07/16] xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()
` [PATCH v2 08/16] xprtrdma: Introduce an FRMR recovery workqueue
` [PATCH v2 09/16] xprtrdma: Acquire MRs in rpcrdma_register_external()
` [PATCH v2 10/16] xprtrdma: Remove unused LOCAL_INV recovery logic
` [PATCH v2 11/16] xprtrdma: Remove ->ro_reset
` [PATCH v2 12/16] xprtrdma: Remove rpcrdma_ia::ri_memreg_strategy
` [PATCH v2 13/16] xprtrdma: Split rb_lock
` [PATCH v2 14/16] xprtrdma: Stack relief in fmr_op_map()
` [PATCH v2 15/16] xprtrdma: Reduce per-transport MR allocation
` [PATCH v2 16/16] SUNRPC: Clean up bc_send()

[PATCH 1/2] drm/exynos: mixer: don't dump registers under spinlock
 2015-05-11 18:04 UTC  (4+ messages)
` [PATCH 2/2] drm/exynos: 'win' is always unsigned

[PATCH 3.14 00/25] 3.14.42-stable review
 2015-05-11 17:55 UTC  (8+ messages)
` [PATCH 3.14 12/25] ext4: fix data corruption caused by unwritten and delayed extents
` [PATCH 3.14 13/25] 3w-xxxx: fix command completion race
` [PATCH 3.14 14/25] 3w-9xxx: "
` [PATCH 3.14 15/25] 3w-sas: "
` [PATCH 3.14 16/25] drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5
` [PATCH 3.14 17/25] usb: musb: use new USB_RESUME_TIMEOUT
` [PATCH 3.14 18/25] usb: host: oxu210hp: "

[U-Boot] [PATCH v1 0/3] New tag for Flattened Image Trees (FIT) - Booting Xen from a FIT
 2015-05-11 18:03 UTC 

[PATCH V4 0/3] systemd: split modules into packages
 2015-05-11 18:02 UTC  (3+ messages)
` [PATCH V4 2/3] systemd: removing workaround odering journal after remote-fs.target
` [PATCH V4 3/3] systemd: split modules into packages

[PATCH v5 0/9] snic:initial submission of snic driver for Cisco SCSI HBA
 2015-05-11 18:03 UTC  (3+ messages)
` [PATCH v5 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS

[Bug 73530] New: Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11 and 3.12
 2015-05-11 18:03 UTC  (2+ messages)
` [Bug 73530] Asus U38N: Black screen with Radeon driver in Linux


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.