All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-25 22:29:31 to 2016-08-25 23:38:32 UTC [more...]

[PATCH v11 0/8] submodule inline diff format
 2016-08-25 23:32 UTC  (8+ messages)
` [PATCH v11 2/8] diff.c: remove output_prefix_length field
` [PATCH v11 3/8] graph: add support for --line-prefix on all graph-aware output
` [PATCH v11 4/8] diff: prepare for additional submodule formats
` [PATCH v11 5/8] allow do_submodule_path to work even if submodule isn't checked out
` [PATCH v11 6/8] submodule: convert show_submodule_summary to use struct object_id *
` [PATCH v11 7/8] submodule: refactor show_submodule_summary with helper function
` [PATCH v11 8/8] diff: teach diff to display submodule difference with an inline diff

[PATCH v8 00/71] xfs: add reflink and dedupe support
 2016-08-25 23:38 UTC  (61+ messages)
` [PATCH 01/71] xfs: remove xfs_btree_bigkey
` [PATCH 02/71] xfs: create a standard btree size calculator code
` [PATCH 03/71] xfs: count the blocks in a btree
` [PATCH 04/71] xfs: defer should allow ->finish_item to request a new transaction
` [PATCH 05/71] xfs: introduce tracepoints for AG reservation code
` [PATCH 06/71] xfs: set up per-AG free space reservations
` [PATCH 07/71] xfs: define tracepoints for refcount btree activities
` [PATCH 08/71] xfs: introduce refcount btree definitions
` [PATCH 09/71] xfs: add refcount btree stats infrastructure
` [PATCH 10/71] xfs: refcount btree add more reserved blocks
` [PATCH 11/71] xfs: define the on-disk refcount btree format
` [PATCH 12/71] xfs: add refcount btree support to growfs
` [PATCH 13/71] xfs: account for the refcount btree in the alloc/free log reservation
` [PATCH 14/71] xfs: add refcount btree operations
` [PATCH 15/71] xfs: create refcount update intent log items
` [PATCH 16/71] xfs: log refcount intent items
` [PATCH 17/71] xfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 18/71] xfs: connect refcount adjust functions to upper layers
` [PATCH 19/71] xfs: adjust refcount when unmapping file blocks
` [PATCH 20/71] xfs: add refcount btree block detection to log recovery
` [PATCH 21/71] xfs: refcount btree requires more reserved space
` [PATCH 22/71] xfs: introduce reflink utility functions
` [PATCH 23/71] xfs: create bmbt update intent log items
` [PATCH 24/71] xfs: log bmap intent items
` [PATCH 25/71] xfs: map an inode's offset to an exact physical block
` [PATCH 26/71] xfs: pass bmapi flags through to bmap_del_extent
` [PATCH 27/71] xfs: implement deferred bmbt map/unmap operations
` [PATCH 28/71] xfs: when replaying bmap operations, don't let unlinked inodes get reaped
` [PATCH 29/71] xfs: return work remaining at the end of a bunmapi operation
` [PATCH 30/71] xfs: define tracepoints for reflink activities
` [PATCH 31/71] xfs: add reflink feature flag to geometry
` [PATCH 32/71] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 33/71] xfs: introduce the CoW fork
` [PATCH 34/71] xfs: support bmapping delalloc extents in "
` [PATCH 35/71] xfs: create delalloc extents in "
` [PATCH 36/71] xfs: support allocating delayed "
` [PATCH 37/71] xfs: allocate "
` [PATCH 38/71] xfs: support removing extents from "
` [PATCH 39/71] xfs: move mappings from cow fork to data fork after copy-write
` [PATCH 40/71] xfs: report shared extents through the iomap interface
` [PATCH 41/71] xfs: implement CoW for directio writes
` [PATCH 42/71] xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks
` [PATCH 43/71] xfs: cancel pending CoW reservations when destroying inodes
` [PATCH 44/71] xfs: store in-progress CoW allocations in the refcount btree
` [PATCH 45/71] xfs: reflink extents from one file to another
` [PATCH 46/71] xfs: add clone file and clone range vfs functions
` [PATCH 47/71] xfs: add dedupe range vfs function
` [PATCH 48/71] xfs: teach get_bmapx about shared extents and the CoW fork
` [PATCH 49/71] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 50/71] xfs: unshare a range of blocks via fallocate
` [PATCH 51/71] xfs: CoW shared EOF block when truncating file
` [PATCH 52/71] xfs: support FS_XFLAG_REFLINK on reflink filesystems
` [PATCH 53/71] xfs: create a separate cow extent size hint for the allocator
` [PATCH 54/71] xfs: preallocate blocks for worst-case btree expansion
` [PATCH 55/71] xfs: don't allow reflink when the AG is low on space
` [PATCH 56/71] xfs: try other AGs to allocate a BMBT block
` [PATCH 57/71] xfs: promote buffered writes to CoW when cowextsz is set
` [PATCH 58/71] xfs: garbage collect old cowextsz reservations
` [PATCH 59/71] xfs: provide switch to force filesystem to copy-on-write all the time
` [PATCH 60/71] xfs: increase log reservations for reflink

