public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-11 20:19:10 to 2024-11-14 15:28:03 UTC [more...]

[PATCHSET v5 0/17] Uncached buffered IO
 2024-11-14 15:25 UTC  (2+ messages)
` [PATCH 01/17] mm/filemap: change filemap_create_folio() to take a struct kiocb

[PATCH v7 00/18] fanotify: add pre-content hooks
 2024-11-14 15:01 UTC  (46+ messages)
` [PATCH v7 01/18] fsnotify: opt-in for permission events at file_open_perm() time
` [PATCH v7 02/18] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v7 03/18] fanotify: rename a misnamed constant
` [PATCH v7 04/18] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v7 05/18] fsnotify: introduce pre-content permission events
` [PATCH v7 06/18] fsnotify: pass optional file access range in pre-content event
` [PATCH v7 07/18] fsnotify: generate pre-content permission event on open
` [PATCH v7 08/18] fsnotify: generate pre-content permission event on truncate
` [PATCH v7 09/18] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v7 10/18] fanotify: report file range info with pre-content events
` [PATCH v7 11/18] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v7 12/18] fanotify: add a helper to check for pre content events
` [PATCH v7 13/18] fanotify: disable readahead if we have pre-content watches
` [PATCH v7 14/18] mm: don't allow huge faults for files with pre content watches
` [PATCH v7 15/18] fsnotify: generate pre-content permission event on page fault
` [PATCH v7 16/18] xfs: add pre-content fsnotify hook for write faults
` [PATCH v7 17/18] btrfs: disable defrag on pre-content watched files
` [PATCH v7 18/18] fs: enable pre-content events on supported file systems

[RFC 0/8] enable bs > ps for block devices
 2024-11-14 13:47 UTC  (17+ messages)
` [RFC 1/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [RFC 2/8] fs/mpage: avoid negative shift for large blocksize
` [RFC 3/8] fs/buffer: restart block_read_full_folio() to avoid array overflow
` [RFC 4/8] fs/buffer fs/mpage: remove large folio restriction
` [RFC 5/8] block/bdev: enable large folio support for large logical block sizes
` [RFC 6/8] block/bdev: lift block size restrictions and use common definition
` [RFC 7/8] nvme: remove superfluous block size check
` [RFC 8/8] bdev: use bdev_io_min() for statx block size

[PATCH v4 00/14] forcealign for xfs
 2024-11-14 12:48 UTC  (11+ messages)

[PATCH 0/2] generic: Addition of new tests for extsize hints
 2024-11-14  9:45 UTC  (4+ messages)
` [PATCH 2/2] "

[GIT PULLBOMB v5.7] xfs: metadata directories and realtime groups
 2024-11-14  8:48 UTC  (13+ messages)
` [GIT PULL 01/10] xfs: convert perag to use xarrays
` [GIT PULL 02/10] xfs: create a generic allocation group structure
` [GIT PULL 03/10] xfs: metadata inode directory trees
` [GIT PULL 04/10] xfs: create incore rt allocation groups
` [GIT PULL 05/10] xfs: preparation for realtime "
` [GIT PULL 06/10] xfs: shard the realtime section
` [GIT PULL 07/10] xfs: persist quota options with metadir
` [GIT PULL 08/10] xfs: enable quota for realtime volumes
` [GIT PULL 09/10] xfs: enable metadir
` [GIT PULL 10/10] xfs: improve ondisk structure checks

[GIT PULLBOMB v5.6] xfs: metadata directories and realtime groups
 2024-11-14  6:16 UTC  (12+ messages)
` [GIT PULL 01/10] xfs: convert perag to use xarrays
` [GIT PULL 02/10] xfs: create a generic allocation group structure
` [GIT PULL 03/10] xfs: metadata inode directory trees
` [GIT PULL 04/10] xfs: create incore rt allocation groups
` [GIT PULL 05/10] xfs: preparation for realtime "
` [GIT PULL 06/10] xfs: shard the realtime section
` [GIT PULL 07/10] xfs: persist quota options with metadir
` [GIT PULL 08/10] xfs: enable quota for realtime volumes
` [GIT PULL 09/10] xfs: enable metadir
` [GIT PULL 10/10] xfs: improve ondisk structure checks

[PATCHSET] fstests: random fixes for v2024.10.28
 2024-11-14  5:30 UTC  (9+ messages)
` [PATCH 1/3] xfs/273: check thoroughness of the mappings
` [PATCH 2/3] xfs/185: don't fail when rtfile is larger than rblocks
` [PATCH 3/3] generic/757: fix various bugs in this test

[PATCH v2 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-14  2:34 UTC  (7+ messages)
` [PATCH v2 2/2] xfs: clean up xfs_end_ioend() to reuse local variables

[syzbot] [xfs?] WARNING in mod_delayed_work_on (2)
 2024-11-14  0:37 UTC  (2+ messages)

xfs deadlock on mm-unstable kernel?
 2024-11-13 22:23 UTC  (4+ messages)

linux-next: Signed-off-by missing for commit in the xfs tree
 2024-11-13 21:13 UTC 

[PATCH v2] xfs: remove unknown compat feature check in superblock write validation
 2024-11-13  9:17 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 5877dc24be5d
 2024-11-13  9:15 UTC 

[PATCH 0/3] xfs: miscellaneous bug fixes
 2024-11-13  8:50 UTC  (15+ messages)
` [PATCH 1/3] xfs: fix sparse inode limits on runt AG
` [PATCH 2/3] xfs: delalloc and quota softlimit timers are incoherent
` [PATCH 3/3] xfs: prevent mount and log shutdown race

[PATCHSET v3 0/16] Uncached buffered IO
 2024-11-12 18:47 UTC  (37+ messages)
` [PATCH 01/16] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/16] mm/readahead: add folio allocation helper
` [PATCH 03/16] mm: add PG_uncached page flag
` [PATCH 04/16] mm/readahead: add readahead_control->uncached member
` [PATCH 05/16] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/16] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/16] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/16] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/16] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/16] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 11/16] mm: add FGP_UNCACHED folio creation flag
` [PATCH 12/16] ext4: add RWF_UNCACHED write support
` [PATCH 13/16] iomap: make buffered writes work with RWF_UNCACHED
` [PATCH 14/16] xfs: punt uncached write completions to the completion wq
` [PATCH 15/16] xfs: flag as supporting FOP_UNCACHED
` [PATCH 16/16] btrfs: add support for uncached writes

[PATCH v6 00/17] fanotify: add pre-content hooks
 2024-11-12 17:27 UTC  (32+ messages)
` [PATCH v6 02/17] fanotify: rename a misnamed constant
` [PATCH v6 03/17] fanotify: reserve event bit of deprecated FAN_DIR_MODIFY
` [PATCH v6 04/17] fsnotify: introduce pre-content permission events
` [PATCH v6 05/17] fsnotify: pass optional file access range in pre-content event
` [PATCH v6 06/17] fsnotify: generate pre-content permission event on open
` [PATCH v6 07/17] fsnotify: generate pre-content permission event on truncate
` [PATCH v6 08/17] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v6 09/17] fanotify: report file range info with pre-content events
` [PATCH v6 10/17] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v6 11/17] fanotify: add a helper to check for pre content events
` [PATCH v6 12/17] fanotify: disable readahead if we have pre-content watches
` [PATCH v6 13/17] mm: don't allow huge faults for files with pre content watches
` [PATCH v6 14/17] fsnotify: generate pre-content permission event on page fault
` [PATCH v6 15/17] xfs: add pre-content fsnotify hook for write faults
` [PATCH v6 16/17] btrfs: disable defrag on pre-content watched files
` [PATCH v6 17/17] fs: enable pre-content events on supported file systems

[PATCH] xfs: Reduce unnecessary searches when searching for the best extents
 2024-11-11 21:43 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 67297671cbae
 2024-11-11 21:43 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox