messages from 2018-04-04 22:52:48 to 2018-04-18 02:10:00 UTC [more...]
[PATCH 1/1] xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
2018-04-18 2:09 UTC
[PATCH] xfs: don't fail when converting shortform attr to long form during ATTR_REPLACE
2018-04-18 1:11 UTC (4+ messages)
[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
2018-04-18 0:59 UTC (8+ messages)
` [PATCH 03/11] fs: add frozen sb state helpers
[PATCH] xfs: trace ATTR flags in xattr tracepoints
2018-04-18 0:37 UTC (2+ messages)
[PATCH 0/2] xfs: optimise XBF_TRYLOCK buffer lookups
2018-04-18 0:21 UTC (3+ messages)
` [PATCH 1/2] xfs: make xfs_buf_incore out of line
` [PATCH 2/2] xfs: don't retry xfs_buf_find on XBF_TRYLOCK failure
[PATCH 0/3] xfs: detect corrupt inobt records better
2018-04-18 0:12 UTC (13+ messages)
` [PATCH 1/2] xfs: validate cached inodes are free when allocated
` [PATCH 2/2] xfs: validate allocated inode number
ioctl FIBMAP for dax gone in v4.17-rc1
2018-04-17 23:36 UTC (9+ messages)
xfsdump: too many -f arguments: maximum is 1 when running in miniroot
2018-04-17 19:55 UTC (3+ messages)
[PATCH] xfs: prevent creating negative-sized file via INSERT_RANGE
2018-04-17 18:44 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
Assertion fails on xfs_db when setting erroneous type
2018-04-17 16:53 UTC (3+ messages)
[PATCH] xfs: cap the length of deduplication requests
2018-04-17 15:44 UTC (3+ messages)
[PATCH] xfs_repair: notify user if free inodes contain errors
2018-04-17 10:07 UTC (2+ messages)
[PATCH] xfs: set format back to extents if xfs_bmap_extents_to_btree fails
2018-04-17 7:10 UTC (3+ messages)
[PATCH] xfs: enhance dinode verifier
2018-04-17 4:35 UTC (7+ messages)
` [PATCH V2] "
` [PATCH V3] "
XFS reports in-memory corruption and unmounts filesystem
2018-04-16 19:57 UTC (2+ messages)
WARNING: bad unlock balance in xfs_iunlock
2018-04-16 19:22 UTC (7+ messages)
[PATCH] fs: xfs: Change return type to vm_fault_t
2018-04-16 17:03 UTC (12+ messages)
[PATCH 0/7] xfs: defer agfl block frees
2018-04-16 13:42 UTC (13+ messages)
` [PATCH 1/7] xfs: create agfl block free helper function
` [PATCH 2/7] xfs: allow attach of dfops to transaction
` [PATCH 3/7] xfs: defer agfl block frees when dfops is available
` [PATCH 4/7] xfs: defer agfl block frees from deferred ops processing context
` [PATCH 5/7] xfs: defer agfl frees from inode inactivation
` [PATCH 6/7] xfs: defer frees from common inode allocation paths
` [PATCH 7/7] xfs: defer agfl frees from directory op transactions
Filesystem crashes due to pages without buffers
2018-04-16 9:20 UTC (6+ messages)
[PATCH v8 00/18] dax: fix dma vs truncate/hole-punch
2018-04-13 22:48 UTC (11+ messages)
` [PATCH v8 15/18] mm, fs, dax: handle layout changes to pinned dax mappings
statvfs() return large f_bavail on a 10TB drive
2018-04-13 15:43 UTC (2+ messages)
[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
2018-04-13 11:17 UTC (7+ messages)
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC
New rash of fuzzer bugs on kernel.org bugzilla
2018-04-13 2:06 UTC (3+ messages)
[ANNOUNCE] xfsprogs-4.16.0-rc1 released
2018-04-12 21:39 UTC
[GIT PULL] xfs: cleanups & fixes for 4.17
2018-04-12 20:17 UTC
[PATCH] xfs_repair: fix getsubopt name definitions to use enums
2018-04-12 15:22 UTC (2+ messages)
[PATCH] Force log to disk before reading the AGF during a fstrim
2018-04-11 8:41 UTC (3+ messages)
[PATCH 0/6] xfs: quota fixes and enhancements
2018-04-11 3:28 UTC (24+ messages)
` [PATCH 1/6] xfs: remove unused flags arg from xfs_dquot_verify
` [PATCH 2/6] xfs: pass xfs_dqblk to xfs_dquot_verify/xfs_dquot_repair
` [PATCH 3/6] xfs: validate UUID and type in xfs_dquot_verify
` [PATCH 4/6] xfs: quieter quota initialization with bad dquots
` [PATCH 5/6] xfs: factor out quota time limit initialization
` [PATCH 6/6] xfs: delay quota timelimit init until after quotacheck
[PATCH 00/14] xfsprogs: online scrub fixes
2018-04-11 1:53 UTC (22+ messages)
` [PATCH 01/14] xfs_scrub: avoid buffer overflow when scanning attributes
` [PATCH v2 "
` [PATCH 03/14] xfs_scrub: don't complain about different normalization
` [PATCH 04/14] xfs_scrub: communicate name problems via flagset instead of booleans
` [PATCH 10/14] xfs_scrub: refactor mountpoint finding code to use libfrog path code
` [PATCH 11/14] xfs_scrub_all: report version
` [PATCH 12/14] xfs_scrub: disable private /tmp for scrub service
` [PATCH v2 "
` [PATCH 13/14] xfs_scrub_all: escape paths being passed to systemd service instances
` [PATCH 14/14] xfs_scrub_all: use system encoding for lsblk output decoding
[Question] Behaviour of directory listing in XFS with concurrent deletes
2018-04-10 20:10 UTC (5+ messages)
[PATCH] xfs: only cancel cow blocks when truncating the data fork
2018-04-10 7:50 UTC (2+ messages)
[PATCH v14.1 00/21] xfs: online repair support
2018-04-09 17:36 UTC (26+ messages)
` [PATCH 03/21] xfs: add repair helpers for the reverse mapping btree
` [PATCH 05/21] xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
` [PATCH 06/21] xfs: make xfs_bmapi_remapi work with attribute forks
` [PATCH 07/21] xfs: halt auto-reclamation activities while rebuilding rmap
` [PATCH 08/21] xfs: create tracepoints for online repair
` [PATCH 09/21] xfs: implement the metadata repair ioctl flag
` [PATCH 10/21] xfs: add helper routines for the repair code
` [PATCH 11/21] xfs: repair superblocks
[PATCH] xfs: remove filestream item xfs_inode reference
2018-04-09 17:24 UTC (2+ messages)
[PATCH 1/2] xfs: reset xfs_inode struct on reclaim in debug mode
2018-04-06 17:01 UTC (13+ messages)
` [PATCH 2/2] xfs: replace filestream item xfs_inode reference with xfs_mount
[PATCH] tests/xfs: filestream allocator inode use-after-free test
2018-04-06 14:18 UTC
[PATCH] xfs: use hardlimit as sub-fs size if both hard/soft limits are set
2018-04-05 21:44 UTC (4+ messages)
[PATCH 0/2] xfs: clean up unused function parameters
2018-04-05 3:37 UTC (6+ messages)
` [PATCH 1/2] xfs: scrub - remove "
` [PATCH 2/2] xfs: non-scrub "
` [PATCH 2/2 V2] "
V4.16+ kernel warning when running xfs/006
2018-04-05 0:06 UTC (2+ messages)
[PATCH v8 11/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
2018-04-04 23:19 UTC (5+ messages)
` [v8, "
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).