public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-11 16:42:01 to 2015-05-11 18:39:24 UTC [more...]

[PATCH 4.0 00/72] 4.0.3-stable review
 2015-05-11 17:55 UTC  (11+ messages)
` [PATCH 4.0 01/72] bpf: fix 64-bit divide
` [PATCH 4.0 10/72] Revert "MIPS: Remove race window in page fault handling"
` [PATCH 4.0 11/72] MIPS: Fix race condition in lazy cache flushing
` [PATCH 4.0 21/72] Revert "MIPS: Avoid pipeline stalls on some MIPS32R2 cores."
` [PATCH 4.0 31/72] ALSA: emux: Fix mutex deadlock in OSS emulation
` [PATCH 4.0 51/72] uas: Allow uas_use_uas_driver to return usb-storage flags
` [PATCH 4.0 52/72] uas: Add US_FL_MAX_SECTORS_240 flag
` [PATCH 4.0 53/72] uas: Set max_sectors_240 quirk for ASM1053 devices
` [PATCH 4.0 54/72] ext4: fix data corruption caused by unwritten and delayed extents
` [PATCH 4.0 55/72] ext4: move check under lock scope to close a race

[PATCH 3.10 00/19] 3.10.78-stable review
 2015-05-11 17:55 UTC  (13+ messages)
