linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-17 12:22:45 to 2019-09-23 12:04:17 UTC [more...]

[PATCH v3 00/19] Delayed Attributes
 2019-09-23 12:04 UTC  (45+ messages)
` [PATCH v3 01/19] xfs: Replace attribute parameters with struct xfs_name
` [PATCH v3 02/19] xfs: Embed struct xfs_name in xfs_da_args
` [PATCH v3 04/19] xfs: Add xfs_has_attr and subroutines
` [PATCH v3 05/19] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v3 06/19] xfs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v3 07/19] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v3 08/19] xfs: Factor up commit from xfs_attr_try_sf_addname
` [PATCH v3 09/19] xfs: Factor up trans roll from xfs_attr3_leaf_setflag
` [PATCH v3 10/19] xfs: Add xfs_attr3_leaf helper functions
` [PATCH v3 11/19] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v3 12/19] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v3 13/19] xfs: Add delay context to xfs_da_args
` [PATCH v3 14/19] xfs: Add delayed attribute routines

[PATCH 0/9 V6] New ->fiemap infrastructure and ->bmap removal
 2019-09-23  8:52 UTC  (7+ messages)
` [PATCH 9/9] xfs: Get rid of ->bmap

[PATCH v2] common/xfs: wipe the XFS superblock of each AGs
 2019-09-22 11:25 UTC  (3+ messages)

xfs_repair: phase6.c:1129: mv_orphanage: Assertion `err == 2' failed
 2019-09-22  8:39 UTC  (3+ messages)

[PATCH v3 1/2] common: check if a given rename flag is supported in _requires_renameat2
 2019-09-21 14:34 UTC  (3+ messages)

Write-hanging on XFS 5.1.15-5.16 - xfsaild/dm blocked - xlog_cli_push_work - xfs_log_worker
 2019-09-21  2:25 UTC 

[PATCH] xfs: assure zeroed memory buffers for certain kmem allocations
 2019-09-20 14:59 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH] fs:xfs:scrub: Removed unneeded variable
 2019-09-20 13:17 UTC 

[PATCH v3 2/2] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT
 2019-09-20 12:20 UTC  (9+ messages)

[PATCH v3 00/16] xfs: mount API patch series
 2019-09-20  9:56 UTC  (17+ messages)
` [PATCH v3 01/16] vfs: Create fs_context-aware mount_bdev() replacement
` [PATCH v3 02/16] xfs: remove very old mount option
` [PATCH v3 03/16] xfs: mount-api - add fs parameter description
` [PATCH v3 04/16] xfs: mount-api - refactor suffix_kstrtoint()
` [PATCH v3 05/16] xfs: mount-api - refactor xfs_parseags()
` [PATCH v3 06/16] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [PATCH v3 07/16] xfs: mount-api - move xfs_parseargs() validation to a helper
` [PATCH v3 08/16] xfs: mount-api - refactor xfs_fs_fill_super()
` [PATCH v3 09/16] xfs: mount-api - add xfs_get_tree()
` [PATCH v3 10/16] xfs: mount-api - add xfs_remount_rw() helper
` [PATCH v3 11/16] xfs: mount-api - add xfs_remount_ro() helper
` [PATCH v3 12/16] xfs: mount api - add xfs_reconfigure()
` [PATCH v3 13/16] xfs: mount-api - add xfs_fc_free()
` [PATCH v3 14/16] xfs: mount-api - dont set sb in xfs_mount_alloc()
` [PATCH v3 15/16] xfs: mount-api - switch to new mount-api
` [PATCH v3 16/16] xfs: mount-api - remove legacy mount functions

[PATCH] common/xfs: wipe the XFS superblock of each AGs
 2019-09-20  4:31 UTC  (8+ messages)

current 5.4 status
 2019-09-20  4:20 UTC 

[PATCH] xfs: fix userdata allocation detection regression
 2019-09-20  2:19 UTC 

[PATCH v2 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-20  0:18 UTC  (9+ messages)
` [PATCH v2 1/8] xfs_io/encrypt: remove unimplemented encryption modes
` [PATCH v2 2/8] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
` [PATCH v2 3/8] xfs_io/encrypt: add new encryption modes
` [PATCH v2 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
` [PATCH v2 5/8] xfs_io/encrypt: extend 'set_encpolicy' "
` [PATCH v2 6/8] xfs_io/encrypt: add 'add_enckey' command
` [PATCH v2 7/8] xfs_io/encrypt: add 'rm_enckey' command
` [PATCH v2 8/8] xfs_io/encrypt: add 'enckey_status' command

[PATCH] splice: only read in as much information as there is pipe buffer space
 2019-09-19 22:39 UTC  (7+ messages)
` [PATCH v2] "

[ANNOUNCE] xfs-linux: iomap-5.4-merge rebased to 1b4fdf4f30db
 2019-09-19 21:28 UTC  (7+ messages)

