messages from 2017-12-11 03:35:03 to 2017-12-15 22:05:24 UTC [more...]
[PATCH v5 00/78] XArray v5
2017-12-15 22:04 UTC (35+ messages)
` [PATCH v5 06/78] xarray: Change definition of sibling entries
` [PATCH v5 14/78] xarray: Add xa_for_each
` [PATCH v5 17/78] xarray: Add xa_destroy
` [PATCH v5 18/78] xarray: Add xas_next and xas_prev
` [PATCH v5 20/78] xarray: Add MAINTAINERS entry
` [PATCH v5 21/78] xarray: Add ability to store errno values
` [PATCH v5 25/78] page cache: Add page_cache_range_empty function
` [PATCH v5 27/78] page cache: Convert page deletion to XArray
` [PATCH v5 29/78] page cache: Convert delete_batch "
` [PATCH v5 30/78] page cache: Remove stray radix comment
` [PATCH v5 31/78] mm: Convert page-writeback to XArray
` [PATCH v5 33/78] mm: Convert truncate "
` [PATCH v5 34/78] mm: Convert add_to_swap_cache "
` [PATCH v5 39/78] mm: Convert collapse_shmem "
` [PATCH v5 40/78] mm: Convert khugepaged_scan_shmem "
` [PATCH v5 41/78] pagevec: Use xa_tag_t
` [PATCH v5 42/78] shmem: Convert replace to XArray
` [PATCH v5 44/78] shmem: Convert find_swap_entry "
` [PATCH v5 45/78] shmem: Convert shmem_tag_pins "
` [PATCH v5 48/78] shmem: Convert shmem_alloc_hugepage "
` [PATCH v5 49/78] shmem: Convert shmem_free_swap "
` [PATCH v5 51/78] shmem: Comment fixups
` [PATCH v5 53/78] fs: Convert buffer to XArray
` [PATCH v5 55/78] nilfs2: Convert "
` [PATCH v5 57/78] lustre: "
` [PATCH v5 59/78] dax: Convert lock_slot "
` [PATCH v5 60/78] dax: More XArray conversion
` [PATCH v5 62/78] dax: Convert dax_writeback_one to XArray
` [PATCH v5 63/78] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v5 67/78] page cache: Finish XArray conversion
` [PATCH v5 72/78] xfs: Convert pag_ici_root to XArray
` [PATCH v5 74/78] xfs: Convert mru cache "
` [PATCH v5 75/78] usb: Convert xhci-mem "
` [PATCH v5 77/78] irqdomain: Convert "
[PATCH] tests/xfs/040: document purpose
2017-12-15 20:41 UTC
[PATCH] generic/381: enable on systems which allows usernames that begin with digits
2017-12-15 20:41 UTC
[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
2017-12-15 19:58 UTC (8+ messages)
[PATCH 0/4] xfs: more reflink fixes
2017-12-15 17:11 UTC (5+ messages)
` [PATCH 1/4] xfs: track cowblocks separately in i_flags
` [PATCH 2/4] xfs: don't be so eager to clear the cowblocks tag on truncate
` [PATCH 3/4] xfs: remove leftover CoW reservations when remounting ro
` [PATCH 4/4] xfs: set cowblocks tag for direct cow writes too
[PATCH v4 00/73] XArray version 4
2017-12-15 17:10 UTC (6+ messages)
` [PATCH v4 08/73] xarray: Add documentation
` Naming of tag operations in the XArray
` Storing errors "
[PATCH] xfs_io: fix exitcode handling (was Re: generic/399 and xfs_io pwrite command)
2017-12-15 14:26 UTC (3+ messages)
CPU-intensive code in xfs
2017-12-15 13:20 UTC
[PATCH 0/8] weekly fstests changes
2017-12-15 8:55 UTC (36+ messages)
` [PATCH 1/8] common/rc: report kmemleak errors
` [PATCH 2/8] common/xfs: fix scrub support probing again
` [PATCH 3/8] generic/45[34]: test line draw characters in file/attr names
` [PATCH 4/8] xfs: fix tests to handle removal of no-alloc create nonfeature
` [PATCH v2 "
` [PATCH 5/8] generic: test error shutdown while stressing filesystem
` [PATCH 6/8] fsstress: implement the clonerange/deduperange ioctls
` [PATCH v2 "
` [PATCH 7/8] generic: run a long-soak write-only fsstress test
` [PATCH 8/8] xfs/068: fix variability problems in file/dir count output
` [PATCH v2 8/8] xfs/068: fix clonerange "
` [PATCH v3 8/8] xfs/068: fix variability "
` [PATCH v4 "
[PATCH v7] generic: initial fiemap range query test
2017-12-15 8:41 UTC (3+ messages)
[PATCH 0/9] fstests: few updates
2017-12-15 7:14 UTC (21+ messages)
` [PATCH 1/9] generic/381: use username fsgqa-381
` [PATCH 2/9] README: document group fsgqa is required
` [PATCH 3/9] generic/group: add 304 to dedupe group
` [PATCH 4/9] build: update AC_PACKAGE_WANT_GDBM() and src/dbtest.c to build
` [PATCH 5/9] tests/xfs/group: add group for tests which require a logdev
` [PATCH 6/9] tests/ext4/group: "
` [PATCH 7/9] tests/xfs/group: add realtimedev group
` [PATCH 8/9] tests/xfs/group: add group for tests which require mkfs v4_5
` [PATCH 9/9] tests/xfs/group: add injection group
[PATCH 00/13] xfs: more and better verifiers
2017-12-15 3:09 UTC (19+ messages)
` [PATCH 01/13] xfs: refactor long-format btree header verification routines
` [PATCH 02/13] xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
` [PATCH 03/13] xfs: have buffer verifier functions report failing address
` [PATCH 04/13] xfs: refactor verifier callers to print address of failing check
` [PATCH 05/13] xfs: verify dinode header first
` [PATCH 06/13] xfs: move inode fork verifiers to xfs_dinode_verify
` [PATCH 07/13] xfs: create structure verifier function for shortform xattrs
` [PATCH 08/13] xfs: create structure verifier function for short form symlinks
` [PATCH 09/13] xfs: refactor short form directory structure verifier function
` [PATCH 10/13] xfs: provide a centralized method for verifying inline fork data
` [PATCH 11/13] xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
` [PATCH 12/13] xfs: create a new buf_ops pointer to verify structure metadata
` [PATCH 13/13] xfs: scrub in-core metadata
Detecting RWF_NOWAIT support
2017-12-14 19:15 UTC (2+ messages)
[PATCH v4 72/73] xfs: Convert mru cache to XArray
2017-12-14 18:23 UTC (11+ messages)
[PATCH 0/5] xfs: logging fixes
2017-12-14 16:57 UTC (6+ messages)
` [PATCH 1/5] xfs: add the ability to join a held buffer to a defer_ops
` [PATCH 2/5] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
Traversing XFS mounted VM puts process in D state
2017-12-14 16:41 UTC (3+ messages)
[PATCH 0/6] xfs: reflink fixes
2017-12-14 16:40 UTC (13+ messages)
` [PATCH 1/6] xfs: account for null transactions in bunmapi
` [PATCH 2/6] xfs: move xfs_iext_insert tracepoint to report useful information
` [PATCH 3/6] xfs: remove dest file's post-eof preallocations before reflinking
` [PATCH 4/6] xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mapping
` [PATCH 5/6] xfs: avoid infinite loop when cancelling CoW blocks after writeback failure
` [PATCH 6/6] xfs: allow CoW remap transactions to use reserve blocks
[PATCH 1/3] xfs: ubsan fixes
2017-12-14 16:33 UTC (2+ messages)
[patch V2 00/11] LICENSES: Add documentation and initial License files
2017-12-14 16:29 UTC (5+ messages)
` [patch V2 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
` [patch V4 "
[PATCH v10.1 00/15] xfs: online scrub xref support
2017-12-13 23:57 UTC (16+ messages)
` [PATCH 01/15] xfs: add scrub cross-referencing helpers for the free space btrees
` [PATCH 02/15] xfs: add scrub cross-referencing helpers for the inode btrees
` [PATCH 03/15] xfs: add scrub cross-referencing helpers for the rmap btrees
` [PATCH 04/15] xfs: add scrub cross-referencing helpers for the refcount btrees
` [PATCH 05/15] xfs: set up scrub cross-referencing helpers
` [PATCH 06/15] xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
` [PATCH 07/15] xfs: introduce scrubber cross-referencing stubs
` [PATCH 08/15] xfs: cross-reference with the bnobt
` [PATCH 09/15] xfs: cross-reference bnobt records with cntbt
` [PATCH 10/15] xfs: cross-reference inode btrees during scrub
` [PATCH 11/15] xfs: cross-reference reverse-mapping btree
` [PATCH 12/15] xfs: cross-reference the rmapbt data with the refcountbt
` [PATCH 13/15] xfs: cross-reference refcount btree during scrub
` [PATCH 14/15] xfs: cross-reference the realtime bitmap
` [PATCH 15/15] xfs: cross-reference the block mappings when possible
[GIT PULL] xfs: fixes for 4.15-rc4
2017-12-13 22:49 UTC
fallocate behavior on -ENOSPC for blocks past EOF
2017-12-13 21:29 UTC (2+ messages)
[xfsprogs PATCH v2 0/3] Add necessary items for MAP_SYNC testing
2017-12-13 16:45 UTC (2+ messages)
[PATCH] xfs: include the XFS magic number in magic.h
2017-12-13 14:04 UTC (14+ messages)
[ZOMG RFCRAP PATCH 0/2] xfs: horrifying eBPF hacks
2017-12-13 6:22 UTC (3+ messages)
` [PATCH 1/2] xfs: eBPF user hacks insanity
` [PATCH 2/2] tools/xfs: use XFS hacks to override data block device placement
[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
2017-12-13 1:09 UTC (2+ messages)
[patch V4 00/11] LICENSES: Add documentation and initial License files
2017-12-11 21:58 UTC (4+ messages)
` [patch V4 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
[PATCH v4 72/73] xfs: Convert mru cache to XArray
2017-12-11 21:55 UTC (12+ messages)
XFS on RBD crash
2017-12-11 21:06 UTC (2+ messages)
Google Chrome cause locks held in system (kernel 4.15 rc2)
2017-12-11 3:48 UTC (5+ 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