` [PATCH 3.10 01/19] [PATCH] ipv4: Missing sk_nulls_node_init() in ping_unhash()
` [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 10/19] 3w-xxxx: fix command completion race
` [PATCH 3.10 11/19] 3w-9xxx: "
` [PATCH 3.10 12/19] 3w-sas: "
` [PATCH 3.10 13/19] usb: host: oxu210hp: use new USB_RESUME_TIMEOUT
` [PATCH 3.10 17/19] Drivers: hv: vmbus: Dont wait after requesting offers
` [PATCH 3.10 19/19] ARC: signal handling robustify

[RFC][PATCHSET] non-recursive pathname resolution
 2015-05-11 18:20 UTC  (96+ 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 004/110] ext4: split inode_operations for encrypted symlinks off the rest
  ` [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

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

linux-next: manual merge of the staging tree with the v4l-dvb tree
 2015-05-11 18:34 UTC  (2+ messages)

[PATCH] init/Kconfig: Fix break in middle of EXPERT menu
 2015-05-11 18:23 UTC  (2+ messages)

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

[GIT PULL] SPI fixes for v4.1
 2015-05-11 18:18 UTC 

[PATCH v2] net: ll_temac: Use one return statement instead of two
 2015-05-11 18:16 UTC  (2+ messages)

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

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

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

[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  (3+ messages)

[PATCH 3.14 00/25] 3.14.42-stable review
 2015-05-11 17:55 UTC  (21+ messages)
` [PATCH 3.14 02/25] ALSA: emux: Fix mutex deadlock at unloading
` [PATCH 3.14 03/25] ALSA: emux: Fix mutex deadlock in OSS emulation
` [PATCH 3.14 04/25] ALSA: emu10k1: Fix card shortname string buffer overflow
` [PATCH 3.14 05/25] ALSA: emu10k1: Emu10k2 32 bit DMA mode
` [PATCH 3.14 08/25] serial: of-serial: Remove device_type = "serial" registration
` [PATCH 3.14 09/25] ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE
` [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: "
` [PATCH 3.14 19/25] usb: host: ehci: "
` [PATCH 3.14 20/25] usb: gadget: printer: enqueue printers response for setup request
` [PATCH 3.14 21/25] staging: panel: fix lcd type
` [PATCH 3.14 22/25] Drivers: hv: vmbus: Dont wait after requesting offers
` [PATCH 3.14 23/25] compal-laptop: Fix leaking hwmon device
` [PATCH 3.14 24/25] UBI: fix soft lockup in ubi_check_volume()
` [PATCH 3.14 25/25] ARC: signal handling robustify

[PATCH] locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS
 2015-05-11 17:57 UTC 

[PATCH v1 0/2] *** update obsolete configuration to support
 2015-05-11 17:58 UTC  (5+ messages)
` [PATCH v1 1/2] scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM
` [PATCH v1 2/2] phy: "

[PATCH] force inlining of spinlock ops
 2015-05-11 17:57 UTC 

[PATCH 2/2] adm8211: fix the possible pci cache line sizes inside switch-case
 2015-05-11 17:56 UTC  (9+ messages)

[git pull] IOMMU Fixes for Linux v4.1-rc3
 2015-05-11 17:52 UTC 

[PATCH v2 00/10] mfd: cros_ec: Add multi EC and proto v3 support
 2015-05-11 17:53 UTC  (2+ messages)

[tip:locking/core] locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()
 2015-05-11 17:50 UTC  (3+ messages)

[PATCH v12 00/21] Re-introduce h8300 architecture
 2015-05-11 17:50 UTC  (2+ messages)

Build regressions/improvements in v4.1-rc3
 2015-05-11 17:48 UTC  (4+ messages)

[PATCH 1/1] Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows 10 hosts
 2015-05-11 18:58 UTC 

[PATCH 0/4] ARM: keystone: Enable Netcp driver on K2 EVMs
 2015-05-11 17:42 UTC  (8+ messages)

[PATCH V3] cpuidle: Handle tick_broadcast_enter() failure gracefully
 2015-05-11 17:40 UTC  (5+ messages)
    ` [PATCH 0/3] cpuidle: updates related to tick_broadcast_enter() failures

[PATCH] toshiba_bluetooth: Fix build warning
 2015-05-11 17:40 UTC  (2+ messages)

[PATCH] gpio: pcf875x: Revert "gpio: pcf857x: Propagate wake-up setting to parent irq controller"
 2015-05-11 17:36 UTC 

[PATCH RFC] vfs: add a O_NOMTIME flag
 2015-05-11 17:30 UTC  (12+ messages)

arm/arm64 perf build issue with mainline
 2015-05-11 17:29 UTC  (8+ messages)

[PATCH v3 0/4] remoteproc: Introduce wkup_m3_rproc driver
 2015-05-11 17:28 UTC  (3+ messages)
` [PATCH v3 3/4] Documentation: dt: add bindings for TI Wakeup M3 processor

[PATCH] mmc:Add pointer cast to long for slave_id_rx and tx in the function, sh_mmcif_request_dma_one
 2015-05-11 17:28 UTC 

[Linaro-acpi] [PATCH 2/2] ACPI / scan: Parse _CCA and setup device coherency
 2015-05-11 17:24 UTC  (6+ messages)

[PATCHSET v3] netconsole: implement extended console support
 2015-05-11 17:23 UTC  (4+ messages)
` [PATCH 3/4] netconsole: make all dynamic netconsoles share a mutex
` [PATCH 4/4] netconsole: implement extended console support

[PATCH v2] AHCI: Add generic MSI-X interrupt support to SATA PCI driver
 2015-05-11 17:18 UTC  (3+ messages)

[PATCH 0/7] Introduce builtin_driver and use it for non-modular code
 2015-05-11 17:13 UTC  (3+ messages)
` [PATCH 3/7] drivers/cpuidle: Convert non-modular drivers to use builtin_driver_register

[V3 PATCH 0/5] ACPI: Introduce support for _CCA object
 2015-05-11 17:12 UTC  (3+ messages)
` [V3 PATCH 2/5] arm64 : Introduce support for ACPI "

[PATCH V4] rcu: change function declaration to bool
 2015-05-11 17:08 UTC  (2+ messages)

[PATCH] block: Refine blk_abort_request() documentation
 2015-05-11 16:58 UTC  (3+ messages)

[PATCH V2] rcu: change function declaration to bool
 2015-05-11 16:58 UTC  (3+ messages)

[RFC PATCH] lib/vsprintf.c: Simplify uuid_string()
 2015-05-11 16:55 UTC  (3+ messages)

[PATCH v4 00/13] ARM: dts: exynos4: labels for overriding nodes
 2015-05-11 23:51 UTC  (3+ messages)
` [PATCH v4 09/13] ARM: dts: exynos4: Use labels for overriding nodes in Odroid

[PATCH] iommu: exynos: tell kmemleak to ignore 2nd level page tables
 2015-05-11 16:50 UTC  (2+ messages)

[PATCH v3] ktime: Fix ktime_divns to do signed division
 2015-05-11 16:41 UTC  (2+ messages)

perf: Add basic Skylake PMU support v2
 2015-05-11 16:48 UTC  (7+ messages)
` [PATCH 9/9] x86, perf: Move PMU ACK after LBR read

[PATCH] livepatch: match return value to function signature
 2015-05-11 16:42 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox