linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-17 10:36:28 to 2020-04-23 02:37:42 UTC [more...]

[PATCH] xfs: define printk_once variants for xfs messages
 2020-04-23  2:36 UTC 

[XFS SUMMIT] Online Fsck Status Update
 2020-04-22 23:55 UTC 

Virtual XFS Developer Meetings
 2020-04-22 23:48 UTC  (2+ messages)
` [XFS SUMMIT] "

[XFS SUMMIT] Atomic File Updates
 2020-04-22 23:45 UTC 

LSFMMBPF 2020 Cancellation announcement
 2020-04-22 23:14 UTC 

Deferred inode inactivation and nonblocking inode reclaim
 2020-04-22 23:05 UTC  (2+ messages)
` [XFS SUMMIT] "

[XFS SUMMIT] 64bit timestamps
 2020-04-22 23:03 UTC 

[PATCH 0/2] Extend xattr extent counter to 32-bits
 2020-04-22 22:51 UTC  (7+ messages)
` [PATCH 2/2] xfs: "

Refactoring the Review Process
 2020-04-22 22:25 UTC 

[PATCH V10 00/11] XFS - Enable per-file/per-directory DAX operations V10
 2020-04-22 21:21 UTC  (12+ messages)
` [PATCH V10 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V10 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V10 03/11] fs/stat: Define DAX statx attribute
` [PATCH V10 04/11] Documentation/dax: Update Usage section
` [PATCH V10 05/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V10 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V10 07/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V10 08/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V10 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V10 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V10 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[PATCH V9 00/11] XFS - Enable per-file/per-directory DAX operations V9
 2020-04-22 18:51 UTC  (35+ messages)
` [PATCH V9 01/11] fs/xfs: Remove unnecessary initialization of i_rwsem
` [PATCH V9 02/11] fs: Remove unneeded IS_DAX() check in io_is_direct()
` [PATCH V9 03/11] fs/stat: Define DAX statx attribute
` [PATCH V9 04/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V9 05/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V9 06/11] fs/xfs: Create function xfs_inode_should_enable_dax()
` [PATCH V9 07/11] fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()
` [PATCH V9 08/11] fs: Lift XFS_IDONTCACNE to the VFS layer
` [PATCH V9 09/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V9 10/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()
` [PATCH V9 11/11] Documentation/dax: Update Usage section

[PATCH v2 00/13] xfs: flush related error handling cleanups
 2020-04-22 17:54 UTC  (14+ messages)
` [PATCH v2 01/13] xfs: refactor failed buffer resubmission into xfsaild
` [PATCH v2 02/13] xfs: factor out buffer I/O failure simulation code
` [PATCH v2 03/13] xfs: fallthru to buffer attach on error and simplify error handling
` [PATCH v2 04/13] xfs: remove unnecessary shutdown check from xfs_iflush()
` [PATCH v2 05/13] xfs: ratelimit unmount time per-buffer I/O error message
` [PATCH v2 06/13] xfs: fix duplicate verification from xfs_qm_dqflush()
` [PATCH v2 07/13] xfs: abort consistently on dquot flush failure
` [PATCH v2 08/13] xfs: elide the AIL lock on log item failure tracking
` [PATCH v2 09/13] xfs: clean up AIL log item removal functions
` [PATCH v2 10/13] xfs: combine xfs_trans_ail_[remove|delete]()
` [PATCH v2 11/13] xfs: remove unused iflush stale parameter
` [PATCH v2 12/13] xfs: random buffer write failure errortag
` [PATCH v2 13/13] xfs: remove unused shutdown types

[PATCH 00/19] xfs: refactor log recovery
 2020-04-22 16:18 UTC  (22+ messages)
` [PATCH 01/19] xfs: complain when we don't recognize the log item type
` [PATCH 02/19] xfs: refactor log recovery item sorting into a generic dispatch structure
` [PATCH 03/19] xfs: refactor log recovery item dispatch for pass2 readhead functions
` [PATCH 04/19] xfs: refactor log recovery item dispatch for pass1 commit functions
` [PATCH 05/19] xfs: refactor log recovery buffer item dispatch for pass2 "
` [PATCH 06/19] xfs: refactor log recovery inode "
` [PATCH 07/19] xfs: refactor log recovery intent "
` [PATCH 08/19] xfs: refactor log recovery dquot "
` [PATCH 09/19] xfs: refactor log recovery icreate "
` [PATCH 10/19] xfs: refactor log recovery quotaoff "
` [PATCH 11/19] xfs: refactor EFI log item recovery dispatch
` [PATCH 12/19] xfs: refactor RUI "
` [PATCH 13/19] xfs: refactor CUI "
` [PATCH 14/19] xfs: refactor BUI "
` [PATCH 15/19] xfs: refactor releasing finished intents during log recovery
` [PATCH 16/19] xfs: refactor adding recovered intent items to the log
` [PATCH 17/19] xfs: hoist the ail unlock/lock cycle when cancelling intents during recovery
` [PATCH 18/19] xfs: remove xlog_item_is_intent
` [PATCH 19/19] xfs: move xlog_recover_intent_pass2 up in the file

[RFC 0/2] Begin switching iomap from apply to iter
 2020-04-22 15:19 UTC  (5+ messages)
` [PATCH 1/2] iomap: Add iomap_iter API

[PATCH 0/3] xfs: fix inode use-after-free during log recovery
 2020-04-22  2:08 UTC  (4+ messages)
` [PATCH 1/3] xfs: proper replay of deferred ops queued "
` [PATCH 2/3] xfs: reduce log recovery transaction block reservations
` [PATCH 3/3] xfs: teach deferred op freezer to freeze and thaw inodes

[PATCH RFC 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-04-21 18:56 UTC  (12+ messages)
` [PATCH RFC 3/8] fs/ext4: Disallow encryption if inode is DAX
` [PATCH RFC 6/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH RFC 7/8] fs/ext4: Only change S_DAX on inode load

[PATCH v2 00/29] fs: convert remaining docs to ReST file format
 2020-04-21 16:54 UTC  (3+ messages)
` [PATCH v2 28/29] docs: filesystems: convert xfs-delayed-logging-design.txt to ReST
` [PATCH v2 29/29] docs: filesystems: convert xfs-self-describing-metadata.txt "

[PATCH] common/fuzzy: don't attempt online scrubbing unless supported
 2020-04-21 15:37 UTC  (2+ messages)

[PATCH] xfs/126: make blocktrash work reliably on attrleaf blocks
 2020-04-21 15:26 UTC  (2+ messages)

[PATCH 00/12] xfs: flush related error handling cleanups
 2020-04-21 12:13 UTC  (48+ messages)
` [PATCH 01/12] xfs: refactor failed buffer resubmission into xfsaild
` [PATCH 02/12] xfs: factor out buffer I/O failure simulation code
` [PATCH 03/12] xfs: always attach iflush_done and simplify error handling
` [PATCH 04/12] xfs: remove unnecessary shutdown check from xfs_iflush()
` [PATCH 05/12] xfs: ratelimit unmount time per-buffer I/O error warning
` [PATCH 06/12] xfs: remove duplicate verification from xfs_qm_dqflush()
` [PATCH 07/12] xfs: abort consistently on dquot flush failure
` [PATCH 08/12] xfs: remove unnecessary quotaoff intent item push handler
` [PATCH 09/12] xfs: elide the AIL lock on log item failure tracking
` [PATCH 10/12] xfs: clean up AIL log item removal functions
` [PATCH 11/12] xfs: remove unused iflush stale parameter
` [PATCH 12/12] xfs: random buffer write failure errortag

[PATCH v11 00/25] Change readahead API
 2020-04-21  7:28 UTC  (8+ messages)
` [PATCH v11 19/25] erofs: Convert compressed files from readpages to readahead
` [PATCH v11 24/25] fuse: Convert "

[PATCH] xfs_db: fix crc invalidation segfault
 2020-04-21  0:26 UTC  (4+ messages)

[PATCH V8 00/11] Enable per-file/per-directory DAX operations V8
 2020-04-21  0:19 UTC  (8+ messages)
` [PATCH V8 04/11] fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS
` [PATCH V8 10/11] fs/xfs: Change xfs_ioctl_setattr_dax_invalidate()

[PATCH v8 00/20] xfs: Delay Ready Attributes
 2020-04-20 23:26 UTC  (22+ messages)
` [PATCH v8 13/20] xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortform
` [PATCH v8 16/20] xfs: Add helper function xfs_attr_node_removename_setup
` [PATCH v8 17/20] xfs: Add helper function xfs_attr_node_removename_rmt
` [PATCH v8 18/20] xfs: Add delay ready attr remove routines
` [PATCH v8 19/20] xfs: Add delay ready attr set routines

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-04-20 17:43 UTC  (15+ messages)

[PATCH v2] xfs: move inode flush to the sync workqueue
 2020-04-20 16:48 UTC  (3+ messages)

[PATCH] xfs: remove unnecessary check of the variable resblks in xfs_symlink
 2020-04-20 16:22 UTC  (2+ messages)

[PATCH 3/5] iomap: call __clear_page_buffers in iomap_page_release
 2020-04-19 13:18 UTC  (3+ messages)

[GIT PULL] xfs: bug fixes for 5.7-rc1
 2020-04-18 19:30 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 09/75] xfs: correctly acount for reclaimable slabs
 2020-04-18 14:08 UTC 

[PATCH AUTOSEL 5.6 09/73] xfs: correctly acount for reclaimable slabs
 2020-04-18 13:47 UTC 

[PATCH RFC 4/8] fs/ext4: Introduce DAX inode flag
 2020-04-17 17:19 UTC  (3+ 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).