Linux XFS
[Prev Page][Next Page]
- [PATCH 00/10] xfs: report corruption to the health trackers,
Darrick J. Wong
- [PATCH 01/10] xfs: separate the marking of sick and checked metadata, Darrick J. Wong
- [PATCH 02/10] xfs: report ag header corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 03/10] xfs: report block map corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 04/10] xfs: report btree block corruption errors to the health system, Darrick J. Wong
- [PATCH 05/10] xfs: report dir/attr block corruption errors to the health system, Darrick J. Wong
- [PATCH 07/10] xfs: report inode corruption errors to the health system, Darrick J. Wong
- [PATCH 08/10] xfs: report quota block corruption errors to the health system, Darrick J. Wong
- [PATCH 09/10] xfs: report realtime metadata corruption errors to the health system, Darrick J. Wong
- [PATCH 10/10] xfs: report XFS_CORRUPT_ON errors to the health system, Darrick J. Wong
- [PATCH 06/10] xfs: report symlink block corruption errors to the health system, Darrick J. Wong
- <Possible follow-ups>
- [PATCH 00/10] xfs: report corruption to the health trackers, Darrick J. Wong
- [PATCH 06/10] xfs: report symlink block corruption errors to the health system, Darrick J. Wong
- [PATCH 05/10] xfs: report dir/attr block corruption errors to the health system, Darrick J. Wong
- [PATCH 02/10] xfs: report ag header corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 07/10] xfs: report inode corruption errors to the health system, Darrick J. Wong
- [PATCH 08/10] xfs: report quota block corruption errors to the health system, Darrick J. Wong
- [PATCH 04/10] xfs: report btree block corruption errors to the health system, Darrick J. Wong
- [PATCH 09/10] xfs: report realtime metadata corruption errors to the health system, Darrick J. Wong
- [PATCH 01/10] xfs: separate the marking of sick and checked metadata, Darrick J. Wong
- [PATCH 03/10] xfs: report block map corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 10/10] xfs: report XFS_IS_CORRUPT errors to the health system, Darrick J. Wong
- [PATCH 00/10] xfs: report corruption to the health trackers, Darrick J. Wong
- [PATCH 04/10] xfs: report btree block corruption errors to the health system, Darrick J. Wong
- [PATCH 03/10] xfs: report block map corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 05/10] xfs: report dir/attr block corruption errors to the health system, Darrick J. Wong
- [PATCH 01/10] xfs: separate the marking of sick and checked metadata, Darrick J. Wong
- [PATCH 06/10] xfs: report symlink block corruption errors to the health system, Darrick J. Wong
- [PATCH 07/10] xfs: report inode corruption errors to the health system, Darrick J. Wong
- [PATCH 08/10] xfs: report quota block corruption errors to the health system, Darrick J. Wong
- [PATCH 09/10] xfs: report realtime metadata corruption errors to the health system, Darrick J. Wong
- [PATCH 10/10] xfs: report XFS_CORRUPT_ON errors to the health system, Darrick J. Wong
- [PATCH 02/10] xfs: report ag header corruption errors to the health tracking system, Darrick J. Wong
- [PATCH 0/6] xfs: refactor corruption checking and reporting,
Darrick J. Wong
- [PATCH 0/3] xfs: tidy up corruption reporting,
Darrick J. Wong
- xfs_buf_rele(): xfs: fix use-after-free race in xfs_buf_rele,
Alex Lyakas
- remove m_dirops,
Christoph Hellwig
- [PATCH 01/34] xfs: move incore structures out of xfs_da_format.h, Christoph Hellwig
- [PATCH 02/34] xfs: refactor btree node scrubbing, Christoph Hellwig
- [PATCH 03/34] xfs: devirtualize ->node_hdr_from_disk, Christoph Hellwig
- [PATCH 04/34] xfs: devirtualize ->node_hdr_to_disk, Christoph Hellwig
- [PATCH 05/34] xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr, Christoph Hellwig
- [PATCH 06/34] xfs: move the node header size to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 07/34] xfs: devirtualize ->leaf_hdr_from_disk, Christoph Hellwig
- [PATCH 08/34] xfs: devirtualize ->leaf_hdr_to_disk, Christoph Hellwig
- [PATCH 09/34] xfs: add a entries pointer to struct xfs_dir3_icleaf_hdr, Christoph Hellwig
- [PATCH 10/34] xfs: move the dir2 leaf header size to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 11/34] xfs: move the max dir2 leaf entries count to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 12/34] xfs: devirtualize ->free_hdr_from_disk, Christoph Hellwig
- [PATCH 13/34] xfs: devirtualize ->free_hdr_to_disk, Christoph Hellwig
- [PATCH 14/34] xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int, Christoph Hellwig
- [PATCH 15/34] xfs: add a bests pointer to struct xfs_dir3_icfree_hdr, Christoph Hellwig
- [PATCH 16/34] xfs: move the dir2 free header size to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 17/34] xfs: move the max dir2 free bests count to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 18/34] xfs: devirtualize ->db_to_fdb and ->db_to_fdindex, Christoph Hellwig
- [PATCH 19/34] xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino, Christoph Hellwig
- [PATCH 20/34] xfs: devirtualize ->sf_entsize and ->sf_nextentry, Christoph Hellwig
- [PATCH 21/34] xfs: devirtualize ->sf_get_ino and ->sf_put_ino, Christoph Hellwig
- [PATCH 22/34] xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype, Christoph Hellwig
- [PATCH 23/34] xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods, Christoph Hellwig
- [PATCH 24/34] xfs: remove the unused ->data_first_entry_p method, Christoph Hellwig
- [PATCH 25/34] xfs: remove the ->data_entry_entry_p method, Christoph Hellwig
- [PATCH 26/34] xfs: devirtualize ->data_entsize, Christoph Hellwig
- [PATCH 27/34] xfs: devirtualize ->data_entry_tag_p, Christoph Hellwig
- [PATCH 28/34] xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 29/34] xfs: cleanup xfs_dir2_data_entsize, Christoph Hellwig
- [PATCH 30/34] xfs: devirtualize ->data_bestfree_p, Christoph Hellwig
- [PATCH 31/34] xfs: devirtualize ->data_get_ftype and ->data_put_ftype, Christoph Hellwig
- [PATCH 32/34] xfs: remove the now unused dir ops infrastructure, Christoph Hellwig
- [PATCH 33/34] xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int, Christoph Hellwig
- [PATCH 34/34] xfs: always pass a valid hdr to xfs_dir3_leaf_check_int, Christoph Hellwig
- [PATCH v8 00/16] xfs: mount API patch series,
Ian Kent
- [PATCH v8 01/16] xfs: remove unused struct xfs_mount field m_fsname_len, Ian Kent
- [PATCH v8 02/16] xfs: use super s_id instead of struct xfs_mount m_fsname, Ian Kent
- [PATCH v8 03/16] xfs: dont use XFS_IS_QUOTA_RUNNING() for option check, Ian Kent
- [PATCH v8 04/16] xfs: use kmem functions for struct xfs_mount, Ian Kent
- [PATCH v8 05/16] xfs: merge freeing of mp names and mp, Ian Kent
- [PATCH v8 06/16] xfs: add xfs_remount_rw() helper, Ian Kent
- [PATCH v8 07/16] xfs: add xfs_remount_ro() helper, Ian Kent
- [PATCH v8 08/16] xfs: refactor suffix_kstrtoint(), Ian Kent
- [PATCH v8 09/16] xfs: avoid redundant checks when options is empty, Ian Kent
- [PATCH v8 11/16] xfs: move xfs_parseargs() validation to a helper, Ian Kent
- [PATCH v8 10/16] xfs: refactor xfs_parseags(), Ian Kent
- [PATCH v8 12/16] xfs: dont set sb in xfs_mount_alloc(), Ian Kent
- [PATCH v8 13/16] xfs: switch to use the new mount-api, Ian Kent
- [PATCH v8 14/16] xfs: move xfs_fc_reconfigure() above xfs_fc_free(), Ian Kent
- [PATCH v8 15/16] xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure(), Ian Kent
- [PATCH v8 16/16] xfs: move xfs_fc_parse_param() above xfs_fc_get_tree(), Ian Kent
- [PATCH 00/28] mm, xfs: non-blocking inode reclaim,
Dave Chinner
- [PATCH 09/28] mm: directed shrinker work deferral, Dave Chinner
- [PATCH 24/28] xfs: reclaim inodes from the LRU, Dave Chinner
- [PATCH 28/28] xfs: rework unreferenced inode lookups, Dave Chinner
- [PATCH 19/28] xfs: reduce kswapd blocking on inode locking., Dave Chinner
- [PATCH 12/28] shrinker: defer work only to kswapd, Dave Chinner
- [PATCH 26/28] xfs: use xfs_ail_push_all in xfs_reclaim_inodes, Dave Chinner
- [PATCH 22/28] xfs: remove mode from xfs_reclaim_inodes(), Dave Chinner
- [PATCH 11/28] mm: factor shrinker work calculations, Dave Chinner
- [PATCH 27/28] rwsem: introduce down/up_write_non_owner, Dave Chinner
- [PATCH 16/28] mm: kswapd backoff for shrinkers, Dave Chinner
- [PATCH 21/28] xfs: use AIL pushing for inode reclaim IO, Dave Chinner
- [PATCH 25/28] xfs: remove unusued old inode reclaim code, Dave Chinner
- [PATCH 23/28] xfs: track reclaimable inodes using a LRU list, Dave Chinner
- [PATCH 18/28] xfs: don't block kswapd in inode reclaim, Dave Chinner
- [PATCH 14/28] mm: reclaim_state records pages reclaimed, not slabs, Dave Chinner
- [PATCH 15/28] mm: back off direct reclaim on excessive shrinker deferral, Dave Chinner
- [PATCH 03/28] xfs: don't allow log IO to be throttled, Dave Chinner
- [PATCH 08/28] xfs: factor inode lookup from xfs_ifree_cluster, Dave Chinner
- [PATCH 07/28] xfs: tail updates only need to occur when LSN changes, Dave Chinner
- [PATCH 01/28] xfs: Lower CIL flush limit for large logs, Dave Chinner
- [PATCH 06/28] xfs: factor common AIL item deletion code, Dave Chinner
- [PATCH 20/28] xfs: kill background reclaim work, Dave Chinner
- [PATCH 10/28] shrinkers: use defer_work for GFP_NOFS sensitive shrinkers, Dave Chinner
- [PATCH 17/28] xfs: synchronous AIL pushing, Dave Chinner
- [PATCH 13/28] shrinker: clean up variable types and tracepoints, Dave Chinner
- [PATCH 05/28] xfs: correctly acount for reclaimable slabs, Dave Chinner
- [PATCH 04/28] xfs: Improve metadata buffer reclaim accountability, Dave Chinner
- [PATCH 02/28] xfs: Throttle commits on delayed background CIL push, Dave Chinner
- [ANNOUNCE] xfs-linux: for-next updated to 249bd9087a52, Darrick J. Wong
- [ANNOUNCE] xfs-linux: iomap-for-next updated to a90100421499, Darrick J. Wong
- [STABLE-PATCH] xfs: Correctly invert xfs_buftarg LRU isolation logic,
Alex Lyakas
- xfs_repair keeps reporting errors,
Emmanuel Florac
- Good morning I am a highly reputable financial consultant. I have a deceased client who has no relation to come for claims of the funds she deposited in a vault since the last 5 years.All efforts to locate any of the member of her family has proved futile. I have decided to source for a reliable foreigner who will be able to provide us with a comfortable bank account where the funds could be lodged//deposited. I am open to discuss with you,your entitlements and share upon the completion of the transaction. Thanks as i await your return mail. Richard Dickson. frankiebilla@xxxxxxxxx richarddickson1890@xxxxxxxxx, frankie
- [PATCH v3 0/4] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test,
kaixuxia
- [PATCH v4] loop: fix no-unmap write-zeroes request behavior,
Darrick J. Wong
- [RFC] errno.h: Provide EFSCORRUPTED for everybody,
Valdis Kletnieks
- a few iomap / bmap cleanups v2,
Christoph Hellwig
- [ANNOUNCE] xfs-linux: for-next updated to 21f55993eb7a, Darrick J. Wong
- Re: [djwong-xfs:mount-api-crash 91/104] fs/xfs/xfs_message.c:23:40: warning: address of array 'mp->m_super->s_id' will always evaluate to 'true',
Darrick J. Wong
- [PATCH v2] xfstests: xfs mount option sanity test,
Zorro Lang
- [PATCH RFC] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename(),
kaixuxia
- [PATCH] xfs/log: protect xc_cil in xlog_cil_push(),
Pingfan Liu
- linux-next: manual merge of the y2038 tree with the xfs tree,
Stephen Rothwell
- [RFC PATCH v2 0/7] xfs: reflink & dedupe for fsdax (read/write path).,
Shiyang Ruan
- [PATCH RFC 0/9] xfs_repair: use btree bulk loading,
Darrick J. Wong
- [PATCH v2 0/5] xfs: rework online repair incore bitmap,
Darrick J. Wong
- [PATCH v21 0/5] xfs: online repair of AG btrees,
Darrick J. Wong
- [PATCH v2 0/3] xfs: prepare repair for bulk loading,
Darrick J. Wong
- [PATCH v2 0/3] xfs: fix online repair block reaping,
Darrick J. Wong
- [PATCH v2 0/4] xfs: btree bulk loading,
Darrick J. Wong
- [PATCH V2] xfs: properly serialise fallocate against AIO+DIO,
Dave Chinner
- [PATCH] fstests: verify that xfs_growfs can operate on mounted device node,
Eric Sandeen
- [PATCH] fs/iomap: remove redundant check in iomap_dio_rw(),
Joseph Qi
- [PATCH v2 0/2] xfs: refactor open-coded bmbt walks,
Darrick J. Wong
- [PATCH v2 0/4] xfs: more metadata verifier tightening,
Darrick J. Wong
- [PATCH] xfs: properly serialise fallocate against AIO+DIO,
Dave Chinner
- [PATCH] xfs_growfs: allow mounted device node as argument,
Eric Sandeen
- [xfs-linux:xfs-5.5-merge 70/72] fs/compat_ioctl.c:1084:25: error: 'cmd' undeclared here (not in a function); did you mean 'cma'?, kbuild test robot
- [ANNOUNCE] xfs-linux: for-next updated to da1faf13deb0, Darrick J. Wong
- About xfstests generic/361,
Ian Kent
- decruft misc mount related code v2,
Christoph Hellwig
- [PATCH 01/12] xfs: remove the biosize mount option, Christoph Hellwig
- [PATCH 02/12] xfs: remove the dsunit and dswidth variables in xfs_parseargs, Christoph Hellwig
- [PATCH 03/12] xfs: cleanup calculating the stat optimal I/O size, Christoph Hellwig
- [PATCH 04/12] xfs: don't use a different allocsice for -o wsync mounts, Christoph Hellwig
- [PATCH 05/12] xfs: remove the m_readio_* fields in struct xfs_mount, Christoph Hellwig
- [PATCH 06/12] xfs: rename the m_writeio_* fields in struct xfs_mount, Christoph Hellwig
- [PATCH 07/12] xfs: simplify parsing of allocsize mount option, Christoph Hellwig
- [PATCH 08/12] xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to XFS_MOUNT_ALLOCISZE, Christoph Hellwig
- [PATCH 09/12] xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE, Christoph Hellwig
- [PATCH 10/12] xfs: clean up printing the allocsize option in xfs_showargs, Christoph Hellwig
- [PATCH 11/12] xfs: clean up printing inode32/64 in xfs_showargs, Christoph Hellwig
- [PATCH 12/12] xfs: merge xfs_showargs into xfs_fs_show_options, Christoph Hellwig
- [PATCH v2 0/4] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test,
kaixuxia
- [PATCH] xfs: simplify setting bio flags,
Christoph Hellwig
- decruft misc mount related code,
Christoph Hellwig
- a few iomap / bmap cleanups,
Christoph Hellwig
- softlockup with CONFIG_XFS_ONLINE_SCRUB enabled,
Christoph Hellwig
- [PATCH 0/2] xfs: refactor open-coded bmbt walks,
Darrick J. Wong
- [PATCH 0/4] xfs: more metadata verifier tightening,
Darrick J. Wong
- clean up xfs space management interfaces,
Christoph Hellwig
- cleanup buftarg lookup,
Christoph Hellwig
- [PATCH] xfs: mark xfs_buf_free static,
Christoph Hellwig
- [ANNOUNCE] xfs-linux: for-next updated to 3dd4d40b4208, Darrick J. Wong
- [PATCH RFC] xfs: automatic log item relogging experiment,
Brian Foster
- [PATCH 0/4] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test,
kaixuxia
- [PATCH v7 00/17] xfs: mount API patch series,
Ian Kent
- [PATCH v7 01/17] vfs: add missing blkdev_put() in get_tree_bdev(), Ian Kent
- [PATCH v7 02/17] xfs: remove very old mount option, Ian Kent
- [PATCH v7 03/17] xfs: remove unused struct xfs_mount field m_fsname_len, Ian Kent
- [PATCH v7 04/17] xfs: use super s_id instead of struct xfs_mount m_fsname, Ian Kent
- [PATCH v7 05/17] xfs: dont use XFS_IS_QUOTA_RUNNING() for option check, Ian Kent
- [PATCH v7 06/17] xfs: use kmem functions for struct xfs_mount, Ian Kent
- [PATCH v7 07/17] xfs: move xfs_mount_alloc to be with parsing code, Ian Kent
- [PATCH v7 08/17] xfs: merge freeing of mp names and mp, Ian Kent
- [PATCH v7 09/17] xfs: add xfs_remount_rw() helper, Ian Kent
- [PATCH v7 10/17] xfs: add xfs_remount_ro() helper, Ian Kent
- [PATCH v7 11/17] xfs: refactor suffix_kstrtoint(), Ian Kent
- [PATCH v7 12/17] xfs: avoid redundant checks when options is empty, Ian Kent
- [PATCH v7 13/17] xfs: refactor xfs_parseags(), Ian Kent
- [PATCH v7 14/17] xfs: move xfs_parseargs() validation to a helper, Ian Kent
- [PATCH v7 15/17] xfs: dont set sb in xfs_mount_alloc(), Ian Kent
- [PATCH v7 16/17] xfs: move xfs_fs_fill_super() to be with parsing code, Ian Kent
- [PATCH v7 17/17] xfs: switch to use the new mount-api, Ian Kent
- [PATCH] xfs: Sanity check flags of Q_XQUOTARM call,
Jan Kara
- Question about logbsize default value,
Gionatan Danti
- Re: [Bug 205135] System hang up when memory swapping (kswapd deadlock),
Andrew Morton
- [PATCH 0/7] xfs_scrub: clean up error classifications,
Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]