All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-25 23:34:12 to 2016-08-25 23:53:23 UTC [more...]

[PATCH v8 00/71] xfsprogs: add reflink and dedupe support
 2016-08-25 23:53 UTC  (63+ 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: set up per-AG free space reservations
` [PATCH 06/71] xfs: introduce refcount btree definitions
` [PATCH 07/71] xfs: add refcount btree stats infrastructure
` [PATCH 08/71] xfs: refcount btree add more reserved blocks
` [PATCH 09/71] xfs: define the on-disk refcount btree format
` [PATCH 10/71] xfs: account for the refcount btree in the alloc/free log reservation
` [PATCH 11/71] xfs: add refcount btree operations
` [PATCH 12/71] xfs: create refcount update intent log items
` [PATCH 13/71] xfs: log refcount intent items
` [PATCH 14/71] xfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 15/71] xfs: connect refcount adjust functions to upper layers
` [PATCH 16/71] xfs: adjust refcount when unmapping file blocks
` [PATCH 17/71] xfs: refcount btree requires more reserved space
` [PATCH 18/71] xfs: introduce reflink utility functions
` [PATCH 19/71] xfs: create bmbt update intent log items
` [PATCH 20/71] xfs: log bmap intent items
` [PATCH 21/71] xfs: map an inode's offset to an exact physical block
` [PATCH 22/71] xfs: pass bmapi flags through to bmap_del_extent
` [PATCH 23/71] xfs: implement deferred bmbt map/unmap operations
` [PATCH 24/71] xfs: return work remaining at the end of a bunmapi operation
` [PATCH 25/71] xfs: add reflink feature flag to geometry
` [PATCH 26/71] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 27/71] xfs: introduce the CoW fork
` [PATCH 28/71] xfs: support bmapping delalloc extents in "
` [PATCH 29/71] xfs: support allocating delayed extents in "
` [PATCH 30/71] xfs: support removing extents from "
` [PATCH 31/71] xfs: store in-progress CoW allocations in the refcount btree
` [PATCH 32/71] xfs: teach get_bmapx and fiemap about shared extents and the CoW fork
` [PATCH 33/71] xfs: support FS_XFLAG_REFLINK on reflink filesystems
` [PATCH 34/71] xfs: create a separate cow extent size hint for the allocator
` [PATCH 35/71] xfs: preallocate blocks for worst-case btree expansion
` [PATCH 36/71] xfs: try other AGs to allocate a BMBT block
` [PATCH 37/71] xfs: increase log reservations for reflink
` [PATCH 38/71] xfs: add shared rmap map/unmap/convert log item types
` [PATCH 39/71] xfs: use interval query for rmap map and unmap operations on shared files
` [PATCH 40/71] xfs: convert unwritten status of shared-extent reverse mappings "
` [PATCH 41/71] xfs: don't allow realtime and reflinked files to mix
` [PATCH 42/71] xfs: don't mix reflink and DAX mode for now
` [PATCH 43/71] xfs: recognize the reflink feature bit
` [PATCH 44/71] xfs_db: dump refcount btree data
` [PATCH 45/71] xfs_db: add support for checking the refcount btree
` [PATCH 46/71] xfs_db: metadump should copy the refcount btree too
` [PATCH 47/71] xfs_db: deal with the CoW extent size hint
` [PATCH 48/71] xfs_db: print one array element per line
` [PATCH 49/71] xfs_growfs: report the presence of the reflink feature
` [PATCH 50/71] xfs_io: bmap should support querying CoW fork, shared blocks
` [PATCH 51/71] libxfs: add configure option to override system header fsxattr
` [PATCH 52/71] xfs_io: get and set the CoW extent size hint
` [PATCH 53/71] xfs_io: add refcount+bmap error injection types
` [PATCH 54/71] xfs_logprint: support cowextsize reporting in log contents
` [PATCH 55/71] xfs_logprint: support refcount redo items
` [PATCH 56/71] xfs_logprint: support bmap "
` [PATCH 57/71] man: document the reflink inode flag in fsxattr
` [PATCH 58/71] man: document the inode cowextsize flags & fields
` [PATCH 59/71] xfs_repair: fix get_agino_buf to avoid corrupting inodes
` [PATCH 60/71] xfs_repair: check the existing refcount btree
` [PATCH 61/71] xfs_repair: handle multiple owners of data blocks
` [PATCH 62/71] xfs_repair: process reverse-mapping data into refcount data

[GIT PULL] ARM: mvebu: fixes for v4.8 (#1)
 2016-08-25 23:53 UTC  (2+ messages)

[PATCH] net: systemport: Fix ordering in intrl2_*_mask_clear macro
 2016-08-25 23:53 UTC  (2+ messages)

[PATCH net] net: dsa: bcm_sf2: Fix race condition while unmasking interrupts
 2016-08-25 23:50 UTC  (2+ messages)

[PATCH -next] ibmvnic: convert to use simple_open()
 2016-08-25 23:50 UTC  (3+ messages)

[PATCH v2] Staging: wlan-ng: removed duplicate code in p80211req.c
 2016-08-25 17:03 UTC 

chipidea: udc: kernel panic in isr_setup_status_phase
 2016-08-25 23:47 UTC  (3+ messages)

[PATCH net-next 0/2] cxgb4: Adds support for VF mgmt ndo's
 2016-08-25 23:24 UTC  (3+ messages)
` [PATCH net-next 1/2] cxgb4/cxgb4vf: Add support for ndo_set_vf_vlan

[RFC 0/3] tcp: increase resilence vs. blind data injection
 2016-08-25 23:46 UTC  (4+ messages)
` [RFC 1/3] tcp: randomize tcp timestamp offsets for each connection

[PATCH net-next] net: minor optimization in qdisc_qstats_cpu_drop()
 2016-08-25 23:45 UTC  (2+ messages)

[PATCH net] qdisc: fix a module refcount leak in qdisc_create_dflt()
 2016-08-25 23:44 UTC  (2+ messages)

[PATCH v8 00/20] xfs: add realtime reverse-mapping support
 2016-08-25 23:45 UTC  (21+ messages)
` [PATCH 01/20] xfs: refactor long-format btree header verification routines
` [PATCH 02/20] xfs: make iroot_realloc a btree function
` [PATCH 03/20] xfs: support storing records in the inode core root
` [PATCH 04/20] xfs: widen xfs_refcount_irec fields to handle realtime rmapbt
` [PATCH 05/20] xfs: introduce realtime rmap btree definitions
` [PATCH 06/20] xfs: define the on-disk realtime rmap btree format
` [PATCH 07/20] xfs: realtime rmap btree transaction reservations
` [PATCH 08/20] xfs: add realtime rmap btree operations
` [PATCH 09/20] xfs: prepare rmap functions to deal with rtrmapbt
` [PATCH 10/20] xfs: add a realtime flag to the rmap update log redo items
` [PATCH 11/20] xfs: add realtime rmap btree block detection to log recovery
` [PATCH 12/20] xfs: add realtime reverse map inode to superblock
` [PATCH 13/20] xfs: wire up a new inode fork type for the realtime rmap
` [PATCH 14/20] xfs: don't assume a left rmap when allocating a new rmap
` [PATCH 15/20] xfs: wire up rmap map and unmap to the realtime rmapbt
` [PATCH 16/20] xfs: enable realtime rmap btree
` [PATCH 17/20] xfs: wire up getfsmap to the realtime reverse mapping btree
` [PATCH 18/20] xfs: scrub the realtime rmapbt
` [PATCH 19/20] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
` [PATCH 20/20] xfs: cross-reference the realtime rmapbt

Knitted Garment Factory with Disney Audit
 2016-08-25 11:15 UTC 

[PATCH -next] tipc: fix the error handling in tipc_udp_enable()
 2016-08-25 23:33 UTC  (2+ messages)

[PATCH net-next] tcp: md5: add LINUX_MIB_TCPMD5FAILURE counter
 2016-08-25 23:43 UTC  (2+ messages)

[PATCH v2 net-next] documentation: Document issues with VMs and XPS and drivers enabling it on their own
 2016-08-25 23:43 UTC  (2+ messages)

[PATCH net-next] tcp: md5: increment sk_drops on syn_recv state
 2016-08-25 23:43 UTC  (2+ messages)

[PATCH -next] vmxnet3: fix non static symbol warning
 2016-08-25 23:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v8 00/25] xfs: online scrub support
 2016-08-25 23:42 UTC  (26+ messages)
` [PATCH 01/25] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 02/25] xfs: report shared extents in getfsmapx
` [PATCH 03/25] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 04/25] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 05/25] xfs: add scrub tracepoints
` [PATCH 06/25] xfs: generic functions to scrub metadata and btrees
` [PATCH 07/25] xfs: create an ioctl to scrub AG metadata
` [PATCH 08/25] xfs: scrub the backup superblocks
` [PATCH 09/25] xfs: scrub AGF and AGFL
` [PATCH 10/25] xfs: scrub the AGI
` [PATCH 11/25] xfs: support scrubbing free space btrees
` [PATCH 12/25] xfs: support scrubbing inode btrees
` [PATCH 13/25] xfs: support scrubbing rmap btree
` [PATCH 14/25] xfs: support scrubbing refcount btree
` [PATCH 15/25] xfs: scrub inodes
` [PATCH 16/25] xfs: scrub inode block mappings
` [PATCH 17/25] xfs: scrub realtime bitmap/summary
` [PATCH 18/25] xfs: scrub should cross-reference with the bnobt
` [PATCH 19/25] xfs: cross-reference bnobt records with cntbt
` [PATCH 20/25] xfs: cross-reference extents with AG header
` [PATCH 21/25] xfs: cross-reference inode btrees during scrub
` [PATCH 22/25] xfs: cross-reference reverse-mapping btree
` [PATCH 23/25] xfs: cross-reference refcount btree during scrub
` [PATCH 24/25] xfs: scrub should cross-reference the realtime bitmap
` [PATCH 25/25] xfs: query the per-AG reservation counters

[U-Boot] Pull request, u-boot-tegra/master
 2016-08-25 23:42 UTC 

[U-Boot] [PATCH] spi: tegra: fix hand in set_mode()
 2016-08-25 23:42 UTC  (4+ messages)

[PATCH] [v8] net: emac: emac gigabit ethernet controller driver
 2016-08-25 23:38 UTC  (5+ messages)

[PATCH -next] ibmvnic: fix error return code in ibmvnic_probe()
 2016-08-25 23:41 UTC  (3+ messages)

[Intel-wired-lan] [PATCH] fm10k: prefer READ_ONCE instead of ACCESS_ONCE
 2016-08-25 23:39 UTC  (2+ messages)

kernel checksumming performance vs actual raid device performance
 2016-08-25 23:39 UTC  (4+ messages)

[PATCH v8 00/71] xfs: add reflink and dedupe support
 2016-08-25 23:39 UTC  (53+ messages)
` [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
` [PATCH 61/71] xfs: add shared rmap map/unmap/convert log item types
` [PATCH 62/71] xfs: use interval query for rmap alloc operations on shared files
` [PATCH 63/71] xfs: convert unwritten status of reverse mappings for "
` [PATCH 64/71] xfs: set a default CoW extent size of 32 blocks
` [PATCH 65/71] xfs: check for invalid inode reflink flags
` [PATCH 66/71] xfs: don't mix reflink and DAX mode for now
` [PATCH 67/71] xfs: fail ->bmap for reflink inodes
` [PATCH 68/71] xfs: recognize the reflink feature bit
` [PATCH 69/71] xfs: various swapext cleanups
` [PATCH 70/71] xfs: refactor swapext code
` [PATCH 71/71] xfs: implement swapext for rmap filesystems

[Intel-wired-lan] [PATCH] fm10k: remove fm10k_get_reta_size from namespace
 2016-08-25 23:39 UTC  (2+ messages)

[PATCH v11 0/8] submodule inline diff format
 2016-08-25 23:32 UTC  (9+ messages)
` [PATCH v11 1/8] cache: add empty_tree_oid object and helper function
` [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 2/2] i2c: mux: mellanox: add driver
 2016-08-25  8:53 UTC  (4+ messages)

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)


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.