messages from 2017-11-28 21:36:12 to 2017-12-04 21:24:37 UTC [more...]
[patch V4 00/11] LICENSES: Add documentation and initial License files
2017-12-04 21:19 UTC (4+ messages)
` [patch V4 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
` [patch V4 02/11] LICENSES: Add the GPL 2.0 license
` [patch V4 03/11] LICENSES: Add the LGPL "
[PATCH 0/5] xfsprogs: 4.15 rollup
2017-12-04 21:19 UTC (21+ messages)
` [PATCH 1/5] xfs_db: print structure padding fields consistently
` [PATCH 3/5] xfs_io: pull xfs errortag definitions from libxfs
` [PATCH 4/5] xfs_io: provide an interface to the scrub ioctls
` [PATCH v2 "
` [PATCH 5/5] man: describe the metadata scrubbing ioctl
` [PATCH v2 "
[PATCH] treewide: remove duplicate includes
2017-12-04 19:21 UTC (6+ messages)
Display project quotas without
2017-12-04 16:18 UTC (2+ messages)
[PATCH v2 0/7] xfs: inode transaction reservation fixups
2017-12-04 12:21 UTC (15+ messages)
` [PATCH v2 1/7] xfs: print transaction log reservation on overrun
` [PATCH v2 2/7] xfs: include inobt buffers in ifree tx log reservation
` [PATCH v2 3/7] xfs: fix up agi unlinked list reservations
` [PATCH v2 4/7] xfs: truncate transaction does not modify the inobt
` [PATCH v2 5/7] xfs: include an allocfree res for inobt modifications
` [PATCH v2 6/7] xfs: refactor inode chunk alloc/free tx reservation
` [PATCH v3 "
` [PATCH v2 7/7] xfs: eliminate duplicate icreate tx reservation functions
[PATCH] common/rc: report kmemleak errors
2017-12-04 4:55 UTC (2+ messages)
Internal error XFS_WANT_CORRUPTED_GOTO at line 3505 of file fs/xfs/libxfs/xfs_btree.c. Caller xfs_free_ag_extent+0x35d/0x7a0 [xfs]
2017-12-03 22:42 UTC (2+ messages)
[PATCH] xfs: scrub inode nsec fields
2017-12-03 22:04 UTC (2+ messages)
Filesystem crash
2017-12-03 22:03 UTC (2+ messages)
[PATCH 0/4] xfs: scrub tweaks
2017-12-01 23:24 UTC (15+ messages)
` [PATCH 1/4] xfs: add scrub to XFS_BUILD_OPTIONS
` [PATCH 2/4] xfs: explicitly initialize meta_scrub_ops array by type
` [PATCH 3/4] xfs: factor out scrub input checking
` [PATCH v2 "
` [PATCH 4/4] xfs: move all scrub input checking to xfs_scrub_validate
` [PATCH v2 "
[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
2017-12-01 21:51 UTC (38+ messages)
` [PATCH 01/11] fs: provide unlocked helper for freeze_super()
` [PATCH 02/11] fs: provide unlocked helper thaw_super()
` [PATCH 03/11] fs: add frozen sb state helpers
` [PATCH 04/11] fs: distinguish between user initiated freeze and kernel initiated freeze
` [PATCH 05/11] fs: add iterate_supers_excl() and iterate_supers_reverse_excl()
` [PATCH 06/11] fs: freeze on suspend and thaw on resume
` [PATCH 07/11] xfs: remove not needed freezing calls
` [PATCH 08/11] ext4: "
` [PATCH 09/11] f2fs: "
` [PATCH 10/11] nilfs2: "
` [PATCH 11/11] jfs: "
[GIT PULL] xfs: fixes for 4.15-rc2
2017-12-01 20:51 UTC
[RFC PATCH 1/2] xfs: add the ability to join a buffer to a defer_ops
2017-12-01 17:36 UTC (4+ messages)
[RFC PATCH 2/2] The new attribute leaf buffer is not held locked across the transaction
2017-12-01 13:37 UTC (2+ messages)
[PATCH v5] xfs_io: implement ranged fiemap query
2017-12-01 11:50 UTC (3+ messages)
` [PATCH v6] "
[PATCH v3 00/17] Parent Pointers v4
2017-12-01 2:58 UTC (64+ messages)
` [PATCH v3 01/17] Add helper functions xfs_attr_set_args and xfs_attr_remove_args
` [PATCH v3 02/17] Set up infastructure for deferred attribute operations
` [PATCH v3 03/17] Add xfs_attr_set_defered and xfs_attr_remove_defered
` [PATCH v3 04/17] Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH v3 05/17] xfs: get directory offset when adding directory name
` [PATCH v3 06/17] xfs: get directory offset when removing "
` [PATCH v3 07/17] xfs: get directory offset when replacing a "
` [PATCH v3 08/17] xfs: add parent pointer support to attribute code
` [PATCH v3 09/17] xfs: define parent pointer xattr format
` [PATCH v3 10/17] xfs: extent transaction reservations for parent attributes
` [PATCH v3 11/17] Add the extra space requirements for parent pointer attributes when calculating the minimum log size during mkfs
` [PATCH v3 12/17] xfs: parent pointer attribute creation
` [PATCH v3 13/17] xfs: add parent attributes to link
` [PATCH v3 14/17] xfs: remove parent pointers in unlink
` [PATCH v3 15/17] Add parent pointers to rename
` [PATCH v3 16/17] Add the parent pointer support to the superblock version 5
` [PATCH v3 17/17] Add parent pointer ioctl
[PATCH] xfs_io: add buf_lru_ref tag to inject table
2017-11-30 23:13 UTC (5+ messages)
` [PATCH V2] "
` [PATCH V3] "
[PATCH] xfs: log recovery should replay deferred ops in order
2017-11-30 20:31 UTC (2+ messages)
[PATCH] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
2017-11-30 17:55 UTC (5+ messages)
[PATCH v7] generic: initial fiemap range query test
2017-11-30 16:05 UTC
[PATCH 1/3] xfs: ubsan fixes
2017-11-30 13:47 UTC (6+ messages)
` [PATCH 2/3] xfs: remove unused parameter from xfs_writepage_map
` [PATCH 3/3] xfs: scrub inode mode properly
[RFC 0/5] fs: replace kthread freezing with filesystem freeze/thaw
2017-11-29 23:05 UTC (7+ messages)
` [RFC 5/5] pm: remove kernel thread freezing
[PATCH 0/4] xfs: inode transaction reservation fixups
2017-11-29 20:36 UTC (20+ messages)
` [PATCH 2/4] xfs: include inobt buffers in ifree tx log reservation
` [PATCH 3/4] xfs: amortize agfl block frees across multiple transactions
` [PATCH RFC 4/4] xfs: include an allocfree res for inobt modifications
[PATCH] xfs: Don't trim file extents during iomap
2017-11-29 19:57 UTC (6+ messages)
tr_ifree transaction log reservation calculation
2017-11-29 14:31 UTC (12+ messages)
[PATCH V3] xfs: Properly retry failed dquot items in case of error during buffer writeback
2017-11-29 12:42 UTC
[PATCH V2] xfs: Properly retry failed dquot items in case of error during buffer writeback
2017-11-29 12:33 UTC (3+ messages)
[PATCH 0/5] v2 xfs refcount conversions
2017-11-29 11:38 UTC (6+ messages)
` [PATCH 1/5] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t
` [PATCH 2/5] fs, xfs: convert xfs_efi_log_item.efi_refcount "
` [PATCH 3/5] fs, xfs: convert xlog_ticket.t_ref "
` [PATCH 4/5] fs, xfs: convert xfs_cui_log_item.cui_refcount "
` [PATCH 5/5] fs, xfs: convert xfs_rui_log_item.rui_refcount "
[PATCH v3 10/13] fstests: crash consistency fsx test using dm-log-writes
2017-11-29 3:33 UTC (2+ messages)
[ANNOUNCE] xfs-documentation: master updated to 6b0e607
2017-11-29 2:38 UTC
[PATCH] xfsdocs: clarify log item header structure
2017-11-29 1:48 UTC
[PATCH] xfsdocs: fix some small discrepancies with libxfs
2017-11-29 1:48 UTC
[PATCH v10 00/16] xfs: online scrub xref support
2017-11-29 1:27 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: introduce scrubber cross-referencing stubs
` [PATCH 08/16] xfs: scrub should cross-reference with the bnobt
` [PATCH 09/16] xfs: cross-reference bnobt records with cntbt
` [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: abort scrubs if the oom killer fires
[PATCH] generic/388: use TIME_FACTOR to scale test duration
2017-11-29 1:09 UTC
[PATCH v7 0/3] XFS realtime device tweaks
2017-11-28 22:04 UTC (5+ messages)
` [PATCH v7 1/3] xfs: Show realtime device stats on statfs calls if realtime flags set
` [PATCH v7 2/3] xfs: Set realtime flag based on initial allocation size
` [PATCH v7 3/3] xfs: Add realtime fallback if data device full
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;
as well as URLs for NNTP newsgroup(s).