xfs (thread)
Subtle races between DAX mmap fault and write path,
Jan Kara,
2016/07/27
- Re: Subtle races between DAX mmap fault and write path, Ross Zwisler, 2016/07/27
- Re: Subtle races between DAX mmap fault and write path, Dave Chinner, 2016/07/27
- Re: Subtle races between DAX mmap fault and write path, Jan Kara, 2016/07/28
- Re: Subtle races between DAX mmap fault and write path, Dave Chinner, 2016/07/28
- Re: Subtle races between DAX mmap fault and write path, Dan Williams, 2016/07/29
- Re: Subtle races between DAX mmap fault and write path, Dave Chinner, 2016/07/29
- Re: Subtle races between DAX mmap fault and write path, Dan Williams, 2016/07/29
- Re: Subtle races between DAX mmap fault and write path, Dave Chinner, 2016/07/31
- Re: Subtle races between DAX mmap fault and write path, Keith Packard, 2016/07/31
- Re: Subtle races between DAX mmap fault and write path, Dave Chinner, 2016/07/31
- Re: Subtle races between DAX mmap fault and write path, Dan Williams, 2016/07/31
- Re: Subtle races between DAX mmap fault and write path, Jan Kara, 2016/07/28
- Re: Subtle races between DAX mmap fault and write path, Dan Williams, 2016/07/27
[PATCH v24 00/22] Richacls (Core and Ext4),
Andreas Gruenbacher,
2016/07/25
- [PATCH v24 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 04/22] vfs: Make the inode passed to inode_change_ok non-const, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 05/22] vfs: Add permission flags for setting file attributes, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 06/22] richacl: In-memory representation and helper functions, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 07/22] richacl: Permission mapping functions, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 08/22] richacl: Permission check algorithm, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 09/22] richacl: Compute maximum file masks from an acl, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 10/22] vfs: Cache base_acl objects in inodes, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 11/22] vfs: Add get_richacl and set_richacl inode operations, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 12/22] vfs: Cache richacl in struct inode, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 13/22] richacl: Update the file masks in chmod(), Andreas Gruenbacher, 2016/07/25
- [PATCH v24 14/22] richacl: Check if an acl is equivalent to a file mode, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 15/22] richacl: Create-time inheritance, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 16/22] richacl: Automatic Inheritance, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 17/22] richacl: xattr mapping functions, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 18/22] richacl: Add richacl xattr handler, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 19/22] vfs: Add richacl permission checking, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 21/22] ext4: Add richacl support, Andreas Gruenbacher, 2016/07/25
- [PATCH v24 22/22] ext4: Add richacl feature flag, Andreas Gruenbacher, 2016/07/25
[PATCH v7 00/17] xfstests: fixes and new tests for rmap/reflink/etc,
Darrick J. Wong,
2016/07/21
- [PATCH 02/17] xfs: use rmapbt-checking helper, Darrick J. Wong, 2016/07/21
- [PATCH 01/17] xfs/26[34]: remove duplicate tests, Darrick J. Wong, 2016/07/21
- [PATCH 03/17] xfs/310: fix the size calculation for the huge device, Darrick J. Wong, 2016/07/21
- [PATCH 04/17] xfs/122: list the new log redo items, Darrick J. Wong, 2016/07/21
- [PATCH 05/17] common/reflink: actually test dedupe on scratch device, Darrick J. Wong, 2016/07/21
- [PATCH 06/17] xfs: run xfs_repair at the end of each test, Darrick J. Wong, 2016/07/21
- [PATCH 07/17] xfs/128: cycle_mount the scratch device, not the test device, Darrick J. Wong, 2016/07/21
- [PATCH 09/17] common/dmerror: fix mount option issues, Darrick J. Wong, 2016/07/21
- [PATCH 10/17] xfs/179: use scratch device helpers, Darrick J. Wong, 2016/07/21
- [PATCH 11/17] xfs/234: use scratch device helpers, Darrick J. Wong, 2016/07/21
- [PATCH 12/17] reflink: test cross-mountpoint reflink and dedupe, Darrick J. Wong, 2016/07/21
- [PATCH 13/17] xfs: test swapext with reflink, Darrick J. Wong, 2016/07/21
- [PATCH 14/17] xfs: more rmapbt tests, Darrick J. Wong, 2016/07/21
- [PATCH 15/17] xfs: scrub fs (if still mounted) at the end of the test, Darrick J. Wong, 2016/07/21
- [PATCH 16/17] xfs/122: add the realtime rmapbt inode and btree fields, Darrick J. Wong, 2016/07/21
- [PATCH 08/17] xfs/129: fix post-metadump remounting idiocy, Darrick J. Wong, 2016/07/21
- [PATCH 17/17] xfs: test realtime rmapbt code, Darrick J. Wong, 2016/07/21
[PATCH v7 00/47] xfs: add reverse mapping support,
Darrick J. Wong,
2016/07/20
- [PATCH 01/47] vfs: fix return type of ioctl_file_dedupe_range, Darrick J. Wong, 2016/07/20
- [PATCH 02/47] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE, Darrick J. Wong, 2016/07/20
- [PATCH 03/47] xfs: fix attr shortform structure alignment on cris, Darrick J. Wong, 2016/07/20
- [PATCH 04/47] xfs: fix locking of the rt bitmap/summary inodes, Darrick J. Wong, 2016/07/20
- [PATCH 05/47] xfs: set *stat=1 after iroot realloc, Darrick J. Wong, 2016/07/20
- [PATCH 06/47] xfs: during btree split, save new block key & ptr for future insertion, Darrick J. Wong, 2016/07/20
- [PATCH 07/47] xfs: add function pointers for get/update keys to the btree, Darrick J. Wong, 2016/07/20
- [PATCH 08/47] xfs: support btrees with overlapping intervals for keys, Darrick J. Wong, 2016/07/20
- [PATCH 09/47] xfs: introduce interval queries on btrees, Darrick J. Wong, 2016/07/20
- [PATCH 10/47] xfs: refactor btree owner change into a separate visit-blocks function, Darrick J. Wong, 2016/07/20
- [PATCH 11/47] xfs: move deferred operations into a separate file, Darrick J. Wong, 2016/07/20
- [PATCH 13/47] xfs: clean up typedef usage in the EFI/EFD handling code, Darrick J. Wong, 2016/07/20
- [PATCH 12/47] xfs: add tracepoints for the deferred ops mechanism, Darrick J. Wong, 2016/07/20
- [PATCH 14/47] xfs: enable the xfs_defer mechanism to process extents to free, Darrick J. Wong, 2016/07/20
- [PATCH 15/47] xfs: rework xfs_bmap_free callers to use xfs_defer_ops, Darrick J. Wong, 2016/07/20
- [PATCH 16/47] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*, Darrick J. Wong, 2016/07/20
- [PATCH 18/47] xfs: refactor redo intent item processing, Darrick J. Wong, 2016/07/20
- [PATCH 17/47] xfs: rename flist/free_list to dfops, Darrick J. Wong, 2016/07/20
- [PATCH 19/47] xfs: add tracepoints and error injection for deferred extent freeing, Darrick J. Wong, 2016/07/20
- [PATCH 20/47] xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt, Darrick J. Wong, 2016/07/20
- [PATCH 21/47] xfs: introduce rmap btree definitions, Darrick J. Wong, 2016/07/20
- [PATCH 22/47] xfs: add rmap btree stats infrastructure, Darrick J. Wong, 2016/07/20
- [PATCH 23/47] xfs: rmap btree add more reserved blocks, Darrick J. Wong, 2016/07/20
- [PATCH 24/47] xfs: add owner field to extent allocation and freeing, Darrick J. Wong, 2016/07/20
- [PATCH 25/47] xfs: introduce rmap extent operation stubs, Darrick J. Wong, 2016/07/20
- [PATCH 26/47] xfs: define the on-disk rmap btree format, Darrick J. Wong, 2016/07/20
- [PATCH 27/47] xfs: add rmap btree growfs support, Darrick J. Wong, 2016/07/20
- [PATCH 28/47] xfs: rmap btree transaction reservations, Darrick J. Wong, 2016/07/20
- [PATCH 29/47] xfs: rmap btree requires more reserved free space, Darrick J. Wong, 2016/07/20
- [PATCH 30/47] xfs: add rmap btree operations, Darrick J. Wong, 2016/07/20
- [PATCH 31/47] xfs: support overlapping intervals in the rmap btree, Darrick J. Wong, 2016/07/20
- [PATCH 32/47] xfs: teach rmapbt to support interval queries, Darrick J. Wong, 2016/07/20
- [PATCH 33/47] xfs: add tracepoints for the rmap functions, Darrick J. Wong, 2016/07/20
- [PATCH 34/47] xfs: add an extent to the rmap btree, Darrick J. Wong, 2016/07/21
- [PATCH 35/47] xfs: remove an extent from the rmap btree, Darrick J. Wong, 2016/07/21
- [PATCH 36/47] xfs: convert unwritten status of reverse mappings, Darrick J. Wong, 2016/07/21
- [PATCH 37/47] xfs: add rmap btree insert and delete helpers, Darrick J. Wong, 2016/07/21
- [PATCH 38/47] xfs: create rmap update intent log items, Darrick J. Wong, 2016/07/21
- [PATCH 39/47] xfs: log rmap intent items, Darrick J. Wong, 2016/07/21
- [PATCH 40/47] xfs: enable the xfs_defer mechanism to process rmaps to update, Darrick J. Wong, 2016/07/21
- [PATCH 41/47] xfs: propagate bmap updates to rmapbt, Darrick J. Wong, 2016/07/21
- [PATCH 42/47] xfs: add rmap btree geometry feature flag, Darrick J. Wong, 2016/07/21
- [PATCH 43/47] xfs: add rmap btree block detection to log recovery, Darrick J. Wong, 2016/07/21
- [PATCH 44/47] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled, Darrick J. Wong, 2016/07/21
- [PATCH 45/47] xfs: don't update rmapbt when fixing agfl, Darrick J. Wong, 2016/07/21
- [PATCH 46/47] xfs: enable the rmap btree functionality, Darrick J. Wong, 2016/07/21
- [PATCH 47/47] xfs: introduce the XFS_IOC_GETFSMAP ioctl, Darrick J. Wong, 2016/07/21
Re: [PATCH 6/6] xfstests: Add mkfs input validation tests,
Jan Tulak,
2016/07/18
- Re: [PATCH 6/6] xfstests: Add mkfs input validation tests, Eryu Guan, 2016/07/18
- Re: [PATCH 6/6] xfstests: Add mkfs input validation tests, Jan Tulak, 2016/07/18
- Re: [PATCH 6/6] xfstests: Add mkfs input validation tests, Jan Tulak, 2016/07/18
- Re: [PATCH 6/6] xfstests: Add mkfs input validation tests, Dave Chinner, 2016/07/20
- Re: [PATCH 6/6] xfstests: Add mkfs input validation tests, Jan Tulak, 2016/07/21
- Re: [PATCH 6/6] xfstests: Add mkfs input validation tests, Dave Chinner, 2016/07/21
- Re: [PATCH 6/6] xfstests: Add mkfs input validation tests, Jan Tulak, 2016/07/22
Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic,
Brian Foster,
2016/07/01
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Dave Chinner, 2016/07/03
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Brian Foster, 2016/07/01
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Brian Foster, 2016/07/05
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Dave Chinner, 2016/07/11
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Brian Foster, 2016/07/11
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Brian Foster, 2016/07/11
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Dave Chinner, 2016/07/11
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Brian Foster, 2016/07/12
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Brian Foster, 2016/07/12
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Dave Chinner, 2016/07/12
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Brian Foster, 2016/07/13
- Re: [PATCH] xfs: add readahead bufs to lru early to prevent post-unmount panic, Brian Foster, 2016/07/13