All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-17 01:28:45 to 2016-06-17 01:46:04 UTC [more...]

unrecoverable exception on G5 with CONFIG_PPC_EARLY_DEBUG enabled
 2016-06-17  1:46 UTC  (7+ messages)

[PATCH v6 000/145] xfsprogs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-17  1:45 UTC  (145+ messages)
` [PATCH 001/145] xfs_buflock: add a tool that can be used to find buffer deadlocks
` [PATCH 002/145] libxfs: port changes from kernel libxfs
` [PATCH 003/145] libxfs: backport changes from 4.5
` [PATCH 004/145] libxfs: backport kernel 4.6 changes
` [PATCH 005/145] libxfs: backport kernel 4.7 changes
` [PATCH 006/145] xfs: make several functions static
` [PATCH 007/145] xfs: define XFS_IOC_FREEZE even if FIFREEZE is defined
` [PATCH 008/145] libxfs: add more list operations
` [PATCH 009/145] xfs_logprint: move the EFI copying/printing functions to a redo items file
` [PATCH 010/145] xfs_logprint: fix formatting issues with the EFI printing code
` [PATCH 011/145] man: document the DAX fsxattr inode flag
` [PATCH 012/145] xfs: separate freelist fixing into a separate helper
` [PATCH 013/145] xfs: convert list of extents to free into a regular list
` [PATCH 014/145] xfs: create a standard btree size calculator code
` [PATCH 015/145] xfs: refactor btree maxlevels computation
` [PATCH 016/145] xfs: during btree split, save new block key & ptr for future insertion
` [PATCH 017/145] xfs: support btrees with overlapping intervals for keys
` [PATCH 018/145] xfs: introduce interval queries on btrees
` [PATCH 019/145] xfs: refactor btree owner change into a separate visit-blocks function
` [PATCH 020/145] xfs: move deferred operations into a separate file
` [PATCH 021/145] xfs: add tracepoints for the deferred ops mechanism
` [PATCH 022/145] xfs: enable the xfs_defer mechanism to process extents to free
` [PATCH 023/145] xfs: rework xfs_bmap_free callers to use xfs_defer_ops
` [PATCH 024/145] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*
` [PATCH 025/145] xfs: rename flist/free_list to dfops
` [PATCH 026/145] xfs: add tracepoints and error injection for deferred extent freeing
` [PATCH 027/145] xfs_io: add free-extent error injection type
` [PATCH 028/145] xfs: introduce rmap btree definitions
` [PATCH 029/145] xfs: add rmap btree stats infrastructure
` [PATCH 030/145] xfs: rmap btree add more reserved blocks
` [PATCH 031/145] xfs: add owner field to extent allocation and freeing
` [PATCH 032/145] xfs: introduce rmap extent operation stubs
` [PATCH 033/145] xfs: define the on-disk rmap btree format
` [PATCH 034/145] xfs: rmap btree transaction reservations
` [PATCH 035/145] xfs: rmap btree requires more reserved free space
` [PATCH 036/145] xfs: add rmap btree operations
` [PATCH 037/145] xfs: support overlapping intervals in the rmap btree
` [PATCH 038/145] xfs: teach rmapbt to support interval queries
` [PATCH 039/145] xfs: add an extent to the rmap btree
` [PATCH 040/145] xfs: remove an extent from "
` [PATCH 041/145] xfs: convert unwritten status of reverse mappings
` [PATCH 042/145] xfs: add rmap btree insert and delete helpers
` [PATCH 043/145] xfs: create helpers for mapping, unmapping, and converting file fork extents
` [PATCH 044/145] xfs: create rmap update intent log items
` [PATCH 045/145] xfs: enable the xfs_defer mechanism to process rmaps to update
` [PATCH 046/145] xfs: propagate bmap updates to rmapbt
` [PATCH 047/145] xfs: add rmap btree geometry feature flag
` [PATCH 048/145] xfs: don't update rmapbt when fixing agfl
` [PATCH 049/145] xfs: enable the rmap btree functionality
` [PATCH 050/145] xfs_db: display rmap btree contents
` [PATCH 051/145] xfs_db: spot check rmapbt
` [PATCH 052/145] xfs_db: copy the rmap btree
` [PATCH 053/145] xfs_growfs: report rmapbt presence
` [PATCH 054/145] xfs_io: add rmap-finish error injection type
` [PATCH 055/145] xfs_logprint: support rmap redo items
` [PATCH 056/145] xfs_repair: use rmap btree data to check block types
` [PATCH 057/145] xfs_repair: fix fino_bno calculation when rmapbt is enabled
` [PATCH 058/145] xfs_repair: create a slab API for allocating arrays in large chunks
` [PATCH 059/145] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding
` [PATCH 060/145] xfs_repair: record and merge raw rmap data
` [PATCH 061/145] xfs_repair: add inode bmbt block rmaps
` [PATCH 062/145] xfs_repair: add fixed-location per-AG rmaps
` [PATCH 063/145] xfs_repair: check existing rmapbt entries against observed rmaps
` [PATCH 064/145] xfs_repair: rebuild reverse-mapping btree
` [PATCH 065/145] xfs_repair: add per-AG btree blocks to rmap data and add to rmapbt
` [PATCH 066/145] xfs_repair: merge data & attr fork reverse mappings
` [PATCH 067/145] xfs_repair: look for mergeable rmaps
` [PATCH 068/145] xfs_repair: check for impossible rmap record field combinations
` [PATCH 069/145] mkfs: set agsize prior to calculating minimum log size
` [PATCH 070/145] mkfs.xfs: create filesystems with reverse-mappings
` [PATCH 071/145] xfs: count the blocks in a btree
` [PATCH 072/145] xfs: set up per-AG free space reservations
` [PATCH 073/145] xfs: introduce refcount btree definitions
` [PATCH 074/145] xfs: add refcount btree stats infrastructure
` [PATCH 075/145] xfs: refcount btree add more reserved blocks
` [PATCH 076/145] xfs: define the on-disk refcount btree format
` [PATCH 077/145] xfs: account for the refcount btree in the alloc/free log reservation
` [PATCH 078/145] xfs: add refcount btree operations
` [PATCH 079/145] xfs: create refcount update intent log items
` [PATCH 080/145] xfs: log refcount intent items
` [PATCH 081/145] xfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 082/145] xfs: connect refcount adjust functions to upper layers
` [PATCH 083/145] xfs: adjust refcount when unmapping file blocks
` [PATCH 084/145] xfs: refcount btree requires more reserved space
` [PATCH 085/145] xfs: introduce reflink utility functions
` [PATCH 086/145] xfs: create bmbt update intent log items
` [PATCH 087/145] xfs: log bmap intent items
` [PATCH 088/145] xfs: map an inode's offset to an exact physical block
` [PATCH 089/145] xfs: implement deferred bmbt map/unmap operations
` [PATCH 090/145] xfs: return work remaining at the end of a bunmapi operation
` [PATCH 091/145] xfs: add reflink feature flag to geometry
` [PATCH 092/145] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 093/145] xfs: introduce the CoW fork
` [PATCH 094/145] xfs: support bmapping delalloc extents in "
` [PATCH 095/145] xfs: support allocating delayed extents in "
` [PATCH 096/145] xfs: support removing extents from "
` [PATCH 097/145] xfs: store in-progress CoW allocations in the refcount btree
` [PATCH 098/145] xfs: teach get_bmapx and fiemap about shared extents and the CoW fork
` [PATCH 099/145] xfs: support FS_XFLAG_REFLINK on reflink filesystems
` [PATCH 100/145] xfs: create a separate cow extent size hint for the allocator
` [PATCH 101/145] xfs: preallocate blocks for worst-case btree expansion
` [PATCH 102/145] xfs: try other AGs to allocate a BMBT block
` [PATCH 103/145] xfs: provide switch to force filesystem to copy-on-write all the time
` [PATCH 104/145] xfs: increase log reservations for reflink
` [PATCH 105/145] xfs: use interval query for rmap map and unmap operations on shared files
` [PATCH 106/145] xfs: convert unwritten status of shared-extent reverse mappings "
` [PATCH 107/145] xfs: don't allow realtime and reflinked files to mix
` [PATCH 108/145] xfs: don't mix reflink and DAX mode for now
` [PATCH 109/145] xfs: recognize the reflink feature bit
` [PATCH 110/145] xfs_db: dump refcount btree data
` [PATCH 111/145] xfs_db: add support for checking the refcount btree
` [PATCH 112/145] xfs_db: metadump should copy the refcount btree too
` [PATCH 113/145] xfs_db: deal with the CoW extent size hint
` [PATCH 114/145] xfs_growfs: report the presence of the reflink feature
` [PATCH 115/145] xfs_io: bmap should support querying CoW fork, shared blocks
` [PATCH 116/145] xfs_io: get and set the CoW extent size hint
` [PATCH 117/145] xfs_io: add refcount+bmap error injection types
` [PATCH 118/145] xfs_logprint: support cowextsize reporting in log contents
` [PATCH 119/145] xfs_logprint: support refcount redo items
` [PATCH 120/145] xfs_logprint: support bmap "
` [PATCH 121/145] man: document the reflink inode flag in fsxattr
` [PATCH 122/145] man: document the inode cowextsize flags & fields
` [PATCH 123/145] xfs_repair: fix get_agino_buf to avoid corrupting inodes
` [PATCH 124/145] xfs_repair: check the existing refcount btree
` [PATCH 125/145] xfs_repair: handle multiple owners of data blocks
` [PATCH 126/145] xfs_repair: process reverse-mapping data into refcount data
` [PATCH 127/145] xfs_repair: record reflink inode state
` [PATCH 128/145] xfs_repair: fix inode reflink flags
` [PATCH 129/145] xfs_repair: check the refcount btree against our observed reference counts when -n
` [PATCH 130/145] xfs_repair: rebuild the refcount btree
` [PATCH 131/145] xfs_repair: complain about copy-on-write leftovers
` [PATCH 132/145] xfs_repair: check the CoW extent size hint
` [PATCH 133/145] xfs_repair: use range query when while checking rmaps
` [PATCH 134/145] xfs_repair: check for mergeable refcount records
` [PATCH 135/145] mkfs.xfs: format reflink enabled filesystems
` [PATCH 136/145] xfs: introduce the XFS_IOC_GETFSMAPX ioctl
` [PATCH 137/145] xfs_db: introduce the 'fsmap' command to find what owns a set of fsblocks
` [PATCH 138/145] xfs_io: support the new getfsmap ioctl
` [PATCH 139/145] xfs: scrub btree records and pointers while querying
` [PATCH 140/145] xfs: support scrubbing free space btrees
` [PATCH 141/145] xfs: support scrubbing inode btrees
` [PATCH 142/145] xfs: support scrubbing rmap btree
` [PATCH 143/145] xfs: support scrubbing refcount btree
` [PATCH 144/145] xfs: add btree scrub tracepoints

