linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 02:54:27 to 2021-01-12 22:17:28 UTC [more...]

[PATCH v5 00/42] idmapped mounts
 2021-01-12 22:01 UTC  (37+ messages)
` [PATCH v5 01/42] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v5 02/42] mount: make {lock,unlock}_mount_hash() static
` [PATCH v5 03/42] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v5 04/42] fs: split out functions to hold writers
` [PATCH v5 05/42] fs: add attr_flags_to_mnt_flags helper
` [PATCH v5 06/42] fs: add mount_setattr()
` [PATCH v5 07/42] tests: add mount_setattr() selftests
` [PATCH v5 08/42] fs: add id translation helpers
` [PATCH v5 09/42] mount: attach mappings to mounts
` [PATCH v5 10/42] capability: handle idmapped mounts
` [PATCH v5 11/42] namei: make permission helpers idmapped mount aware
` [PATCH v5 12/42] inode: make init and "
` [PATCH v5 13/42] attr: handle idmapped mounts
` [PATCH v5 14/42] acl: "
` [PATCH v5 15/42] fs: add file_user_ns() helper
` [PATCH v5 16/42] xattr: handle idmapped mounts
` [PATCH v5 17/42] commoncap: "
` [PATCH v5 18/42] stat: "
` [PATCH v5 19/42] namei: handle idmapped mounts in may_*() helpers
` [PATCH v5 20/42] namei: introduce struct renamedata
` [PATCH v5 21/42] namei: prepare for idmapped mounts
` [PATCH v5 23/42] open: handle "
` [PATCH v5 25/42] utimes: "
` [PATCH v5 26/42] fcntl: "
` [PATCH v5 28/42] init: "
` [PATCH v5 29/42] ioctl: "
` [PATCH v5 30/42] would_dump: "
` [PATCH v5 31/42] exec: "
` [PATCH v5 32/42] fs: make helpers idmap mount aware
` [PATCH v5 33/42] apparmor: handle idmapped mounts
` [PATCH v5 34/42] ima: "
` [PATCH v5 36/42] ext4: support "
` [PATCH v5 37/42] xfs: "
` [PATCH v5 39/42] overlayfs: do not mount on top of "
` [PATCH v5 41/42] tests: extend mount_setattr tests
` [PATCH v5 42/42] generic/622: add fstests for idmapped mounts

[RFC] xfs: reduce sub-block DIO serialisation
 2021-01-12 22:06 UTC  (17+ messages)
` [PATCH 1/6] iomap: convert iomap_dio_rw() to an args structure
` [PATCH 2/6] iomap: move DIO NOWAIT setup up into filesystems
` [PATCH 3/6] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 4/6] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 5/6] xfs: split unaligned DIO write code out
` [PATCH 6/6] xfs: reduce exclusive locking on unaligned dio

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-12 21:36 UTC  (10+ messages)

[BUG] xfs_corruption_error after creating a swap file
 2021-01-12 21:06 UTC 

[PATCH v3] xfs: remove a stale comment from xfs_file_aio_write_checks()
 2021-01-12 19:10 UTC 

[PATCH v3 00/11] lazytime fix and cleanups
 2021-01-12 19:02 UTC  (12+ messages)
` [PATCH v3 01/11] fs: fix lazytime expiration handling in __writeback_single_inode()
` [PATCH v3 02/11] fs: correctly document the inode dirty flags
` [PATCH v3 03/11] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH v3 04/11] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH v3 05/11] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH v3 06/11] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH v3 07/11] fs: clean up __mark_inode_dirty() a bit
` [PATCH v3 08/11] fs: drop redundant check from __writeback_single_inode()
` [PATCH v3 09/11] fs: improve comments for writeback_single_inode()
` [PATCH v3 10/11] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH v3 11/11] ext4: simplify i_state checks in __ext4_update_other_inode_time()

[PATCH 0/9] xfs: rework log quiesce to cover the log
 2021-01-12 18:20 UTC  (5+ messages)
` [PATCH 1/9] xfs: sync lazy sb accounting on quiesce of read-only mounts

Bug#979653: xfsprogs: Incomplete debian/copyright
 2021-01-12 18:19 UTC  (5+ messages)

[PATCH v2 00/12] lazytime fix and cleanups
 2021-01-12 17:31 UTC  (37+ messages)
` [PATCH v2 01/12] fs: fix lazytime expiration handling in __writeback_single_inode()
` [PATCH v2 02/12] fs: correctly document the inode dirty flags
` [PATCH v2 03/12] fs: only specify I_DIRTY_TIME when needed in generic_update_time()
` [PATCH v2 04/12] fat: only specify I_DIRTY_TIME when needed in fat_update_time()
` [PATCH v2 05/12] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH v2 06/12] fs: pass only I_DIRTY_INODE flags to ->dirty_inode
` [PATCH v2 07/12] fs: clean up __mark_inode_dirty() a bit
` [PATCH v2 08/12] fs: drop redundant check from __writeback_single_inode()
` [PATCH v2 09/12] fs: improve comments for writeback_single_inode()
` [PATCH v2 10/12] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync()
` [PATCH v2 11/12] ext4: simplify i_state checks in __ext4_update_other_inode_time()
` [PATCH v2 12/12] xfs: remove a stale comment from xfs_file_aio_write_checks()

[PATCHSET 0/3] various: random fixes
 2021-01-12 17:13 UTC  (12+ messages)
