public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-14 22:48:23 to 2017-08-18 13:43:23 UTC [more...]

corrupt xfs log
 2017-08-18 13:43 UTC  (4+ messages)

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

[PATCH] mkfs: rename defaultval to flagval in opts
 2017-08-18 10:39 UTC 

[PATCH] mkfs: add missing translation
 2017-08-18 10:39 UTC 

[PATCH] xfs_db: make write/fuzz -c and -d work on non-crc filesystems
 2017-08-18  8:59 UTC  (3+ messages)

[RFC 00/12] xfs: more and better verifiers
 2017-08-18  7:05 UTC  (14+ messages)
` [PATCH 01/12] xfs: refactor long-format btree header verification routines
` [PATCH 02/12] xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
` [PATCH 03/12] xfs: have buffer verifier functions report failing address
` [PATCH 04/12] xfs: refactor verifier callers to print address of failing check
` [PATCH 05/12] xfs: verify dinode header first
` [PATCH 06/12] xfs: move inode fork verifiers to xfs_dinode_verify
` [PATCH 07/12] xfs: create structure verifier function for shortform xattrs
` [PATCH 08/12] xfs: create structure verifier function for short form symlinks
` [PATCH 09/12] xfs: refactor short form directory structure verifier function
` [PATCH 10/12] xfs: provide a centralized method for verifying inline fork data
` [PATCH 11/12] xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
` [PATCH 12/12] xfs: create a new buf_ops pointer to verify structure metadata

[PATCH 0/6 v2] mkfs: save user input into opts table
 2017-08-17 22:59 UTC  (37+ messages)
` [PATCH 1/6] mkfs: Save raw user input field to the opts struct
` [PATCH 2/6] mkfs: rename defaultval to flagval in opts
` [PATCH 3/6] mkfs: remove intermediate getstr followed by getnum
` [PATCH 4/6] mkfs: merge tables for opts parsing into one table
` [PATCH 5/6] mkfs: move getnum within the file
` [PATCH 6/6] mkfs: extend opt_params with a value field
` [PATCH 1/6 v2] mkfs: Save raw user input field to the opts struct
  ` [PATCH 3/6 v2] mkfs: remove intermediate getstr followed by getnum
  ` [PATCH 4/6 v2] mkfs: merge tables for opts parsing into one table
  ` [PATCH 5/6 v2] mkfs: move getnum within the file
  ` [PATCH 6/6 v2] mkfs: extend opt_params with a value field

xfs_repair fails: mismatched UUID?
 2017-08-17 22:54 UTC  (6+ messages)

[PATCH] xfsprogs: add sectsize/sectlog to the man page
 2017-08-17 22:29 UTC  (9+ messages)

Issue with "no space left on device"
 2017-08-17 21:44 UTC  (8+ messages)

explicitly join inodes to deferred operations
 2017-08-17 16:22 UTC  (10+ messages)
` [PATCH 1/3] xfs: refactor xfs_trans_roll
` [PATCH 2/3] xfs: rename xfs_defer_join to xfs_defer_join_inode
` [PATCH 3/3] xfs: remove the ip argument to xfs_defer_finish

[RFC PATCH 0/7] dax, ext4: Synchronous page faults
 2017-08-17 16:08 UTC  (16+ messages)

[RFC PATCH 0/13 v2] dax, ext4: Synchronous page faults
 2017-08-17 16:08 UTC  (14+ messages)
` [PATCH 01/13] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 02/13] dax: Simplify arguments of dax_insert_mapping()
` [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

xfs_repair fails to clean directory inode
 2017-08-17 15:58 UTC  (3+ messages)

[PATCH RFC 0/2] xfs: refactor ordered buffer logging code
 2017-08-17 11:06 UTC  (7+ messages)
` [PATCH RFC 1/2] xfs: refactor buffer logging into buffer dirtying helper
` [PATCH RFC 2/2] xfs: don't log dirty ranges for ordered buffers

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-08-17  8:49 UTC  (17+ messages)
` [PATCH v4 1/3] fs, xfs: introduce S_IOMAP_SEALED
` [PATCH v4 2/3] mm: introduce MAP_VALIDATE a mechanism for adding new mmap flags
` [PATCH v4 3/3] fs, xfs: introduce MAP_DIRECT for creating block-map-sealed file ranges

[PATCH v3] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
 2017-08-17  7:37 UTC  (4+ messages)

[PATCH] iomap: fix integer truncation issues in the zeroing and dirtying helpers
 2017-08-17  7:05 UTC  (5+ messages)

[PATCH] xfs: preserve i_mode if __xfs_set_acl() fails
 2017-08-17  6:34 UTC  (14+ messages)

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

linux-next: Signed-off-by missing for commit in the xfs tree
 2017-08-16 21:48 UTC 

CrashMonkey: A Framework to Systematically Test File-System Crash Consistency
 2017-08-16 20:36 UTC  (10+ messages)

[PATCH RFC] xfs: fix buffer check for primary sb in userspace libxfs
 2017-08-16 15:22 UTC  (8+ messages)

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

[PATCH 1/3] xfs: clear MS_ACTIVE after finishing log recovery
 2017-08-16 11:57 UTC  (6+ messages)
` [PATCH 3/3] xfs: evict all inodes involved with log redo item

[PATCH 0/6 v2] mkfs: use user values saved in opts table
 2017-08-15 15:00 UTC  (14+ messages)
` [PATCH 1/6] mkfs: save user input values into opts
` [PATCH 2/6] mkfs: replace variables with opts table: -b,d,s options
  ` [PATCH 2/6 v2] "
` [PATCH 3/6] mkfs: replace variables with opts table: -i options
` [PATCH 4/6] mkfs: replace variables with opts table: -l options
` [PATCH 5/6] mkfs: replace variables with opts table: -n options
` [PATCH 6/6] mkfs: replace variables with opts table: -r options

[RFC PATCH 00/13] Add parent pointer attributes
 2017-08-15  5:47 UTC  (16+ messages)
` [RFC PATCH 02/13] xfs: get directory offset when removing directory name
` [RFC PATCH 05/13] xfs: define parent pointer xattr format
` [RFC PATCH 08/13] xfs: parent pointer attribute creation
` [RFC PATCH 13/13] Add the parent pointer support to the superblock version 5

[PATCH] Stop searching for free slots in an inode chunk when there are none
 2017-08-14 22:48 UTC  (2+ messages)


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