Question related i2c fixed clk rate
 2016-08-25 17:00 UTC 

Entropy sources (was: /dev/random - a new approach)
 2016-08-25 23:35 UTC  (3+ messages)

[Bug 97477] i915g: gl_FragCoord is always (0.0, max_y)
 2016-08-25 23:34 UTC  (2+ messages)

[U-Boot] OMAP3 SPL Overflow
 2016-08-25 23:32 UTC  (6+ messages)

[PATCH v8 0/6] vfs: help support reflink for XFS
 2016-08-25 23:31 UTC  (15+ messages)
` [PATCH 1/6] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 2/6] vfs: cap dedupe request structure size at PAGE_SIZE
` [PATCH 3/6] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 4/6] fs: add iomap_file_dirty
` [PATCH 5/6] iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
` [PATCH 6/6] iomap: add a flag to report shared extents

[PATCH v6 00/13] Git filter protocol
 2016-08-25 22:31 UTC  (6+ messages)
` [PATCH v6 06/13] pkt-line: add functions to read/write flush terminated packet streams

[PATCH v8 00/13] xfstests: fixes and new tests for rmap/reflink/fsmap
 2016-08-25 23:29 UTC  (27+ messages)
` [PATCH 01/13] tests/xfs: don't run tests if cowextsize isn't present
` [PATCH 02/13] xfs/122: decrease the log update done item sizes
` [PATCH 03/13] xfs/{130,235}: deal with an unreplayable dirty log
` [PATCH 04/13] generic/159, 160: deal with EACCESS -> EPERM transition
` [PATCH 05/13] xfs/122: test btree header block sizes
` [PATCH 06/13] xfs: fix $XFS_DB_PROG usage
` [PATCH 07/13] xfs: test swapext with reflink
` [PATCH 08/13] xfs: more rmapbt tests
` [PATCH 09/13] xfs: test realtime rmapbt code
` [PATCH 10/13] xfs: test getfsmap ioctl
` [PATCH 11/13] xfs: test getbmapx shared extent reporting
` [PATCH 12/13] xfs/122: track xfs_scrub_metadata
` [PATCH 13/13] xfs/122: check the ag reservation counter ioctl

[Buildroot] [Bug 9196] New: raspberry pi 3 default build seem broken
 2016-08-25 23:28 UTC 

[PATCH v8 0/7] xfs-docs: reorganize chapters, document rmap and reflink
 2016-08-25 23:27 UTC  (8+ messages)
` [PATCH 1/7] journaling_log: fix some typos in the section about EFDs
` [PATCH 2/7] xfsdocs: document known testing procedures
` [PATCH 3/7] xfsdocs: update the on-disk format with changes for Linux 4.5
` [PATCH 4/7] xfsdocs: move the discussions of short and long format btrees to a separate chapter
` [PATCH 5/7] xfsdocs: reverse-mapping btree documentation
` [PATCH 6/7] xfsdocs: document refcount btree and reflink
` [PATCH 7/7] xfsdocs: document the realtime reverse mapping btree

[PATCH v8 0/3] man-pages: fix reflink/dedupe ioctl manpages
 2016-08-25 23:26 UTC  (8+ messages)
` [PATCH 1/3] man2/fallocate.2: document behavior with shared blocks
` [PATCH 2/3] man2/ioctl_fideduperange.2: clarify operation some more
` [PATCH 3/3] ioctl_xfs_ioc_getfsmap.2: document XFS_IOC_GETFSMAP ioctl

[PATCH 1/2] pci/aer: Add bus flag to skip source id matching
 2016-08-25 23:26 UTC  (2+ messages)
` [PATCH 2/2] pci/vmd: Add quirk for aer to ignore source id

[PATCH] arm: sys_oabi-compat: Use kmalloc_array() in two functions
 2016-08-25 22:46 UTC  (4+ messages)

[U-Boot] [PATCH] warp7: Adjust CONFIG_MMCROOT for booting a mainline kernel
 2016-08-25 23:06 UTC  (7+ messages)

[PATCH 00/15] Lib'ify quite a few functions in sequencer.c
 2016-08-25 22:59 UTC  (7+ messages)
` [PATCH 04/15] sequencer: lib'ify prepare_revs()
` [PATCH 05/15] sequencer: lib'ify read_and_refresh_cache()
` [PATCH 06/15] sequencer: lib'ify read_populate_todo()

Switch raid mode without rebalance?
 2016-08-25 23:04 UTC  (6+ messages)

[PATCH v2 1/2] sdhci-of-arasan: Modify arasan sdhci documentation about broken-cd and non-removable properties
 2016-08-25 23:01 UTC  (5+ messages)
