public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-04 21:24:38 to 2017-12-07 22:49:46 UTC [more...]

[PATCH RFC 0/4] xfs: defer agfl block frees
 2017-12-07 22:49 UTC  (8+ messages)
` [PATCH RFC 1/4] xfs: create agfl block free helper function
` [PATCH RFC 2/4] xfs: defer agfl block frees when dfops is available
` [PATCH RFC 3/4] xfs: defer agfl block frees on extent frees
` [PATCH RFC 4/4] xfs: defer agfl frees on inobt allocs during chunk removal

[PATCH v4 00/73] XArray version 4
 2017-12-07 22:39 UTC  (95+ messages)
` [PATCH v4 01/73] xfs: Rename xa_ elements to ail_
` [PATCH v4 02/73] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v4 03/73] page cache: Use xa_lock
` [PATCH v4 04/73] xarray: Replace exceptional entries
` [PATCH v4 05/73] xarray: Change definition of sibling entries
` [PATCH v4 06/73] xarray: Add definition of struct xarray
` [PATCH v4 07/73] xarray: Define struct xa_node
` [PATCH v4 08/73] xarray: Add documentation
` [PATCH v4 09/73] xarray: Add xa_load
` [PATCH v4 10/73] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v4 11/73] xarray: Add xa_store
` [PATCH v4 12/73] xarray: Add xa_cmpxchg
` [PATCH v4 13/73] xarray: Add xa_for_each
` [PATCH v4 14/73] xarray: Add xas_for_each_tag
` [PATCH v4 15/73] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [PATCH v4 16/73] xarray: Add xa_destroy
` [PATCH v4 17/73] xarray: Add xas_next and xas_prev
` [PATCH v4 18/73] xarray: Add xas_create_range
` [PATCH v4 19/73] xarray: Add MAINTAINERS entry
` [PATCH v4 20/73] idr: Convert to XArray
` [PATCH v4 21/73] ida: "
` [PATCH v4 22/73] page cache: Convert hole search "
` [PATCH v4 23/73] page cache: Add page_cache_range_empty function
` [PATCH v4 24/73] page cache: Add and replace pages using the XArray
` [PATCH v4 25/73] page cache: Convert page deletion to XArray
` [PATCH v4 26/73] page cache: Convert page cache lookups "
` [PATCH v4 27/73] page cache: Convert delete_batch "
` [PATCH v4 28/73] page cache: Remove stray radix comment
` [PATCH v4 29/73] mm: Convert page-writeback to XArray
` [PATCH v4 30/73] mm: Convert workingset "
` [PATCH v4 31/73] mm: Convert truncate "
` [PATCH v4 32/73] mm: Convert add_to_swap_cache "
` [PATCH v4 33/73] mm: Convert delete_from_swap_cache "
` [PATCH v4 34/73] mm: Convert cgroup writeback "
` [PATCH v4 35/73] mm: Convert __do_page_cache_readahead "
` [PATCH v4 36/73] mm: Convert page migration "
` [PATCH v4 37/73] mm: Convert huge_memory "
` [PATCH v4 38/73] mm: Convert collapse_shmem "
` [PATCH v4 39/73] mm: Convert khugepaged_scan_shmem "
` [PATCH v4 40/73] pagevec: Use xa_tag_t
` [PATCH v4 41/73] shmem: Convert replace to XArray
` [PATCH v4 42/73] shmem: Convert shmem_confirm_swap "
` [PATCH v4 43/73] shmem: Convert find_swap_entry "
` [PATCH v4 44/73] shmem: Convert shmem_tag_pins "
` [PATCH v4 45/73] shmem: Convert shmem_wait_for_pins "
` [PATCH v4 46/73] shmem: Convert shmem_add_to_page_cache "
` [PATCH v4 47/73] shmem: Convert shmem_alloc_hugepage "
` [PATCH v4 48/73] shmem: Convert shmem_free_swap "
` [PATCH v4 49/73] shmem: Convert shmem_partial_swap_usage "
` [PATCH v4 50/73] shmem: Comment fixups
` [PATCH v4 51/73] btrfs: Convert page cache to XArray
` [PATCH v4 52/73] fs: Convert buffer "
` [PATCH v4 53/73] fs: Convert writeback "
` [PATCH v4 54/73] nilfs2: Convert "
` [PATCH v4 55/73] f2fs: "
` [PATCH v4 56/73] lustre: "
` [PATCH v4 57/73] dax: Convert dax_unlock_mapping_entry "
` [PATCH v4 58/73] dax: Convert lock_slot "
` [PATCH v4 59/73] dax: More XArray conversion
` [PATCH v4 60/73] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v4 61/73] dax: Convert dax_writeback_one "
` [PATCH v4 62/73] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v4 63/73] dax: Convert dax_insert_mapping_entry "
` [PATCH v4 64/73] dax: Convert grab_mapping_entry "
` [PATCH v4 65/73] dax: Fix sparse warning
` [PATCH v4 66/73] page cache: Finish XArray conversion
` [PATCH v4 67/73] vmalloc: Convert to XArray
` [PATCH v4 68/73] brd: "
` [PATCH v4 69/73] xfs: Convert m_perag_tree "
` [PATCH v4 70/73] xfs: Convert pag_ici_root "
` [PATCH v4 71/73] xfs: Convert xfs dquot "
` [PATCH v4 72/73] xfs: Convert mru cache "
                ` Lockdep is less useful than it was
