public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-17 01:03:52 to 2018-01-21 07:24:04 UTC [more...]

[PATCH 1/2] fstests: move expunge test into a helper
 2018-01-21  7:24 UTC  (2+ messages)
` [PATCH 2/2] fstests: expunge tests when doing a dry run

[PATCH 0/6] xfs: reflink fixes
 2018-01-21  5:34 UTC  (7+ messages)
` [PATCH 1/6] xfs: reflink should break pnfs leases before sharing blocks
` [PATCH 2/6] xfs: only grab shared inode locks for source file during reflink
` [PATCH 3/6] xfs: call xfs_qm_dqattach before performing reflink operations
` [PATCH 4/6] xfs: CoW fork operations should only update quota reservations
` [PATCH 5/6] xfs: track CoW blocks separately in the inode
` [PATCH 6/6] xfs: fix up cowextsz allocation shortfalls

[PATCH 0/4] Buffer's log item refactoring
 2018-01-20  4:54 UTC  (11+ messages)
` [PATCH 1/4] Get rid of xfs_buf_log_item_t typedef
` [PATCH 2/4] Get rid of xfs_buf_t typedef
` [PATCH 3/4] Split buffer's b_fspriv field
` [PATCH 4/4] Use list_head infra-structure for buffer's log items list

[PATCH v5 00/19] fs: rework and optimize i_version handling in filesystems
 2018-01-19 14:43 UTC  (8+ messages)
` [PATCH v5 01/19] fs: new API for handling inode->i_version
` [PATCH v5 02/19] fs: don't take the i_lock in inode_inc_iversion

[PATCH v4 0/3] Fix/harden "quick" tests for realtime subvolumes
 2018-01-19  8:07 UTC  (4+ messages)
` [PATCH v4 2/3] xfs/realtime: Default rtinherit=1, add _require_no_rtinherit function

[ANNOUNCE] quick note on the xfsprogs v4.14.0 tag
 2018-01-18 23:51 UTC  (3+ messages)

xfs_repair: couldn't map inode 2089979520, err = 117
 2018-01-18 21:59 UTC  (6+ messages)

[PATCH 0/2] xfs: pnfs/reflink fixes
 2018-01-18 17:02 UTC  (6+ messages)
` [PATCH 1/2] xfs: reflink should break pnfs leases before sharing blocks
` [PATCH 2/2] xfs: try to unshare extents before granting pnfs leases

[PATCH v6 00/99] XArray version 6
 2018-01-18 17:02 UTC  (106+ messages)
