All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-07 03:52:56 to 2015-10-07 05:08:36 UTC [more...]

[RFCv3 00/51] xfsprogs: add reverse-mapping, reflink, and dedupe support
 2015-10-07  5:08 UTC  (32+ messages)
` [PATCH 01/51] libxcmd: provide a common function to report command runtimes
` [PATCH 02/51] libxfs: add reflink and dedupe ioctls
` [PATCH 03/51] xfs_io: support reflink and dedupe of file ranges
` [PATCH 04/51] xfs_io: unshare blocks via fallocate
` [PATCH 05/51] xfs_db: enable blocktrash for checksummed filesystems
` [PATCH 06/51] xfs_db: trash the block at the top of the cursor stack
` [PATCH 07/51] xfs_db: enable blockget for v5 filesystems
` [PATCH 08/51] libxfs: reorder xfs_bmap_add_free args
` [PATCH 09/51] libxfs: add the reverse-mapping btree
` [PATCH 10/51] libxfs: resync xfs_prealloc_blocks with the kernel
` [PATCH 11/51] xfs: rmap btree transaction reservations
` [PATCH 12/51] xfs: rmap btree requires more reserved free space
` [PATCH 13/51] libxfs: propagate a bunch of case changes to mkfs and repair
` [PATCH 14/51] libxfs: fix min freelist length calculation
` [PATCH 15/51] libxfs: add the RMAP CRC to the xfs_magics list
` [PATCH 16/51] libxfs: enhance rmapbt definition to support reflink
` [PATCH 17/51] libxfs: refactor short btree block verification
` [PATCH 18/51] xfs: don't update rmapbt when fixing agfl
` [PATCH 19/51] libxfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 20/51] xfs_db: display rmap btree contents
` [PATCH 21/51] xfs_dump: display enhanced rmapbt fields
` [PATCH 22/51] xfs_db: check rmapbt
` [PATCH 23/51] xfs_db: copy the rmap btree
` [PATCH 24/51] xfs_growfs: report rmapbt presence
` [PATCH 25/51] xfs_repair: use rmap btree data to check block types
` [PATCH 26/51] xfs_repair: mask off length appropriately
` [PATCH 27/51] xfs_repair: fix fino_bno calculation when rmapbt is enabled
` [PATCH 28/51] xfs_repair: create a slab API for allocating arrays in large chunks
` [PATCH 29/51] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding
` [PATCH 30/51] xfs_repair: record and merge raw rmap data
` [PATCH 31/51] xfs_repair: add inode bmbt block rmaps

[Buildroot] Add [user@host dir] back to skeleton /etc/profile
 2015-10-07  5:08 UTC  (2+ messages)

[RFCv3 00/58] xfs: add reverse-mapping, reflink, and dedupe support
 2015-10-07  5:01 UTC  (115+ messages)
