messages from 2017-12-20 02:56:44 to 2018-01-02 17:20:15 UTC [more...]
[PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
2018-01-02 17:20 UTC (29+ messages)
` [PATCH v4 01/19] fs: new API for handling inode->i_version
` [PATCH v4 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v4 03/19] fat: convert to new i_version API
` [PATCH v4 04/19] affs: "
` [PATCH v4 05/19] afs: "
` [PATCH v4 06/19] btrfs: "
` [PATCH v4 07/19] exofs: switch "
` [PATCH v4 08/19] ext2: convert "
` [PATCH v4 09/19] ext4: "
` [PATCH v4 10/19] nfs: "
` [PATCH v4 11/19] nfsd: "
` [PATCH v4 12/19] ocfs2: "
` [PATCH v4 13/19] ufs: use "
` [PATCH v4 14/19] xfs: convert to "
` [PATCH v4 15/19] IMA: switch IMA over "
` [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v4 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v4 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently
Block size and read-modify-write
2018-01-02 10:25 UTC (2+ messages)
[patch V5 00/11] LICENSES: Add documentation and initial License files
2018-01-02 2:35 UTC (22+ messages)
` [patch V5 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
` [patch V5 02/11] LICENSES: Add the GPL 2.0 license
` [patch V5 03/11] LICENSES: Add the LGPL "
` [patch V5 04/11] LICENSES: Add the LGPL-2.1 license
` [patch V5 05/11] LICENSES: Add the BSD 2-clause "Simplified" license
` [patch V5 06/11] LICENSES: Add the BSD 3-clause "New" or "Revised" License
` [patch V5 07/11] LICENSES: Add the BSD-3-clause "Clear" license
` [patch V5 08/11] LICENSES: Add the MIT license
` [patch V5 09/11] LICENSES: Add Linux syscall note exception
` [patch V5 10/11] LICENSES: Add the GPL 1.0 license
` [patch V5 11/11] LICENSES: Add MPL-1.1 license
[PATCH] xfs: fix s_maxbytes overflow problems
2017-12-29 8:00 UTC (2+ messages)
[PATCH 0/7] mkfs: various cleanups
2017-12-28 21:45 UTC (19+ messages)
` [PATCH 2/7] mkfs: simplify minimum log size calculation
` [PATCH 4/7] mkfs: support arbitrary conflict specification
` [PATCH 5/7] mkfs: convert subopt name,val pairs to enums and declared arrays
` [PATCH 6/7] mkfs: resolve sector size CLI conflicts
` [PATCH 7/7] mkfs: remove logarithm based CLI options
[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
2017-12-27 18:08 UTC (22+ messages)
` [PATCH v4 01/18] mm, dax: introduce pfn_t_special()
` [PATCH v4 02/18] ext4: auto disable dax instead of failing mount
` [PATCH v4 03/18] ext2: "
` [PATCH v4 04/18] dax: require 'struct page' by default for filesystem dax
` [PATCH v4 05/18] dax: stop using VM_MIXEDMAP for dax
` [PATCH v4 06/18] dax: stop using VM_HUGEPAGE "
` [PATCH v4 07/18] dax: store pfns in the radix
` [PATCH v4 08/18] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v4 09/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v4 10/18] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS
` [PATCH v4 12/18] xfs: use DEFINE_FSDAX_AOPS
` [PATCH v4 13/18] ext4: "
` [PATCH v4 14/18] ext2: "
` [PATCH v4 15/18] mm, fs, dax: use page->mapping to warn if dma collides with truncate
` [PATCH v4 16/18] wait_bit: introduce {wait_on,wake_up}_atomic_one
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions
` [PATCH v4 18/18] xfs, dax: wire up dax_flush_dma support via a new xfs_sync_dma helper
[PATCH v5 00/78] XArray v5
2017-12-27 10:26 UTC (17+ messages)
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v5 04/78] page cache: Use xa_lock
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [PATCH v5 06/78] xarray: Change definition of sibling entries
Metadata corruption
2017-12-27 8:42 UTC (3+ messages)
[PATCH] xfs_io: fix exitcode handling (was Re: generic/399 and xfs_io pwrite command)
2017-12-24 19:51 UTC (3+ messages)
[PATCH 0/3] xfsprogs: misc xfsprogs cleanups
2017-12-24 19:12 UTC (4+ messages)
` [PATCH 1/3] mkfs: un-document removed logarithm based CLI options
` [PATCH 2/3] mkfs: pass switch case value directly into getnum/getstr
` [PATCH 3/3] mkfs: do not allow both "dev" and "name" subopts for log or realtime
[PATCH] xfs: destroy mutex qi_tree_lock before free xfs_quotainfo_t object
2017-12-24 12:34 UTC
WARNING: CPU: 1 PID: 1384 at lib/iov_iter.c:695 copy_page_to_iter+0x240/0x3b0
2017-12-24 9:28 UTC
Status Report 12/5/2017 - 12/22/2017
2017-12-23 6:00 UTC
[PATCH v3 00/20] xfs: more and better verifiers
2017-12-23 1:09 UTC (21+ messages)
` [PATCH 01/20] xfs: remove XFS_FSB_SANITY_CHECK
` [PATCH 02/20] xfs: refactor long-format btree header verification routines
` [PATCH 03/20] xfs: refactor short form btree pointer verification
` [PATCH 04/20] xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
` [PATCH 05/20] xfs: refactor xfs_verifier_error and xfs_buf_ioerror
` [PATCH 06/20] xfs: have buffer verifier functions report failing address
` [PATCH 07/20] xfs: refactor verifier callers to print address of failing check
` [PATCH 08/20] xfs: verify dinode header first
` [PATCH 09/20] xfs: move inode fork verifiers to xfs_dinode_verify
` [PATCH 10/20] xfs: create structure verifier function for shortform xattrs
` [PATCH 11/20] xfs: create structure verifier function for short form symlinks
` [PATCH 12/20] xfs: refactor short form directory structure verifier function
` [PATCH 13/20] xfs: provide a centralized method for verifying inline fork data
` [PATCH 14/20] xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
` [PATCH 15/20] xfs: create a new buf_ops pointer to verify structure metadata
` [PATCH 16/20] xfs: scrub in-core metadata
` [PATCH 17/20] xfs: separate dquot repair into a separate function
` [PATCH 18/20] xfs: standardize quota verification function outputs
` [PATCH 19/20] xfs: teach error reporting functions to take xfs_failaddr_t
` [PATCH 20/20] xfs: dump the first 128 bytes of any corrupt buffer
[PATCH v11 00/21] xfs: online scrub xref support
2017-12-23 0:45 UTC (22+ messages)
` [PATCH 01/21] xfs: ignore agfl read errors when not scrubbing agfl
` [PATCH 02/21] xfs: catch a few more error codes when scrubbing secondary sb
` [PATCH 03/21] xfs: xfs_scrub_bmap should use for_each_xfs_iext
` [PATCH 04/21] xfs: always grab transaction when scrubbing inode
` [PATCH 05/21] xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inode
` [PATCH 06/21] xfs: add scrub cross-referencing helpers for the free space btrees
` [PATCH 07/21] xfs: add scrub cross-referencing helpers for the inode btrees
` [PATCH 08/21] xfs: add scrub cross-referencing helpers for the rmap btrees
` [PATCH 09/21] xfs: add scrub cross-referencing helpers for the refcount btrees
` [PATCH 10/21] xfs: set up scrub cross-referencing helpers
` [PATCH 11/21] xfs: fix a few erroneous process_error calls in the scrubbers
` [PATCH 12/21] xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
` [PATCH 13/21] xfs: introduce scrubber cross-referencing stubs
` [PATCH 14/21] xfs: cross-reference with the bnobt
` [PATCH 15/21] xfs: cross-reference bnobt records with cntbt
` [PATCH 16/21] xfs: cross-reference inode btrees during scrub
` [PATCH 17/21] xfs: cross-reference reverse-mapping btree
` [PATCH 18/21] xfs: cross-reference the rmapbt data with the refcountbt
` [PATCH 19/21] xfs: cross-reference refcount btree during scrub
` [PATCH 20/21] xfs: cross-reference the realtime bitmap
` [PATCH 21/21] xfs: cross-reference the block mappings when possible
[GIT PULL] xfs: fixes for 4.15-rc5
2017-12-22 19:30 UTC
[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
2017-12-22 8:51 UTC (10+ messages)
` [PATCH 14/15] dax: associate mappings with inodes, and warn if dma collides with truncate
linux-next: manual merge of the xfs tree with Linus' tree
2017-12-21 23:01 UTC (2+ messages)
[xfsprogs PATCH v4 0/2] Add necessary items for MAP_SYNC testing
2017-12-21 22:18 UTC (4+ messages)
` [xfsprogs PATCH v4 1/2] xfs_io: add MAP_SYNC support to mmap()
` [xfsprogs PATCH v4 2/2] xfs_io: add a new 'log_writes' command
[PATCH 1/2] xfs: quota: fix missed destroy of qi_tree_lock
2017-12-21 21:59 UTC (6+ messages)
` [PATCH 2/2] xfs: quota: check result of register_shrinker()
generic/388 crash?
2017-12-21 18:39 UTC
[xfsprogs PATCH v2 0/3] Add necessary items for MAP_SYNC testing
2017-12-21 17:46 UTC (7+ messages)
` [xfsprogs PATCH v2 2/3] xfs_io: add MAP_SYNC support to mmap()
[PATCH] generic/381: enable on systems which allows usernames that begin with digits
2017-12-21 17:48 UTC (3+ messages)
[xfsprogs PATCH v2 3/3] xfs_io: add a new 'log_writes' command
2017-12-21 17:14 UTC (3+ messages)
` [xfsprogs PATCH v3 "
[ZOMG RFCRAP PATCH 0/2] xfs: horrifying eBPF hacks
2017-12-21 16:45 UTC (3+ messages)
[PATCH 0/4] xfs: more reflink fixes
2017-12-21 13:39 UTC (12+ 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 v2 "
` [PATCH 4/4] xfs: set cowblocks tag for direct cow writes too
` [PATCH 5/4] xfs: clean up cow mappings during fs data freeze
[PATCH 0/5] xfs: logging fixes
2017-12-21 13:31 UTC (7+ messages)
` [PATCH 3/5] xfs: queue deferred rmap ops for cow staging extent alloc/free in the right order
` [PATCH 4/5] xfs: always honor OWN_UNKNOWN rmap removal requests
` [PATCH 5/5] xfs: only skip rmap owner checks for unknown-owner rmap removal
[PATCH v4 72/73] xfs: Convert mru cache to XArray
2017-12-21 12:05 UTC (7+ messages)
[PATCH v3 00/19] fs: rework and optimize i_version handling in filesystems
2017-12-21 11:48 UTC (11+ messages)
` [PATCH v3 19/19] fs: handle inode->i_version more efficiently
[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
2017-12-21 11:03 UTC (7+ messages)
` [PATCH 03/11] fs: add frozen sb state helpers
Rationale for hardware RAID 10 su, sw values in FAQ
2017-12-20 22:29 UTC (7+ messages)
[PATCH] xfs_db: fix crash when field list selector string has trailing slash
2017-12-20 20:21 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).