` [PATCH v6 01/99] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v6 02/99] page cache: Use xa_lock
` [PATCH v6 03/99] xarray: Replace exceptional entries
` [PATCH v6 04/99] xarray: Change definition of sibling entries
` [PATCH v6 05/99] xarray: Add definition of struct xarray
` [PATCH v6 06/99] xarray: Define struct xa_node
` [PATCH v6 07/99] xarray: Add documentation
` [PATCH v6 08/99] xarray: Add xa_load
` [PATCH v6 09/99] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v6 10/99] xarray: Add xa_store
` [PATCH v6 11/99] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v6 12/99] xarray: Add xa_for_each
` [PATCH v6 13/99] xarray: Add xa_extract
` [PATCH v6 14/99] xarray: Add xa_destroy
` [PATCH v6 15/99] xarray: Add xas_next and xas_prev
` [PATCH v6 16/99] xarray: Add xas_create_range
` [PATCH v6 17/99] xarray: Add MAINTAINERS entry
` [PATCH v6 18/99] xarray: Add ability to store errno values
` [PATCH v6 19/99] idr: Convert to XArray
` [PATCH v6 20/99] ida: "
` [PATCH v6 21/99] xarray: Add xa_reserve and xa_release
` [PATCH v6 22/99] page cache: Convert hole search to XArray
` [PATCH v6 23/99] page cache: Add page_cache_range_empty function
` [PATCH v6 24/99] page cache: Add and replace pages using the XArray
` [PATCH v6 25/99] page cache: Convert page deletion to XArray
` [PATCH v6 26/99] page cache: Convert page cache lookups "
` [PATCH v6 27/99] page cache: Convert delete_batch "
` [PATCH v6 28/99] page cache: Remove stray radix comment
` [PATCH v6 29/99] page cache: Convert filemap_range_has_page to XArray
` [PATCH v6 30/99] mm: Convert page-writeback "
` [PATCH v6 31/99] mm: Convert workingset "
` [PATCH v6 32/99] mm: Convert truncate "
` [PATCH v6 33/99] mm: Convert add_to_swap_cache "
` [PATCH v6 34/99] mm: Convert delete_from_swap_cache "
` [PATCH v6 35/99] mm: Convert __do_page_cache_readahead "
` [PATCH v6 36/99] mm: Convert page migration "
` [PATCH v6 37/99] mm: Convert huge_memory "
` [PATCH v6 38/99] mm: Convert collapse_shmem "
` [PATCH v6 39/99] mm: Convert khugepaged_scan_shmem "
` [PATCH v6 40/99] pagevec: Use xa_tag_t
` [PATCH v6 41/99] shmem: Convert replace to XArray
` [PATCH v6 42/99] shmem: Convert shmem_confirm_swap "
` [PATCH v6 43/99] shmem: Convert find_swap_entry "
` [PATCH v6 44/99] shmem: Convert shmem_tag_pins "
` [PATCH v6 45/99] shmem: Convert shmem_wait_for_pins "
` [PATCH v6 46/99] shmem: Convert shmem_add_to_page_cache "
` [PATCH v6 47/99] shmem: Convert shmem_alloc_hugepage "
` [PATCH v6 48/99] shmem: Convert shmem_free_swap "
` [PATCH v6 49/99] shmem: Convert shmem_partial_swap_usage "
` [PATCH v6 50/99] shmem: Comment fixups
` [PATCH v6 51/99] btrfs: Convert page cache to XArray
` [PATCH v6 52/99] fs: Convert buffer "
` [PATCH v6 53/99] fs: Convert writeback "
` [PATCH v6 54/99] nilfs2: Convert "
` [PATCH v6 55/99] f2fs: "
` [PATCH v6 56/99] lustre: "
` [PATCH v6 57/99] dax: Convert dax_unlock_mapping_entry "
` [PATCH v6 58/99] dax: Convert lock_slot "
` [PATCH v6 59/99] dax: More XArray conversion
` [PATCH v6 60/99] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v6 61/99] dax: Convert dax_writeback_one "
` [PATCH v6 62/99] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v6 63/99] dax: Convert dax_insert_mapping_entry "
` [PATCH v6 64/99] dax: Convert grab_mapping_entry "
` [PATCH v6 65/99] dax: Fix sparse warning
` [PATCH v6 66/99] page cache: Finish XArray conversion
` [PATCH v6 67/99] mm: Convert cgroup writeback to XArray
` [PATCH v6 68/99] vmalloc: Convert "
` [PATCH v6 69/99] brd: "
` [PATCH v6 70/99] xfs: Convert m_perag_tree "
` [PATCH v6 71/99] xfs: Convert pag_ici_root "
` [PATCH v6 72/99] xfs: Convert xfs dquot "
` [PATCH v6 73/99] xfs: Convert mru cache "
` [PATCH v6 74/99] usb: Convert xhci-mem "
` [PATCH v6 75/99] md: Convert raid5-cache "
` [PATCH v6 76/99] irqdomain: Convert "
` [PATCH v6 77/99] fscache: "
` [PATCH v6 78/99] sh: intc: "
` [PATCH v6 79/99] blk-cgroup: "
` [PATCH v6 80/99] blk-ioc: "
` [PATCH v6 81/99] i915: Convert handles_vma "
` [PATCH v6 82/99] s390: Convert gmap "
` [PATCH v6 83/99] hwspinlock: Convert "
` [PATCH v6 84/99] btrfs: Convert fs_roots_radix "
` [PATCH v6 85/99] btrfs: Remove unused spinlock
` [PATCH v6 86/99] btrfs: Convert reada_zones to XArray
` [PATCH v6 87/99] btrfs: Convert reada_extents "
` [PATCH v6 88/99] btrfs: Convert reada_tree "
` [PATCH v6 89/99] btrfs: Convert buffer_radix "
` [PATCH v6 90/99] btrfs: Convert delayed_nodes_tree "
` [PATCH v6 91/99] btrfs: Convert name_cache "
` [PATCH v6 92/99] f2fs: Convert pids radix tree "
` [PATCH v6 93/99] f2fs: Convert ino_root "
` [PATCH v6 94/99] f2fs: Convert extent_tree_root "
` [PATCH v6 95/99] f2fs: Convert gclist.iroot "
` [PATCH v6 96/99] dma-debug: Convert "
` [PATCH v6 97/99] xen: Convert pvcalls-back "
` [PATCH v6 98/99] qrtr: Convert "
` [PATCH v6 99/99] null_blk: "

