linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-16 18:17:00 to 2020-02-18 23:54:32 UTC [more...]

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

[PATCH v6 00/19] Change readahead API
 2020-02-18 23:11 UTC  (69+ 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/16] mm: Put readahead pages in cache earlier
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/16] mm: Add readahead address space operation
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/16] mm: Add page_cache_readahead_limit
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/16] btrfs: Convert from readpages to readahead
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
  ` [Ocfs2-devel] "
` [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 12/16] ext4: Convert "
` [PATCH v6 13/19] erofs: Convert compressed files "
` [PATCH v6 13/16] f2fs: Convert "
` [PATCH v6 14/19] ext4: "
` [PATCH v6 14/16] fuse: "
` [PATCH v6 15/19] f2fs: "
` [PATCH v6 15/16] iomap: "
` [PATCH v6 16/19] fuse: "
` [PATCH v6 16/16] mm: Use memalloc_nofs_save in readahead path
` [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 v2] xfs: fix iclog release error check race with shutdown
 2020-02-18 22:36 UTC  (4+ messages)

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

[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  (13+ messages)
` [PATCH 1/4] xfs: fix up some whitespace in quota code
` [PATCH 2/4] xfs: simplify args to xfs_get_defquota
` [PATCH 3/4] xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
` [PATCH 4/4] xfs: per-type quota timers and warn limits

[PATCH] xfs: remove the di_version field from struct icdinode
 2020-02-18 21:06 UTC  (2+ messages)

remove the di_uid/di_gid fields from the XFS icdinode
 2020-02-18 21:00 UTC  (4+ 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] xfs: fix iclog release error check race with shutdown
 2020-02-18 17:47 UTC  (5+ messages)

clean up the attr interface v4
 2020-02-18 15:48 UTC  (66+ 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 03/31] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 04/31] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [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 07/31] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 08/31] xfs: remove the MAXNAMELEN "
` [PATCH 09/31] xfs: move struct xfs_da_args to xfs_types.h
` [PATCH 10/31] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 11/31] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 12/31] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 13/31] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 14/31] xfs: remove ATTR_KERNOVAL
` [PATCH 15/31] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 16/31] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 17/31] xfs: factor out a xfs_attr_match helper
` [PATCH 18/31] xfs: cleanup struct xfs_attr_list_context
` [PATCH 19/31] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 20/31] xfs: open code ATTR_ENTSIZE
` [PATCH 21/31] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 22/31] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 23/31] xfs: properly type the buffer field in struct xfs_fsop_attrlist_handlereq
` [PATCH 24/31] xfs: lift common checks into xfs_ioc_attr_list
` [PATCH 25/31] xfs: lift buffer allocation "
` [PATCH 26/31] xfs: lift cursor copy in/out "
` [PATCH 27/31] xfs: improve xfs_forget_acl
` [PATCH 28/31] xfs: clean up the ATTR_REPLACE checks
` [PATCH 29/31] xfs: clean up the attr flag confusion
` [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/2] xfs_admin: unify online/offline fs label setting
 2020-02-17 18:06 UTC  (5+ messages)
` [PATCH 1/2] xfs: refactor calls to xfs_admin
` [PATCH 2/2] xfs: test setting labels with xfs_admin

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

[PATCH 0/4] libxfs: actually check that writes succeeded
 2020-02-17 14:01 UTC  (9+ messages)
` [PATCH 1/4] libxfs: libxfs_buf_delwri_submit should write buffers immediately
` [PATCH 2/4] libxfs: complain when write IOs fail
` [PATCH 3/4] libxfs: return flush failures
` [PATCH 4/4] misc: make all tools check that metadata updates have been committed

[PATCH v4 0/7] xfs_repair: do not trash valid root dirs
 2020-02-17 13:55 UTC  (15+ messages)
` [PATCH 1/7] xfs_repair: replace verify_inum with libxfs inode validators
` [PATCH 2/7] mkfs: check root inode location
` [PATCH 3/7] xfs_repair: enforce that inode btree chunks can't point to AG headers
` [PATCH 4/7] xfs_repair: refactor fixed inode location checks
` [PATCH 5/7] xfs_repair: use libxfs function to calculate root inode location
` [PATCH 6/7] xfs_repair: check plausibility of root dir pointer before trashing it
` [PATCH 7/7] xfs_repair: try to correct sb_unit value from secondaries

clean up the attr interface v3
 2020-02-17 13:48 UTC  (10+ messages)
` [PATCH 11/30] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 21/30] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 26/30] xfs: improve xfs_forget_acl

[PATCH 0/4] xfsprogs: random fixes
 2020-02-17 13:48 UTC  (9+ messages)
` [PATCH 1/4] libxfs: re-sort libxfs_api_defs.h defines
` [PATCH 2/4] libfrog: remove libxfs.h dependencies in fsgeom.c and linux.c
` [PATCH 3/4] xfs_repair: refactor attr root block pointer check
` [PATCH 4/4] xfs_repair: don't corrupt a attr fork da3 node when clearing forw/back

[PATCH v5 1/4] xfs: Refactor xfs_isilocked()
 2020-02-17 13:35 UTC  (14+ messages)
` [PATCH v5 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v5 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v5 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH V3 1/2] xfs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
 2020-02-17  7:57 UTC  (3+ messages)

A NFS, xfs, reflink and rmapbt story
 2020-02-17  0:36 UTC  (5+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Atomic Writes
 2020-02-16 21:41 UTC  (4+ messages)


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).