messages from 2019-03-15 02:59:35 to 2019-03-28 14:10:14 UTC [more...]
[RFC PATCH] xfs: implement per-inode writeback completion
2019-03-28 14:10 UTC (4+ messages)
` [RFC PATCH] xfs: merge adjacent io completions of the same type
[PATCH] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
2019-03-28 11:26 UTC (18+ messages)
[PATCH] block: clarify that bio_add_page() and related helpers can add multi pages
2019-03-28 3:50 UTC
PRIVATE
2019-03-25 6:52 UTC
[ANNOUNCE] xfs-linux: for-next updated to 2032a8a27b5c
2019-03-27 16:55 UTC
[PATCH] xfs: don't account extra agfl blocks as available
2019-03-27 14:50 UTC
generic/475 deadlock?
2019-03-27 14:13 UTC (18+ messages)
[PATCH] generic: prohibit fstrim on journalled filesystems with norecovery
2019-03-27 3:26 UTC (7+ messages)
` [PATCH] xfs: prohibit fstrim in norecovery mode
` [PATCH] ext4: "
[QUESTION] Long read latencies on mixed rw buffered IO
2019-03-27 1:29 UTC (20+ messages)
[PATCH v2 00/36] xfsprogs-5.0: fix various problems
2019-03-26 21:21 UTC (69+ messages)
` [PATCH 01/36] libxfs: fix repair deadlock due to failed inode flushes
` [PATCH 02/36] configure: use sys/xattr.h for fsetxattr detection
` [PATCH 03/36] configure.ac: fix alignment of features
` [PATCH 04/36] debian: drop dangling libhandle.a symlinks in xfslibs-dev
` [PATCH 05/36] debian: don't bypass top level Makefile when building subdirs
` [PATCH 06/36] debian: enable parallel make
` [PATCH 07/36] xfs_io: actually check copy file range helper return values
` [PATCH 09/36] xfs_io: don't walk off the end of argv in fzero_f
` [PATCH 11/36] xfs_scrub_all.timer: activate after most of the system is up
` [PATCH 12/36] xfs_scrub: rename the global nr_threads
` [PATCH 13/36] xfs_scrub: use datadev parallelization estimates for thread count
` [PATCH 14/36] xfs_scrub: don't expose internal pool state
` [PATCH 15/36] xfs_scrub: one read/verify pool per disk
` [PATCH v2 "
` [PATCH 16/36] xfs_scrub: don't close mnt_fd when mnt_fd open fails
` [PATCH 17/36] xfs_scrub: check label for misleading characters
` [PATCH 18/36] scrub: fix Makefile targets which depend on builddefs
` [PATCH 19/36] mkfs: validate extent size hint parameters
` [PATCH 20/36] xfs_db: fix finobt record decoding when sparse inodes enabled
` [PATCH 21/36] xfs_db: use TYP_FINOBT for finobt metadump
` [PATCH 22/36] xfs_info: use findmnt to handle mounted block devices
` [PATCH 25/36] xfs_repair: fix uninitialized variable warnings
` [PATCH 37/36] xfs_scrub: include unicrash.h in unicrash.c
` [PATCH 38/36] xfs_io: don't read garbage stack contents if INUMBERS goes nuts
` [PATCH 39/36] misc: fix strncpy length complaints
` [PATCH 40/36] xfs_io: fix label parsing and validation
` [PATCH 41/36] xfs_repair: better cli option parameter checking
` [PATCH 42/36] xfs_db: refactor metadump handling of multi-fsb objects
` [PATCH 43/36] xfs_db: refactor multi-fsb object detection decision making
` [PATCH 44/36] xfs_db: metadump should handle symlinks properly
` [PATCH 45/36] xfs_scrub: rename confusing structure
` [PATCH 46/36] xfs_scrub: remove pointless xfs_verify_error_info struct
` [PATCH 47/36] xfs_scrub: remove xfs_ prefixes from structure names
` [PATCH 48/36] mkfs: don't use DIFLAG values for fsx_xflags
[PATCH 00/12] fstests: various fixes
2019-03-26 16:24 UTC (21+ messages)
` [PATCH 01/12] check: improve test list randomization
` [PATCH 02/12] check: really "
` [PATCH 03/12] generic/042: fix stale disk contents check
` [PATCH 04/12] generic/032: fix unwritten extent checks
` [PATCH 05/12] generic/454: stop the test if we run out of space
` [PATCH 06/12] ext4/023: don't require scrub for ext4 populated image creation
` [PATCH 07/12] common/populate: refactor _scratch_populate_cached
` [PATCH 08/12] common/populate: support multiple cached images
` [PATCH 09/12] clonerange: test remapping the rainbow
` [PATCH 10/12] xfs: test xfs_copy and xfs_mdrestore on the populate images
` [PATCH v2 "
` [PATCH 11/12] check: wipe scratch devices between tests
` [PATCH 12/12] misc: fix broken _require_scratch usage
RE:From World Economic Forum
2019-03-26 15:44 UTC
[PATCH] writeback: fix range_cyclic writeback vs writepages deadlock
2019-03-26 9:33 UTC
[PATCH v2] xfs: serialize unaligned dio writes against all other dio writes
2019-03-25 23:51 UTC (2+ messages)
[PATCH] generic: test stale data exposure after writeback crash
2019-03-25 17:04 UTC (4+ messages)
[PATCH] xfs: serialize unaligned dio writes against all other dio writes
2019-03-25 13:51 UTC (9+ messages)
[Bug 202127] New: cannot mount or create xfs on a 597T device
2019-03-25 8:46 UTC (2+ messages)
` [Bug 202127] "
[PATCH] _require_prjquota: Disable tests only when using realtime fs
2019-03-24 4:12 UTC (3+ messages)
Status report 3/18 - 3/22
2019-03-23 1:29 UTC (2+ messages)
[RFC 0/2] guarantee natural alignment for kmalloc()
2019-03-22 17:52 UTC (14+ messages)
` [RFC 1/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
` [RFC 2/2] mm, sl[aou]b: test whether kmalloc() alignment works as expected
[PATCH 0/4] xfs: various rough fixes
2019-03-22 12:46 UTC (23+ messages)
` [PATCH 1/4] xfs: only free posteof blocks on first close
` [PATCH 2/4] xfs: force writes to delalloc regions to unwritten
` [PATCH 3/4] xfs: trace transaction reservation logcount overflow
` [PATCH 4/4] xfs: avoid reflink end cow deadlock
[PATCH] mkfs: Round down log device size if aligned value is larger than device size
2019-03-19 15:17 UTC (4+ messages)
` [PATCH V2] "
[PATCH] xfs: always init bma in xfs_bmapi_write
2019-03-19 15:15 UTC (3+ messages)
[PATCH] xfs: fix btree scrub checking with regards to root-in-inode
2019-03-19 13:00 UTC (2+ messages)
[PATCH] xfs: dabtree scrub needs to range-check level
2019-03-19 13:00 UTC (2+ messages)
[PATCH] xfs_io: allow combination of sync_file_range() flags
2019-03-18 15:28 UTC (2+ messages)
xlog_grant_head_wait deadlocks on high-rolling transactions?
2019-03-17 22:30 UTC (6+ messages)
[PATCH] xfs: don't trip over uninitialized buffer on extent read of corrupted inode
2019-03-16 11:48 UTC (3+ messages)
[GIT PULL] xfs: minor cleanups for 5.1-rc1
2019-03-15 21:45 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 6ef50fe9afae
2019-03-15 6:41 UTC (4+ messages)
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