messages from 2017-12-15 08:41:14 to 2017-12-19 13:04:49 UTC [more...]
[trivial PATCH] treewide: Align function definition open/close braces
2017-12-19 13:04 UTC (11+ messages)
` [alsa-devel] "
fallocate behavior on -ENOSPC for blocks past EOF
2017-12-19 12:11 UTC (3+ messages)
[PATCH v3 00/19] fs: rework and optimize i_version handling in filesystems
2017-12-19 9:29 UTC (29+ messages)
` [PATCH v3 01/19] fs: new API for handling inode->i_version
` [PATCH v3 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v3 03/19] fat: convert to new i_version API
` [PATCH v3 04/19] affs: "
` [PATCH v3 05/19] afs: "
` [PATCH v3 06/19] btrfs: "
` [PATCH v3 07/19] exofs: switch "
` [PATCH v3 08/19] ext2: convert "
` [PATCH v3 09/19] ext4: "
` [PATCH v3 10/19] nfs: "
` [PATCH v3 11/19] nfsd: "
` [PATCH v3 12/19] ocfs2: "
` [PATCH v3 13/19] ufs: use "
` [PATCH v3 14/19] xfs: convert to "
` [PATCH v3 15/19] IMA: switch IMA over "
` [PATCH v3 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v3 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v3 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v3 19/19] fs: handle inode->i_version more efficiently
[PATCH 0/4] xfs: more reflink fixes
2017-12-19 6:46 UTC (13+ 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 00/13] xfs: more and better verifiers
2017-12-19 6:23 UTC (23+ messages)
` [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 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
Rationale for hardware RAID 10 su, sw values in FAQ
2017-12-19 2:19 UTC (6+ messages)
[PATCH v4 00/73] XArray version 4
2017-12-19 0:27 UTC (8+ messages)
` [PATCH v4 08/73] xarray: Add documentation
` Naming of tag operations in the XArray
` Storing errors "
How to get disk-location from "metadata I/O error"?
2017-12-18 21:41 UTC (3+ messages)
[PATCH] tests/xfs/040: document purpose
2017-12-18 14:47 UTC (2+ messages)
[PATCH 0/7] mkfs: various cleanups
2017-12-18 9:11 UTC (8+ messages)
` [PATCH 1/7] mkfs: use opts parameter during option parsing
` [PATCH 2/7] mkfs: simplify minimum log size calculation
` [PATCH 3/7] mkfs: protofile only needs to be set up once
` [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
Detecting RWF_NOWAIT support
2017-12-18 7:38 UTC (8+ messages)
[PATCH v2 00/19] fs: rework and optimize i_version handling in filesystems
2017-12-17 1:05 UTC (25+ messages)
` [PATCH v2 01/19] fs: new API for handling inode->i_version
` [PATCH v2 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v2 03/19] fat: convert to new i_version API
` [PATCH v2 04/19] affs: "
` [PATCH v2 05/19] afs: "
` [PATCH v2 06/19] btrfs: "
` [PATCH v2 07/19] exofs: switch "
` [PATCH v2 08/19] ext2: convert "
` [PATCH v2 09/19] ext4: "
` [PATCH v2 10/19] nfs: "
` [PATCH v2 11/19] nfsd: "
` [PATCH v2 12/19] ocfs2: "
` [PATCH v2 13/19] ufs: use "
` [PATCH v2 14/19] xfs: convert to "
` [PATCH v2 15/19] IMA: switch IMA over "
` [PATCH v2 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v2 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v2 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v2 19/19] fs: handle inode->i_version more efficiently
[PATCH v5 00/78] XArray v5
2017-12-16 10:51 UTC (80+ messages)
` [PATCH v5 01/78] xfs: Rename xa_ elements to ail_
` [PATCH v5 02/78] fscache: Use appropriate radix tree accessors
` [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
` [PATCH v5 07/78] xarray: Add definition of struct xarray
` [PATCH v5 08/78] xarray: Define struct xa_node
` [PATCH v5 09/78] xarray: Add documentation
` [PATCH v5 10/78] xarray: Add xa_load
` [PATCH v5 11/78] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v5 12/78] xarray: Add xa_store
` [PATCH v5 13/78] xarray: Add xa_cmpxchg
` [PATCH v5 14/78] xarray: Add xa_for_each
` [PATCH v5 15/78] xarray: Add xas_for_each_tag
` [PATCH v5 16/78] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [PATCH v5 17/78] xarray: Add xa_destroy
` [PATCH v5 18/78] xarray: Add xas_next and xas_prev
` [PATCH v5 19/78] xarray: Add xas_create_range
` [PATCH v5 20/78] xarray: Add MAINTAINERS entry
` [PATCH v5 21/78] xarray: Add ability to store errno values
` [PATCH v5 22/78] idr: Convert to XArray
` [PATCH v5 23/78] ida: "
` [PATCH v5 24/78] page cache: Convert hole search "
` [PATCH v5 25/78] page cache: Add page_cache_range_empty function
` [PATCH v5 26/78] page cache: Add and replace pages using the XArray
` [PATCH v5 27/78] page cache: Convert page deletion to XArray
` [PATCH v5 28/78] page cache: Convert page cache lookups "
` [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 32/78] mm: Convert workingset "
` [PATCH v5 33/78] mm: Convert truncate "
` [PATCH v5 34/78] mm: Convert add_to_swap_cache "
` [PATCH v5 35/78] mm: Convert delete_from_swap_cache "
` [PATCH v5 36/78] mm: Convert __do_page_cache_readahead "
` [PATCH v5 37/78] mm: Convert page migration "
` [PATCH v5 38/78] mm: Convert huge_memory "
` [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 43/78] shmem: Convert shmem_confirm_swap "
` [PATCH v5 44/78] shmem: Convert find_swap_entry "
` [PATCH v5 45/78] shmem: Convert shmem_tag_pins "
` [PATCH v5 46/78] shmem: Convert shmem_wait_for_pins "
` [PATCH v5 47/78] shmem: Convert shmem_add_to_page_cache "
` [PATCH v5 48/78] shmem: Convert shmem_alloc_hugepage "
` [PATCH v5 49/78] shmem: Convert shmem_free_swap "
` [PATCH v5 50/78] shmem: Convert shmem_partial_swap_usage "
` [PATCH v5 51/78] shmem: Comment fixups
` [PATCH v5 52/78] btrfs: Convert page cache to XArray
` [PATCH v5 53/78] fs: Convert buffer "
` [PATCH v5 54/78] fs: Convert writeback "
` [PATCH v5 55/78] nilfs2: Convert "
` [PATCH v5 56/78] f2fs: "
` [PATCH v5 57/78] lustre: "
` [PATCH v5 58/78] dax: Convert dax_unlock_mapping_entry "
` [PATCH v5 59/78] dax: Convert lock_slot "
` [PATCH v5 60/78] dax: More XArray conversion
` [PATCH v5 61/78] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v5 62/78] dax: Convert dax_writeback_one "
` [PATCH v5 63/78] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v5 64/78] dax: Convert dax_insert_mapping_entry "
` [PATCH v5 65/78] dax: Convert grab_mapping_entry "
` [PATCH v5 66/78] dax: Fix sparse warning
` [PATCH v5 67/78] page cache: Finish XArray conversion
` [PATCH v5 68/78] mm: Convert cgroup writeback to XArray
` [PATCH v5 69/78] vmalloc: Convert "
` [PATCH v5 70/78] brd: "
` [PATCH v5 71/78] xfs: Convert m_perag_tree "
` [PATCH v5 72/78] xfs: Convert pag_ici_root "
` [PATCH v5 73/78] xfs: Convert xfs dquot "
` [PATCH v5 74/78] xfs: Convert mru cache "
` [PATCH v5 75/78] usb: Convert xhci-mem "
` [PATCH v5 76/78] md: Convert raid5-cache "
` [PATCH v5 77/78] irqdomain: Convert "
` [PATCH v5 78/78] fscache: "
[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 (2+ messages)
[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 (2+ messages)
[PATCH v7] generic: initial fiemap range query test
2017-12-15 8:41 UTC (3+ 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