public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-18 15:37:48 to 2017-08-24 20:26:56 UTC [more...]

[PATCH v6 0/5] MAP_DIRECT and block-map-atomic files
 2017-08-24 20:26 UTC  (18+ messages)
` [PATCH v6 1/5] vfs: add flags parameter to ->mmap() in 'struct file_operations'
` [PATCH v6 2/5] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v6 3/5] mm: introduce mmap3 for safely defining new mmap flags
` [PATCH v6 4/5] fs, xfs: introduce MAP_DIRECT for creating block-map-atomic file ranges
` [PATCH v6 5/5] fs, fcntl: add F_MAP_DIRECT

[PATCH 0/6] Fiemap refactoring
 2017-08-24 20:09 UTC  (13+ messages)
` [PATCH 1/6] fiemap: Remove blocksize variable
` [PATCH 2/6] fiemap: Make max_extents a global var
` [PATCH 3/6] fiemap: Eliminate num_extents
` [PATCH 4/6] fiemap: De-obfuscate last_logical and cur_extent manipulation
` [PATCH 5/6] fiemap: Factor out common code used for printing holes
` [PATCH 6/6] fiemap: Fix semantics of max_extents (-n arguments)
` [PATCH 7/6] xfs_bmap: fix -n documentation in manpage

synchronous page faults for XFS
 2017-08-24 19:26 UTC  (5+ messages)
` [PATCH 1/3] iomap: return VM_FAULT_* codes from iomap_page_mkwrite
` [PATCH 2/3] xfs: consolidate the various page fault handlers
` [PATCH 3/3] xfs: support for synchronous DAX faults

[PATCH] mkfs: rename defaultval to flagval in opts
 2017-08-24 19:15 UTC  (7+ messages)

[RESEND][PATCH] xfs: add online uevent for mount operation
 2017-08-24 18:59 UTC  (5+ messages)
  ` Filesystem configuration parsers - (was: Re: [RESEND][PATCH] xfs: add online uevent for mount operation)

[PATCH 0/5] miscellaneous tests
 2017-08-24 17:37 UTC  (9+ messages)
` [PATCH 4/5] common/populate: enable xfs quota accounting
` [PATCH 5/5] xfs: test fuzzing every field of a dquot

[RFC PATCH 0/13 v2] dax, ext4: Synchronous page faults
 2017-08-24 16:45 UTC  (50+ messages)
` [PATCH 03/13] dax: Factor out getting of pfn out of iomap
` [PATCH 04/13] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 05/13] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 06/13] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 07/13] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 08/13] dax: Fix comment describing dax_iomap_fault()
` [PATCH 09/13] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 10/13] mm: Wire up MAP_SYNC
` [PATCH 11/13] dax, iomap: Add support for synchronous faults
` [PATCH 12/13] dax: Implement dax_insert_pfn_mkwrite()
` [PATCH 13/13] ext4: Support for synchronous DAX faults

[PATCH] xfs: add online uevent for mount operation
 2017-08-24 13:26 UTC 

[PATCH] xfs: remove "no-allocation" reservations for file creations
 2017-08-24 12:18 UTC  (5+ messages)

[PATCH] xfs: Drop setting redundant PF_KSWAPD in kswapd context
 2017-08-24 10:56 UTC  (2+ messages)

[PATCH RFC 0/3] xfs: add customizable default values for error configuration
 2017-08-24  2:06 UTC  (14+ messages)
` [PATCH RFC 1/3] xfs: prepare for the customizable default values of "
` [PATCH RFC 2/3] xfs: add sysfs files for "
` [PATCH RFC 3/3] xfs: make the default values of error configuration customizable and workable

XFS Bug Report
 2017-08-24  0:26 UTC  (8+ messages)

[PATCH] fiemap: Refactor fiemap + implement range parameters
 2017-08-23 22:36 UTC  (14+ messages)
  ` [PATCH 1/4] fiemap: Move global variables out of function scope
    ` [PATCH 2/4] fiemap: Introduce get_extent_count
    ` [PATCH 3/4] fiemap: Simplify internals of fiemap_f
    ` [PATCH 4/4] fiemap: Add support for ranged query

[PATCH] ioctl_getfsmap.2: correct semantics of FMR_OF_LAST flag
 2017-08-23 22:33 UTC  (2+ messages)

[PATCH 0/3] libxfs: tidy up cvtnum junk
 2017-08-23 20:24 UTC  (10+ messages)
` [PATCH 1/3] libxfs: handle 0 blocksize or sectorsize in cvtnum
` [PATCH 2/3] xfs_io: get foreign blocksize & sector size in openfile
` [PATCH 3/3] xfs_io: add io_cvtnum wrapper
` [PATCH 4/3] xfs_quota: remove dodgy init_cvtnum

Support for data CRC
 2017-08-23  6:19 UTC  (8+ messages)

another possible integer truncation in xfs
 2017-08-22 17:20 UTC  (4+ messages)
    ` AW: "

[PATCH] xfs: test xfs_db fuzz command verbs
 2017-08-22 16:24 UTC  (3+ messages)

[ANNOUNCE] xfsprogs: for-next updated to b97ad96
 2017-08-22 15:04 UTC 

xfs_metadump as a backup tool
 2017-08-22  6:11 UTC  (4+ messages)

corrupt xfs log
 2017-08-21 20:24 UTC  (6+ messages)

[RFC PATCH 0/7] dax, ext4: Synchronous page faults
 2017-08-21 19:57 UTC  (11+ messages)

[PATCH] xfs_db: bit fuzzing should read the right bit when flipping
 2017-08-21 18:44 UTC  (2+ messages)

xfs errors
 2017-08-21 10:48 UTC  (5+ messages)

[PATCH v2 0/5] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-08-21  9:16 UTC  (11+ messages)

[RFC 00/12] xfs: more and better verifiers
 2017-08-21  8:13 UTC  (13+ messages)
` [PATCH 03/12] xfs: have buffer verifier functions report failing address
  ` [PATCH v2 "

[PATCH] [RFC, v2] mkfs.xfs: factor the crap out of input parsing
 2017-08-21  6:52 UTC 

Estimate xfs_repair run time
 2017-08-20  5:07 UTC  (10+ messages)

[ANNOUNCE] xfsdump: v3.1.7 released
 2017-08-18 23:14 UTC 

[GIT PULL] xfs: fixes for 4.13-rc5
 2017-08-18 20:47 UTC  (2+ messages)
` [GIT PULL] xfs: fixes for 4.13-rc6

[PATCH] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
 2017-08-18 15:37 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox