linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-28 06:47:55 to 2019-08-30 11:56:15 UTC [more...]

[PATCH v2 00/15] xfs: mount API patch series
 2019-08-30 11:56 UTC  (41+ messages)
` [PATCH v2 02/15] xfs: mount-api - add fs parameter description
` [PATCH v2 03/15] xfs: mount-api - refactor suffix_kstrtoint()
` [PATCH v2 05/15] xfs: mount-api - make xfs_parse_param() take context .parse_param() args
` [PATCH v2 06/15] xfs: mount-api - move xfs_parseargs() validation to a helper
` [PATCH v2 07/15] xfs: mount-api - refactor xfs_fs_fill_super()
` [PATCH v2 08/15] xfs: mount-api - add xfs_get_tree()
` [PATCH v2 09/15] xfs: mount-api - add xfs_remount_rw() helper
` [PATCH v2 10/15] xfs: mount-api - add xfs_remount_ro() helper
` [PATCH v2 11/15] xfs: mount api - add xfs_reconfigure()
` [PATCH v2 12/15] xfs: mount-api - add xfs_fc_free()
` [PATCH v2 13/15] xfs: mount-api - dont set sb in xfs_mount_alloc()
` [PATCH v2 14/15] xfs: mount-api - switch to new mount-api

[PATCH] xfs: add function name in xfs_trans_ail_delete function header comments
 2019-08-30 10:59 UTC 

misc cleanups
 2019-08-30 10:24 UTC  (4+ messages)
` [PATCH 1/3] xfs: add a xfs_valid_startblock helper
` [PATCH 2/3] xfs: cleanup xfs_fsb_to_db
` [PATCH 3/3] xfs: remove the unused XFS_ALLOC_USERDATA flag

[PATCH] xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidate
 2019-08-30 10:23 UTC 

[PATCH] xfsprogs: provide a few compatibility typedefs
 2019-08-30 10:22 UTC 

[PATCH] xfs: Initialize label array properly
 2019-08-30  7:31 UTC  (3+ messages)

[PATCH 00/12] xfsprogs-5.3: various fixes
 2019-08-30  6:19 UTC  (26+ messages)
` [PATCH 01/12] libxfs-diff: try harder to find the kernel equivalent libxfs files
` [PATCH 02/12] libxfs: move topology declarations into separate header
` [PATCH 03/12] libfrog: try the v4 fs geometry ioctl after failing the v5 ioctl
` [PATCH 04/12] man: document the new v5 fs geometry ioctl structures
` [PATCH 05/12] man: document new fs summary counter scrub command
` [PATCH 06/12] man: document the new allocation group geometry ioctl
` [PATCH 07/12] man: document the new health reporting fields in various ioctls
` [PATCH 08/12] xfs_db: remove db/convert.h
` [PATCH 09/12] xfs_db: add a function to compute btree geometry
` [PATCH 10/12] xfs_db: use precomputed inode geometry values
` [PATCH 11/12] xfs_repair: "
` [PATCH 12/12] xfs_repair: reduce the amount of "clearing reflink flag" messages

[RFC] xfs: Flush iclog containing XLOG_COMMIT_TRANS before waiting for log space
 2019-08-30  6:05 UTC  (13+ messages)

[PATCH v3 01/11] checkpatch: check for nested (un)?likely() calls
 2019-08-30  5:37 UTC  (4+ messages)
` [PATCH v3 07/11] xfs: remove unlikely() from WARN_ON() condition

[PATCH 0/3 v3] xfs: allocate xattr buffer on demand
 2019-08-30  5:36 UTC  (15+ messages)
` [PATCH 1/5] xfs: make attr lookup returns consistent
` [PATCH 2/5] xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalue
` [PATCH 3/5] xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
` [PATCH 4/5] xfs: consolidate attribute value copying
` [PATCH 5/5] xfs: allocate xattr buffer on demand

[PATCH v3 0/5] xfs: speed up large directory modifications
 2019-08-30  5:24 UTC  (14+ messages)
` [PATCH 1/5] xfs: move xfs_dir2_addname()
` [PATCH 2/5] xfs: factor data block addition from xfs_dir2_node_addname_int()
` [PATCH 3/5] xfs: factor free block index lookup "
` [PATCH 4/5] xfs: speed up directory bestfree block scanning
` [PATCH 5/5] xfs: reverse search directory freespace indexes

[PATCH v2 0/9] libxfrog: wrap version ioctl calls
 2019-08-30  4:21 UTC  (10+ messages)
` [PATCH 1/9] libxfs: revert FSGEOMETRY v5 -> v4 hack
` [PATCH 2/9] xfsprogs: update spdx tags in LICENSES/
` [PATCH 3/9] libfrog: refactor online geometry queries
` [PATCH 4/9] libfrog: introduce xfs_fd to wrap an fd to a file on an xfs filesystem
` [PATCH 5/9] libfrog: store more inode and block geometry in struct xfs_fd
` [PATCH 6/9] libfrog: create online fs geometry converters
` [PATCH 7/9] libfrog: refactor open-coded bulkstat calls
` [PATCH 8/9] libfrog: create xfd_open function
` [PATCH 9/9] libfrog: refactor open-coded INUMBERS calls

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-30  2:21 UTC  (4+ messages)

[PATCH] xfs: Use WARN_ON_ONCE for bailout mount-operation
 2019-08-30  1:41 UTC 

[PATCH] xfs: Use WARN_ON_ONCE rather than BUG for bailout mount-operation
 2019-08-30  1:37 UTC  (3+ messages)

[PATCH] splice: only read in as much information as there is pipe buffer space
 2019-08-30  0:44 UTC  (2+ messages)
` [RFC PATCH] generic: test splice() with pipes

