All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-04 22:44:54 to 2016-11-05 00:25:13 UTC [more...]

[PATCH v2 00/39] xfsprogs: online scrub/repair support
 2016-11-05  0:25 UTC  (5+ messages)
` [PATCH 01/39] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 02/39] xfs: provide a query_range function for "
` [PATCH 03/39] xfs: create a function to query all records in a btree
` [PATCH 06/39] xfs: use GPF_NOFS when allocating btree cursors

[PATCH v2 00/41] xfs: online scrub/repair support
 2016-11-05  0:23 UTC  (42+ messages)
` [PATCH 01/41] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 02/41] xfs: provide a query_range function for "
` [PATCH 03/41] xfs: create a function to query all records in a btree
` [PATCH 04/41] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 05/41] xfs: report shared extents in getfsmapx
` [PATCH 06/41] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 07/41] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 08/41] xfs: use GPF_NOFS when allocating btree cursors
` [PATCH 09/41] xfs: add scrub tracepoints
` [PATCH 10/41] xfs: create an ioctl to scrub AG metadata
` [PATCH 11/41] xfs: generic functions to scrub metadata and btrees
` [PATCH 12/41] xfs: scrub the backup superblocks
` [PATCH 13/41] xfs: scrub AGF and AGFL
` [PATCH 14/41] xfs: scrub the AGI
` [PATCH 15/41] xfs: support scrubbing free space btrees
` [PATCH 16/41] xfs: support scrubbing inode btrees
` [PATCH 17/41] xfs: support scrubbing rmap btree
` [PATCH 18/41] xfs: support scrubbing refcount btree
` [PATCH 19/41] xfs: scrub inodes
` [PATCH 20/41] xfs: scrub inode block mappings
` [PATCH 21/41] xfs: scrub directory/attribute btrees
` [PATCH 22/41] xfs: scrub directory metadata
` [PATCH 23/41] xfs: scrub extended attributes
` [PATCH 24/41] xfs: scrub symbolic links
` [PATCH 25/41] xfs: scrub realtime bitmap/summary
` [PATCH 26/41] xfs: scrub should cross-reference with the bnobt
` [PATCH 27/41] xfs: cross-reference bnobt records with cntbt
` [PATCH 28/41] xfs: cross-reference extents with AG header
` [PATCH 29/41] xfs: cross-reference inode btrees during scrub
` [PATCH 30/41] xfs: cross-reference reverse-mapping btree
` [PATCH 31/41] xfs: cross-reference refcount btree during scrub
` [PATCH 32/41] xfs: scrub should cross-reference the realtime bitmap
` [PATCH 33/41] xfs: implement the metadata repair ioctl flag
` [PATCH 34/41] xfs: add helper routines for the repair code
` [PATCH 35/41] xfs: repair free space btrees
` [PATCH 36/41] xfs: repair inode btrees
` [PATCH 37/41] xfs: rebuild the rmapbt
` [PATCH 38/41] xfs: repair refcount btrees
` [PATCH 39/41] xfs: online repair of inodes
` [PATCH 40/41] xfs: repair inode block maps
` [PATCH 41/41] xfs: query the per-AG reservation counters

[Bug 186981] New: ext4 is not working on kernel 4.8.6
 2016-11-05  0:19 UTC 

[ovmf baseline-only test] 67997: trouble: broken/pass
 2016-11-05  0:19 UTC 

[PATCH] transport: add core.allowProtocol config option
 2016-11-05  0:18 UTC  (7+ messages)
` [PATCH v3] transport: add protocol policy "

[PATCH v2 0/9] xfstests: online scrub/repair support
 2016-11-05  0:18 UTC  (10+ messages)
` [PATCH 1/9] populate: create all types of XFS metadata
` [PATCH 2/9] populate: add _require_populate_commands to check for tools
` [PATCH 3/9] populate: optionally fill the filesystem when populating fs
` [PATCH 4/9] populate: fix some silly errors when modifying a fs while fuzzing
` [PATCH 5/9] common/fuzzy: move fuzzing helper functions here
` [PATCH 6/9] populate: cache scratch metadata images
` [PATCH 7/9] populate: discover XFS structure fields and fuzz verbs, and use them to fuzz fields
` [PATCH 8/9] xfs: fuzz every field of every structure
` [PATCH 9/9] common/populate: create attrs in different namespaces

[Buildroot] [PATCH] makedevs: unlink device nodes before they are created
 2016-11-05  0:14 UTC 

[PATCH 1/2] drm/i915: Make sure engines are idle during GPU idling in LR mode
 2016-11-05  0:11 UTC  (8+ messages)

[PATCH v2 00/10] xfs: miscellaneous libxfs cleanups
 2016-11-05  0:10 UTC  (11+ messages)
` [PATCH 01/10] libxfs: convert ushort to unsigned short
` [PATCH 02/10] libxfs: synchronize dinode_verify with userspace
` [PATCH 03/10] libxfs: fix whitespace problems
` [PATCH 04/10] libxfs: fix xfs_attr_shortform_bytesfit declaration
` [PATCH 05/10] libxfs: clean up _dir2_data_freescan
` [PATCH 06/10] xfs: don't call xfs_sb_quota_from_disk twice
` [PATCH 07/10] xfs: defer should abort intent items if the trans roll fails
` [PATCH 08/10] xfs: move dir_ino_validate declaration per xfsprogs
` [PATCH 09/10] xfs: check return value of _trans_reserve_quota_nblks
` [PATCH 10/10] xfs: check minimum block size for CRC filesystems

[diamon-discuss] CTF2-PROP-1.0: Proposal for a major revision of the Common Trace Format, version 1.8
 2016-11-05  0:09 UTC  (5+ messages)
`  "
` [diamon-discuss] [lttng-dev] "

[PATCH] libbsd 0.8.3: BBCLASSEXTEND to native and nativesdk
 2016-11-05  0:09 UTC  (7+ messages)

[PATCH v2 00/16] xfsprogs: miscellaneous libxfs cleanups
 2016-11-05  0:09 UTC  (17+ messages)
` [PATCH 01/16] xfs_repair: fix some potential null pointer deferences
` [PATCH 02/16] xfs_repair: fix bogus rmapbt record owner check
` [PATCH 03/16] xfs_io: fix libxfs naming violation
` [PATCH 04/16] libxfs: remove unnecessary hascrc test in btree verifiers
` [PATCH 05/16] xfs: set XFS_DA_OP_OKNOENT in xfs_attr_get
` [PATCH 06/16] libxfs: refactor btree crc verifier
` [PATCH 07/16] libxfs: fix whitespace to match the kernel
` [PATCH 08/16] libxfs: return bool from sb_version_hasmetauuid
` [PATCH 09/16] xfs: fix btree cursor error cleanups
` [PATCH 10/16] libxfs: clean up _dir2_data_freescan
` [PATCH 11/16] tools: create libxfs-diff to compare libxfses
` [PATCH 12/16] libxfs: fix line lengths
` [PATCH 13/16] libxfs: synchronize dinode_verify with userspace
` [PATCH 14/16] libxfs: remove useless stuff from the kernel
` [PATCH 15/16] xfs: check return value of _trans_reserve_quota_nblks
` [PATCH 16/16] xfs: check minimum block size for CRC filesystems

[PATCH v8 0/7] x86/arch_prctl Add ARCH_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-11-05  0:09 UTC  (5+ messages)
` [PATCH v8 7/7] KVM: x86: virtualize cpuid faulting

[Buildroot] warp7_defconfig build error
 2016-11-05  0:03 UTC  (7+ messages)

[PATCH] staging: lustre: o2iblnd: replace space indentation with tabs
 2016-11-05  0:03 UTC  (2+ messages)
` [lustre-devel] "

[PATCH net-next 5/7] vxlan: simplify RTF_LOCAL handling
 2016-11-05  0:01 UTC  (2+ messages)

[PATCH] db: disable the ARM assembler mutex code
 2016-11-05  0:01 UTC  (5+ messages)

[Qemu-devel] virtio-serial guest agent channel timing requirements
 2016-11-05  0:01 UTC  (2+ messages)

[RFC] A proposal for adding case insensitive lookups to ext4
 2016-11-05  0:00 UTC  (5+ messages)

[PATCH 0/6] xfs: miscellaneous libxfs cleanups
 2016-11-05  0:00 UTC  (6+ messages)
