Linux XFS
[Prev Page][Next Page]
- [PATCH 09/10] xfs: stop the steal (of data blocks for RT indirect blocks), (continued)
- [PATCH 00/13] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
- [PATCH 02/13] fs: Allow fine-grained control of folio sizes, Pankaj Raghav (Samsung)
- [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache, Pankaj Raghav (Samsung)
- [PATCH 04/13] filemap: use mapping_min_order while allocating folios, Pankaj Raghav (Samsung)
- [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order, Pankaj Raghav (Samsung)
- [PATCH 07/13] readahead: rework loop in page_cache_ra_unbounded(), Pankaj Raghav (Samsung)
- [PATCH 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra, Pankaj Raghav (Samsung)
- [PATCH 09/13] mm: do not split a folio if it has minimum folio order requirement, Pankaj Raghav (Samsung)
- [PATCH 08/13] readahead: allocate folios with mapping_min_order in ra_(unbounded|order), Pankaj Raghav (Samsung)
- [PATCH 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size, Pankaj Raghav (Samsung)
- [PATCH 11/13] xfs: expose block size in stat, Pankaj Raghav (Samsung)
- [PATCH 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Pankaj Raghav (Samsung)
- [PATCH 13/13] xfs: enable block size larger than page size support, Pankaj Raghav (Samsung)
- [PATCH 01/13] mm: Support order-1 folios in the page cache, Pankaj Raghav (Samsung)
- [ANNOUNCE] xfs-linux: for-next updated to 8a800a1e9004, Chandan Babu R
- [PATCH] xfs: remove SLAB_MEM_SPREAD flag usage,
chengming . zhou
- [PATCH] xfs: fix scrub stats file permissions,
Darrick J. Wong
- [PRBOMB] xfs: online repair patches for 6.9,
Darrick J. Wong
- [GIT PULL 1/18] xfs: repair inode mode by scanning dirs, Darrick J. Wong
- [GIT PULL 2/18] xfs: online repair of quota counters, Darrick J. Wong
- [GIT PULL 3/18] xfs: online repair of file link counts, Darrick J. Wong
- [GIT PULL 4/18] xfs: report corruption to the health trackers, Darrick J. Wong
- [GIT PULL 5/18] xfs: indirect health reporting, Darrick J. Wong
- [GIT PULL 6/18] xfs: online repair for fs summary counters, Darrick J. Wong
- [GIT PULL 7/18] xfs: move btree geometry to ops struct, Darrick J. Wong
- [GIT PULL 8/18] xfs: remove bc_btnum from btree cursors, Darrick J. Wong
- [GIT PULL 9/18] xfs: btree check cleanups, Darrick J. Wong
- [GIT PULL 10/18] xfs: btree readahead cleanups, Darrick J. Wong
- [GIT PULL 11/18] xfs: buftarg cleanups, Darrick J. Wong
- [GIT PULL 12/18] xfs: support in-memory btrees, Darrick J. Wong
- [GIT PULL 13/18] xfs: online repair of rmap btrees, Darrick J. Wong
- [GIT PULL 14/18] xfs: reduce refcount repair memory usage, Darrick J. Wong
- [GIT PULL 15/18] xfs: bmap log intent cleanups, Darrick J. Wong
- [GIT PULL 16/18] xfs: widen BUI formats to support realtime, Darrick J. Wong
- [GIT PULL 17/18] xfs: support attrfork and unwritten BUIs, Darrick J. Wong
- [GIT PULL 18/18] xfs: clean up symbolic link code, Darrick J. Wong
- Re: [PRBOMB] xfs: online repair patches for 6.9, Chandan Babu R
- Re: [PRBOMB] xfs: online repair patches for 6.9, Christoph Hellwig
- [PATCHBOMB] time_stats, thread_with_file: lifting generic code to lib,
Darrick J. Wong
- [PATCHSET 1/6] time_stats: promote to lib/, Darrick J. Wong
- [PATCHSET 2/6] time_stats: cleanups and fixes, Darrick J. Wong
- [PATCH 01/10] time_stats: report lifetime of the stats object, Darrick J. Wong
- [PATCH 02/10] time_stats: split stats-with-quantiles into a separate structure, Darrick J. Wong
- [PATCH 03/10] time_stats: fix struct layout bloat, Darrick J. Wong
- [PATCH 04/10] time_stats: add larger units, Darrick J. Wong
- [PATCH 05/10] time_stats: don't print any output if event count is zero, Darrick J. Wong
- [PATCH 06/10] time_stats: allow custom epoch names, Darrick J. Wong
- [PATCH 07/10] mean_and_variance: put struct mean_and_variance_weighted on a diet, Darrick J. Wong
- [PATCH 08/10] time_stats: shrink time_stat_buffer for better alignment, Darrick J. Wong
- [PATCH 09/10] time_stats: report information in json format, Darrick J. Wong
- [PATCH 10/10] time_stats: Kill TIME_STATS_HAVE_QUANTILES, Darrick J. Wong
- [PATCHSET RFC 3/6] xfs: capture statistics about wait times, Darrick J. Wong
- [PATCHSET 4/6] thread_with_file: promote to lib/, Darrick J. Wong
- [PATCH 01/10] bcachefs: thread_with_stdio: eliminate double buffering, Darrick J. Wong
- [PATCH 02/10] bcachefs: thread_with_stdio: convert to darray, Darrick J. Wong
- [PATCH 03/10] bcachefs: thread_with_stdio: kill thread_with_stdio_done(), Darrick J. Wong
- [PATCH 04/10] bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline(), Darrick J. Wong
- [PATCH 05/10] bcachefs: Thread with file documentation, Darrick J. Wong
- [PATCH 06/10] darray: lift from bcachefs, Darrick J. Wong
- [PATCH 07/10] thread_with_file: Lift from bcachefs, Darrick J. Wong
- [PATCH 08/10] thread_with_stdio: Mark completed in ->release(), Darrick J. Wong
- [PATCH 09/10] kernel/hung_task.c: export sysctl_hung_task_timeout_secs, Darrick J. Wong
- [PATCH 10/10] thread_with_stdio: suppress hung task warning, Darrick J. Wong
- [PATCHSET 5/6] thread_with_file: cleanups and fixes, Darrick J. Wong
- [PATCHSET RFC 6/6] xfs: live health monitoring of filesystems, Darrick J. Wong
- [PATCHSET RFC] xfsprogs: live health monitoring of filesystems, Darrick J. Wong
- [FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str(),
Steven Rostedt
- [bug report] xfs: convert kmem_zalloc() to kzalloc(), Dan Carpenter
- bring back RT delalloc support v2,
Christoph Hellwig
- [PATCH 01/10] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions, Christoph Hellwig
- [PATCH 02/10] xfs: move RT inode locking out of __xfs_bunmapi, Christoph Hellwig
- [PATCH 03/10] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive, Christoph Hellwig
- [PATCH 04/10] xfs: split xfs_mod_freecounter, Christoph Hellwig
- [PATCH 05/10] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc, Christoph Hellwig
- [PATCH 06/10] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay, Christoph Hellwig
- [PATCH 07/10] xfs: support RT inodes in xfs_mod_delalloc, Christoph Hellwig
- [PATCH 08/10] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations, Christoph Hellwig
- [PATCH 09/10] xfs: stop the steal (of data blocks for RT indirect blocks), Christoph Hellwig
- [PATCH 10/10] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1), Christoph Hellwig
- [PATCH v2] xfs: fix log recovery erroring out on refcount recovery failure,
Darrick J. Wong
- [LSF/MM/BPF TOPIC] no tears atomics & LBS,
Luis Chamberlain
- [ANNOUNCE] xfs-linux: for-next updated to 4b2f459d8625, Chandan Babu R
- [PATCH] xfs: don't use current->journal_info,
Dave Chinner
- [PATCH] generic/449: don't run with RT devices,
Christoph Hellwig
- [ANNOUNCE] xfs-linux: for-next updated to 7d5ba7ca6a45, Chandan Babu R
- [PATCH] xfs: fix SEEK_HOLE/DATA for regions with active COW extents,
Dave Chinner
- [PATCH -next] iomap: add pos and dirty_len into trace_iomap_writepage_map,
Zhang Yi
- [goldwynr:buffered-iomap] [iomap] 5ade73f9dd: BUG:KASAN:slab-use-after-free_in_ifs_free, kernel test robot
- [PATCH] xfs: use kvfree in xfs_ioc_getfsmap(),
Dave Chinner
- [PATCH] xfs: use kvfree() in xfs_ioc_attr_list(),
Dave Chinner
- [PATCH v6 0/3] Remove the XFS mrlock,
Matthew Wilcox (Oracle)
- [ANNOUNCE] xfs-linux: for-next updated to 49c379d3a72a, Chandan Babu R
- bring back RT delalloc support,
Christoph Hellwig
- put the xfs xfile abstraction on a diet v4,
Christoph Hellwig
- [PATCH 01/22] mm: move mapping_set_update out of <linux/swap.h>, Christoph Hellwig
- [PATCH 02/22] shmem: move shmem_mapping out of line, Christoph Hellwig
- [PATCH 03/22] shmem: set a_ops earlier in shmem_symlink, Christoph Hellwig
- [PATCH 04/22] shmem: move the shmem_mapping assert into shmem_get_folio_gfp, Christoph Hellwig
- [PATCH 05/22] shmem: export shmem_get_folio, Christoph Hellwig
- [PATCH 06/22] shmem: export shmem_kernel_file_setup, Christoph Hellwig
- [PATCH 07/22] shmem: document how to "persist" data when using shmem_*file_setup, Christoph Hellwig
- [PATCH 08/22] xfs: use VM_NORESERVE in xfile_create, Christoph Hellwig
- [PATCH 09/22] xfs: shmem_file_setup can't return NULL, Christoph Hellwig
- [PATCH 10/22] xfs: use shmem_kernel_file_setup in xfile_create, Christoph Hellwig
- [PATCH 11/22] xfs: don't modify file and inode flags for shmem files, Christoph Hellwig
- [PATCH 12/22] xfs: remove xfile_stat, Christoph Hellwig
- [PATCH 13/22] xfs: remove the xfile_pread/pwrite APIs, Christoph Hellwig
- [PATCH 14/22] xfs: don't try to handle non-update pages in xfile_obj_load, Christoph Hellwig
- [PATCH 15/22] xfs: don't allow highmem pages in xfile mappings, Christoph Hellwig
- [PATCH 16/22] xfs: use shmem_get_folio in xfile_obj_store, Christoph Hellwig
- [PATCH 18/22] xfs: add file_{get,put}_folio, Christoph Hellwig
- [PATCH 17/22] xfs: use shmem_get_folio in in xfile_load, Christoph Hellwig
- [PATCH 19/22] xfs: remove xfarray_sortinfo.page_kaddr, Christoph Hellwig
- [PATCH 20/22] xfs: fix a comment in xfarray.c, Christoph Hellwig
- [PATCH 21/22] xfs: convert xfarray_pagesort to deal with large folios, Christoph Hellwig
- [PATCH 22/22] xfs: remove xfile_{get,put}_page, Christoph Hellwig
- Re: put the xfs xfile abstraction on a diet v4, Andrew Morton
- Re: put the xfs xfile abstraction on a diet v4, Hugh Dickins
- Re: put the xfs xfile abstraction on a diet v4, Chandan Babu R
- xfsprogs_6.6.0-1_source.changes ACCEPTED into unstable, Debian FTP Masters
- Processing of xfsprogs_6.6.0-1_source.changes, Debian FTP Masters
- [PATCH] xfs: use kvfree for buf in xfs_ioc_getbmap,
Christoph Hellwig
- [ANNOUNCE] xfsprogs: for-next updated to 53d96fc6b, Carlos Maiolino
- [PATCH v6 0/9] Introduce cpu_dcache_is_aliasing() to fix DAX regression,
Mathieu Desnoyers
- [PATCH v2] nvdimm/pmem: Fix leak on dax_add_host() failure,
Mathieu Desnoyers
- [PATCH 00/35] xfsprogs: libxfs-sync for 6.7,
cem
- [PATCH 02/35] xfs: hoist freeing of rt data fork extent mappings, cem
- [PATCH 01/35] xfs: bump max fsgeom struct version, cem
- [PATCH 04/35] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h, cem
- [PATCH 05/35] xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator, cem
- [PATCH 07/35] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t, cem
- [PATCH 08/35] xfs: rename xfs_verify_rtext to xfs_verify_rtbext, cem
- [PATCH 10/35] xfs: create a helper to convert rtextents to rtblocks, cem
- [PATCH 09/35] xfs: convert rt extent numbers to xfs_rtxnum_t, cem
- [PATCH 12/35] xfs: create a helper to convert extlen to rtextlen, cem
- [PATCH 13/35] xfs: create helpers to convert rt block numbers to rt extent numbers, cem
- [PATCH 15/35] xfs: create rt extent rounding helpers for realtime extent blocks, cem
- [PATCH 17/35] xfs: convert the rtbitmap block and bit macros to static inline functions, cem
- [PATCH 18/35] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros, cem
- [PATCH 16/35] xfs: use shifting and masking when converting rt extents, if possible, cem
- [PATCH 20/35] xfs: convert rt summary macros to helpers, cem
- [PATCH 22/35] xfs: create helpers for rtbitmap block/wordcount computations, cem
- [PATCH 21/35] xfs: convert to new timestamp accessors, cem
- [PATCH 23/35] xfs: create a helper to handle logging parts of rt bitmap/summary blocks, cem
- [PATCH 25/35] xfs: create helpers for rtsummary block/wordcount computations, cem
- [PATCH 26/35] xfs: use accessor functions for summary info words, cem
- [PATCH 24/35] xfs: use accessor functions for bitmap words, cem
- [PATCH 27/35] xfs: consolidate realtime allocation arguments, cem
- [PATCH 28/35] xfs: cache last bitmap block in realtime allocator, cem
- [PATCH 29/35] xfs: simplify xfs_rtbuf_get calling conventions, cem
- [PATCH 30/35] xfs: simplify rt bitmap/summary block accessor functions, cem
- [PATCH 03/35] xfs: fix units conversion error in xfs_bmap_del_extent_delay, cem
- [PATCH 31/35] xfs: invert the realtime summary cache, cem
- [PATCH 32/35] xfs: factor out xfs_defer_pending_abort, cem
- [PATCH 33/35] xfs: abort intent items when recovery intents fail, cem
- [PATCH 35/35] xfs: inode recovery does not validate the recovered inode, cem
- [PATCH 34/35] xfs: fix internal error from AGFL exhaustion, cem
- [PATCH 19/35] xfs: convert open-coded xfs_rtword_t pointer accesses to helper, cem
- [PATCH 14/35] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls, cem
- [PATCH 11/35] xfs: create a helper to compute leftovers of realtime extents, cem
- [PATCH 06/35] xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t, cem
- Re: [PATCH 00/35] xfsprogs: libxfs-sync for 6.7, Christoph Hellwig
- decrufify the configure checks v2,
Christoph Hellwig
- [PATCH 02/26] include: unconditionally define umode_t, Christoph Hellwig
- [PATCH 01/26] include: remove the filldir_t typedef, Christoph Hellwig
- [PATCH 03/26] repair: refactor the BLKMAP_NEXTS_MAX check, Christoph Hellwig
- [PATCH 04/26] include: stop using SIZEOF_LONG, Christoph Hellwig
- [PATCH 05/26] include: stop generating platform_defs.h, Christoph Hellwig
- [PATCH 06/26] io: don't redefine SEEK_DATA and SEEK_HOLE, Christoph Hellwig
- [PATCH 07/26] configure: don't check for getmntent, Christoph Hellwig
- [PATCH 08/26] configure: require libblkid, Christoph Hellwig
- [PATCH 09/26] configure: don't check for fadvise, Christoph Hellwig
- [PATCH 10/26] configure: don't check for sendfile, Christoph Hellwig
- [PATCH 12/26] configure: don't check for mincor, Christoph Hellwig
- [PATCH 11/26] configure: don't check for madvise, Christoph Hellwig
- [PATCH 13/26] configure: don't check for fiemap, Christoph Hellwig
- [PATCH 14/26] configure: don't check for sync_file_range, Christoph Hellwig
- [PATCH 15/26] configure: don't check for readdir, Christoph Hellwig
- [PATCH 17/26] configure: don't check for fallocate, Christoph Hellwig
- [PATCH 16/26] configure: don't check for fls, Christoph Hellwig
- [PATCH 18/26] configure: don't check for syncfs, Christoph Hellwig
- [PATCH 19/26] configure: don't check for preadv and pwritev, Christoph Hellwig
- [PATCH 21/26] configure: don't check for fsetxattr, Christoph Hellwig
- [PATCH 20/26] configure: don't check for mremap, Christoph Hellwig
- [PATCH 23/26] configure: don't check for openat, Christoph Hellwig
- [PATCH 24/26] configure: don't check for fstatat, Christoph Hellwig
- [PATCH 22/26] configure: don't check for the f_flags field in statfs, Christoph Hellwig
- [PATCH 26/26] configure: don't check for HDIO_GETGEO, Christoph Hellwig
- [PATCH 25/26] configure: don't check for SG_IO, Christoph Hellwig
- [PATCH] xfs: skip background cowblock trims on inodes open for write,
Brian Foster
- [ANNOUNCE] xfs-linux: for-next updated to 9ee85f235efe,
Chandan Babu R
- [RFC v2 00/14] enable bs > ps in XFS,
Pankaj Raghav (Samsung)
- [RFC v2 01/14] fs: Allow fine-grained control of folio sizes, Pankaj Raghav (Samsung)
- [RFC v2 02/14] filemap: align the index to mapping_min_order in the page cache, Pankaj Raghav (Samsung)
- [RFC v2 04/14] readahead: set file_ra_state->ra_pages to be at least mapping_min_order, Pankaj Raghav (Samsung)
- [RFC v2 03/14] filemap: use mapping_min_order while allocating folios, Pankaj Raghav (Samsung)
- [RFC v2 05/14] readahead: align index to mapping_min_order in ondemand_ra and force_ra, Pankaj Raghav (Samsung)
- [RFC v2 06/14] readahead: rework loop in page_cache_ra_unbounded(), Pankaj Raghav (Samsung)
- [RFC v2 07/14] readahead: allocate folios with mapping_min_order in ra_(unbounded|order), Pankaj Raghav (Samsung)
- [RFC v2 08/14] mm: do not split a folio if it has minimum folio order requirement, Pankaj Raghav (Samsung)
- [RFC v2 09/14] mm: Support order-1 folios in the page cache, Pankaj Raghav (Samsung)
- [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size, Pankaj Raghav (Samsung)
- [RFC v2 11/14] xfs: expose block size in stat, Pankaj Raghav (Samsung)
- [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Pankaj Raghav (Samsung)
- [RFC v2 13/14] xfs: add an experimental CONFIG_XFS_LBS option, Pankaj Raghav (Samsung)
- [RFC v2 14/14] xfs: enable block size larger than page size support, Pankaj Raghav (Samsung)
- [PATCH] debian: Increase build verbosity, add terse support,
Bastian Germann
- [PATCH v4 00/25] fs-verity support for XFS,
Andrey Albershteyn
- [PATCH v4 01/25] fsverity: remove hash page spin lock, Andrey Albershteyn
- [PATCH v4 02/25] xfs: add parent pointer support to attribute code, Andrey Albershteyn
- [PATCH v4 03/25] xfs: define parent pointer ondisk extended attribute format, Andrey Albershteyn
- [PATCH v4 04/25] xfs: add parent pointer validator functions, Andrey Albershteyn
- [PATCH v4 05/25] fs: add FS_XFLAG_VERITY for verity files, Andrey Albershteyn
- [PATCH v4 06/25] fsverity: pass log_blocksize to end_enable_verity(), Andrey Albershteyn
- [PATCH v4 07/25] fsverity: support block-based Merkle tree caching, Andrey Albershteyn
- [PATCH v4 09/25] fsverity: add tracepoints, Andrey Albershteyn
- [PATCH v4 10/25] iomap: integrate fsverity verification into iomap's read path, Andrey Albershteyn
- [PATCH v4 11/25] xfs: add XBF_VERITY_SEEN xfs_buf flag, Andrey Albershteyn
- [PATCH v4 12/25] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer, Andrey Albershteyn
- [PATCH v4 13/25] xfs: introduce workqueue for post read IO work, Andrey Albershteyn
- [PATCH v4 14/25] xfs: add attribute type for fs-verity, Andrey Albershteyn
- [PATCH v4 16/25] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer, Andrey Albershteyn
- [PATCH v4 15/25] xfs: make xfs_buf_get() to take XBF_* flags, Andrey Albershteyn
- [PATCH v4 17/25] xfs: add fs-verity ro-compat flag, Andrey Albershteyn
- [PATCH v4 19/25] xfs: initialize fs-verity on file open and cleanup on inode destruction, Andrey Albershteyn
- [PATCH v4 20/25] xfs: don't allow to enable DAX on fs-verity sealsed inode, Andrey Albershteyn
- [PATCH v4 18/25] xfs: add inode on-disk VERITY flag, Andrey Albershteyn
- [PATCH v4 23/25] xfs: make scrub aware of verity dinode flag, Andrey Albershteyn
- [PATCH v4 22/25] xfs: add fs-verity support, Andrey Albershteyn
- [PATCH v4 21/25] xfs: disable direct read path for fs-verity files, Andrey Albershteyn
- [PATCH v4 25/25] xfs: enable ro-compat fs-verity flag, Andrey Albershteyn
- [PATCH v4 24/25] xfs: add fs-verity ioctls, Andrey Albershteyn
- [PATCH v4 08/25] fsverity: calculate readahead in bytes instead of pages, Andrey Albershteyn
- [PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression,
Mathieu Desnoyers
- [PATCH] nvdimm/pmem: Fix leak on dax_add_host() failure,
Mathieu Desnoyers
- XFS corruption after power surge/outage,
Jorge Garcia
- [PATCH 6.6 00/21] xfs backports for 6.6.y (from v6.7),
Catherine Hoang
- [PATCH 6.6 03/21] xfs: hoist freeing of rt data fork extent mappings, Catherine Hoang
- [PATCH 6.6 02/21] xfs: bump max fsgeom struct version, Catherine Hoang
- [PATCH 6.6 04/21] xfs: prevent rt growfs when quota is enabled, Catherine Hoang
- [PATCH 6.6 05/21] xfs: rt stubs should return negative errnos when rt disabled, Catherine Hoang
- [PATCH 6.6 06/21] xfs: fix units conversion error in xfs_bmap_del_extent_delay, Catherine Hoang
- [PATCH 6.6 08/21] xfs: introduce protection for drop nlink, Catherine Hoang
- [PATCH 6.6 09/21] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space, Catherine Hoang
- [PATCH 6.6 10/21] xfs: allow read IO and FICLONE to run concurrently, Catherine Hoang
- [PATCH 6.6 11/21] xfs: factor out xfs_defer_pending_abort, Catherine Hoang
- [PATCH 6.6 13/21] xfs: only remap the written blocks in xfs_reflink_end_cow_extent, Catherine Hoang
- [PATCH 6.6 14/21] xfs: up(ic_sema) if flushing data device fails, Catherine Hoang
- [PATCH 6.6 16/21] xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS, Catherine Hoang
- [PATCH 6.6 17/21] xfs: inode recovery does not validate the recovered inode, Catherine Hoang
- [PATCH 6.6 18/21] xfs: clean up dqblk extraction, Catherine Hoang
- [PATCH 6.6 19/21] xfs: dquot recovery does not validate the recovered dquot, Catherine Hoang
- [PATCH 6.6 20/21] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags, Catherine Hoang
- [PATCH 6.6 21/21] xfs: respect the stable writes flag on the RT device, Catherine Hoang
- [PATCH 6.6 15/21] xfs: fix internal error from AGFL exhaustion, Catherine Hoang
- [PATCH 6.6 12/21] xfs: abort intent items when recovery intents fail, Catherine Hoang
- [PATCH 6.6 07/21] xfs: make sure maxlen is still congruent with prod when rounding down, Catherine Hoang
- [PATCH 6.6 01/21] MAINTAINERS: add Catherine as xfs maintainer for 6.6.y, Catherine Hoang
- Re: [PATCH 6.6 00/21] xfs backports for 6.6.y (from v6.7), Sasha Levin
- [PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression,
Mathieu Desnoyers
- [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal, Mathieu Desnoyers
- [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure, Mathieu Desnoyers
- [PATCH v4 03/12] dm: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal, Mathieu Desnoyers
- [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure, Mathieu Desnoyers
- [PATCH v4 06/12] dax: Check for data cache aliasing at runtime, Mathieu Desnoyers
- [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures, Mathieu Desnoyers
- [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal, Mathieu Desnoyers
- [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling, Mathieu Desnoyers
- [PATCH v4 12/12] virtio: Cleanup alloc_dax() error handling, Mathieu Desnoyers
- [PATCH v4 11/12] dcssblk: Cleanup alloc_dax() error handling, Mathieu Desnoyers
- [PATCH v4 10/12] dm: Cleanup alloc_dax() error handling, Mathieu Desnoyers
- [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures, Mathieu Desnoyers
- [BUG][xfstests generic/133] deadlock and crach on xfs, BUG: KASAN: slab-out-of-bounds in xfs_read_iomap_begin+0x5f2/0x750 [xfs],
Zorro Lang
- Max theoretical XFS filesystem size in review,
Luis Chamberlain
- [syzbot] [xfs?] INFO: task hung in xfs_inodegc_flush,
syzbot
- [PATCH v5 1/3] Remove use of LFS64 interfaces,
Sam James
- [PATCH 6.6 CANDIDATE v2 00/21] xfs backports for 6.6.y (from v6.7),
Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 01/21] MAINTAINERS: add Catherine as xfs maintainer for 6.6.y, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 02/21] xfs: bump max fsgeom struct version, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 03/21] xfs: hoist freeing of rt data fork extent mappings, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 04/21] xfs: prevent rt growfs when quota is enabled, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 05/21] xfs: rt stubs should return negative errnos when rt disabled, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 06/21] xfs: fix units conversion error in xfs_bmap_del_extent_delay, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 08/21] xfs: introduce protection for drop nlink, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 07/21] xfs: make sure maxlen is still congruent with prod when rounding down, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 09/21] xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_space, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 11/21] xfs: factor out xfs_defer_pending_abort, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 10/21] xfs: allow read IO and FICLONE to run concurrently, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 13/21] xfs: only remap the written blocks in xfs_reflink_end_cow_extent, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 12/21] xfs: abort intent items when recovery intents fail, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 14/21] xfs: up(ic_sema) if flushing data device fails, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 15/21] xfs: fix internal error from AGFL exhaustion, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 16/21] xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATS, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 17/21] xfs: inode recovery does not validate the recovered inode, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 18/21] xfs: clean up dqblk extraction, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 19/21] xfs: dquot recovery does not validate the recovered dquot, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 20/21] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags, Catherine Hoang
- [PATCH 6.6 CANDIDATE v2 21/21] xfs: respect the stable writes flag on the RT device, Catherine Hoang
- Re: [PATCH 6.6 CANDIDATE v2 00/21] xfs backports for 6.6.y (from v6.7), Chandan Babu R
- [PATCH 0/6] filesystem visibility ioctls,
Kent Overstreet
- [ANNOUNCE] xfsprogs v6.6.0 released, Carlos Maiolino
- xfs_repair reports filesystem as in consistent even on ensuring consistency,
Abhinandan Purkait
- [PATCH] xfs: Simplify the allocation of slab caches in xfs_bmap_intent_init_cache, Kunwu Chan
- [PATCH] xfs: Simplify the allocation of slab caches in xfs_attr_intent_init_cache, Kunwu Chan
- [PATCH] xfs: Simplify the allocation of slab caches in xfs_rmap_intent_init_cache,
Kunwu Chan
- [QUESTION] zig build systems fails on XFS V4 volumes,
Donald Buczek
- [BUG REPORT] workqueue: Hung task reported when executing generic/001 on XFS on next-20240202,
Chandan Babu R
- convert write_cache_pages() to an iterator v6,
Christoph Hellwig
- [PATCH 01/13] writeback: remove a duplicate prototype for tag_pages_for_writeback, Christoph Hellwig
- [PATCH 02/13] writeback: fix done_index when hitting the wbc->nr_to_write, Christoph Hellwig
- [PATCH 03/13] writeback: also update wbc->nr_to_write on writeback failure, Christoph Hellwig
- [PATCH 04/13] writeback: only update ->writeback_index for range_cyclic writeback, Christoph Hellwig
- [PATCH 05/13] writeback: rework the loop termination condition in write_cache_pages, Christoph Hellwig
- [PATCH 06/13] writeback: Factor folio_prepare_writeback() out of write_cache_pages(), Christoph Hellwig
- [PATCH 07/13] writeback: Factor writeback_get_batch() out of write_cache_pages(), Christoph Hellwig
- [PATCH 08/13] writeback: Simplify the loops in write_cache_pages(), Christoph Hellwig
- [PATCH 09/13] pagevec: Add ability to iterate a queue, Christoph Hellwig
- [PATCH 10/13] writeback: Use the folio_batch queue iterator, Christoph Hellwig
- [PATCH 11/13] writeback: Move the folio_prepare_writeback loop out of write_cache_pages(), Christoph Hellwig
- [PATCH 12/13] writeback: add a writeback iterator, Christoph Hellwig
- [PATCH 13/13] writeback: Remove a use of write_cache_pages() from do_writepages(), Christoph Hellwig
- [RFC PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression,
Mathieu Desnoyers
- [RFC PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal, Mathieu Desnoyers
- [RFC PATCH v4 03/12] dm: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal, Mathieu Desnoyers
- [RFC PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure, Mathieu Desnoyers
- [RFC PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure, Mathieu Desnoyers
- [RFC PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal, Mathieu Desnoyers
- [RFC PATCH v4 06/12] dax: Check for data cache aliasing at runtime, Mathieu Desnoyers
- [RFC PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling, Mathieu Desnoyers
- [RFC PATCH v4 10/12] dm: Cleanup alloc_dax() error handling, Mathieu Desnoyers
- [RFC PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures, Mathieu Desnoyers
- [RFC PATCH v4 12/12] virtio: Cleanup alloc_dax() error handling, Mathieu Desnoyers
- [RFC PATCH v4 11/12] dcssblk: Cleanup alloc_dax() error handling, Mathieu Desnoyers
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]