messages from 2017-02-08 02:31:43 to 2017-02-20 14:26:10 UTC [more...]
[BUG 4.10-rc7] sb_fdblocks inconsistency in xfs/297 test
2017-02-20 14:25 UTC (8+ messages)
[PATCH 0/5] xfs: quota deadlock fixes
2017-02-20 13:25 UTC (16+ messages)
` [PATCH 1/5] xfs: bypass dquot reclaim to avoid quotacheck deadlock
` [PATCH 2/5] xfs: allocate quotaoff transactions up front to avoid log deadlock
` [PATCH 3/5] xfs: support ability to wait on new inodes
` [PATCH 4/5] xfs: update ag iterator to support "
` [PATCH 5/5] xfs: wait on new inodes during quotaoff dquot release
transaction reservations for deleting of shared extents
2017-02-20 7:29 UTC
xfs: fix inode uid/gid initialization
2017-02-20 4:56 UTC (17+ messages)
` [PATCH 1/2] fs: add inode helpers for fsuid and fsgid
` [PATCH 2/2] xfs: fix inode uid/gid initialization
[Bug 192981] New: page allocation stalls
2017-02-18 13:05 UTC (12+ messages)
[xfs-linux:xfs-4.11-merge 38/39] fs/xfs/xfs_bmap_util.c:161:35: error: macro "xfs_rtallocate_extent" requires 9 arguments, but only 8 given
2017-02-18 4:50 UTC (2+ messages)
[RFC PATCH v6 0/8] vfs/xfs/ext4: GETFSMAP support
2017-02-18 1:18 UTC (9+ messages)
` [PATCH 1/8] vfs: add common GETFSMAP ioctl definitions
` [PATCH 2/8] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/8] xfs: provide a query_range function for "
` [PATCH 4/8] xfs: create a function to query all records in a btree
` [PATCH 5/8] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 6/8] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 7/8] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 8/8] ext4: support GETFSMAP ioctls
[PATCH] xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
2017-02-17 23:09 UTC (3+ messages)
[PATCH] xfsdump: fix build on 32-bit platforms
2017-02-17 21:02 UTC
two small allocator cleanups V2
2017-02-17 16:20 UTC (4+ messages)
` [PATCH 1/2] xfs: simplify xfs_rtallocate_extent
` [PATCH 2/2] xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG
two small allocator cleanups
2017-02-17 12:47 UTC (7+ messages)
` [PATCH 1/2] xfs: simplify xfs_rtallocate_extent
` [PATCH 2/2] xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG
[PATCH] xfs: tune down agno asserts in the bmap code
2017-02-17 12:42 UTC (3+ messages)
[PATCH v3 0/4] buffered write and indlen fixes
2017-02-16 22:02 UTC (12+ messages)
` [PATCH 1/4] xfs: clear delalloc and cache on buffered write failure
` [PATCH v2] "
` [PATCH 2/4] xfs: resurrect debug mode drop buffered writes mechanism
` [PATCH 3/4] xfs: handle indlen shortage on delalloc extent merge
` [PATCH 4/4] xfs: split indlen reservations fairly when under reserved
[PATCH 6/7] nonblocking aio: xfs
2017-02-16 20:44 UTC (7+ messages)
[PATCH] xfs: fix uninitialized variable in _reflink_convert_cow
2017-02-16 20:21 UTC (3+ messages)
[PATCH] mm,x86: fix SMP x86 32bit build for native_pud_clear()
2017-02-16 16:27 UTC (3+ messages)
[PATCH] xfs: do not unconditionally enable hasalign feature on V5 filesystems
2017-02-16 12:22 UTC (9+ messages)
XFS doesn't auto mount on boot when /etc/fstab entry has fs type set to auto
2017-02-16 11:28 UTC (6+ messages)
[ANNOUNCE] xfsprogs: v4.10.0-rc1 released
2017-02-16 4:15 UTC
[PATCH] xfs_metadump: ignore attr leaf with 0 entries
2017-02-16 3:54 UTC (3+ messages)
[PATCH] libxfs: sync up FSGETXATTR names and definitions with the kernel
2017-02-16 2:43 UTC (2+ messages)
[PATCH] xfs: don't reserve blocks for right shift transactions
2017-02-15 21:51 UTC (7+ messages)
[PATCH] xfs: fix len comparison in xfs_extent_busy_trim
2017-02-15 2:17 UTC (3+ messages)
[PATCH v2 0/4] buffered write and indlen fixes
2017-02-14 12:56 UTC (8+ messages)
` [PATCH 1/4] xfs: clear delalloc and cache on buffered write failure
` [PATCH 2/4] xfs: resurrect debug mode drop buffered writes mechanism
` [PATCH 3/4] xfs: handle indlen shortage on delalloc extent merge
` [PATCH 4/4] xfs: split indlen reservations fairly when under reserved
[bug report] xfs: mark speculative prealloc CoW fork extents unwritten
2017-02-14 6:54 UTC (2+ messages)
iomap infrastructure and multipage writes V5
2017-02-13 22:32 UTC
[BUG] xfs/305 hangs 4.10-rc4 kernel
2017-02-13 16:43 UTC (10+ messages)
[PATCH v28 00/21] Richacls (Core and Ext4)
2017-02-13 15:32 UTC (22+ messages)
` [PATCH v28 01/21] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v28 02/21] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v28 03/21] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v28 04/21] vfs: Add permission flags for setting file attributes
` [PATCH v28 05/21] richacl: In-memory representation and helper functions
` [PATCH v28 06/21] richacl: Permission mapping functions
` [PATCH v28 07/21] richacl: Permission check algorithm
` [PATCH v28 08/21] richacl: Compute maximum file masks from an acl
` [PATCH v28 09/21] vfs: Cache base_acl objects in inodes
` [PATCH v28 10/21] vfs: Add get_richacl and set_richacl inode operations
` [PATCH v28 11/21] vfs: Cache richacl in struct inode
` [PATCH v28 12/21] richacl: Update the file masks in chmod()
` [PATCH v28 13/21] richacl: Check if an acl is equivalent to a file mode
` [PATCH v28 14/21] richacl: Create-time inheritance
` [PATCH v28 15/21] richacl: Automatic Inheritance
` [PATCH v28 16/21] richacl: xattr mapping functions
` [PATCH v28 17/21] richacl: Add richacl xattr handler
` [PATCH v28 18/21] vfs: Add richacl permission checking
` [PATCH v28 19/21] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
` [PATCH v28 20/21] ext4: Add richacl support
` [PATCH v28 21/21] ext4: Add richacl feature flag
[PATCH v2] tests/xfs: test to stress XFS delalloc indirect block reservations
2017-02-13 15:15 UTC
Inclusion of a3916e528b917851a4 ("xfs: fix broken multi-fsb buffer logging") in 4.4-stable
2017-02-10 21:06 UTC
[PATCH 0/3] xfs: restore and enhance xfs indlen test
2017-02-10 16:32 UTC (8+ messages)
` [PATCH 1/3] xfstests: move generic indlen reservation test to xfs dir
` [PATCH 2/3] tests/xfs: update indlen res. test to use fail writes mechanism
` [PATCH 3/3] tests/xfs: update indlen res. test to include larger write pattern
[xfs-linux:xfs-4.11-merge-maybe 24/31] ERROR: "__aeabi_uldivmod" [fs/xfs/xfs.ko] undefined!
2017-02-10 12:05 UTC
linux-next: manual merge of the akpm-current tree with the xfs tree
2017-02-10 7:07 UTC
linux-next: manual merge of the akpm-current tree with the xfs tree
2017-02-10 6:57 UTC
linux-next: manual merge of the akpm-current tree with the xfs tree
2017-02-10 6:41 UTC
linux-next: manual merge of the akpm-current tree with the xfs tree
2017-02-10 6:45 UTC
reflink direct I/O improvements V3
2017-02-09 17:22 UTC (8+ messages)
` [PATCH 4/4] xfs: allocate direct I/O COW blocks in iomap_begin
WARN_ON_ONCE() during generic/270
2017-02-09 17:19 UTC (3+ messages)
[xfs-linux:xfs-4.11-merge-maybe 24/31] ERROR: "__udivdi3" [fs/xfs/xfs.ko] undefined!
2017-02-09 17:17 UTC
[PATCH] mm: replace FAULT_FLAG_SIZE with parameter to huge_fault
2017-02-09 4:34 UTC (6+ messages)
` [kbuild-all] "
[ANNOUNCE] xfsdump: master updated to 25195eb
2017-02-08 19:47 UTC
[PATCH 00/14] use atomic_dec_not_zero()
2017-02-08 12:28 UTC (2+ messages)
[PATCH] mm: replace FAULT_FLAG_SIZE with parameter to huge_fault
2017-02-08 8:41 UTC (8+ messages)
[PATCH] xfs: during log recovery, destroy the unlinked inodes even for read-only mount
2017-02-08 2:31 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).