` [PATCH 5/6] libxfs: clean up _dir2_data_freescan

[PATCH] DAX: use proper length when the range is not aligned to PAGE_SIZE
 2016-11-04 23:55 UTC  (3+ messages)

[Bug 98582] New: A regression with nouveau under wayland+xorg: laptop doesn't resume properly from suspension
 2016-11-04 23:55 UTC  (5+ messages)
  ` [Bug 98582] "

[PATCH v2 1/3] remoteproc: qcom: Encapsulate pvt data structure for q6v56 hexagon
 2016-11-04 23:51 UTC  (4+ messages)

U-Boot upstreaming
 2016-11-04 23:51 UTC  (4+ messages)

[PATCH] multipath-tools: remove old multipath/{01_udev, 02_multipath} scripts
 2016-11-04 23:48 UTC 

[Buildroot] [PATCH 1/8] gsettings-desktop-schemas: bump to version 3.22.0
 2016-11-04 23:47 UTC  (5+ messages)
` [Buildroot] [PATCH 6/8] python-libxml2: new host package

Regarding "git log" on "git series" metadata
 2016-11-04 23:46 UTC  (10+ messages)

[PATCH] mm: only enable sys_pkey* when ARCH_HAS_PKEYS
 2016-11-04 23:44 UTC  (4+ messages)

[Buildroot] Building comptable binaries for ARM for EABI and EABIhf
 2016-11-04 23:34 UTC  (4+ messages)

[PATCH] drm/vc4: Use runtime autosuspend to avoid thrashing V3D power state
 2016-11-04 23:32 UTC  (2+ messages)

[PATCH v3 0/3] Add Mediatek JPEG Decoder
 2016-11-04 23:32 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: mediatek: Add a binding for "

[PATCH RFC 0/7] DMA: S3C64XX: Conversion to the new channel request API
 2016-11-04 23:29 UTC  (7+ messages)
` [PATCH RFC 1/7] dma: pl08x: Add support for the DMA slave map
` [PATCH RFC 4/7] ASoC: samsung: i2s: Do not use platform_data for DMA parameters

[dm-crypt] Missing keyslot or broken header or still some hope?
 2016-11-04 23:28 UTC  (6+ messages)

[Qemu-devel] Wiki documentation organization
 2016-11-04 23:27 UTC  (3+ messages)

[PATCH] multipath-tools: remove getuid/usb_id
 2016-11-04 23:24 UTC 

v4.8-rc1: thinkpad x60: running at low frequency even during kernel build
 2016-11-04 23:20 UTC  (7+ messages)

[v17 1/2] Documentation: bridge: Add documentation for ps8640 DT properties
 2016-11-04 23:21 UTC  (7+ messages)
` [v17 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

[PATCH] KVM: nVMX: add tracepoint for vmwrite
 2016-11-04 23:18 UTC 

[Bug 98573] Mesa build fail since radeonsi: use PS epilog for monolithic shaders
 2016-11-04 23:17 UTC  (2+ messages)

[PATCH] crypto: caam: do not register AES-XTS mode on LP units
 2016-11-04 23:17 UTC 

[PATCH 0/4] qla2xxx: feature updates for driver
 2016-11-04 23:15 UTC  (4+ messages)
` [PATCH 3/4] qla2xxx: Add Block Multi Queue functionality

[Qemu-devel] [Bug 590552] [NEW] New default network card doesn't work with tap networking
 2016-11-04 23:03 UTC  (2+ messages)
` [Qemu-devel] [Bug 590552] "

Richacl and ext4 vs. xfs
 2016-11-04 23:15 UTC  (3+ messages)

[xen-unstable baseline-only test] 67995: regressions - FAIL
 2016-11-04 23:14 UTC  (2+ messages)

[PATCHSET] block: IO polling improvements
 2016-11-04 23:13 UTC  (7+ messages)
` [PATCH 1/4] block: add scalable completion tracking of requests

[Ksummit-discuss] Carpool to Albuquerque
 2016-11-04 23:13 UTC  (4+ messages)

[PATCH 0/4] clk/mfd/regulator/rtc: Enable compile testing for some Maxim/Samsung drivers
 2016-11-04 23:12 UTC  (4+ messages)
` [PATCH 3/4] rtc: Enable compile testing for Maxim and Samsung drivers
    ` [rtc-linux] "

[PATCH iproute2 1/7] man: ip-l2tp.8: fix l2spec_type documentation
 2016-11-04 23:11 UTC  (7+ messages)
` [PATCH iproute2 2/7] man: ip-l2tp.8: remove non-existent tunnel parameter name
` [PATCH iproute2 3/7] l2tp: fix integers with too few significant bits
` [PATCH iproute2 4/7] l2tp: fix L2TP_ATTR_{RECV,SEND}_SEQ handling
` [PATCH iproute2 5/7] l2tp: support sequence numbering
` [PATCH iproute2 6/7] l2tp: read IPv6 UDP checksum attributes from kernel
` [PATCH iproute2 7/7] l2tp: show tunnel: expose UDP checksum state

[rtc-linux] [PATCH] Documentation: bindings: fix twl-rtc documentation
 2016-11-04 23:09 UTC  (3+ messages)
` [rtc-linux] "
  `  "

[PATCH 0/2] Fix near layout I/O distribution
 2016-11-04 23:08 UTC  (5+ messages)
` [PATCH 2/2] mdadm: raid10.c Remove near atomic break

[PATCH v2 0/7] DT bindings for the jz4740-rtc driver
 2016-11-04 23:08 UTC  (5+ messages)
` [PATCH v3 1/7] rtc: rtc-jz4740: Add support for the RTC in the jz4780 SoC
    ` [rtc-linux] "

[PATCH 1/2] fsck.f2fs: No need to write a new cp if nothing to flush
 2016-11-04 23:07 UTC  (3+ messages)
` [PATCH 2/2] fsck.f2fs: Add a judgment after calloc

[PATCH net-next RFC WIP] Patch for XDP support for virtio_net
 2016-11-04 23:05 UTC  (12+ messages)

Children Under Miserable Condition
 2016-11-04 22:19 UTC 

[Qemu-devel] [PATCH for-2.8] block: Don't mark node clean after failed flush
 2016-11-04 23:03 UTC 

Children Under Miserable Condition
 2016-11-04 23:02 UTC 

[PATCH V5] pinctrl: qcom: Add msm8994 pinctrl driver
 2016-11-04 22:58 UTC  (2+ messages)

[U-Boot] [bug report] sunxi: booting from eMMC
 2016-11-04 22:57 UTC  (21+ messages)

[PATCH 1/2] f2fs: assign segments correctly for direct_io
 2016-11-04 22:56 UTC  (2+ messages)
` [PATCH 2/2] f2fs: remove checkpoint in f2fs_freeze

[PATCH 1/2] f2fs: fix wrong i_atime recovery
 2016-11-04 22:53 UTC  (5+ messages)
` [PATCH 2/2] f2fs: don't skip recovering inode depend on i_times

[PATCH net-next 1/5] net: l2tp: fix L2TP_ATTR_UDP_CSUM attribute type
 2016-11-04 22:48 UTC  (5+ messages)
` [PATCH net-next 2/5] net: l2tp: fix L2TP_ATTR_UDP_ZERO_CSUM6_{RX,TX} attribute types
` [PATCH net-next 3/5] net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flags
` [PATCH net-next 4/5] net: l2tp: cleanup: remove redundant condition
` [PATCH net-next 5/5] net: l2tp: fix negative assignment to unsigned int

[RFC] Initial support for the Adreno A5XX
 2016-11-04 22:44 UTC  (7+ messages)
` [PATCH 11/16] arm64: dts: Add Adreno GPU and GPU smmu definitions
` [PATCH 12/16] drm/msm: gpu: Add A5XX target support
` [PATCH 14/16] firmware: qcom_scm: Add qcom_scm_gpu_zap_resume()
  ` [PATCH 13/16] drm/msm: gpu: Add support for the GPMU
  ` [PATCH 15/16] drm/msm: Add a quick and dirty PIL loader
  ` [PATCH 16/16] drm/msm: gpu: Use the zap shader on 5XX if we can

gitk: avoid obscene memory consumption
 2016-11-04 22:45 UTC  (2+ 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.