[PATCH] Documentation: fix wrong value in md.txt
 2016-06-17  1:40 UTC 

[kernel-hardening] [RFC][PATCH v2 0/4] mm: Hardened usercopy
 2016-06-17  1:38 UTC  (5+ messages)

[PATCH v4 3/6] cipher: Return result length from asymmetric cipher
 2016-06-17  1:38 UTC  (3+ messages)

[PATCH] USB: core: fix missing include <linux/usb/of.h>
 2016-06-17  1:31 UTC  (4+ messages)

[PATCH v2 0/8] firmware: add new sysdata API
 2016-06-17  1:36 UTC  (3+ messages)
` [PATCH v2 8/8] p54: convert to "

[QEMU 0/7] Fast balloon and fast live migration
 2016-06-17  1:35 UTC  (7+ messages)
` [QEMU 3/7] Add the hmp and qmp interface for dropping cache
  ` [Qemu-devel] "

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-17  1:30 UTC  (41+ messages)
` [PATCH 100/119] xfs: try other AGs to allocate a BMBT block
` [PATCH 101/119] xfs: promote buffered writes to CoW when cowextsz is set
` [PATCH 102/119] xfs: garbage collect old cowextsz reservations
` [PATCH 103/119] xfs: provide switch to force filesystem to copy-on-write all the time
` [PATCH 104/119] xfs: increase log reservations for reflink
` [PATCH 105/119] xfs: use interval query for rmap alloc operations on shared files
` [PATCH 106/119] xfs: convert unwritten status of reverse mappings for "
` [PATCH 107/119] xfs: set a default CoW extent size of 32 blocks
` [PATCH 108/119] xfs: don't allow realtime and reflinked files to mix
` [PATCH 109/119] xfs: don't mix reflink and DAX mode for now
` [PATCH 110/119] xfs: fail ->bmap for reflink inodes
` [PATCH 111/119] xfs: recognize the reflink feature bit
` [PATCH 112/119] xfs: introduce the XFS_IOC_GETFSMAPX ioctl
` [PATCH 113/119] xfs: scrub btree records and pointers while querying
` [PATCH 114/119] xfs: create sysfs hooks to scrub various files
` [PATCH 115/119] xfs: support scrubbing free space btrees
` [PATCH 116/119] xfs: support scrubbing inode btrees
` [PATCH 117/119] xfs: support scrubbing rmap btree
` [PATCH 118/119] xfs: support scrubbing refcount btree
` [PATCH 119/119] xfs: add btree scrub tracepoints

[PATCH] mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()
 2016-06-17  1:30 UTC  (4+ messages)

[PATCH v9 00/22] Add HiSilicon RoCE driver
 2016-06-17  1:29 UTC  (9+ messages)
` [PATCH v9 03/22] IB/hns: Add initial main frame driver and get cfg info
` [PATCH v9 09/22] IB/hns: Add hca support

[PATCH v2 0/3] Add hi6220 media subsystem reset controller driver
 2016-06-17  1:29 UTC  (4+ messages)
` [PATCH v2 1/3] reset: hisilicon: Add media reset controller binding


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.