` [PATCH 1/3] misc: fix valgrind complaints
` [PATCH 2/3] xfs_scrub: load and unload libicu properly
` [PATCH 3/3] xfs_scrub: handle concurrent directory updates during name scan

avoid taking the iolock in fsync unless actually needed
 2021-01-12 17:12 UTC  (6+ messages)
` [PATCH 1/2] xfs: refactor xfs_file_fsync
` [PATCH 2/2] xfs: reduce ilock acquisitions in xfs_file_fsync

[RFC] another attempt to reduce sub-block DIO serialisation
 2021-01-12 16:26 UTC  (11+ messages)
` [PATCH 01/10] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 02/10] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 03/10] xfs: cleanup the read/write helper naming
` [PATCH 04/10] xfs: remove the buffered I/O fallback assert
` [PATCH 05/10] xfs: simplify the read/write tracepoints
` [PATCH 06/10] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 07/10] xfs: split unaligned DIO write code out
` [PATCH 08/10] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 09/10] iomap: add a IOMAP_DIO_NOALLOC flag
` [PATCH 10/10] xfs: reduce exclusive locking on unaligned dio

[PATCH v3] xfs: fix an ABBA deadlock in xfs_rename
 2021-01-12 15:02 UTC  (2+ messages)

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-12 12:45 UTC  (7+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH 08/10] md: Implement ->corrupted_range()

[PATCH V3 00/11] xfs: Tests to verify inode fork extent count overflow detection
 2021-01-12  7:40 UTC  (12+ messages)
` [PATCH V3 01/11] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V3 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V3 03/11] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V3 04/11] xfs: Check for extent overflow when punching a hole
` [PATCH V3 05/11] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V3 06/11] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V3 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V3 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V3 09/11] xfs: Check for extent overflow when remapping an extent
` [PATCH V3 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH V3 11/11] xfs: Stress test with bmap_alloc_minlen_extent error tag enabled

[PATCHSET v2 0/6] xfs: try harder to reclaim space when we run out
 2021-01-12  2:18 UTC  (11+ messages)
` [PATCH 1/6] xfs: hide most of the incore inode walk interface
` [PATCH 2/6] xfs: refactor messy xfs_inode_free_quota_* functions
` [PATCH 3/6] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 4/6] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 5/6] xfs: flush speculative space allocations when we run out of quota
` [PATCH 6/6] xfs: flush speculative space allocations when we run out of space

[PATCH V14 00/16] Bail out if transaction can cause extent count to overflow
 2021-01-12  1:38 UTC  (7+ messages)
` [PATCH V14 04/16] xfs: Check for extent overflow when adding dir entries
` [PATCH V14 05/16] xfs: Check for extent overflow when removing "
` [PATCH V14 06/16] xfs: Check for extent overflow when renaming "

[PATCHSET v2 0/7] xfs: consolidate posteof and cowblocks cleanup
 2021-01-11 23:23 UTC  (8+ messages)
` [PATCH 1/7] xfs: increase the default parallelism levels of pwork clients
` [PATCH 2/7] xfs: refactor the predicate part of xfs_free_eofblocks
` [PATCH 3/7] xfs: consolidate incore inode radix tree posteof/cowblocks tags
` [PATCH 4/7] xfs: consolidate the eofblocks and cowblocks workers
` [PATCH 5/7] xfs: only walk the incore inode tree once per blockgc scan
` [PATCH 6/7] xfs: rename block gc start and stop functions
` [PATCH 7/7] xfs: parallelize block preallocation garbage collection

improve sub-block size direct I/O concurrency
 2021-01-11 20:52 UTC  (11+ messages)
` [PATCH 1/3] xfs: factor out a xfs_ilock_iocb helper
` [PATCH 2/3] xfs: make xfs_file_aio_write_checks IOCB_NOWAIT-aware
` [PATCH 3/3] xfs: try to avoid the iolock exclusive for non-aligned direct writes

[PATCH v4 0/4] xfs: support shrinking free space in the last AG
 2021-01-11 19:07 UTC  (9+ messages)
` [PATCH v4 1/4] xfs: rename `new' to `delta' in xfs_growfs_data_private()
` [PATCH v4 2/4] xfs: get rid of xfs_growfs_{data,log}_t
` [PATCH v4 3/4] xfs: hoist out xfs_resizefs_init_new_ags()
` [PATCH v4 4/4] xfs: support shrinking unused space in the last AG

[PATCH v3 0/4] xfs: support shrinking free space in the last AG
 2021-01-11 18:02 UTC  (12+ messages)
` [PATCH v3 2/4] xfs: get rid of xfs_growfs_{data,log}_t
` [PATCH v3 3/4] xfs: hoist out xfs_resizefs_init_new_ags()

[PATCH v2] xfs: fix an ABBA deadlock in xfs_rename
 2021-01-11 17:17 UTC  (5+ messages)

v5.10.1 xfs deadlock
 2021-01-11 16:38 UTC  (7+ messages)
` [PATCH] xfs: Wake CIL push waiters more reliably

[PATCH RFC] xfs: refactor xfs_attr_set() into incremental components
 2021-01-11 14:17 UTC  (5+ messages)

[PATCH v3 0/7] no-copy bvec
 2021-01-11  3:00 UTC  (11+ messages)
` [PATCH v3 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v3 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v3 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v3 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v3 7/7] bio: don't copy bvec for direct IO


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