messages from 2017-03-01 08:53:01 to 2017-03-07 20:17:01 UTC [more...]
[PATCH 0/9] mkfs.xfs: add mkfs.xfs.conf support
2017-03-07 20:09 UTC (18+ 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] xfs: report crtime and attribute flags to statx
2017-03-07 18:44 UTC (7+ messages)
` statx manpage
[PATCH 0/5] fs, xfs atomic_t to refcount_t conversions version 2
2017-03-07 17:33 UTC (7+ 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 "
xfstests and (automated) workflow?
2017-03-07 8:04 UTC (3+ messages)
[PATCH] xfs: clear XBF_ASYNC if we attach an iodone callback
2017-03-07 16:12 UTC (11+ messages)
[PATCH 0/7 v5] scope GFP_NOFS api
2017-03-07 15:09 UTC (10+ messages)
` [PATCH 1/7] lockdep: teach lockdep about memalloc_noio_save
` [PATCH 2/7] lockdep: allow to disable reclaim lockup detection
` [PATCH 3/7] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/7] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/7] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
` [PATCH 6/7] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/7] jbd2: make the whole kjournald2 kthread NOFS safe
XFS kernel BUG during generic/270 with v4.10
2017-03-07 14:32 UTC (9+ messages)
How to favor memory allocations for WQ_MEM_RECLAIM threads?
2017-03-07 12:15 UTC (11+ messages)
[PATCH] xfs: remove kmem_zalloc_greedy
2017-03-07 11:33 UTC (6+ messages)
[PATCH] xfs: only reclaim unwritten COW extents periodically
2017-03-07 5:00 UTC (4+ messages)
[PATCH] xfs: allow zero-length symlinks (and directories), sort of
2017-03-06 23:16 UTC (6+ messages)
[PATCH v2] xfs: use iomap new flag for newly allocated delalloc blocks
2017-03-06 18:23 UTC (3+ messages)
[PATCH 0/8 v2] Non-blocking AIO
2017-03-06 18:50 UTC (29+ 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 7/8] nowait aio: xfs
Significantly longer fallocate times with Flag Unwritten Extents disabled
2017-03-06 13:05 UTC (2+ 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
[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"
[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
XFS failure in 4.10+
2017-03-03 17:45 UTC (7+ messages)
[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 (19+ messages)
` [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 "
[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 (13+ messages)
` [PATCH 05/12] fs: add a F_IOINFO fcntl
` [PATCH 07/12] xfs: implement failure-atomic writes
[PATCH] iomap: invalidate page caches should be after iomap_dio_complete() in direct write
2017-03-01 15:02 UTC (2+ messages)
[PATCH] fs, ncpfs: convert ncp_request_reply.refs from atomic_t to refcount_t
2017-03-01 9:58 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).