[ANNOUNCE] xfs-linux: xfs-4.16-merge updated to 75d4a13
 2018-01-18  8:08 UTC 

[PATCH] xfs: fix non-debug build compiler warnings
 2018-01-18  0:52 UTC  (2+ messages)

[RFC 0/5] xfs-4.17: fix v5 AGFL wrapping
 2018-01-18  0:29 UTC  (7+ messages)
` [PATCH 1/5] xfs: convert XFS_AGFL_SIZE to a helper function
` [PATCH 2/5] xfs: introduce 'fixed agfl' feature
` [PATCH 3/5] xfs: fix agfl wrapping on v5 filesystems
` [PATCH 4/5] xfs: enable fixed agfl feature
` [PATCH 5/5] xfs: scrub should flag (and repair) unfixed agfls

[PATCH v11.1 00/29] xfsprogs: online scrub/repair support
 2018-01-17 22:04 UTC  (30+ messages)
` [PATCH 01/29] xfs_scrub: create online filesystem scrub program
` [PATCH 02/29] xfs_scrub: common error handling
` [PATCH 03/29] xfs_scrub: set up command line argument parsing
` [PATCH 04/29] xfs_scrub: dispatch the various phases of the scrub program
` [PATCH 05/29] xfs_scrub: figure out how many threads we're going to need
` [PATCH 06/29] xfs_scrub: create an abstraction for a block device
` [PATCH 07/29] xfs_scrub: find XFS filesystem geometry
` [PATCH 08/29] xfs_scrub: add inode iteration functions
` [PATCH 09/29] xfs_scrub: add space map "
` [PATCH 10/29] xfs_scrub: add file "
` [PATCH 11/29] xfs_scrub: filesystem counter collection functions
` [PATCH 12/29] xfs_scrub: wrap the scrub ioctl
` [PATCH 13/29] xfs_scrub: scan filesystem and AG metadata
` [PATCH 14/29] xfs_scrub: thread-safe stats counter
` [PATCH 15/29] xfs_scrub: scan inodes
` [PATCH 16/29] xfs_scrub: check directory connectivity
` [PATCH 17/29] xfs_scrub: warn about suspicious characters in directory/xattr names
` [PATCH 18/29] xfs_scrub: warn about normalized Unicode name collisions
` [PATCH 19/29] xfs_scrub: create a bitmap data structure
` [PATCH 20/29] xfs_scrub: create infrastructure to read verify data blocks
` [PATCH 21/29] xfs_scrub: scrub file "
` [PATCH 22/29] xfs_scrub: optionally use SCSI READ VERIFY commands to scrub data blocks on disk
` [PATCH 23/29] xfs_scrub: check summary counters
` [PATCH 24/29] xfs_scrub: fstrim the free areas if there are no errors on the filesystem
` [PATCH 25/29] xfs_scrub: progress indicator
` [PATCH 26/29] xfs_scrub: create a script to scrub all xfs filesystems
` [PATCH 27/29] xfs_scrub: integrate services with systemd
` [PATCH 28/29] xfs_scrub: wire up repair ioctl
` [PATCH 29/29] xfs_scrub: schedule and manage optimizations/repairs to the filesystem

[PATCH 04/36] usercopy: Prepare for usercopy whitelisting
 2018-01-17 14:46 UTC  (11+ messages)
      ` kmem_cache_attr (was Re: [PATCH 04/36] usercopy: Prepare for usercopy whitelisting)

[PATCH] xfs: recheck reflink / dirty page status before freeing CoW reservations
 2018-01-17 12:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] xfs: kasan/ubsan fixes
 2018-01-17 12:55 UTC  (4+ messages)
` [PATCH 1/5] xfs: check sb_agblocks and sb_agblklog when validating superblock
  ` [PATCH v3 "

Reproducible XFS filesystem artifacts
 2018-01-17  6:34 UTC  (6+ messages)

[PATCH v11 00/27] xfsprogs: online scrub/repair support
 2018-01-17  1:31 UTC  (3+ messages)

[PATCH v11 00/21] xfs: online scrub xref support
 2018-01-17  1:11 UTC  (11+ messages)
` [PATCH 18/21] xfs: cross-reference the rmapbt data with the refcountbt
  ` [PATCH v3 "
` [PATCH 19/21] xfs: cross-reference refcount btree during scrub
  ` [PATCH v3 "
` [PATCH 20/21] xfs: cross-reference the realtime bitmap
  ` [PATCH v3 "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox