Linux XFS
[Prev Page][Next Page]
- remove m_dirops v2,
Christoph Hellwig
- [PATCH 01/46] xfs: move incore structures out of xfs_da_format.h, Christoph Hellwig
- [PATCH 02/46] xfs: use unsigned int for all size values in struct xfs_da_geometry, Christoph Hellwig
- [PATCH 03/46] xfs: refactor btree node scrubbing, Christoph Hellwig
- [PATCH 04/46] xfs: devirtualize ->node_hdr_from_disk, Christoph Hellwig
- [PATCH 05/46] xfs: devirtualize ->node_hdr_to_disk, Christoph Hellwig
- [PATCH 06/46] xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr, Christoph Hellwig
- [PATCH 07/46] xfs: move the node header size to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 08/46] xfs: devirtualize ->leaf_hdr_from_disk, Christoph Hellwig
- [PATCH 09/46] xfs: devirtualize ->leaf_hdr_to_disk, Christoph Hellwig
- [PATCH 10/46] xfs: add a entries pointer to struct xfs_dir3_icleaf_hdr, Christoph Hellwig
- [PATCH 11/46] xfs: move the dir2 leaf header size to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 12/46] xfs: move the max dir2 leaf entries count to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 13/46] xfs: devirtualize ->free_hdr_from_disk, Christoph Hellwig
- [PATCH 14/46] xfs: devirtualize ->free_hdr_to_disk, Christoph Hellwig
- [PATCH 15/46] xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int, Christoph Hellwig
- [PATCH 16/46] xfs: add a bests pointer to struct xfs_dir3_icfree_hdr, Christoph Hellwig
- [PATCH 17/46] xfs: move the dir2 free header size to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 18/46] xfs: move the max dir2 free bests count to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 19/46] xfs: devirtualize ->db_to_fdb and ->db_to_fdindex, Christoph Hellwig
- [PATCH 20/46] xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino, Christoph Hellwig
- [PATCH 21/46] xfs: devirtualize ->sf_entsize and ->sf_nextentry, Christoph Hellwig
- [PATCH 22/46] xfs: devirtualize ->sf_get_ino and ->sf_put_ino, Christoph Hellwig
- [PATCH 23/46] xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype, Christoph Hellwig
- [PATCH 24/46] xfs: remove the unused ->data_first_entry_p method, Christoph Hellwig
- [PATCH 25/46] xfs: remove the data_dot_offset field in struct xfs_dir_ops, Christoph Hellwig
- [PATCH 26/46] xfs: remove the data_dotdot_offset field in struct xfs_dir_ops, Christoph Hellwig
- [PATCH 27/46] xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods, Christoph Hellwig
- [PATCH 28/46] xfs: remove the ->data_unused_p method, Christoph Hellwig
- [PATCH 29/46] xfs: cleanup xfs_dir2_block_getdents, Christoph Hellwig
- [PATCH 30/46] xfs: cleanup xfs_dir2_leaf_getdents, Christoph Hellwig
- [PATCH 31/46] xfs: cleanup xchk_dir_rec, Christoph Hellwig
- [PATCH 32/46] xfs: cleanup xchk_directory_data_bestfree, Christoph Hellwig
- [PATCH 33/46] xfs: cleanup xfs_dir2_block_to_sf, Christoph Hellwig
- [PATCH 34/46] xfs: cleanup xfs_dir2_data_freescan_int, Christoph Hellwig
- [PATCH 35/46] xfs: cleanup __xfs_dir3_data_check, Christoph Hellwig
- [PATCH 36/46] xfs: remove the now unused ->data_entry_p method, Christoph Hellwig
- [PATCH 37/46] xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset, Christoph Hellwig
- [PATCH 38/46] xfs: devirtualize ->data_entsize, Christoph Hellwig
- [PATCH 39/46] xfs: devirtualize ->data_entry_tag_p, Christoph Hellwig
- [PATCH 40/46] xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry, Christoph Hellwig
- [PATCH 41/46] xfs: cleanup xfs_dir2_data_entsize, Christoph Hellwig
- [PATCH 42/46] xfs: devirtualize ->data_bestfree_p, Christoph Hellwig
- [PATCH 43/46] xfs: devirtualize ->data_get_ftype and ->data_put_ftype, Christoph Hellwig
- [PATCH 44/46] xfs: remove the now unused dir ops infrastructure, Christoph Hellwig
- [PATCH 45/46] xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int, Christoph Hellwig
- [PATCH 46/46] xfs: always pass a valid hdr to xfs_dir3_leaf_check_int, Christoph Hellwig
- [ANNOUNCE] xfsprogs for-next updated to baed134d, Eric Sandeen
- [PATCH] xfs_io: fix memory leak in add_enckey,
Eric Sandeen
- [ANNOUNCE] xfs-linux: iomap-5.5-merge updated to add66fcbd3fb, Darrick J. Wong
- [PATCH v3] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename(),
kaixuxia
- [PATCH 0/5] xfs: remove several typedefs in quota code,
Pavel Reichl
- [PATCH] xfs: Correct comment tyops -> typos,
Joe Perches
- [PATCH 0/6] xfs: various coverity fixes,
Darrick J. Wong
- [PATCH 0/4] xfs: refactor corruption checking and reporting,
Darrick J. Wong
- [PATCH 0/1] xfs: fix scrub timeout warnings,
Darrick J. Wong
- [PATCH] iomap: iomap_bmap should check iomap_apply return value,
Darrick J. Wong
- [PATCH v4 00/17] xfsprogs: Delayed Ready Attributes,
Allison Collins
- [PATCH v4 01/17] xfsprogs: Remove all strlen in all xfs_attr_* functions for attr names., Allison Collins
- [PATCH v4 03/17] xfsprogs: Embed struct xfs_name in xfs_da_args, Allison Collins
- [PATCH v4 02/17] xfsprogs: Replace attribute parameters with struct xfs_name, Allison Collins
- [PATCH v4 07/17] xfsprogs: Factor up trans handling in xfs_attr3_leaf_flipflags, Allison Collins
- [PATCH v4 06/17] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set, Allison Collins
- [PATCH v4 04/17] xfsprogs: Add xfs_dabuf defines, Allison Collins
- [PATCH v4 11/17] xfsprogs: Add xfs_attr3_leaf helper functions, Allison Collins
- [PATCH v4 13/17] xfsprogs: Factor up trans roll in xfs_attr3_leaf_clearflag, Allison Collins
- [PATCH v4 15/17] xfsprogs: Check for -ENOATTR or -EEXIST, Allison Collins
- [PATCH v4 16/17] xfsprogs: Add delay ready attr remove routines, Allison Collins
- [PATCH v4 17/17] xfsprogs: Add delay ready attr set routines, Allison Collins
- [PATCH v4 14/17] xfsprogs: Add delay context to xfs_da_args, Allison Collins
- [PATCH v4 05/17] xfsprogs: Add xfs_has_attr and subroutines, Allison Collins
- [PATCH v4 08/17] xfsprogs: Factor out xfs_attr_leaf_addname helper, Allison Collins
- [PATCH v4 09/17] xfsprogs: Factor up commit from xfs_attr_try_sf_addname, Allison Collins
- [PATCH v4 10/17] xfsprogs: Factor up trans roll from xfs_attr3_leaf_setflag, Allison Collins
- [PATCH v4 12/17] xfsprogs: Factor out xfs_attr_rmtval_invalidate, Allison Collins
- [PATCH v4 00/17] xfs: Delay Ready Attributes,
Allison Collins
- [PATCH v4 08/17] xfs: Factor out xfs_attr_leaf_addname helper, Allison Collins
- [PATCH v4 03/17] xfs: Embed struct xfs_name in xfs_da_args, Allison Collins
- [PATCH v4 16/17] xfs: Add delay ready attr remove routines, Allison Collins
- [PATCH v4 14/17] xfs: Add delay context to xfs_da_args, Allison Collins
- [PATCH v4 12/17] xfs: Factor out xfs_attr_rmtval_invalidate, Allison Collins
- [PATCH v4 10/17] xfs: Factor up trans roll from xfs_attr3_leaf_setflag, Allison Collins
- [PATCH v4 05/17] xfs: Add xfs_has_attr and subroutines, Allison Collins
- [PATCH v4 15/17] xfs: Check for -ENOATTR or -EEXIST, Allison Collins
- [PATCH v4 06/17] xfs: Factor out new helper functions xfs_attr_rmtval_set, Allison Collins
- [PATCH v4 11/17] xfs: Add xfs_attr3_leaf helper functions, Allison Collins
- [PATCH v4 02/17] xfs: Replace attribute parameters with struct xfs_name, Allison Collins
- [PATCH v4 17/17] xfs: Add delay ready attr set routines, Allison Collins
- [PATCH v4 13/17] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag, Allison Collins
- [PATCH v4 04/17] xfs: Add xfs_dabuf defines, Allison Collins
- [PATCH v4 01/17] xfs: Remove all strlen in all xfs_attr_* functions for attr names., Allison Collins
- [PATCH v4 09/17] xfs: Factor up commit from xfs_attr_try_sf_addname, Allison Collins
- [PATCH v4 07/17] xfs: Factor up trans handling in xfs_attr3_leaf_flipflags, Allison Collins
- [PATCH] iomap: Fix overflow in iomap_page_mkwrite,
Andreas Gruenbacher
- [PATCH][next] xfs: remove redundant assignment to variable error,
Colin King
- [PATCH] xfs_io/lsattr: expose FS_XFLAG_HASATTR flag,
Amir Goldstein
- [PATCH 0/2] xfs: fix scrub timeout warnings,
Darrick J. Wong
- [ANNOUNCE] xfs-linux: for-next updated to 9842b56cd406, Darrick J. Wong
- [PATCH v2] xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename(),
kaixuxia
- Tasks blocking forever with XFS stack traces,
Sitsofe Wheeler
- [PATCH 1/1] errno.h: Provide EFSBADCRC for everybody,
Valdis Kletnieks
- [PATCH] fsstress: show the real file id and parid in rmdir() and unlink(), kaixuxia
- XFS: possible memory allocation deadlock in kmem_alloc,
Chris Holcombe
[ANNOUNCE] xfsprogs for-next updated to 7e8275f8, Eric Sandeen
[ANNOUNCE] xfs-linux: for-next updated to c34d570d1586, Darrick J. Wong
[PATCH] xfs: optimise xfs_mod_icount/ifree when delta < 0,
Shaokun Zhang
[PATCH v9 00/17] xfs: mount API patch series,
Ian Kent
- [PATCH v9 01/17] xfs: remove unused struct xfs_mount field m_fsname_len, Ian Kent
- [PATCH v9 02/17] xfs: use super s_id instead of struct xfs_mount m_fsname, Ian Kent
- [PATCH v9 03/17] xfs: dont use XFS_IS_QUOTA_RUNNING() for option check, Ian Kent
- [PATCH v9 04/17] xfs: use kmem functions for struct xfs_mount, Ian Kent
- [PATCH v9 05/17] xfs: merge freeing of mp names and mp, Ian Kent
- [PATCH v9 06/17] xfs: add xfs_remount_rw() helper, Ian Kent
- [PATCH v9 07/17] xfs: add xfs_remount_ro() helper, Ian Kent
- [PATCH v9 08/17] xfs: refactor suffix_kstrtoint(), Ian Kent
- [PATCH v9 09/17] xfs: avoid redundant checks when options is empty, Ian Kent
- [PATCH v9 10/17] xfs: refactor xfs_parseags(), Ian Kent
- [PATCH v9 11/17] xfs: move xfs_parseargs() validation to a helper, Ian Kent
- [PATCH v9 12/17] xfs: dont set sb in xfs_mount_alloc(), Ian Kent
- [PATCH v9 13/17] xfs: switch to use the new mount-api, Ian Kent
- [PATCH v9 14/17] xfs: move xfs_fc_reconfigure() above xfs_fc_free(), Ian Kent
- [PATCH v9 15/17] xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure(), Ian Kent
- [PATCH v9 16/17] xfs: move xfs_fc_parse_param() above xfs_fc_get_tree(), Ian Kent
- [PATCH v9 17/17] xfs: fold xfs_mount-alloc() into xfs_init_fs_context(), Ian Kent
xfsprogs_5.2.1-1_amd64.changes ACCEPTED into unstable, Debian FTP Masters
Processing of xfsprogs_5.2.1-1_amd64.changes, Debian FTP Masters
[PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody,
Valdis Kletnieks
[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
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]