` [PATCH 01/58] libxfs: make xfs_alloc_fix_freelist non-static
` [PATCH 02/58] xfs: fix log ticket type printing
` [PATCH 03/58] xfs: introduce rmap btree definitions
` [PATCH 04/58] xfs: add rmap btree stats infrastructure
` [PATCH 05/58] xfs: rmap btree add more reserved blocks
` [PATCH 06/58] xfs: add owner field to extent allocation and freeing
` [PATCH 07/58] xfs: add extended "
` [PATCH 08/58] xfs: introduce rmap extent operation stubs
` [PATCH 09/58] xfs: extend rmap extent operation stubs to take full owner info
` [PATCH 10/58] xfs: define the on-disk rmap btree format
` [PATCH 11/58] xfs: enhance "
` [PATCH 12/58] xfs: add rmap btree growfs support
` [PATCH 13/58] xfs: enhance "
` [PATCH 14/58] xfs: rmap btree transaction reservations
` [PATCH 15/58] xfs: rmap btree requires more reserved free space
` [PATCH 16/58] libxfs: fix min freelist length calculation
` [PATCH 17/58] xfs: add rmap btree operations
` [PATCH 18/58] xfs: enhance "
` [PATCH 19/58] xfs: add an extent to the rmap btree
` [PATCH 20/58] xfs: add tracepoints for the rmap-mirrors-bmbt functions
` [PATCH 21/58] xfs: teach rmap_alloc how to deal with our larger rmap btree
` [PATCH 22/58] xfs: remove an extent from the "
` [PATCH 23/58] xfs: enhanced "
` [PATCH 24/58] xfs: add rmap btree insert and delete helpers
` [PATCH 25/58] xfs: bmap btree changes should update rmap btree
` [PATCH 26/58] xfs: add rmap btree geometry feature flag
` [PATCH 27/58] xfs: add rmap btree block detection to log recovery
` [PATCH 28/58] xfs: enable the rmap btree functionality
` [PATCH 29/58] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 30/58] xfs: implement "
` [PATCH 31/58] libxfs: refactor short btree block verification
` [PATCH 32/58] xfs: don't update rmapbt when fixing agfl
` [PATCH 33/58] xfs: introduce refcount btree definitions
` [PATCH 34/58] xfs: add refcount btree stats infrastructure
` [PATCH 35/58] xfs: refcount btree add more reserved blocks
` [PATCH 36/58] xfs: define the on-disk refcount btree format
` [PATCH 37/58] xfs: define tracepoints for refcount/reflink activities
` [PATCH 38/58] xfs: add refcount btree support to growfs
` [PATCH 39/58] xfs: add refcount btree operations
` [PATCH 40/58] libxfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 41/58] libxfs: adjust refcount when unmapping file blocks
` [PATCH 42/58] xfs: add refcount btree block detection to log recovery
` [PATCH 43/58] xfs: map an inode's offset to an exact physical block
` [PATCH 44/58] xfs: add reflink feature flag to geometry
` [PATCH 45/58] xfs: create a separate workqueue for copy-on-write activities
` [PATCH 46/58] xfs: implement copy-on-write for reflinked blocks
` [PATCH 47/58] xfs: handle directio "
` [PATCH 48/58] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks
` [PATCH 49/58] xfs: clear inode reflink flag when freeing blocks
` [PATCH 50/58] xfs: reflink extents from one file to another
` [PATCH 51/58] xfs: add clone file and clone range ioctls
` [PATCH 52/58] xfs: emulate the btrfs dedupe extent same ioctl
` [PATCH 53/58] xfs: teach fiemap about reflink'd extents
` [PATCH 54/58] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 55/58] vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks
` [PATCH 56/58] xfs: unshare a range of blocks via fallocate
` [PATCH 57/58] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems
` [PATCH 58/58] xfs: recognize the reflink feature bit

[PATCH] staging: vt6656: Remove space before closing brace
 2015-10-07  4:59 UTC 

[Buildroot] [PATCH 1/1] qt: fix build for arm with BR2_STATIC_LIBS
 2015-10-07  4:55 UTC  (3+ messages)

[PATCH] Staging: iio: meter: Use direct return instead of gotos
 2015-10-07  4:54 UTC  (2+ messages)
` [Outreachy kernel] "

[Qemu-devel] [PATCH v2 0/5] simplified QEMU guest exec
 2015-10-07  4:53 UTC  (2+ messages)

linux-next: build warning after merge of the driver-core tree
 2015-10-07  4:51 UTC 

[PATCH net-next] cxgb4: Enhance driver to update FW, when FW is too old
 2015-10-07  3:51 UTC 

