messages from 2017-08-03 17:04:10 to 2017-08-11 11:19:44 UTC [more...]
[PATCH 1/3] xfs: clear MS_ACTIVE after finishing log recovery to avoid inode leak
2017-08-11 11:19 UTC (10+ messages)
` [PATCH 2/3] xfs: evict all inodes involved with log redo item recovery
` [PATCH 3/3] xfs: don't leak quotacheck dquots when cow recovery fails
[PATCH v2 0/5] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
2017-08-11 10:44 UTC (30+ messages)
` [PATCH v2 1/5] fs, xfs: introduce S_IOMAP_IMMUTABLE
` [PATCH v2 2/5] fs, xfs: introduce FALLOC_FL_SEAL_BLOCK_MAP
` [PATCH v2 3/5] fs, xfs: introduce FALLOC_FL_UNSEAL_BLOCK_MAP
` [PATCH v2 4/5] xfs: introduce XFS_DIFLAG2_IOMAP_IMMUTABLE
` [PATCH v2 5/5] xfs: toggle XFS_DIFLAG2_IOMAP_IMMUTABLE in response to fallocate
Locking problems with Linux 4.9 with NFSD and `fs/iomap.c`
2017-08-11 10:15 UTC (9+ messages)
` Locking problems with Linux 4.9 and 4.11 "
` AW: "
[RFC PATCH 0/7] dax, ext4: Synchronous page faults
2017-08-11 10:03 UTC (9+ messages)
[PATCH] vfs: freeze filesystems just prior to reboot
2017-08-11 10:02 UTC (7+ messages)
RFC: buffered I/O completion change
2017-08-11 9:59 UTC (2+ messages)
` [PATCH] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
[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 v3 0/6] fs, xfs: block map immutable files
2017-08-11 6:39 UTC (7+ 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] fiemap: Allow to specify range to fiemap
2017-08-11 5:38 UTC (9+ messages)
` [PATCH v2] "
[PATCH] xfs: fix inobt inode allocation search optimization
2017-08-11 4:45 UTC
[PATCH] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
2017-08-11 2:22 UTC (11+ messages)
[PATCH] xfs_metadump: zap stale date in DIR2_LEAF1 dirs
2017-08-10 21:30 UTC (2+ messages)
` [PATCH V2] "
[PATCH V2] Stop searching for free slots in an inode chunk when there are none
2017-08-10 12:28 UTC (4+ messages)
[RFC PATCH 00/13] Add parent pointer attributes
2017-08-10 1:41 UTC (14+ messages)
` [RFC PATCH 01/13] xfs: get directory offset when adding directory name
` [RFC PATCH 02/13] xfs: get directory offset when removing "
` [RFC PATCH 03/13] xfs: get directory offset when replacing a "
` [RFC PATCH 04/13] xfs: add parent pointer support to attribute code
` [RFC PATCH 05/13] xfs: define parent pointer xattr format
` [RFC PATCH 06/13] :xfs: extent transaction reservations for parent attributes
` [RFC PATCH 07/13] Add the extra space requirements for parent pointer attributes when calculating the minimum log size during mkfs
` [RFC PATCH 08/13] xfs: parent pointer attribute creation
` [RFC PATCH 09/13] xfs: add parent attributes to link
` [RFC PATCH 10/13] xfs: remove parent pointers in unlink
` [RFC PATCH 11/13] xfs_bmap_add_attrfork(): re-add error handling from set_attrforkoff() call
` [RFC PATCH 12/13] Add parent pointers to rename
` [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 to avoid inode leak
2017-08-09 17:17 UTC (11+ messages)
` [PATCH 2/3] xfs: don't leak linked inodes during log recovery
` [PATCH 3/3] xfs: don't leak quotacheck dquots when cow recovery fails
[PATCH 0/5] miscellaneous tests
2017-08-08 21:24 UTC (12+ messages)
` [PATCH 3/5] common/inject: refactor helpers to use new errortag interface
` [PATCH v2 "
` [PATCH v3 "
` [PATCH 4/5] common/populate: enable xfs quota accounting
xfs: use kmem_free to free return value of kmem_zalloc
2017-08-08 16:35 UTC (2+ messages)
[PATCH v3 41/49] xfs: convert to bio_for_each_segment_all_sp()
2017-08-08 16:32 UTC (2+ messages)
[RFC - PATCH] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of the first attribute
2017-08-08 7:51 UTC (9+ messages)
(no subject)
2017-08-08 1:09 UTC
[GIT PULL] xfs: fixes for 4.13-rc5
2017-08-07 19:22 UTC
[PATCH 0/7] mkfs: save user input into opts table
2017-08-07 17:36 UTC (22+ messages)
` [PATCH 1/7] mkfs: Save raw user input field to the opts struct
` [PATCH 6/7] mkfs: extend opt_params with a value field
Metadata corruption at xfs_attr3_leaf_write_verify()
2017-08-07 14:32 UTC (7+ messages)
[PATCH] xfs_db: free field list when failing out of fuzz
2017-08-05 16:11 UTC
[PATCH] xfs_db: reset metadump output flag
2017-08-05 16:10 UTC
[PATCH] xfs: Fix leak of discard bio
2017-08-05 13:56 UTC (2+ messages)
[PATCH 0/3] fs, xfs: block map immutable files for dax, dma-to-storage, and swap
2017-08-05 9:45 UTC (10+ messages)
` [PATCH 1/3] fs, xfs: introduce S_IOMAP_IMMUTABLE
[PATCH] Stop searching for free slots in an inode chunk when there are none
2017-08-04 23:17 UTC (5+ messages)
[ANNOUNCE] xfsprogs: for-next updated to 3540b41
2017-08-04 21:36 UTC
Intermittent zeroed pages with AIO+DIO+XFS
2017-08-04 4:04 UTC (7+ messages)
[PATCH v9 00/22] xfsprogs: online scrub/repair support
2017-08-04 0:09 UTC (23+ messages)
` [PATCH 01/22] xfs_scrub: create online filesystem scrub program
` [PATCH 02/22] xfs_scrub: common error handling
` [PATCH 03/22] xfs_scrub: set up command line argument parsing
` [PATCH 04/22] xfs_scrub: dispatch the various phases of the scrub program
` [PATCH 05/22] xfs_scrub: bind to a mount point and a block device
` [PATCH 06/22] xfs_scrub: find XFS filesystem geometry
` [PATCH 07/22] xfs_scrub: scan filesystem and AG metadata
` [PATCH 08/22] xfs_scrub: scan inodes
` [PATCH 09/22] xfs_scrub: check directory connectivity
` [PATCH 10/22] xfs_scrub: thread-safe stats counter
` [PATCH 11/22] xfs_scrub: create a bitmap data structure
` [PATCH 12/22] xfs_scrub: create infrastructure to read verify data blocks
` [PATCH 13/22] xfs_scrub: scrub file "
` [PATCH 14/22] xfs_scrub: optionally use SCSI READ VERIFY commands to scrub data blocks on disk
` [PATCH 15/22] xfs_scrub: check summary counters
` [PATCH 16/22] xfs_scrub: wire up repair ioctl
` [PATCH 17/22] xfs_scrub: schedule and manage repairs to the filesystem
` [PATCH 18/22] xfs_scrub: fstrim the free areas if there are no errors on "
` [PATCH 19/22] xfs_scrub: warn about normalized Unicode name collisions
` [PATCH 20/22] xfs_scrub: progress indicator
` [PATCH 21/22] xfs_scrub: create a script to scrub all xfs filesystems
` [PATCH 22/22] xfs_scrub: integrate services with systemd
[PATCH] xfs: Fix per-inode DAX flag inheritance
2017-08-03 20:18 UTC (2+ messages)
[PATCH 0/7] xfsprogs: 4.13 rollup
2017-08-03 18:05 UTC (7+ messages)
` [PATCH 7/7] xfs_db: introduce fuzz command
` [PATCH 8/7] xfs_db: use TYP_F_CRC_FUNC for inodes & dquots
` [PATCH 8/7 V2] "
` [PATCH 9/7] xfs_db: btdump should avoid eval for push and pop of cursor
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