messages from 2017-11-17 11:59:20 to 2017-11-23 06:46:21 UTC [more...]
Display project quotas without
2017-11-23 6:46 UTC (2+ messages)
[PATCH] xfs: always free inline data before resetting inode fork during ifree
2017-11-23 6:01 UTC
tr_ifree transaction log reservation calculation
2017-11-23 0:24 UTC (6+ messages)
[PATCH v3 00/17] Parent Pointers v4
2017-11-22 22:49 UTC (23+ 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 RESEND v6 0/3] XFS realtime device tweaks
2017-11-22 22:40 UTC (4+ messages)
` [PATCH RESEND v6 1/3] xfs: Show realtime device stats on statfs calls if inherit flag set
` [PATCH RESEND v6 2/3] xfs: Set realtime flag based on initial allocation size
` [PATCH RESEND v6 3/3] xfs: Add realtime fallback if data device full
[PATCH] xfs: remove experimental tag for reflinks
2017-11-22 21:00 UTC (6+ messages)
[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
2017-11-22 19:53 UTC (5+ messages)
` [PATCH 01/18] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
[PATCH] xfs: log recovery should replay deferred ops in order
2017-11-22 18:29 UTC
xfs clones crash issue - illegal state 13 in block map
2017-11-22 18:25 UTC (7+ messages)
[PATCH] License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-22 17:53 UTC (12+ messages)
` WTF? "
[patch V2 00/11] LICENSES: Add documentation and initial License files
2017-11-22 13:48 UTC (30+ messages)
` [patch V2 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
` [patch V3 "
` [patch V4 "
` [patch V2 02/11] LICENSES: Add the GPL 2.0 license
[PATCH v5] xfs_io: implement ranged fiemap query
2017-11-22 6:47 UTC (5+ messages)
` [PATCH v5] xfs: initial fiemap range query test
` [PATCH v6] xfs_io: implement ranged fiemap query
[PATCH v2] iomap: report collisions between directio and buffered writes to userspace
2017-11-22 0:05 UTC (14+ messages)
[PATCH v3] iomap: report collisions between directio and buffered writes to userspace
2017-11-21 20:34 UTC
[GIT PULL] xfs: more fixes for 4.15
2017-11-21 19:45 UTC
[PATCH] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute
2017-11-21 18:50 UTC (4+ messages)
[PATCH v3 0/4] test for XFS umount hang caused by the pending dquota log item in AIL
2017-11-21 16:35 UTC (5+ messages)
[PATCH v4 1/2] fiemap: Factor out actual fiemap call code
2017-11-21 15:10 UTC (8+ messages)
` [PATCH v4 1/3] generic: Adjust generic test outputs for new fiemap imeplementation
` [PATCH v4 2/3] common: Implement fiemap's range query check
` [PATCH v4 3/3] xfs: initial fiemap range query test
[PATCH] xfs_io: implement ranged fiemap query
2017-11-21 14:27 UTC (5+ messages)
[ANNOUNCE] xfsprogs: master updated to 5bb4307 / v4.14.0-rc2
2017-11-21 5:52 UTC (2+ messages)
[PATCH] xfs: abstract out dev_t conversions
2017-11-21 2:16 UTC (3+ messages)
[PATCH 1/2] xfs_io: stat: fix typo in statfs->f_flags
2017-11-20 18:13 UTC (6+ messages)
` [PATCH 2/2] xfs_io: stat: treat statfs.f_flags as optional
[PATCH v10 00/27] xfsprogs-4.15: online scrub/repair support
2017-11-20 17:30 UTC (30+ messages)
` [PATCH 01/27] xfs_scrub: create online filesystem scrub program
` [PATCH 02/27] xfs_scrub: common error handling
` [PATCH 03/27] xfs_scrub: set up command line argument parsing
` [PATCH 04/27] xfs_scrub: dispatch the various phases of the scrub program
` [PATCH 05/27] xfs_scrub: figure out how many threads we're going to need
` [PATCH 06/27] xfs_scrub: create an abstraction for a block device
` [PATCH 07/27] xfs_scrub: find XFS filesystem geometry
` [PATCH 08/27] xfs_scrub: add inode iteration functions
` [PATCH 09/27] xfs_scrub: add space map "
` [PATCH 10/27] xfs_scrub: add file "
` [PATCH 11/27] xfs_scrub: filesystem counter collection functions
` [PATCH 12/27] xfs_scrub: wrap the scrub ioctl
` [PATCH 13/27] xfs_scrub: scan filesystem and AG metadata
` [PATCH 14/27] xfs_scrub: thread-safe stats counter
` [PATCH 15/27] xfs_scrub: scan inodes
` [PATCH 16/27] xfs_scrub: check directory connectivity
` [PATCH 17/27] xfs_scrub: warn about suspicious characters in directory/xattr names
` [PATCH 18/27] xfs_scrub: warn about normalized Unicode name collisions
` [PATCH 19/27] xfs_scrub: create a bitmap data structure
` [PATCH 20/27] xfs_scrub: create infrastructure to read verify data blocks
` [PATCH 21/27] xfs_scrub: scrub file "
` [PATCH 22/27] xfs_scrub: optionally use SCSI READ VERIFY commands to scrub data blocks on disk
` [PATCH 23/27] xfs_scrub: check summary counters
` [PATCH 24/27] xfs_scrub: fstrim the free areas if there are no errors on the filesystem
` [PATCH 25/27] xfs_scrub: progress indicator
` [PATCH 26/27] xfs_scrub: create a script to scrub all xfs filesystems
` [PATCH 27/27] xfs_scrub: integrate services with systemd
[RFC PATCH] xfs: Properly retry failed dquot items in case of error during buffer writeback
2017-11-20 15:04 UTC (8+ messages)
[PATCH] xfs: fix memory leak in xfs_iext_free_last_leaf
2017-11-20 9:31 UTC (2+ messages)
Illegal value 0 for -l sunit option ?
2017-11-19 22:34 UTC (5+ messages)
[fstests PATCH v4 0/4] add test for DAX MAP_SYNC support
2017-11-18 6:17 UTC (7+ messages)
` [fstests PATCH v4 1/4] common/rc: add _scratch_has_mount_option()
` [fstests PATCH v4 2/4] dm-log-writes: only replay log to marks that exist
` [fstests PATCH v4 3/4] dm-log-writes: allow DAX to be used when possible
` [fstests PATCH v4 4/4] generic: add test for DAX MAP_SYNC support
[xfsprogs PATCH 0/2] Add necessary items for MAP_SYNC testing
2017-11-18 4:44 UTC (13+ messages)
` [xfsprogs PATCH 1/2] xfs_io: add MAP_SYNC support to mmap()
` [xfsprogs PATCH 2/2] xfs_io: add a new 'log_writes' command
[PATCH 00/12] xfsprogs-4.15: common library for misc. routines
2017-11-17 20:14 UTC (13+ messages)
` [PATCH 01/12] libfrog: move all the userspace support stuff into a new library
` [PATCH 02/12] libfrog: move libxfs_log2_roundup to libfrog
` [PATCH 03/12] libfrog: add bit manipulation functions
` [PATCH 04/12] libfrog: move list_sort out of libxfs
` [PATCH 05/12] libfrog: promote avl64 code from xfs_repair
` [PATCH 06/12] libfrog: create a threaded workqueue
` [PATCH 07/12] libfrog: move topology code out of libxcmd
` [PATCH 08/12] libfrog: move conversion factors "
` [PATCH 09/12] libfrog: move paths.c "
` [PATCH 10/12] libfrog: add missing function fs_table_destroy
` [PATCH 11/12] libhandle: add missing destructor
` [PATCH 12/12] xfs_repair: remove old workqueue implementation in favor of libfrog code
[PATCH 0/5] xfsprogs: 4.15 rollup
2017-11-17 19:57 UTC (6+ messages)
` [PATCH 1/5] xfs_db: print structure padding fields consistently
` [PATCH 2/5] xfs_db: add missing padding fields
` [PATCH 3/5] xfs_io: pull xfs errortag definitions from libxfs
` [PATCH 4/5] xfs_io: provide an interface to the scrub ioctls
` [PATCH 5/5] man: describe the metadata scrubbing ioctl
[GIT PULL] xfs: great scads of new stuff for 4.15
2017-11-17 19:46 UTC (2+ messages)
` [GIT PULL] xfs: fixes "
[PATCH for 4.15] libxfs: fix dev_t handling in inode forks
2017-11-17 16:57 UTC (2+ messages)
[PATCH] xfs: fix type usage
2017-11-17 16:47 UTC (2+ messages)
[patch 0/7] LICENSES: Add documentation and initial License files
2017-11-17 12:29 UTC (8+ messages)
` [patch 1/7] Documentation: Add license-rules.rst to describe how to properly identify file licenses
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).