This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "XFS development tree". The branch, for-next has been updated bf3964c Merge branch 'xfs-extent-list-locking-fixes' into for-next dc16b18 Merge branch 'xfs-misc' into for-next 6f96b30 xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() 85dd070 xfs: fix off-by-one error in xfs_attr3_rmt_verify eef334e xfs: assert that we hold the ilock for extent map access 568d994 xfs: use xfs_ilock_attr_map_shared in xfs_attr_list_int 683cb94 xfs: use xfs_ilock_attr_map_shared in xfs_attr_get da51d32 xfs: use xfs_ilock_data_map_shared in xfs_qm_dqiterate f4df8ad xfs: use xfs_ilock_data_map_shared in xfs_qm_dqtobp 4f31736 xfs: take the ilock around xfs_bmapi_read in xfs_zero_remaining_bytes 40194ec xfs: reinstate the ilock in xfs_readdir efa70be xfs: add xfs_ilock_attr_map_shared 309ecac xfs: rename xfs_ilock_map_shared 01f4f32 xfs: remove xfs_iunlock_map_shared 30ba7ad xfs: no need to lock the inode in xfs_find_handle from 324bb26144e9be037227ff75fae1042d048a15b4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bf3964c188d686424ff7b69a45941851b9f437f0 Merge: dc16b18 eef334e Author: Ben Myers <bpm@xxxxxxx> Date: Thu Jan 9 16:03:18 2014 -0600 Merge branch 'xfs-extent-list-locking-fixes' into for-next A set of fixes which makes sure we are taking the ilock whenever accessing the extent list. This was associated with "Access to block zero" messages which may result in extent list corruption. commit dc16b186bb12c479b6a88bc280b34806a69199ad Merge: 324bb26 6f96b30 Author: Ben Myers <bpm@xxxxxxx> Date: Thu Jan 9 15:58:59 2014 -0600 Merge branch 'xfs-misc' into for-next A bugfix for an off-by-one in the remote attribute verifier, and a fix for a missing destroy_work_on_stack() in the allocation worker. ----------------------------------------------------------------------- Summary of changes: fs/xfs/xfs_aops.c | 2 +- fs/xfs/xfs_attr.c | 5 ++-- fs/xfs/xfs_attr_list.c | 8 +++--- fs/xfs/xfs_attr_remote.c | 2 +- fs/xfs/xfs_bmap.c | 4 +++ fs/xfs/xfs_bmap_util.c | 36 ++++++++++++++++++--------- fs/xfs/xfs_dir2_readdir.c | 4 +++ fs/xfs/xfs_dquot.c | 7 +++--- fs/xfs/xfs_file.c | 10 ++++---- fs/xfs/xfs_inode.c | 62 ++++++++++++++++++++++------------------------- fs/xfs/xfs_inode.h | 4 +-- fs/xfs/xfs_inode_fork.c | 2 ++ fs/xfs/xfs_ioctl.c | 4 --- fs/xfs/xfs_qm.c | 6 +++-- 14 files changed, 86 insertions(+), 70 deletions(-) hooks/post-receive -- XFS development tree _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs