public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-18 02:24:05 to 2020-02-20 01:42:54 UTC [more...]

[PATCH 00/18] xfsprogs: refactor buffer function names
 2020-02-20  1:42 UTC  (3+ messages)
` [PATCH 01/18] libxfs: clean up readbuf flags
` [PATCH 02/18] libxfs: clean up writebuf flags

[PATCH v2 0/8] xfsprogs: actually check that writes succeeded
 2020-02-20  1:42 UTC  (9+ messages)
` [PATCH 1/8] libxfs: libxfs_buf_delwri_submit should write buffers immediately
` [PATCH 2/8] libxfs: complain when write IOs fail
` [PATCH 3/8] libxfs: return flush failures
` [PATCH 4/8] libxfs: enable tools to check that metadata updates have been committed
` [PATCH 5/8] xfs_db: "
` [PATCH 6/8] mkfs: "
` [PATCH 7/8] xfs_repair: "
` [PATCH 8/8] libfrog: always fsync when flushing a device

[PATCH v13 0/2] New zonefs file system
 2020-02-20  1:15 UTC  (5+ messages)
` [PATCH v13 2/2] zonefs: Add documentation

Modern uses of CONFIG_XFS_RT
 2020-02-20  0:17 UTC  (7+ messages)

[PATCH v2] xfs: fix iclog release error check race with shutdown
 2020-02-19 21:51 UTC  (9+ messages)

[PATCH] xfs: remove the di_version field from struct icdinode
 2020-02-19 21:47 UTC  (8+ messages)

[PATCH v7 00/23] Change readahead API
 2020-02-19 21:01 UTC  (25+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 03/24] mm: Ignore return value of ->readpages
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 06/24] mm: Rename various 'offset' parameters to 'index'
` [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 15/24] erofs: Convert uncompressed files "
` [PATCH v7 16/24] erofs: Convert compressed "
` [PATCH v7 17/24] ext4: Convert "
` [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [PATCH v7 20/24] fuse: "
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path

[PATCH v6 00/19] Change readahead API
 2020-02-19 20:24 UTC  (97+ messages)
` [PATCH v6 01/19] mm: Return void from various readahead functions
` [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [PATCH v6 04/19] mm: Rearrange readahead loop
` [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [PATCH v6 11/16] erofs: Convert compressed files "
` [PATCH v6 12/19] erofs: Convert uncompressed "
` [PATCH v6 13/19] erofs: Convert compressed "
` [PATCH v6 14/19] ext4: Convert "
` [PATCH v6 16/19] fuse: "
` [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[PATCH v5 1/4] xfs: Refactor xfs_isilocked()
 2020-02-19 20:16 UTC  (6+ messages)

remove the di_uid/di_gid fields from the XFS icdinode
 2020-02-19 14:26 UTC  (10+ messages)
` [PATCH 1/3] xfs: ensure that the inode uid/gid match values match the icdinode ones
` [PATCH 2/3] xfs: remove the icdinode di_uid/di_gid members
` [PATCH 3/3] xfs: remove the kuid/kgid conversion wrappers

[PATCH] fs: fix a data race in i_size_write/i_size_read
 2020-02-19 12:18 UTC  (7+ messages)

clean up the attr interface v4
 2020-02-19  6:53 UTC  (37+ messages)
` [PATCH 01/31] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE
` [PATCH 02/31] xfs: remove the ATTR_INCOMPLETE flag
` [PATCH 05/31] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 06/31] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 13/31] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 21/31] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 23/31] xfs: properly type the buffer field in struct xfs_fsop_attrlist_handlereq
` [PATCH 28/31] xfs: clean up the ATTR_REPLACE checks
` [PATCH 30/31] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 31/31] xfs: embedded the attrlist cursor into struct xfs_attr_list_context

[PATCH 0/4] libxfs: actually check that writes succeeded
 2020-02-19  5:42 UTC  (12+ messages)
` [PATCH 1/4] libxfs: libxfs_buf_delwri_submit should write buffers immediately
` [PATCH 3/4] libxfs: return flush failures
` [PATCH 4/4] misc: make all tools check that metadata updates have been committed

[PATCH 00/14] xfs: widen timestamps to deal with y2038
 2020-02-19  4:55 UTC  (3+ messages)
` [PATCH 02/14] xfs: preserve default grace interval during quotacheck

[PATCH v4 0/7] xfs_repair: do not trash valid root dirs
 2020-02-19  4:32 UTC  (4+ messages)
` [PATCH 1/7] xfs_repair: replace verify_inum with libxfs inode validators

[RFC PATCH] xfs: make sure our default quota warning limits and grace periods survive quotacheck
 2020-02-19  2:02 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] FS Maintainers Don't Scale
 2020-02-19  1:17 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH v3 00/12] Enable per-file/directory DAX operations V3
 2020-02-18 23:54 UTC  (13+ messages)

[PATCH 1/2] generic: per-type quota timers set/get test
 2020-02-18 22:02 UTC  (5+ messages)

[PATCH v2] xfs_io/encrypt: support passing a keyring key to add_enckey
 2020-02-18 21:48 UTC  (2+ messages)

[PATCH 0/4] xfs: enable per-type quota timers and warn limits
 2020-02-18 21:07 UTC  (6+ messages)
` [PATCH 2/4] xfs: simplify args to xfs_get_defquota

[PATCH] xfs: fix iclog release error check race with shutdown
 2020-02-18 17:47 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox