linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-21 09:18:58 to 2021-01-25 19:35:15 UTC [more...]

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

[PATCHSET v4 00/11] xfs: try harder to reclaim space when we run out
 2021-01-25 19:33 UTC  (24+ messages)
` [PATCH 01/11] xfs: refactor messy xfs_inode_free_quota_* functions
` [PATCH 02/11] xfs: don't stall cowblocks scan if we can't take locks
` [PATCH 03/11] xfs: xfs_inode_free_quota_blocks should scan project quota
` [PATCH 04/11] xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
` [PATCH 05/11] xfs: pass flags and return gc errors from xfs_blockgc_free_quota
` [PATCH 06/11] xfs: flush eof/cowblocks if we can't reserve quota for file blocks
` [PATCH 07/11] xfs: flush eof/cowblocks if we can't reserve quota for inode creation
` [PATCH 08/11] xfs: flush eof/cowblocks if we can't reserve quota for chown
` [PATCH 09/11] xfs: add a tracepoint for blockgc scans
` [PATCH 10/11] xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
` [PATCH 11/11] xfs: flush speculative space allocations when we run out of space

Processed: 905052
 2021-01-25 19:09 UTC 

Huge reduction in write bandwidth with filesystem vs direct block device
 2021-01-25 17:23 UTC 

Musings over REQ_PREFLUSH and REQ_FUA in journal IO
 2021-01-25  6:14 UTC 

linux-next: manual merge of the pidfd tree with the xfs tree
 2021-01-25  6:14 UTC 

[Bug 211329] New: XFS related memory leak on ppc64le
 2021-01-25  2:15 UTC  (6+ messages)
` [Bug 211329] "

linux-next: build warning after merge of the xfs tree
 2021-01-24 22:55 UTC 

[PATCH] xfs: test mkfs.xfs config files
 2021-01-24 13:33 UTC  (6+ messages)

[PATCHSET 0/3] xfs: speed up parallel workqueues
 2021-01-24  9:57 UTC  (7+ messages)
` [PATCH 1/3] xfs: increase the default parallelism levels of pwork clients
` [PATCH 2/3] xfs: use unbounded workqueues for parallel work
` [PATCH 3/3] xfs: set WQ_SYSFS on all workqueues

[PATCHSET v2 0/4] xfs: minor cleanups of the quota functions
 2021-01-24  9:33 UTC  (6+ messages)
` [PATCH 1/4] xfs: clean up quota reservation callsites
` [PATCH 2/4] xfs: clean up quota reservation wrappers
` [PATCH 3/4] xfs: create convenience wrappers for incore quota block reservations
` [PATCH 4/4] xfs: clean up icreate quota reservation calls

[ANNOUNCE] xfs-linux: for-next updated to ae29e4220fd3
 2021-01-23 19:41 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 213f627104da
 2021-01-23 19:28 UTC 

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

[PATCHSET v4 0/9] xfs: consolidate posteof and cowblocks cleanup
 2021-01-23 18:54 UTC  (10+ messages)
` [PATCH 1/9] xfs: relocate the eofb/cowb workqueue functions
` [PATCH 2/9] xfs: hide xfs_icache_free_eofblocks
` [PATCH 3/9] xfs: hide xfs_icache_free_cowblocks
` [PATCH 4/9] xfs: remove trivial eof/cowblocks functions
` [PATCH 5/9] xfs: consolidate incore inode radix tree posteof/cowblocks tags
` [PATCH 6/9] xfs: consolidate the eofblocks and cowblocks workers
` [PATCH 7/9] xfs: only walk the incore inode tree once per blockgc scan
` [PATCH 8/9] xfs: rename block gc start and stop functions
` [PATCH 9/9] xfs: parallelize block preallocation garbage collection

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

reduce sub-block DIO serialisation v3
 2021-01-22 10:20 UTC  (16+ messages)
` [PATCH 04/11] xfs: remove the buffered I/O fallback assert
` [PATCH 05/11] xfs: simplify the read/write tracepoints
` [PATCH 06/11] xfs: improve the reflink_bounce_dio_write tracepoint
` [PATCH 09/11] iomap: pass a flags argument to iomap_dio_rw
` [PATCH 10/11] iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag
` [PATCH 11/11] xfs: reduce exclusive locking on unaligned dio

[PATCH] xfs: set inode size after creating symlink
 2021-01-22  8:02 UTC  (5+ messages)

[PATCH v2 0/9] xfs: rework log quiesce to cover the log
 2021-01-22  3:48 UTC  (18+ messages)
` [PATCH v2 1/9] xfs: sync lazy sb accounting on quiesce of read-only mounts
` [PATCH v2 2/9] xfs: lift writable fs check up into log worker task
` [PATCH v2 3/9] xfs: separate log cleaning from log quiesce
` [PATCH v2 4/9] xfs: cover the log during "
` [PATCH v2 5/9] xfs: don't reset log idle state on covering checkpoints
` [PATCH v2 6/9] xfs: fold sbcount quiesce logging into log covering
` [PATCH v2 7/9] xfs: remove duplicate wq cancel and log force from attr quiesce
` [PATCH v2 8/9] xfs: remove xfs_quiesce_attr()
` [PATCH v2 9/9] xfs: cover the log on freeze instead of cleaning it

[xfstests PATCH v2] generic: test for lazytime timestamp updates
 2021-01-22  1:44 UTC 

[PATCH v8 0/8] add support for direct I/O with fscrypt using blk-crypto
 2021-01-21 23:03 UTC  (9+ messages)
` [PATCH v8 1/8] block: blk-crypto-fallback: handle data unit split across multiple bvecs
` [PATCH v8 2/8] block: blk-crypto: relax alignment requirements for bvecs in bios
` [PATCH v8 3/8] fscrypt: add functions for direct I/O support
` [PATCH v8 4/8] direct-io: add support for fscrypt using blk-crypto
` [PATCH v8 5/8] iomap: support direct I/O with "
` [PATCH v8 6/8] ext4: "
` [PATCH v8 7/8] f2fs: "
` [PATCH v8 8/8] fscrypt: update documentation for direct I/O support

[PATCH RFC 1/1] xfs: refactor xfs_attr_set follow up
 2021-01-21 18:47 UTC  (2+ messages)

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


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