public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-28 14:02:27 to 2017-03-06 13:25:19 UTC [more...]

[PATCH 0/7 v5] scope GFP_NOFS api
 2017-03-06 13:14 UTC  (3+ messages)
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/7] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*

How to favor memory allocations for WQ_MEM_RECLAIM threads?
 2017-03-06 13:25 UTC  (8+ messages)

mm allocation failure and hang when running xfstests generic/269 on xfs
 2017-03-06 13:21 UTC  (36+ messages)
        ` mm allocation failure and hang when running xfstests generic/269on xfs
                              ` [PATCH 1/2] xfs: allow kmem_zalloc_greedy to fail
                                ` [PATCH 2/2] xfs: back off from kmem_zalloc_greedy if the task is killed

Significantly longer fallocate times with Flag Unwritten Extents disabled
 2017-03-06 12:02 UTC 

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-03-06 11:59 UTC  (5+ messages)
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"

[PATCH 0/9] mkfs.xfs: add mkfs.xfs.conf support
 2017-03-06  8:50 UTC  (16+ messages)
` [PATCH 1/9] mkfs.xfs: add helper to parse command line options
` [PATCH 2/9] mkfs.xfs: move dopts to struct mkfs_xfs_opts
` [PATCH 3/9] mkfs.xfs: move iopts to "
` [PATCH 4/9] mkfs.xfs: move lopts "
` [PATCH 5/9] mkfs.xfs: move mopts "
` [PATCH 6/9] mkfs.xfs: move nopts "
` [PATCH 7/9] mkfs.xfs: move ropts "
` [PATCH 8/9] mkfs.xfs: use parse_subopts() to parse sopts
` [PATCH 9/9] mkfs.xfs: add mkfs.xfs.conf parse support

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-06  8:40 UTC  (23+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

[PATCH] xfs: clear XBF_ASYNC if we attach an iodone callback
 2017-03-04 13:58 UTC  (6+ messages)

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-04  1:58 UTC  (13+ messages)
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t

[PATCH] xfs: allow zero-length symlinks (and directories), sort of
 2017-03-04  0:05 UTC 

XFS failure in 4.10+
 2017-03-03 17:45 UTC  (7+ messages)

[PATCH v2] xfs: use iomap new flag for newly allocated delalloc blocks
 2017-03-03 17:23 UTC 

[PowerPC] XFS : Metadata corruption detected at 0x60000000382100b0, xfs_agf block
 2017-03-03 11:59 UTC  (2+ messages)

[PATCH] xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
 2017-03-02 23:18 UTC  (2+ messages)

[RFC PATCH v7 0/9] vfs/xfs/ext4: GETFSMAP support
 2017-03-02 15:59 UTC  (23+ messages)
` [PATCH 1/9] vfs: add common GETFSMAP ioctl definitions
` [PATCH 2/9] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/9] xfs: provide a query_range function for "
` [PATCH 4/9] xfs: create a function to query all records in a btree
` [PATCH 5/9] xfs: add a couple of queries to iterate free extents in the rtbitmap
` [PATCH 6/9] xfs: implement the GETFSMAP ioctl
  ` [PATCH v2 "
` [PATCH 7/9] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
  ` [PATCH v2 "
` [PATCH 8/9] xfs: report realtime space information via the rtbitmap
` [PATCH 9/9] ext4: support GETFSMAP ioctls
  ` [PATCH v2 "

XFS kernel BUG during generic/270 with v4.10
 2017-03-02 17:28 UTC  (6+ messages)

[PATCH RFC] xfs: use iomap new flag for newly allocated delalloc blocks
 2017-03-02 16:36 UTC  (4+ messages)

[PATCH] xfs_repair: detect invalid zero-sized symlink inodes
 2017-03-02  0:35 UTC  (3+ messages)

[PATCH v2] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
 2017-03-01 23:01 UTC  (2+ messages)

[RFC] failure atomic writes for file systems and block devices
 2017-03-01 15:17 UTC  (23+ messages)
` [PATCH 01/12] uapi/fs: add O_ATOMIC to the open flags
` [PATCH 02/12] iomap: pass IOMAP_* flags to actors
` [PATCH 03/12] iomap: add a IOMAP_ATOMIC flag
` [PATCH 04/12] fs: add a BH_Atomic flag
` [PATCH 05/12] fs: add a F_IOINFO fcntl
` [PATCH 06/12] xfs: cleanup is_reflink checks
` [PATCH 07/12] xfs: implement failure-atomic writes
` [PATCH 08/12] xfs: implement the F_IOINFO fcntl
` [PATCH 09/12] block: advertize max atomic write limit
` [PATCH 10/12] block_dev: set REQ_NOMERGE for O_ATOMIC writes
` [PATCH 11/12] block_dev: implement the F_IOINFO fcntl
` [PATCH 12/12] nvme: export the atomic write limit

[PATCH] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
 2017-03-01 15:02 UTC  (3+ messages)

[PATCH] fs, ncpfs: convert ncp_request_reply.refs from atomic_t to refcount_t
 2017-03-01  9:58 UTC 

[PATCH 0/5] fs, xfs atomic_t to refcount_t conversions version 2
 2017-03-01  8:47 UTC  (6+ messages)
` [PATCH 1/5] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t
` [PATCH 2/5] fs, xfs: convert xfs_efi_log_item.efi_refcount "
` [PATCH 3/5] fs, xfs: convert xlog_ticket.t_ref "
` [PATCH 4/5] fs, xfs: convert xfs_cui_log_item.cui_refcount "
` [PATCH 5/5] fs, xfs: convert xfs_rui_log_item.rui_refcount "

[PATCH 0/4] miscellaneous tests
 2017-03-01  6:08 UTC  (13+ messages)
` [PATCH 1/4] xfs/348: classify this as a fuzzer test
` [PATCH 3/4] reflink: test adjacency of reflinked blocks
` [PATCH 4/4] xfs: stress test xfs_scrub
  ` [PATCH v2 "

lockdep splat in today's master in generic/070
 2017-02-28 22:46 UTC  (3+ messages)

LTP write03 writev07 xfs failures
 2017-02-28 16:10 UTC  (7+ messages)

xfs_growfs 3.2.1 on Knoppix-ADRIANE from Debian 7 does not grow
 2017-02-28 14:01 UTC  (3+ messages)
  ` SOLVED "

[PATCH] xfs_io: support shutdown command on foreign fses
 2017-02-28 14:02 UTC  (2+ messages)


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