linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-11 02:22:07 to 2017-08-15 19:29:45 UTC [more...]

[PATCH] xfs: preserve i_mode if __xfs_set_acl() fails
 2017-08-15 19:29 UTC  (7+ messages)

CrashMonkey: A Framework to Systematically Test File-System Crash Consistency
 2017-08-15 18:01 UTC  (4+ messages)

[PATCH v4 0/3] MAP_DIRECT and block-map sealed files
 2017-08-15 17:11 UTC  (12+ 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 0/6 v2] mkfs: save user input into opts table
 2017-08-15 15:08 UTC  (22+ 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

[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 0/7] dax, ext4: Synchronous page faults
 2017-08-15  9:44 UTC  (17+ messages)

[PATCH v2 0/5] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
 2017-08-15  8:37 UTC  (22+ messages)
` [PATCH v2 1/5] fs, xfs: introduce S_IOMAP_IMMUTABLE

[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 1/3] xfs: clear MS_ACTIVE after finishing log recovery
 2017-08-15  4:03 UTC  (5+ messages)
` [PATCH 2/3] xfs: don't leak quotacheck dquots when cow recovery
` [PATCH 3/3] xfs: evict all inodes involved with log redo item

explicitly join inodes to deferred operations
 2017-08-15  1:37 UTC  (6+ 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

[PATCH RFC 0/2] xfs: refactor ordered buffer logging code
 2017-08-15  0:25 UTC  (5+ 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] Stop searching for free slots in an inode chunk when there are none
 2017-08-14 22:48 UTC  (3+ messages)

[PATCH] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
 2017-08-14 21:33 UTC  (22+ messages)

RFE: source path
 2017-08-14 19:24 UTC 

[PATCH v2] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
 2017-08-14 13:51 UTC  (2+ messages)

[PATCH 0/2 V7] Resubmit items failed during writeback
 2017-08-14 13:04 UTC  (6+ messages)
` [PATCH 1/2 V7] xfs: Add infrastructure needed for error propagation during buffer IO failure
` [PATCH 2/2 V7] xfs: Properly retry failed inode items in case of error during buffer writeback

[PATCH 1/3] xfs: clear MS_ACTIVE after finishing log recovery to avoid inode leak
 2017-08-14 12:40 UTC  (14+ messages)
` [PATCH 2/3] xfs: evict all inodes involved with log redo item recovery
  ` [PATCH v2 "
` [PATCH 3/3] xfs: don't leak quotacheck dquots when cow recovery fails
  ` [PATCH v3 "

[PATCH] xfs_metadump: zap stale date in DIR2_LEAF1 dirs
 2017-08-14 12:40 UTC  (3+ messages)
` [PATCH V2] "

RFE: xfsdump: better error message for existing dump file management
 2017-08-13 21:44 UTC 

What is wrong with my run string?
 2017-08-13 21:31 UTC  (2+ messages)

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

[PATCH v3 0/6] fs, xfs: block map immutable files
 2017-08-12  4:06 UTC  (13+ messages)
` [PATCH v3 1/6] fs, xfs: introduce S_IOMAP_IMMUTABLE
` [PATCH v3 2/6] fs, xfs: introduce FALLOC_FL_SEAL_BLOCK_MAP
` [PATCH v3 3/6] fs, xfs: introduce FALLOC_FL_UNSEAL_BLOCK_MAP
` [PATCH v3 4/6] xfs: introduce XFS_DIFLAG2_IOMAP_IMMUTABLE
` [PATCH v3 5/6] xfs: toggle XFS_DIFLAG2_IOMAP_IMMUTABLE in response to fallocate
` [PATCH v3 6/6] mm, xfs: protect swapfile contents with immutable + unwritten extents

[PATCH 0/2 resend] xfs: readonly handling changes
 2017-08-11 19:47 UTC  (7+ messages)
` [PATCH 1/2] xfs: write unmount record for ro mounts
` [PATCH 2/2] xfs: toggle readonly state around xfs_log_mount_finish
  ` [PATCH 2/2 V2] "

RFC: buffered I/O completion change
 2017-08-11 17:09 UTC  (4+ messages)
` [PATCH] xfs: open code end_buffer_async_write in xfs_finish_page_writeback

[PATCH] vfs: freeze filesystems just prior to reboot
 2017-08-11 16:27 UTC  (9+ messages)

[PATCH] xfs: fix inobt inode allocation search optimization
 2017-08-11 15:59 UTC  (3+ messages)

Locking problems with Linux 4.9 with NFSD and `fs/iomap.c`
 2017-08-11 15:14 UTC  (9+ messages)
        ` Locking problems with Linux 4.9 and 4.11 "
                ` AW: "

[PATCH] fiemap: Refactor fiemap + implement range parameters
 2017-08-11 11:55 UTC 

[PATCH] xfs_db: free field list when failing out of fuzz
 2017-08-11 11:24 UTC  (2+ messages)

[PATCH] xfs_db: reset metadump output flag
 2017-08-11 11:24 UTC  (2+ messages)

[PATCH v9 00/16] xfs: online scrub xref support
 2017-08-11  7:11 UTC  (17+ messages)
` [PATCH 01/16] xfs: add scrub cross-referencing helpers for the free space btrees
` [PATCH 02/16] xfs: add scrub cross-referencing helpers for the inode btrees
` [PATCH 03/16] xfs: add scrub cross-referencing helpers for the rmap btrees
` [PATCH 04/16] xfs: add scrub cross-referencing helpers for the refcount btrees
` [PATCH 05/16] xfs: set up scrub cross-referencing helpers
` [PATCH 06/16] xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
` [PATCH 07/16] xfs: scrub should cross-reference with the bnobt
` [PATCH 08/16] xfs: cross-reference bnobt records with cntbt
` [PATCH 09/16] xfs: cross-reference extents with AG header
` [PATCH 10/16] xfs: cross-reference inode btrees during scrub
` [PATCH 11/16] xfs: cross-reference reverse-mapping btree
` [PATCH 12/16] xfs: cross-reference the rmapbt data with the refcountbt
` [PATCH 13/16] xfs: cross-reference refcount btree during scrub
` [PATCH 14/16] xfs: scrub should cross-reference the realtime bitmap
` [PATCH 15/16] xfs: cross-reference the block mappings when possible
` [PATCH 16/16] xfs: shut off scrub-related error and corruption messages

[PATCH] fiemap: Allow to specify range to fiemap
 2017-08-11  5:38 UTC  (8+ messages)
` [PATCH v2] "


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