messages from 2024-11-05 22:33:33 to 2024-11-12 17:56:35 UTC [more...]
[PATCH v7 00/18] fanotify: add pre-content hooks
2024-11-12 17:55 UTC (5+ 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 v6 00/17] fanotify: add pre-content hooks
2024-11-12 17:27 UTC (33+ messages)
` [PATCH v6 01/17] fanotify: don't skip extra event info if no info_mode is set
` [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
[PATCHSET v3 0/16] Uncached buffered IO
2024-11-12 17:16 UTC (34+ 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
xfs deadlock on mm-unstable kernel?
2024-11-12 17:14 UTC (3+ messages)
[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)
[PATCH] iomap: fix zero padding data issue in concurrent append writes
2024-11-11 14:16 UTC (5+ messages)
[PATCH] iomap: drop an obsolete comment in iomap_dio_bio_iter
2024-11-11 13:36 UTC (2+ messages)
[PATCH] xfs: remove unknown compat feature check in superblock write validation
2024-11-11 2:14 UTC (4+ messages)
[PATCH 0/5] *** Introduce new space allocation algorithm ***
2024-11-11 2:04 UTC (6+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 59b723cd2adb
2024-11-10 16:49 UTC (2+ messages)
[PATCH v1] xfs_io: add support for atomic write statx fields
2024-11-09 16:29 UTC (2+ messages)
[PATCH] xfs: fix off-by-one error in fsmap's end_daddr usage
2024-11-09 16:19 UTC (4+ messages)
` [PATCH] xfs/273: check thoroughness of the fsmappings
[PATCH 0/2] Some boundary error bugfix related to XFS fsmap
2024-11-09 2:34 UTC (13+ messages)
` [PATCH 1/2] xfs: Fix missing block calculations in xfs datadev fsmap
` [PATCH 2/2] xfs: Fix incorrect parameter calculation in rt fsmap
slab warning: kmem_cache of name 'dm_bufio_buffer' already exists
2024-11-08 14:56 UTC (2+ messages)
[PATCHBOMB 6.13 v5.6] xfs-docs: metadata directories and realtime groups
2024-11-08 14:17 UTC (14+ messages)
` [PATCHSET v5.6 1/2] xfs-documentation: document metadata directories
` [PATCH 1/3] design: move superblock documentation to a separate file
` [PATCH 2/3] design: document the actual ondisk superblock
` [PATCH 3/3] design: document the changes required to handle metadata directories
` [PATCHSET v5.6 2/2] xfs-documentation: shard the realtime section
` [PATCH 1/4] design: move discussion of realtime volumes to a separate section
` [PATCH 2/4] design: document realtime groups
` [PATCH 3/4] design: document metadata directory tree quota changes
` [PATCH 4/4] design: update metadump v2 format to reflect rt dumps
[PATCH v2] xfs: check the remaining length of extent after roundup
2024-11-08 9:32 UTC (3+ messages)
[PATCH] xfs/157: mkfs does not need a specific fssize
2024-11-07 23:53 UTC (13+ messages)
[PATCHBOMB 6.13 v5.5] xfs-docs: metadata directories and realtime groups
2024-11-07 15:58 UTC (20+ messages)
` [PATCHSET v31.5 1/3] xfs-documentation: last few updates for online fsck
` [PATCH 1/2] design: update metadata reconstruction chapter
` [PATCH 2/2] design: document filesystem properties
` [PATCHSET v5.5 2/3] xfs-documentation: document metadata directories
` [PATCH 1/1] design: document the changes required to handle "
` [PATCHSET v5.5 3/3] xfs-documentation: shard the realtime section
` [PATCH 1/4] design: move discussion of realtime volumes to a separate section
` [PATCH 2/4] design: document realtime groups
` [PATCH 3/4] design: document metadata directory tree quota changes
` [PATCH 4/4] design: update metadump v2 format to reflect rt dumps
[ANNOUNCE v2] work tree for untorn filesystem writes
2024-11-07 13:49 UTC (4+ messages)
[ANNOUNCE] work tree for untorn filesystem writes
2024-11-07 13:38 UTC (9+ messages)
[PATCH] xfs: fix extent length after xfs_alloc_compute_diff()
2024-11-07 8:46 UTC (2+ messages)
[GIT PULLBOMB v5.5] xfs: metadata directories and realtime groups
2024-11-05 23:52 UTC (11+ 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 v5.5 10/10] xfs: improve ondisk structure checks
2024-11-05 22:42 UTC (4+ messages)
` [PATCH 1/3] xfs: convert struct typedefs in xfs_ondisk.h
` [PATCH 2/3] xfs: separate space btree structures "
` [PATCH 3/3] xfs: port ondisk structure checks from xfs/122 to the kernel
[PATCHSET v5.5 09/10] xfs: enable metadir
2024-11-05 22:41 UTC (3+ messages)
` [PATCH 1/2] xfs: update sb field checks when metadir is turned on
` [PATCH 2/2] xfs: enable metadata directory feature
[PATCHSET v5.5 08/10] xfs: enable quota for realtime volumes
2024-11-05 22:41 UTC (7+ messages)
` [PATCH 1/6] xfs: fix chown with rt quota
` [PATCH 2/6] xfs: advertise realtime quota support in the xqm stat files
` [PATCH 3/6] xfs: report realtime block quota limits on realtime directories
` [PATCH 4/6] xfs: create quota preallocation watermarks for realtime quota
` [PATCH 5/6] xfs: reserve quota for realtime files correctly
` [PATCH 6/6] xfs: enable realtime quota again
[PATCHSET v5.5 07/10] xfs: persist quota options with metadir
2024-11-05 22:39 UTC (5+ messages)
` [PATCH 1/4] xfs: refactor xfs_qm_destroy_quotainos
` [PATCH 2/4] xfs: use metadir for quota inodes
` [PATCH 3/4] xfs: scrub quota file metapaths
` [PATCH 4/4] xfs: persist quota flags with metadir
[PATCHSET v5.5 06/10] xfs: shard the realtime section
2024-11-05 22:38 UTC (22+ messages)
` [PATCH 14/34] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 15/34] xfs: store rtgroup information with a bmap intent
` [PATCH 16/34] xfs: force swapext to a realtime file to use the file content exchange ioctl
` [PATCH 17/34] xfs: support logging EFIs for realtime extents
` [PATCH 18/34] xfs: support error injection when freeing rt extents
` [PATCH 19/34] xfs: use realtime EFI to free extents when rtgroups are enabled
` [PATCH 20/34] xfs: don't merge ioends across RTGs
` [PATCH 21/34] xfs: make the RT allocator rtgroup aware
` [PATCH 22/34] xfs: don't coalesce file mappings that cross rtgroup boundaries in scrub
` [PATCH 23/34] xfs: scrub the realtime group superblock
` [PATCH 24/34] xfs: repair "
` [PATCH 25/34] xfs: scrub metadir paths for rtgroup metadata
` [PATCH 26/34] xfs: mask off the rtbitmap and summary inodes when metadir in use
` [PATCH 27/34] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries
` [PATCH 28/34] xfs: create helpers to deal with rounding xfs_filblks_t "
` [PATCH 29/34] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
` [PATCH 30/34] xfs: adjust min_block usage in xfs_verify_agbno
` [PATCH 31/34] xfs: move the min and max group block numbers to xfs_group
` [PATCH 32/34] xfs: port the perag discard code to handle generic groups
` [PATCH 33/34] xfs: implement busy extent tracking for rtgroups
` [PATCH 34/34] xfs: use rtgroup busy extent list for FITRIM
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox