messages from 2016-09-30 02:00:17 to 2016-09-30 03:37:23 UTC [more...]
[PATCH 0/4] Add DMA support for ti_am335x_adc driver
2016-09-30 3:37 UTC (6+ messages)
linux-next: manual merge of the tty tree with the v4l-dvb tree
2016-09-30 3:33 UTC
[PATCH v6 0/7] Reduce cache miss for snmp_fold_field
2016-09-30 3:29 UTC (16+ messages)
` [PATCH v6 1/7] net:snmp: Introduce generic interfaces for snmp_get_cpu_field{,64}
` [PATCH v6 2/7] proc: Reduce cache miss in snmp_seq_show
` [PATCH v6 3/7] proc: Reduce cache miss in snmp6_seq_show
` [PATCH v6 4/7] proc: Reduce cache miss in sctp_snmp_seq_show
` [PATCH v6 5/7] proc: Reduce cache miss in xfrm_statistics_seq_show
` [PATCH v6 6/7] ipv6: Remove useless parameter in __snmp6_fill_statsdev
` [PATCH v6 7/7] net: Suppress the "Comparison to NULL could be written" warnings
Reiser4 Upstream Git Repositories on GitHub
2016-09-30 3:28 UTC (17+ messages)
[PATCH] drm/amd/amdgpu: For virtual display, enable multi crtcs
2016-09-30 3:28 UTC (2+ messages)
mutex_destroy in amdgpu_ctx_fini()
2016-09-30 3:28 UTC (2+ messages)
Disable fiemap lead to Data In-balance between OSD
2016-09-30 3:23 UTC (5+ messages)
[Qemu-devel] [RFC PATCH v0] spapr: Disable CPU unplug in TCG mode
2016-09-30 3:22 UTC (3+ messages)
[PATCH] Remove Android.mk files and only keep them in Android tree
2016-09-30 3:19 UTC (2+ messages)
[PATCH] secilc: correct include path of cil.h for Android
2016-09-30 3:19 UTC (2+ messages)
[U-Boot] [PATCH v5 0/6] power: pmic: Add support for Palmas family of PMICs
2016-09-30 3:18 UTC (7+ messages)
` [U-Boot] [PATCH v5 2/6] power: pmic: Palmas: Add the base pmic support
[PATCH] IB/core: correctly handle rdma_rw_init_mrs() failure
2016-09-30 3:18 UTC (2+ messages)
[PATCH v7 0/4] Add Mediated device support
2016-09-30 3:10 UTC (8+ messages)
` [PATCH v7 3/4] vfio iommu: Add support for mediated devices
` [Qemu-devel] "
[PATCH v10 00/63] xfs: add reflink and dedupe support
2016-09-30 3:12 UTC (65+ messages)
` [PATCH 01/63] vfs: support FS_XFLAG_COWEXTSIZE and get/set of CoW extent size hint
` [PATCH 02/63] vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks
` [PATCH 03/63] xfs: return an error when an inline directory is too small
` [PATCH 04/63] xfs: define tracepoints for refcount btree activities
` [PATCH 05/63] xfs: introduce refcount btree definitions
` [PATCH 06/63] xfs: refcount btree add more reserved blocks
` [PATCH 07/63] xfs: define the on-disk refcount btree format
` [PATCH 08/63] xfs: add refcount btree support to growfs
` [PATCH 09/63] xfs: account for the refcount btree in the alloc/free log reservation
` [PATCH 10/63] xfs: add refcount btree operations
` [PATCH 11/63] xfs: create refcount update intent log items
` [PATCH 12/63] xfs: log refcount intent items
` [PATCH 13/63] xfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 14/63] xfs: connect refcount adjust functions to upper layers
` [PATCH 15/63] xfs: adjust refcount when unmapping file blocks
` [PATCH 16/63] xfs: add refcount btree block detection to log recovery
` [PATCH 17/63] xfs: refcount btree requires more reserved space
` [PATCH 18/63] xfs: introduce reflink utility functions
` [PATCH 19/63] xfs: create bmbt update intent log items
` [PATCH 20/63] xfs: log bmap intent items
` [PATCH 21/63] xfs: map an inode's offset to an exact physical block
` [PATCH 22/63] xfs: pass bmapi flags through to bmap_del_extent
` [PATCH 23/63] xfs: implement deferred bmbt map/unmap operations
` [PATCH 24/63] xfs: when replaying bmap operations, don't let unlinked inodes get reaped
` [PATCH 25/63] xfs: return work remaining at the end of a bunmapi operation
` [PATCH 26/63] xfs: define tracepoints for reflink activities
` [PATCH 27/63] xfs: add reflink feature flag to geometry
` [PATCH 28/63] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 29/63] xfs: introduce the CoW fork
` [PATCH 30/63] xfs: support bmapping delalloc extents in "
` [PATCH 31/63] xfs: create delalloc extents in "
` [PATCH 32/63] xfs: support allocating delayed "
` [PATCH 33/63] xfs: allocate "
` [PATCH 34/63] xfs: support removing extents from "
` [PATCH 35/63] xfs: move mappings from cow fork to data fork after copy-write
` [PATCH 36/63] xfs: report shared extent mappings to userspace correctly
` [PATCH 37/63] xfs: implement CoW for directio writes
` [PATCH 38/63] xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks
` [PATCH 39/63] xfs: cancel pending CoW reservations when destroying inodes
` [PATCH 40/63] xfs: store in-progress CoW allocations in the refcount btree
` [PATCH 41/63] xfs: reflink extents from one file to another
` [PATCH 42/63] xfs: add clone file and clone range vfs functions
` [PATCH 43/63] xfs: add dedupe range vfs function
` [PATCH 44/63] xfs: teach get_bmapx about shared extents and the CoW fork
` [PATCH 45/63] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 46/63] xfs: unshare a range of blocks via fallocate
` [PATCH 47/63] xfs: create a separate cow extent size hint for the allocator
` [PATCH 48/63] xfs: preallocate blocks for worst-case btree expansion
` [PATCH 49/63] xfs: don't allow reflink when the AG is low on space
` [PATCH 50/63] xfs: try other AGs to allocate a BMBT block
` [PATCH 51/63] xfs: garbage collect old cowextsz reservations
` [PATCH 52/63] xfs: increase log reservations for reflink
` [PATCH 53/63] xfs: add shared rmap map/unmap/convert log item types
` [PATCH 54/63] xfs: use interval query for rmap alloc operations on shared files
` [PATCH 55/63] xfs: convert unwritten status of reverse mappings for "
` [PATCH 56/63] xfs: set a default CoW extent size of 32 blocks
` [PATCH 57/63] xfs: check for invalid inode reflink flags
` [PATCH 58/63] xfs: don't mix reflink and DAX mode for now
` [PATCH 59/63] xfs: simulate per-AG reservations being critically low
` [PATCH 60/63] xfs: recognize the reflink feature bit
` [PATCH 61/63] xfs: various swapext cleanups
` [PATCH 62/63] xfs: refactor swapext code
` [PATCH 63/63] xfs: implement swapext for rmap filesystems
[PATCH] drm/mediatek: fix a typo
2016-09-30 3:11 UTC (6+ messages)
[PATCH] scsi_dh_alua: fix meory leak in alua_rtpg()
2016-09-30 3:10 UTC (3+ messages)
` 答复: "
[PATCH 07/11] drm: Lobotomize set_busid nonsense for !pci drivers
2016-09-30 3:09 UTC (3+ messages)
` [PATCH] "
` Regression: drm: Lobotomize set_busid nonsense for !pci drivers (a325725633c2)
[Qemu-devel] [PATCH 0/2] net: pcnet: fix infinite loop and source format
2016-09-30 3:08 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/2] net: pcnet: check rx/tx descriptor ring length
` [Qemu-devel] [PATCH 2/2] net: pcnet: fix source formatting and indentation
[PATCH v14 0/4] Mediatek MT8173 CMDQ support
2016-09-30 3:06 UTC (5+ messages)
` [PATCH v14 2/4] CMDQ: Mediatek CMDQ driver
[PATCH v4 00/12] re-enable DAX PMD support
2016-09-30 3:03 UTC (6+ messages)
We could not deliver your parcel, #00760287
2016-09-30 3:01 UTC
[Buildroot] uclibc-ng: bump to 1.0.18
2016-09-30 2:57 UTC (4+ messages)
[PATCH v2 00/10] sched: Credit1 and Credit2 improvements... but *NO* soft-affinity for Credit2!
2016-09-30 2:54 UTC (11+ messages)
` [PATCH v2 01/10] xen: credit1: return the 'time remaining to the limit' as next timeslice
` [PATCH v2 02/10] xen: credit1: don't rate limit context switches in case of yields
` [PATCH v2 03/10] xen: credit2: make tickling more deterministic
` [PATCH v2 04/10] xen: credit2: only reset credit on reset condition
` [PATCH v2 05/10] xen: credit2: implement yield()
` [PATCH v2 06/10] xen: tracing: add trace records for schedule and rate-limiting
` [PATCH v2 07/10] tools: tracing: handle more scheduling related events
` [PATCH v2 08/10] libxl: fix coding style of credit1 parameters related functions
` [PATCH v2 09/10] libxl: allow to set the ratelimit value online for Credit2
` [PATCH v2 10/10] xl: "
[Qemu-devel] [PATCH] tap-bsd: OpenBSD uses tap(4) now
2016-09-30 2:53 UTC (5+ messages)
[staging] d4f56b47a8: divide error: 0000 [#1] PREEMPT SMP KASAN
2016-09-30 2:52 UTC (5+ messages)
` [lkp] "
[PATCH] aer: function comments cleanup
2016-09-30 2:52 UTC
[RFC][PATCH 0/7] printk: use alt_printk to handle printk() recursive calls
2016-09-30 2:43 UTC (6+ messages)
` [RFC][PATCH 7/7] printk: new printk() recursion detection
[PATCH net v2] L2TP:Adjust intf MTU,factor underlay L3,overlay L2
2016-09-30 2:39 UTC (3+ messages)
[git pull] drm fixes for 4.8 final
2016-09-30 2:40 UTC (2+ messages)
[PATCH] mm: exclude isolated non-lru pages from NR_ISOLATED_ANON or NR_ISOLATED_FILE
2016-09-30 2:37 UTC (3+ messages)
[PATCH v4 0/7] ZBC / Zoned block device support
2016-09-30 2:37 UTC (18+ messages)
` [PATCH v4 1/7] block: Add 'zoned' queue limit
` [PATCH v4 2/7] blk-sysfs: Add 'chunk_sectors' to sysfs attributes
` [PATCH v4 3/7] block: update chunk_sectors in blk_stack_limits()
` [PATCH v4 4/7] block: Define zoned block device operations
` [PATCH v4 5/7] block: Implement support for zoned block devices
` [PATCH v4 6/7] sd: Implement support for ZBC devices
[PATCH v15 00/15] selftests/powerpc: Add ptrace tests for ppc registers
2016-09-30 2:33 UTC (16+ messages)
` [PATCH v15 01/15] selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'/'instructions.h'
` [PATCH v15 02/15] selftests/powerpc: move shared utility files into new utility/ dir
` [PATCH v15 03/15] selftests/powerpc: Add ptrace tests for EBB
` [PATCH v15 04/15] selftests/powerpc: Add ptrace tests for GPR/FPR registers
` [PATCH v15 05/15] selftests/powerpc: Add ptrace tests for GPR/FPR registers in TM
` [PATCH v15 06/15] selftests/powerpc: Add ptrace tests for GPR/FPR registers in suspended TM
` [PATCH v15 07/15] selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers
` [PATCH v15 08/15] selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in TM
` [PATCH v15 09/15] selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in suspended TM
` [PATCH v15 10/15] selftests/powerpc: Add ptrace tests for VSX, VMX registers
` [PATCH v15 11/15] selftests/powerpc: Add ptrace tests for VSX, VMX registers in TM
` [PATCH v15 12/15] selftests/powerpc: Add ptrace tests for VSX, VMX registers in suspended TM
` [PATCH v15 13/15] selftests/powerpc: Add ptrace tests for TM SPR registers
` [PATCH v15 14/15] selftests/powerpc: Add .gitignore file for ptrace executables
` [PATCH v15 15/15] selftests/powerpc: Fix a build issue
[mlmmj] Notification sent to non-member for subscribers-only list
2016-09-30 2:33 UTC (2+ messages)
summary of current vfio mdev upstreaming status
2016-09-30 2:30 UTC (5+ messages)
` [Qemu-devel] "
[PATCH v1 00/12] mm: THP migration support
2016-09-30 2:32 UTC (4+ messages)
` [PATCH v1 00/12] "
[PATCH] exercise and validate the xfs_io inode command
2016-09-30 2:32 UTC
[Qemu-devel] [PATCH] net/filter-mirror: Fix mirror initial check typo
2016-09-30 2:27 UTC
[PATCH] qgroup: Prevent qgroup->reserved from going subzero
2016-09-30 2:24 UTC (13+ messages)
[PATCH v10 0/9] xfstests: fixes and new tests for rmap/reflink
2016-09-30 2:24 UTC (10+ messages)
` [PATCH 1/9] xfs/122: decrease the log update done item sizes
` [PATCH 2/9] xfs/130: don't modify files after failed mount
` [PATCH 3/9] xfs/{207,327}: fsxattr no longer has the reflink flag
` [PATCH 4/9] misc: fix fallocate commands that need the unshare switch
` [PATCH 5/9] misc: use get_block_size helper
` [PATCH 6/9] xfs: fix $XFS_DB_PROG usage
` [PATCH 7/9] xfs: more rmapbt tests
` [PATCH 8/9] xfs: test realtime rmapbt code
` [PATCH 9/9] xfs: test copy-on-write fragmentation when no cow extent size hint is set
[PATCH] pinctrl: freescale: avoid overwriting pin config when freeing GPIO
2016-09-30 2:22 UTC (14+ messages)
[PATCH 00/24] sched: Credit1 and Credit2 improvements... and soft-affinity for Credit2!
2016-09-30 2:22 UTC (4+ messages)
` [PATCH 05/24] xen: credit2: make tickling more deterministic
[Resend PATCH 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine
2016-09-30 2:19 UTC (3+ messages)
` [Resend PATCH 1/2] Xen/Keyhandler: Make keyhandler always run in tasklet
` [Resend PATCH 2/2] Xen/timer: Process softirq during dumping timer info
[PATCH v14 00/15] selftests/powerpc: Add ptrace tests for ppc registers
2016-09-30 2:17 UTC (4+ messages)
` [PATCH v14 13/15] selftests/powerpc: Add ptrace tests for TM SPR registers
wrong stateid used after flock lock taken
2016-09-30 2:16 UTC
[Qemu-devel] [PATCH v3] block: Turn on "unmap" in active commit
2016-09-30 2:12 UTC (3+ messages)
` [Qemu-devel] [Qemu-block] "
[kernel-hardening] [PATCH 0/3] WX Checking for arm64
2016-09-30 2:08 UTC (5+ messages)
` [kernel-hardening] [PATCH 3/3] arm64: dump: Add checking for writable and exectuable pages
` "
` [kernel-hardening] "
[Qemu-devel] [PATCH] qcow2: Support BDRV_REQ_MAY_UNMAP
2016-09-30 2:04 UTC (5+ messages)
62f37bbb53: fio.latency_20us% -7.1% improvement
2016-09-30 2:04 UTC
61107 devicetree-spec
2016-09-30 2:03 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.