linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-16 18:03:49 to 2017-11-21 14:28:04 UTC [more...]

[PATCH] xfs_io: implement ranged fiemap query
 2017-11-21 14:27 UTC  (5+ messages)

[patch V2 00/11] LICENSES: Add documentation and initial License files
 2017-11-21 13:57 UTC  (48+ 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 V2 03/11] LICENSES: Add the LGPL "
` [patch V2 04/11] LICENSES: Add the LGPL-2.1 license
` [patch V2 05/11] LICENSES: Add the BSD 2-clause "Simplified" license
` [patch V2 06/11] LICENSES: Add the BSD 3-clause "New" or "Revised" License
` [patch V2 07/11] LICENSES: Add the BSD-3-clause "Clear" license
` [patch V2 08/11] LICENSES: Add the MIT license
` [patch V2 09/11] LICENSES: Add Linux syscall note exception
  ` [patch V3 "
` [patch V2 10/11] LICENSES: Add the GPL 1.0 license
` [patch V2 11/11] LICENSES: Add MPL-1.1 license

[PATCH v2] iomap: report collisions between directio and buffered writes to userspace
 2017-11-21 12:52 UTC  (10+ messages)

[ANNOUNCE] xfsprogs: master updated to 5bb4307 / v4.14.0-rc2
 2017-11-21  5:52 UTC  (2+ messages)

[PATCH v4 1/2] fiemap: Factor out actual fiemap call code
 2017-11-21  5:45 UTC  (10+ messages)
` [PATCH v4 2/2] fiemap: Implement ranged query
` [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: 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

[PATCH v3 0/4] test for XFS umount hang caused by the pending dquota log item in AIL
 2017-11-20 15:13 UTC  (2+ messages)

[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 v3 00/17] Parent Pointers v4
 2017-11-17 18:21 UTC  (18+ 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 for 4.15] libxfs: fix dev_t handling in inode forks
 2017-11-17 16:57 UTC  (3+ messages)

[PATCH] xfs: fix type usage
 2017-11-17 16:47 UTC  (3+ messages)

[patch 0/7] LICENSES: Add documentation and initial License files
 2017-11-17 12:29 UTC  (9+ messages)
` [patch 1/7] Documentation: Add license-rules.rst to describe how to properly identify file licenses

[PATCH v2 1/2] ltp/fsx: allow comments when reading operations from logs
 2017-11-17  7:10 UTC  (4+ messages)
` [PATCH v2 2/2] generic: test zero page cache beyond new EOF on truncate down

[PATCH for 4.14] xfs_copy: don't hang if /all/ the targets hit write errors
 2017-11-17  5:05 UTC  (5+ messages)

[fstests PATCH v2] generic: add test for DAX MAP_SYNC support
 2017-11-16 22:59 UTC  (7+ messages)
` [fstests PATCH v3] "

[PATCH 1/3] xfsprogs: fix wrong variable type in write_once function
 2017-11-16 20:34 UTC  (6+ messages)
` [PATCH 2/3] xfsprogs: fix wrong do_pwritev definition
` [PATCH 3/3] xfsprogs: remove useless do_preadv and do_pwritev arguments

Note: xfsprogs libxfs-4.15-sync branch has been rebased
 2017-11-16 20:05 UTC 


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