[GIT PULL] iomap: new code for 5.4
 2019-09-19 17:41 UTC  (9+ messages)

[PATCH] xfs/148-149: Remove xfs_prepair64 and xfs_prepair tests
 2019-09-19 16:19 UTC  (2+ messages)

[PATCH v4 00/11] xfs: rework near mode extent allocation
 2019-09-19 15:05 UTC  (30+ messages)
` [PATCH v4 01/11] xfs: track active state of allocation btree cursors
` [PATCH v4 02/11] xfs: introduce allocation cursor data structure
` [PATCH v4 03/11] xfs: track allocation busy state in allocation cursor
` [PATCH v4 04/11] xfs: track best extent from cntbt lastblock scan in alloc cursor
` [PATCH v4 05/11] xfs: refactor cntbt lastblock scan best extent logic into helper
` [PATCH v4 06/11] xfs: reuse best extent tracking logic for bnobt scan
` [PATCH v4 07/11] xfs: refactor allocation tree fixup code
` [PATCH v4 08/11] xfs: refactor and reuse best extent scanning logic
` [PATCH v4 09/11] xfs: refactor near mode alloc bnobt scan into separate function
` [PATCH v4 10/11] xfs: factor out tree fixup logic into helper
` [PATCH v4 11/11] xfs: optimize near mode bnobt scans with concurrent cntbt lookups

[PATCH REPOST 0/2] xfs: rely on minleft instead of total for bmbt res
 2019-09-19 11:55 UTC  (9+ messages)
` [PATCH REPOST 1/2] xfs: drop minlen before tossing alignment on bmap allocs
` [PATCH REPOST 2/2] xfs: don't set bmapi total block req where minleft is sufficient

question of xfs/148 and xfs/149
 2019-09-19 10:49 UTC  (9+ messages)

[GIT PULL] vfs: prohibit writes to active swap devices
 2019-09-19  1:55 UTC  (2+ messages)

[GIT PULL] xfs: new code for 5.4
 2019-09-19  1:55 UTC  (2+ messages)

[PATCH v2 0/5] iomap & xfs support for large pages
 2019-09-19  0:04 UTC  (14+ messages)
` [PATCH v2 1/5] fs: Introduce i_blocks_per_page
` [PATCH v2 2/5] mm: Add file_offset_of_ helpers
` [PATCH v2 3/5] iomap: Support large pages
` [PATCH v2 4/5] xfs: "
` [PATCH v2 5/5] xfs: Pass a page to xfs_finish_page_writeback

minor ->release fixups and cleanups
 2019-09-18 22:25 UTC  (11+ messages)
` [PATCH 1/2] xfs: remove xfs_release
` [PATCH 2/2] xfs: shortcut xfs_file_release for read-only file descriptors

iomap and xfs COW cleanups
 2019-09-18 18:15 UTC  (30+ messages)
` [PATCH 07/19] iomap: use a srcmap for a read-modify-write I/O
` [PATCH 08/19] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
` [PATCH 09/19] xfs: remove xfs_reflink_dirty_extents
` [PATCH 10/19] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 11/19] xfs: refactor xfs_file_iomap_begin_delay
` [PATCH 12/19] xfs: fill out the srcmap in iomap_begin
` [PATCH 13/19] xfs: factor out a helper to calculate the end_fsb
` [PATCH 14/19] xfs: split out a new set of read-only iomap ops
` [PATCH 15/19] xfs: move xfs_file_iomap_begin_delay around
` [PATCH 16/19] xfs: split the iomap ops for buffered vs direct writes
` [PATCH 17/19] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
` [PATCH 18/19] xfs: cleanup xfs_iomap_write_unwritten
` [PATCH 19/19] xfs: improve the IOMAP_NOWAIT check for COW inodes

[PATCH] xfs: convert inode to extent format after extent merge due to shift
 2019-09-18 18:10 UTC  (3+ messages)

[PATCH] [RFC] xfs: fix inode fork extent count overflow
 2019-09-18 16:46 UTC  (4+ messages)

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2019-09-18 16:07 UTC  (6+ messages)
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[PATCH RFC 0/2] A small improvement in the allocation algorithm
 2019-09-18 12:28 UTC  (5+ messages)
` [PATCH 1/2] xfs: cap longest free extent to maximum allocatable
` [PATCH 2/2] xfs: Limit total allocation request to maximum possible

[PATCH v3 0/2] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-09-18 11:45 UTC 

[PATCH v2 00/15] xfs: mount API patch series
 2019-09-18  3:49 UTC  (7+ messages)
` [PATCH v2 02/15] xfs: mount-api - add fs parameter description

[PATCH 7/7] xfs: push the grant head when the log head moves forward
 2019-09-17 12:48 UTC  (11+ 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).