` [PATCH v2 2/2] sdhci-of-arasan: Set controller to test mode when Card Detection is broken

[PATCH] drm/nouveau/acpi: use DSM if bridge does not support D3cold
 2016-08-25 23:00 UTC 

[Intel-wired-lan] [dev-queue PATCH] i40evf: Fix link state event handling
 2016-08-25 22:58 UTC 

[RESEND PATCH] staging: octeon: Use IS_ENABLED() instead of checking for built-in or module
 2016-08-25 22:56 UTC  (3+ messages)

[PATCH 1/2] perf: add container identifier entry in perf sample data
 2016-08-25 17:20 UTC  (3+ messages)

[refpolicy] [PATCH] Fix the Reference Policy integration with the SELinux testsuite
 2016-08-25 22:56 UTC  (3+ messages)

[v14 PATCH 5/5] drm/rockchip: cdn-dp: add cdn DP support for rk3399
 2016-08-25 22:54 UTC  (4+ messages)
` [v14.1 "

[Qemu-devel] Effective way to test PowerPC lwbrx instruction
 2016-08-25 22:55 UTC  (3+ messages)

[PATCH v2 net-next] documentation: Document issues with VMs and XPS and drivers enabling it on their own
 2016-08-25 22:55 UTC 

[refpolicy] Testing in the Reference Policy
 2016-08-25 22:54 UTC  (9+ messages)

[PATCH] Input: joydev - Recognize joysticks with Z axis as joysticks
 2016-08-25 20:56 UTC  (3+ messages)

[PATCH 2/2] iio: gyro: Add driver for the MPU-3050 gyroscope
 2016-08-25 22:52 UTC  (6+ messages)

[PATCH] tty: serial: msm: Add runtime PM and system sleep support
 2016-08-25 22:50 UTC  (2+ messages)

[PATCH 1/2] smc91x: always use 8-bit access if necessary
 2016-08-25 22:33 UTC  (4+ messages)

[refpolicy] [PATCH] Update for the gnome policy and file contexts
 2016-08-25 22:49 UTC  (11+ messages)
` [refpolicy] [PATCH v2] "
  ` [refpolicy] [PATCH v3] "
    ` [refpolicy] [PATCH v4] "

[PATCH v10 0/9] submodule inline diff format
 2016-08-25 22:46 UTC  (7+ messages)

[PATCH RFC UGLY] x86,mm,sched: make lazy TLB mode even lazier
 2016-08-25 19:42 UTC  (2+ messages)

[PATCH V3 0/5] ARM: dts: bcm2835: Add Raspberry Pi Zero
 2016-08-25 22:45 UTC  (3+ messages)

[PATCH] mm: clarify COMPACTION Kconfig text
 2016-08-25 22:34 UTC  (5+ messages)

[PATCH] Make __xfs_xattr_put_listen preperly report errors
 2016-08-25 22:42 UTC  (7+ messages)

[patch 04/12] stackdepot: fix mempolicy use-after-free
 2016-08-25 22:16 UTC 

[patch 05/12] soft_dirty: fix soft_dirty during THP split
 2016-08-25 22:16 UTC 

[patch 06/12] printk: fix parsing of "brl=" option
 2016-08-25 22:17 UTC 

[patch 11/12] dax: fix device-dax region base
 2016-08-25 22:17 UTC 

[patch 12/12] mm: silently skip readahead for DAX inodes
 2016-08-25 22:17 UTC 

[PATCH] MIPS: Octeon: mark GPIO controller node not populated IRQ, init
 2016-08-25 22:40 UTC  (4+ messages)

[wsa:i2c/for-next 5/14] drivers/gpu/drm/drm_dp_helper.c:810:10: error: 'struct i2c_adapter' has no member named 'lock_bus'; did you mean 'lock_ops'?
 2016-08-25 20:04 UTC  (2+ messages)

[PATCH] smc91x: remove ARM hack for unaligned 16-bit writes
 2016-08-25 22:37 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2016-08-08
 2016-08-25 22:37 UTC  (6+ messages)
` [Buildroot] Analysis of build "

bootsect replicated in p1, RAID enclosure suggestions?
 2016-08-25 22:32 UTC  (4+ messages)

[PATCH] tpm: fix a race condition tpm2_unseal_trusted()
 2016-08-25 21:09 UTC  (4+ messages)

[PATCH 0/6] Some Tegra I2C Updates
 2016-08-25 22:31 UTC  (6+ messages)
` [PATCH 5/6] i2c: tegra: Add runtime power-management support

[PATCH] nl80211: Fix unfiltered GET_INTERFACE dumps
 2016-08-25 21:35 UTC  (2+ messages)

[PATCH v3 0/5] kexec_file: Add buffer hand-over for the next kernel
 2016-08-25 18:18 UTC  (2+ messages)
` [PATCH v3 5/5] IMA: Demonstration code for kexec buffer passing


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.