[PATCH] zsmalloc: fix obj_to_head use page_private(page) as value but not pointer
 2015-10-07  4:45 UTC  (6+ messages)
  ` [PATCH v2] "

Bluetooth: btbcm: Read the local name in setup stage
 2015-10-07  4:45 UTC  (2+ messages)

[PATCH 1/2] audio/avrcp: Add support for Set Browsed Player
 2015-10-07  4:45 UTC  (3+ messages)

Free Gift
 2015-10-07  4:07 UTC 

linux-next: manual merge of the akpm-current tree with the driver-core tree
 2015-10-07  4:36 UTC 

Error with weston 1.8.0 on linux 3.14.28 using imx-gpu-viv_5.0.11.p7.1-hfp
 2015-10-07  4:36 UTC  (7+ messages)

[PATCH 2/2] staging: skein: fix block comment style
 2015-10-07  4:33 UTC 

[Qemu-devel] [PATCH] qobject: Replace property list with GHashTable
 2015-10-06 23:56 UTC  (4+ messages)

[PATCH 1/2] staging: skein: remove extra indentation
 2015-10-07  4:32 UTC 

[Qemu-devel] [PULL 00/10] VFIO updates for 2015-10-05
 2015-10-06 23:31 UTC  (4+ messages)

[PATCH 1/2 v3] netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
 2015-10-07  4:30 UTC  (13+ messages)
` [PATCH 2/2 v3] netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c
  ` [PATCHv2 nf-next 0/4] netfilter: nfnetlink_log attach conntrack information
    ` [PATCHv2 nf-next 4/4] netfilter: nfnetlink_log: allow to attach conntrack
        ` [PATCHv2 nf-next 0/1] netfilter: nfnetlink_queue: check NFQA_CFG_F_CONNTRACK config flag
          ` [PATCHv2 nf-next 1/1] "
                ` [PATCHv3 nf-next] "
                ` [PATCH nf-next] netfilter: nfnetlink_log: autoload nf_conntrack_netlink module "
                ` [PATCH nf-next] netfilter: nf_conntrack_netlink: fix nf-nat module loaded checking
                ` [PATCH nf-next] netfilter: nf_conntrack_netlink: fix locks around helper module loading

[PATCH 0/3] ARM: dts: sun4i: USB DRC and voltage-scaling for pcDuino1/2
 2015-10-07  4:27 UTC  (10+ messages)
` [PATCH 1/3] ARM: dts: sun4i: Allow to use the PH6 pin for GPIO on pcDuino1/2
  ` [linux-sunxi] "

linux-next: manual merge of the akpm-current tree with the usb tree
 2015-10-07  4:26 UTC 

[Qemu-devel] How to build the latest Qemu on Mac OS X 10.11 (El Capitan ) ?
 2015-10-07  4:23 UTC 

How is /proc/asound/cardX/eld#Y.Z generated?
 2015-10-07  4:21 UTC 

[PATCH v3 0/5] mtd: Qualcomm NAND controller driver
 2015-10-07  4:11 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/5] mtd: nand: "

[PATCH] ARM:mm: fix kmap_atomic_to_page
 2015-10-07  3:55 UTC  (5+ messages)

[PATCH v2] cxl: Fix number of allocated pages in SPA
 2015-10-07  4:09 UTC  (3+ messages)

[PATCH 00/12] dw-hdmi development
 2015-10-07  4:05 UTC  (5+ messages)
` [PATCH 09/12] drm: bridge/dw_hdmi: rename dw_hdmi_phy_enable_power()
` [PATCH 10/12] drm: bridge/dw_hdmi: fix phy enable/disable handling

[Qemu-devel] How to get started with the source code of Qemu?
 2015-10-07  3:56 UTC  (5+ messages)

[Qemu-devel] [PATCH v12 00/10] Add a netfilter object and netbuffer filter
 2015-10-07  3:55 UTC  (4+ messages)

[Qemu-devel] [PATCH v13 00/10] Add a netfilter object and netbuffer filter
 2015-10-07  3:52 UTC  (10+ messages)
` [Qemu-devel] [PATCH v13 02/10] init/cleanup of netfilter object
` [Qemu-devel] [PATCH v13 03/10] netfilter: hook packets before net queue send
` [Qemu-devel] [PATCH v13 04/10] net: merge qemu_deliver_packet and qemu_deliver_packet_iov
` [Qemu-devel] [PATCH v13 05/10] net/queue: introduce NetQueueDeliverFunc
` [Qemu-devel] [PATCH v13 06/10] netfilter: add an API to pass the packet to next filter
` [Qemu-devel] [PATCH v13 07/10] netfilter: print filter info associate with the netdev
` [Qemu-devel] [PATCH v13 08/10] net/queue: export qemu_net_queue_append_iov
` [Qemu-devel] [PATCH v13 09/10] netfilter: add a netbuffer filter
` [Qemu-devel] [PATCH v13 10/10] tests: add test cases for netfilter object


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.