All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-19 06:39:23 to 2015-12-19 09:08:53 UTC [more...]

[RFCv4 00/53] xfsprogs: add reverse-mapping, reflink, and dedupe support
 2015-12-19  9:08 UTC  (35+ messages)
` [PATCH 01/53] xfs_io: allow zero-length reflink/dedupe commands
` [PATCH 02/53] xfs_db: make check work for sparse inodes
` [PATCH 03/53] repair: request inode buffers sized to fit one inode cluster
` [PATCH 04/53] libxfs: reorder xfs_bmap_add_free args
` [PATCH 05/53] libxfs: use a convenience variable instead of open-coding the fork
` [PATCH 06/53] libxfs: refactor the btree size calculator code
` [PATCH 07/53] libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
` [PATCH 08/53] libxfs: add the reverse-mapping btree
` [PATCH 09/53] libxfs: resync xfs_prealloc_blocks with the kernel
` [PATCH 10/53] xfs: rmap btree transaction reservations
` [PATCH 11/53] xfs: rmap btree requires more reserved free space
` [PATCH 12/53] libxfs: propagate a bunch of case changes to mkfs and repair
` [PATCH 13/53] libxfs: fix min freelist length calculation
` [PATCH 14/53] libxfs: add the RMAP CRC to the xfs_magics list
` [PATCH 15/53] libxfs: piggyback rmapbt update intents in the bmap free structure
` [PATCH 16/53] libxfs: enhance rmapbt definition to support reflink
` [PATCH 17/53] libxfs: refactor short btree block verification
` [PATCH 18/53] xfs: don't update rmapbt when fixing agfl
` [PATCH 19/53] libxfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 20/53] xfs_db: display rmap btree contents
` [PATCH 21/53] xfs_dump: display enhanced rmapbt fields
` [PATCH 22/53] xfs_db: check rmapbt
` [PATCH 23/53] xfs_db: copy the rmap btree
` [PATCH 24/53] xfs_growfs: report rmapbt presence
` [PATCH 25/53] xfs_repair: use rmap btree data to check block types
` [PATCH 26/53] xfs_repair: mask off length appropriately
` [PATCH 27/53] xfs_repair: fix fino_bno calculation when rmapbt is enabled
` [PATCH 28/53] xfs_repair: create a slab API for allocating arrays in large chunks
` [PATCH 29/53] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding
` [PATCH 30/53] xfs_repair: record and merge raw rmap data
` [PATCH 31/53] xfs_repair: add inode bmbt block rmaps
` [PATCH 32/53] xfs_repair: add fixed-location per-AG rmaps
` [PATCH 33/53] xfs_repair: check existing rmapbt entries against observed rmaps
` [PATCH 34/53] xfs_repair: rebuild reverse-mapping btree

[RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support
 2015-12-19  9:04 UTC  (77+ messages)
` [PATCH 01/76] libxfs: make xfs_alloc_fix_freelist non-static
` [PATCH 02/76] xfs: fix log ticket type printing
` [PATCH 03/76] libxfs: refactor the btree size calculator code
` [PATCH 04/76] libxfs: use a convenience variable instead of open-coding the fork
` [PATCH 05/76] libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
` [PATCH 06/76] xfs: introduce rmap btree definitions
` [PATCH 07/76] xfs: add rmap btree stats infrastructure
` [PATCH 08/76] xfs: rmap btree add more reserved blocks
` [PATCH 09/76] xfs: add owner field to extent allocation and freeing
` [PATCH 10/76] xfs: add extended "
` [PATCH 11/76] xfs: introduce rmap extent operation stubs
` [PATCH 12/76] xfs: extend rmap extent operation stubs to take full owner info
` [PATCH 13/76] xfs: define the on-disk rmap btree format
` [PATCH 14/76] xfs: enhance "
` [PATCH 15/76] xfs: add rmap btree growfs support
` [PATCH 16/76] xfs: enhance "
` [PATCH 17/76] xfs: rmap btree transaction reservations
` [PATCH 18/76] xfs: rmap btree requires more reserved free space
` [PATCH 19/76] libxfs: fix min freelist length calculation
` [PATCH 20/76] xfs: add rmap btree operations
` [PATCH 21/76] xfs: enhance "
` [PATCH 22/76] xfs: add an extent to the rmap btree
` [PATCH 23/76] xfs: add tracepoints for the rmap-mirrors-bmbt functions
` [PATCH 24/76] xfs: teach rmap_alloc how to deal with our larger rmap btree
` [PATCH 25/76] xfs: remove an extent from the "
` [PATCH 26/76] xfs: enhanced "
` [PATCH 27/76] xfs: add rmap btree insert and delete helpers
` [PATCH 28/76] xfs: piggyback rmapbt update intents in the bmap free structure
` [PATCH 29/76] xfs: bmap btree changes should update rmap btree
` [PATCH 30/76] xfs: add rmap btree geometry feature flag
` [PATCH 31/76] xfs: add rmap btree block detection to log recovery
` [PATCH 32/76] xfs: enable the rmap btree functionality
` [PATCH 33/76] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 34/76] xfs: implement "
` [PATCH 35/76] libxfs: refactor short btree block verification
` [PATCH 36/76] xfs: don't update rmapbt when fixing agfl
` [PATCH 37/76] xfs: define tracepoints for refcount btree activities
` [PATCH 38/76] xfs: introduce refcount btree definitions
` [PATCH 39/76] xfs: add refcount btree stats infrastructure
` [PATCH 40/76] xfs: refcount btree add more reserved blocks
` [PATCH 41/76] xfs: define the on-disk refcount btree format
` [PATCH 42/76] xfs: add refcount btree support to growfs
` [PATCH 43/76] xfs: add refcount btree operations
` [PATCH 44/76] libxfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 45/76] libxfs: adjust refcount when unmapping file blocks
` [PATCH 46/76] xfs: add refcount btree block detection to log recovery
` [PATCH 47/76] xfs: refcount btree requires more reserved space
` [PATCH 48/76] xfs: introduce reflink utility functions
` [PATCH 49/76] xfs: define tracepoints for reflink activities
` [PATCH 50/76] xfs: map an inode's offset to an exact physical block
` [PATCH 51/76] xfs: add reflink feature flag to geometry
` [PATCH 52/76] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 53/76] xfs: introduce the CoW fork
` [PATCH 54/76] xfs: support bmapping delalloc extents in "
` [PATCH 55/76] xfs: create delalloc extents in "
` [PATCH 56/76] xfs: support allocating delayed "
` [PATCH 57/76] xfs: allocate "
` [PATCH 58/76] xfs: support removing extents from "
` [PATCH 59/76] xfs: move mappings from cow fork to data fork after copy-write
` [PATCH 60/76] xfs: implement CoW for directio writes
` [PATCH 61/76] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks
` [PATCH 62/76] xfs: clear inode reflink flag when freeing blocks
` [PATCH 63/76] xfs: cancel pending CoW reservations when destroying inodes
` [PATCH 64/76] xfs: reflink extents from one file to another
` [PATCH 65/76] xfs: add clone file and clone range ioctls
` [PATCH 66/76] xfs: emulate the btrfs dedupe extent same ioctl
` [PATCH 67/76] xfs: teach fiemap about reflink'd extents
` [PATCH 68/76] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 69/76] xfs: unshare a range of blocks via fallocate
` [PATCH 70/76] xfs: fork shared EOF block when truncating file
` [PATCH 71/76] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems
` [PATCH 72/76] xfs: recognize the reflink feature bit
` [PATCH 73/76] xfs: use new vfs reflink and dedup function pointers
` [PATCH 74/76] xfs: set up per-AG preallocated block pools
` [PATCH 75/76] xfs: preallocate blocks for worst-case refcount btree expansion
` [PATCH 76/76] xfs: try to prevent failed rmap btree expansion during cow

[PATCH] serial: 8250: add gpio support to exar
 2015-12-19  9:02 UTC  (3+ messages)

[RFCv4 0/2] man-pages: document reflink/dedupe ioctls
 2015-12-19  8:56 UTC  (5+ messages)
` [PATCH 1/2] man2: document FICLONE and FICLONERANGE
` [PATCH 2/2] man2: document the FIDEDUPERANGE ioctl

[RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS
 2015-12-19  8:56 UTC  (28+ messages)
` [PATCH 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH 3/9] btrfs: add .copy_file_range file operation
` [PATCH 4/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH 5/9] locks: new locks_mandatory_area calling convention
` [PATCH 6/9] vfs: pull btrfs clone API to vfs layer
` [PATCH 7/9] vfs: wire up compat ioctl for CLONE/CLONE_RANGE
` [PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs
` [PATCH 9/9] btrfs: use new dedupe data function pointer

[Qemu-devel] [PATCH COLO-Frame v12 00/38] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2015-12-19  8:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH COLO-Frame v12 10/38] COLO: Implement colo checkpoint protocol

[PATCH v2] mm: memcontrol: fix possible memcg leak due to interrupted reclaim
 2015-12-19  8:51 UTC  (9+ messages)

[PATCH v2 0/5] Add GuC ADS (Addition Data Structure)
 2015-12-19  8:49 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[Qemu-devel] [Bug 1437970] [NEW] qemu-system-x86_64 - two mouse pointers & fast scrolling problem
 2015-12-19  8:31 UTC  (3+ messages)
` [Qemu-devel] [Bug 1437970] "

[U-Boot] [PATCH 00/11] zap: Do not use macros that are equivalent to IS_ENABLED(CONFIG_...)
 2015-12-19  8:39 UTC  (4+ messages)

[linux-next test] 66515: regressions - FAIL
 2015-12-19  8:32 UTC 

[U-Boot] [PATCH] net: eth_designware: select PHYLIB in Kconfig
 2015-12-19  8:24 UTC  (5+ messages)
` [U-Boot] [PATCH v2] "

[PATCH] blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()
 2015-12-19  8:23 UTC  (4+ messages)

[PATCH v2] crypto: qat - use list_for_each_entry*
 2015-12-19  8:22 UTC 

[PATCH] drm/i915: Avoid writing relocs with addresses in non-canonical form
 2015-12-19  8:20 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[Qemu-devel] 9pfs is broken in 2.5 (SIGSEGV) (bisected)
 2015-12-19  8:15 UTC  (2+ messages)

[Cocci] Coccinelle for other programming languages
 2015-12-19  8:12 UTC  (6+ messages)

[PATCH v4 07/21] ARM: dts: parse DMA config in pxamci
 2015-12-19  8:11 UTC  (6+ messages)
` [PATCH v5] serial: support for 16550A serial ports on LP-8x4x

[B.A.T.M.A.N.] [PATCH-maint] batman-adv: fix lockdep splat when doing mcast_free
 2015-12-19  8:04 UTC  (2+ messages)

[RFC 0/4] Asus Wireless Radio Control driver
 2015-12-19  8:00 UTC  (7+ messages)
` [PATCH 1/4] platform/x86: Add "
` [PATCH 2/4] asus-wrc: Add ACPI HID ATK4001

[PATCH 0/2] two fixes for new bq27000/10 and bq27500 driver
 2015-12-19  8:00 UTC  (2+ messages)

[PATCH v5 2/2] arm: pxa27x: support for ICP DAS LP-8x4x w/ DT
 2015-12-19  7:53 UTC  (3+ messages)
` [PATCH] arm: pxa: create a unified defconfig for PXA27X-DT

[PATCH v5 0/3] KVM/arm/arm64: enhance armv7/8 fp/simd lazy switch
 2015-12-19  7:45 UTC  (6+ messages)
` [PATCH v5 3/3] KVM/arm/arm64: enable enhanced armv8 "

[PATCH V10 7/7] dma: qcom_hidma: add support for object hierarchy
 2015-12-19  7:37 UTC  (7+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-12-18
 2015-12-19  7:30 UTC 

[PATCH] drm/i915: edp resume/On time optimization
 2015-12-19  7:30 UTC  (2+ messages)
` ✗ failure: Fi.CI.BAT

[git pull] Input updates for 4.4-rc5
 2015-12-19  7:29 UTC 

[Bug 93436] [radeonsi][regression] GPUVM faults playing ARK: Survival Evolved, started 4.4-rc3, -rc5 is worse
 2015-12-19  7:22 UTC  (2+ messages)

Unrecovered read error issue
 2015-12-19  7:17 UTC  (2+ messages)

[PATCH v3] extensions: libxt_mark: Add translation to nft
 2015-12-19  7:16 UTC 

[PATCH net-next] tcp: diag: add support for request sockets to tcp_abort()
 2015-12-19  7:12 UTC  (4+ messages)

[PATCH v4 11/21] ARM: pxa: support ICP DAS LP-8x4x FPGA irq
 2015-12-19  7:03 UTC  (4+ messages)
` [PATCH v5] arm: "

[PATCH 1/1] staging: coding style cleanups for staging/panel driver
 2015-12-19  7:02 UTC  (4+ messages)

[PATCH 1/1] net: Add SO_REUSEPORT_LISTEN_OFF socket option as drain mode
 2015-12-19  7:00 UTC  (11+ messages)

[xen-unstable test] 66510: regressions - FAIL
 2015-12-19  6:56 UTC 

futex(3) man page, final draft for pre-release review
 2015-12-19  6:56 UTC  (9+ messages)

[PATCH v4] of: fix declaration of of_io_request_and_map
 2015-12-19  6:39 UTC  (3+ 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.