[PATCH v2 0/2] xfs: get rid of _ITER_{ABORT,CONTINUE}
 2019-08-30  0:42 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove all *_ITER_ABORT values
` [PATCH 2/2] xfs: remove all *_ITER_CONTINUE values

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-08-30  0:29 UTC  (8+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-29 23:34 UTC  (9+ messages)
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range

[PATCH 0/2] xfs: get rid of _ITER_{ABORT,CONTINUE}
 2019-08-29 22:13 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove all *_ITER_ABORT values
` [PATCH 2/2] xfs: remove all *_ITER_CONTINUE values

[PATCH] xfs: log proper length of btree block in scrub/repair
 2019-08-29 21:31 UTC  (3+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-29 16:16 UTC  (13+ messages)

Deadlock during generic/530 test
 2019-08-29 16:12 UTC  (3+ messages)

[PATCH 0/5] xfs: remove unnecessary parameters and returns
 2019-08-29 16:01 UTC  (12+ messages)
` [PATCH 1/5] xfs: remove unnecessary parameter from xfs_iext_inc_seq
` [PATCH 2/5] xfs: remove unnecessary int returns from deferred rmap functions
` [PATCH 3/5] xfs: remove unnecessary int returns from deferred refcount functions
` [PATCH 4/5] xfs: remove unnecessary int returns from deferred bmap functions
` [PATCH 5/5] xfs: reinitialize rm_flags when unpacking an offset into an rmap irec

[PATCH] xfs: Use WARN_ON rather than BUG() for bailout mount-operation
 2019-08-29 15:58 UTC  (8+ messages)

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2019-08-29 15:52 UTC  (6+ messages)
` [PATCH 1/3] mm: Handle MADV_WILLNEED through vfs_fadvise()
` [PATCH 2/3] fs: Export generic_fadvise()
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[PATCH] xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
 2019-08-29 15:41 UTC  (3+ messages)

[PATCH v2 1/2] splice: don't read more than available pipe space
 2019-08-29 11:49 UTC  (8+ messages)
` [PATCH v2 2/2] iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)

[PATCH 0/3 v2] xfs: allocate xattr buffer on demand
 2019-08-29 11:02 UTC  (13+ messages)
` [PATCH 1/3] xfs: make attr lookup returns consistent
` [PATCH 2/3] xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
` [PATCH 3/3] xfs: allocate xattr buffer on demand

[PATCH V2 0/5] xfs: speed up large directory modifications
 2019-08-29  9:33 UTC  (20+ messages)
` [PATCH 1/5] xfs: move xfs_dir2_addname()
` [PATCH 2/5] xfs: factor data block addition from xfs_dir2_node_addname_int()
` [PATCH 3/5] xfs: factor free block index lookup "
` [PATCH 4/5] xfs: speed up directory bestfree block scanning
` [PATCH 5/5] xfs: reverse search directory freespace indexes

[PATCH 2/9] cachefiles: drop direct usage of ->bmap method
 2019-08-29  7:15 UTC  (10+ messages)
` [PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
  ` [PATCH 8/9] Use FIEMAP for FIBMAP calls

[PATCH v3] xfs: Fix ABBA deadlock between AGI and AGF when performing rename() with RENAME_WHITEOUT flag
 2019-08-29  5:35 UTC  (6+ messages)

[PATCH 0/4] xfs_spaceman: use runtime support library
 2019-08-29  3:48 UTC  (4+ messages)
` [PATCH 4/4] xfs_spaceman: convert open-coded unit conversions to helpers

[PATCH 0/2] xfsprogs: scrub filesystem summary counters
 2019-08-29  3:15 UTC  (4+ messages)
` [PATCH 2/2] xfs_scrub: check "

[PATCH v2] xfs: Fix ABBA deadlock between AGI and AGF in rename()
 2019-08-29  3:06 UTC  (7+ messages)

[PATCH 0/6] libxfrog: wrap version ioctl calls
 2019-08-28 17:35 UTC  (10+ messages)
` [PATCH 1/6] libfrog: refactor online geometry queries
` [PATCH 2/6] libfrog: introduce xfs_fd to wrap an fd to a file on an xfs filesystem
` [PATCH 4/6] libfrog: create online fs geometry converters

[ANNOUNCE] xfsprogs for-next rebased and tagged with 5.3.0-rc1
 2019-08-28 16:16 UTC 

[PATCH 0/4] xfs: fixes for 5.4
 2019-08-28 16:01 UTC  (6+ messages)
` [PATCH 1/4] xfs: bmap scrub should only scrub records once

[ANNOUNCE] xfs-linux: for-next updated to 7f313eda8fcc
 2019-08-28 15:55 UTC 


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).