` [PATCH v4 73/73] usb: Convert xhci-mem to XArray

[PATCH v2 0/7] xfs: inode transaction reservation fixups
 2017-12-07 21:57 UTC  (13+ messages)
` [PATCH v2 1/7] xfs: print transaction log reservation on overrun
` [PATCH v2 2/7] xfs: include inobt buffers in ifree tx log reservation
` [PATCH v2 3/7] xfs: fix up agi unlinked list reservations
` [PATCH v2 4/7] xfs: truncate transaction does not modify the inobt
` [PATCH v2 5/7] xfs: include an allocfree res for inobt modifications
` [PATCH v2 7/7] xfs: eliminate duplicate icreate tx reservation functions

[PATCH v2 6/7] xfs: refactor inode chunk alloc/free tx reservation
 2017-12-07 21:53 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] xfs: preserve i_mode if __xfs_set_acl() fails
 2017-12-07 17:51 UTC  (5+ messages)

[PATCH] xfs_io: fix exitcode handling (was Re: generic/399 and xfs_io pwrite command)
 2017-12-07 14:05 UTC  (2+ messages)

extfree log recovery and owner (rmapbt) updates
 2017-12-07 13:00 UTC  (9+ messages)
` [RFC PATCH] xfs: always honor OWN_UNKNOWN rmap removal requests

[patch V4 00/11] LICENSES: Add documentation and initial License files
 2017-12-07 10:51 UTC  (14+ messages)
` [patch V4 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
` [patch V4 02/11] LICENSES: Add the GPL 2.0 license
` [patch V4 04/11] LICENSES: Add the LGPL-2.1 license
` [patch V4 06/11] LICENSES: Add the BSD 3-clause "New" or "Revised" License
` [patch V4 07/11] LICENSES: Add the BSD-3-clause "Clear" license
` [patch V4 08/11] LICENSES: Add the MIT license
` [patch V4 09/11] LICENSES: Add Linux syscall note exception
` [patch V4 10/11] LICENSES: Add the GPL 1.0 license
` [patch V4 11/11] LICENSES: Add MPL-1.1 license

[fstests PATCH v5 0/2] add test for DAX MAP_SYNC support
 2017-12-07 10:36 UTC  (6+ messages)
` [fstests PATCH v5 1/2] dm-log-writes: only replay log to marks that exist
` [fstests PATCH v5 2/2] generic: add test for DAX MAP_SYNC support

[PATCH v7] generic: initial fiemap range query test
 2017-12-07  6:55 UTC  (14+ messages)

[PATCH] libhandle: zap fdhash_head in fshandle_destroy
 2017-12-07  6:08 UTC  (2+ messages)

[ANNOUNCE] xfsprogs for-next updated to 30a757b
 2017-12-07  3:27 UTC 

[PATCH] libxfs: libxfs_nproc should never return negative numbers
 2017-12-07  0:51 UTC  (2+ messages)

[RFC PATCH 1/2] xfs: add the ability to join a buffer to a defer_ops
 2017-12-07  0:35 UTC  (5+ messages)

[PATCH] xfs: remove "no-allocation" reservations for file creations
 2017-12-07  0:19 UTC  (12+ messages)

[PATCH] xfs: make iomap_begin functions trim iomaps consistently
 2017-12-07  0:13 UTC  (3+ messages)

[xfsprogs PATCH v2 0/3] Add necessary items for MAP_SYNC testing
 2017-12-06 20:58 UTC  (15+ messages)
` [xfsprogs PATCH v2 1/3] xfs_io: fix compiler warnings in getfsmap code
` [xfsprogs PATCH v2 2/3] xfs_io: add MAP_SYNC support to mmap()
` [xfsprogs PATCH v2 3/3] xfs_io: add a new 'log_writes' command
  ` [xfsprogs PATCH v3 "

[PATCH] xfs_io: Add missing perror for write_once (-O)
 2017-12-06 18:36 UTC 

[PATCH 22/45] fs: xfs: remove duplicate includes
 2017-12-06 18:19 UTC  (2+ messages)

[ANNOUNCE] xfsprogs for-next updated to 70c1cce
 2017-12-06 15:28 UTC 

[fstests PATCH v4 0/4] add test for DAX MAP_SYNC support
 2017-12-05 23:21 UTC  (4+ messages)
` [fstests PATCH v4 3/4] dm-log-writes: allow DAX to be used when possible

[PATCH 0/4] xfs: inode transaction reservation fixups
 2017-12-05 20:53 UTC  (8+ messages)
` [PATCH 3/4] xfs: amortize agfl block frees across multiple transactions

[PATCH] common/rc: report kmemleak errors
 2017-12-04 18:45 UTC  (3+ messages)

[PATCH v3 0/4] test for XFS umount hang caused by the pending dquota log item in AIL
 2017-12-05  0:47 UTC  (3+ messages)
` [PATCH v3 3/4] xfs: test for "

[PATCH 0/5] xfsprogs: 4.15 rollup
 2017-12-04 23:56 UTC  (7+ messages)
` [PATCH 1/5] xfs_db: print structure padding fields consistently
  ` [PATCH 1/5 V2] "
` [PATCH 2/5] xfs_db: add missing padding fields
  ` [PATCH 2/5 V2] "

[PATCH 00/12] xfsprogs-4.15: common library for misc. routines
 2017-12-04 23:44 UTC  (4+ messages)
` [PATCH 02/12] libfrog: move libxfs_log2_roundup to libfrog
  ` [PATCH v2 "

[PATCH v3 10/13] fstests: crash consistency fsx test using dm-log-writes
 2017-12-04 20:53 UTC  (3+ messages)


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