messages from 2018-06-07 20:00:20 to 2018-06-13 19:32:32 UTC [more...]
[PATCH 0/5] xfsprogs-4.17: mkfs config file enhancements
2018-06-13 19:32 UTC (5+ messages)
` [PATCH 1/5] mkfs: move build-time defaults to a separate file
` [PATCH 2/5] mkfs: move config file enums to config.h
` [PATCH 3/5] mkfs: hoist mkfs configfile dir string generation to build system
` [PATCH 4/5] mkfs: emit config file from builtin defaults
buffered writes without buffer heads in xfs and iomap v5
2018-06-13 15:30 UTC (4+ messages)
` [PATCH 10/21] xfs: remove xfs_map_cow
[PATCH v7 00/23] Parent Pointers v7
2018-06-13 15:18 UTC (30+ messages)
` [PATCH v7 01/23] xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
` [PATCH v7 02/23] xfs: Add helper function xfs_attr_try_sf_addname
` [PATCH v7 03/23] xfs: Add trans toggle to attr routines
` [PATCH v7 04/23] xfs: Add attibute set and helper functions
` [PATCH v7 05/23] xfs: Add attibute remove "
` [PATCH v7 06/23] xfs: Set up infastructure for deferred attribute operations
` [PATCH v7 07/23] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v7 08/23] xfs: Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH v7 09/23] xfs: get directory offset when adding directory name
` [PATCH v7 10/23] xfs: get directory offset when removing "
` [PATCH v7 11/23] xfs: get directory offset when replacing a "
` [PATCH v7 12/23] xfs: add parent pointer support to attribute code
` [PATCH v7 13/23] xfs: define parent pointer xattr format
` [PATCH v7 14/23] xfs: extent transaction reservations for parent attributes
` [PATCH v7 15/23] xfs: Hold inode locks in xfs_ialloc
` [PATCH v7 16/23] xfs: parent pointer attribute creation
` [PATCH v7 17/23] xfs: add parent attributes to link
` [PATCH v7 18/23] xfs: remove parent pointers in unlink
` [PATCH v7 19/23] xfs: Add parent pointers to rename
` [PATCH v7 20/23] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v7 21/23] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v7 22/23] xfs: Add parent pointer ioctl
` [PATCH v7 23/23] xfs: Add delayed attributes error tag
Reading/changing projid of a symlink
2018-06-13 14:22 UTC (6+ messages)
[PATCH] xfs: don't call xfs_da_shrink_inode with NULL bp
2018-06-13 11:07 UTC (2+ messages)
[PATCH v2 0/2] xfs: fix buffer delwri queue state race
2018-06-13 11:05 UTC (3+ messages)
` [PATCH v2 1/2] xfs: refactor buffer submission into a common helper
` [PATCH v2 2/2] xfs: use sync buffer I/O for sync delwri queue submission
[ANNOUNCE] xfsprogs mkfs-config branch updated to e6e27ae
2018-06-13 3:30 UTC
Bug report: kernel hangs when mounting a crafted xfs image
2018-06-13 0:40 UTC (5+ messages)
[PATCH 0/7] mkfs config support cleanups
2018-06-13 0:01 UTC (20+ messages)
` [PATCH 1/7] mkfs: document the config file option
` [PATCH 2/7] mkfs: move mkfs.xfs.8 to an .in file
` [PATCH 3/7] mkfs: parameterize sysconfdir in mkfs.xfs.8
` [PATCH 4/7] mkfs: tidy up whitespace in mkfs/config.c
` [PATCH 5/7] mkfs: properly fix TOCTOU open/stat race in config file handling
` [PATCH 6/7] mkfs: consolidate and streamline config opening function
` [PATCH 7/7] mkfs: remove gotos in parse_defaults_file
slab-out-of-bounds in xfs_bmbt_to_bmdr() when mounting a crafted xfs image
2018-06-12 23:22 UTC
NULL pointer dereference in xlog_recover_add_to_cont_trans() when mounting a crafted xfs image
2018-06-12 23:21 UTC
Integer overflow due to missing sanitary check in _xfs_buf_map_pages() when mounting a crafted xfs image
2018-06-12 23:21 UTC
Bug report: slab-out-of-bounds in xlog_recover_do_reg_buffer() when mounting a crafted xfs image
2018-06-12 23:20 UTC (2+ messages)
[GIT PULL] xfs: 4.18 merge, part 2
2018-06-12 22:00 UTC
[patch V5 00/11] LICENSES: Add documentation and initial License files
2018-06-12 19:27 UTC (5+ messages)
` [patch V5 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
Strange XFS problem
2018-06-12 18:56 UTC (7+ messages)
[PATCH v6 0/5] xfsprogs: add mkfs.xfs configuration file parsing support
2018-06-12 16:46 UTC (7+ messages)
` [PATCH v6 1/5] mkfs: distinguish between struct sb_feat_args and struct cli_params
` [PATCH v6 2/5] mkfs: move shared config structs and into their own headers
` [PATCH v6 3/5] mkfs: replace defaults source with an enum
` [PATCH v6 4/5] xfsprogs: reset opterr on platform_getoptreset()
` [PATCH v6 5/5] mkfs.xfs: add configuration file parsing support using our own parser
[PATCH v5 0/4] xfsprogs: add mkfs.xfs configuration file parsing support
2018-06-12 1:02 UTC (9+ messages)
` [PATCH v5 1/4] mkfs: distinguish between struct sb_feat_args and struct cli_params
` [PATCH v5 2/4] mkfs: move shared config structs and into their own headers
` [PATCH v5 3/4] mkfs: replace defaults source with an enum
` [PATCH v5 4/4] mkfs.xfs: add configuration file parsing support using our own parser
[PATCH v2 00/27] xfsprogs: parent pointers v2
2018-06-11 20:38 UTC (51+ messages)
` [PATCH v2 01/27] xfsprogs: Move xfs_attr.h to libxfs
` [PATCH v2 02/27] xfsprogs: Add helper function xfs_attr_try_sf_addname
` [PATCH v2 03/27] xfsprogs: Add trans toggle to attr routines
` [PATCH v2 04/27] xfsprogs: Add attibute set and helper functions
` [PATCH v2 05/27] xfsprogs: Add attibute remove "
` [PATCH v2 06/27] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v2 07/27] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v2 08/27] xfsprogs: Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH v2 09/27] xfsprogs: get directory offset when adding directory name
` [PATCH v2 10/27] xfsprogs: get directory offset when removing "
` [PATCH v2 11/27] xfsprogs: get directory offset when replacing a "
` [PATCH v2 12/27] xfsprogs: add parent pointer support to attribute code
` [PATCH v2 13/27] xfsprogs: define parent pointer xattr format
` [PATCH v2 14/27] xfsprogs: extent transaction reservations for parent attributes
` [PATCH v2 15/27] xfsprogs: parent pointer attribute creation
` [PATCH v2 16/27] xfsprogs: Add the parent pointer support to the superblock version 5
` [PATCH v2 17/27] xfsprogs: Add helper function xfs_attr_list_context_init
` [PATCH v2 18/27] xfsprogs: Add parent pointer ioctl
` [PATCH v2 19/27] xfsprogs: Add delayed attributes error tag
` [PATCH v2 20/27] xfsprogs: Add parent pointer flag to cmd
` [PATCH v2 21/27] xfsprogs: Remove single byte array from struct parent
` [PATCH v2 22/27] xfsprogs: Add log item printing for ATTRI and ATTRD
` [PATCH v2 23/27] xfsprogs: Do not use namechecks on parent pointers
` [PATCH v2 24/27] xfsprogs: Add parent pointers to recreated inodes
` [PATCH v2 25/27] xfsprogs: Add parent pointers during protofile creation
` [PATCH v2 26/27] xfsprogs: implement the upper half of parent pointers
` [PATCH v2 27/27] xfsprogs: Clean up old parent pointer definitions
[PATCH v1 0/1] Parent pointers test v1
2018-06-11 20:36 UTC (11+ messages)
` [PATCH v1 1/1] xfstests: Add parent pointer test
INFO: task hung in xlog_grant_head_check
2018-06-11 14:35 UTC (17+ messages)
` Bugs involving maliciously crafted file system
[PATCH] xfs: update incore per-AG inode count
2018-06-11 12:14 UTC (2+ messages)
WARNING in notify_change
2018-06-11 10:33 UTC
[PATCH] xfs/170: increase agsize for bigger internal log size
2018-06-11 9:10 UTC
WARNING in destroy_workqueue
2018-06-11 5:48 UTC
[PATCH] xfs_quota: fix -d option to limit directory depth correctly
2018-06-11 5:39 UTC
[ANNOUNCE] xfs-linux: for-next updated to ad2cd25e42b8
2018-06-10 3:15 UTC
[PATCH 0/2] xfs: fix buffer delwri queue state race
2018-06-09 11:26 UTC (6+ messages)
` [PATCH 2/2] xfs: allow delwri requeue of wait listed buffers
[PATCH] xfs: fix incorrect log_flushed on fsync
2018-06-09 7:13 UTC (9+ messages)
[PATCH] xfsprogs: remove unused macros
2018-06-08 16:53 UTC (2+ messages)
NULL pointer dereference in xfs_trans_binval() when mounting and operating a crafted xfs image
2018-06-08 16:49 UTC (4+ messages)
[PATCH 0/3] xfs: minor cleanups
2018-06-08 7:31 UTC (13+ messages)
` [PATCH 1/3] xfs: move various type verifiers to common file
` [PATCH 2/3] xfs: replace do_mod with native operations
` [PATCH 2/3 V2] "
` [PATCH 3/3] xfs: clean up MIN/MAX
[PATCH 0/6 V2] xfs: more verifications!
2018-06-08 2:23 UTC (7+ messages)
` [PATCH 2/6] xfs: verify extent size hint is valid in inode verifier
[PATCH v15.2 00/14] xfs-4.18: online repair support
2018-06-08 1:23 UTC (10+ messages)
` [PATCH 01/14] xfs: repair the AGF and AGFL
[PATCH 0/2] xfs: fix a couple of potential deadlocks
2018-06-08 0:48 UTC (7+ messages)
` [PATCH 2/2] xfs: xfs_reflink_convert_cow() memory allocation deadlock
[PATCH v3 0/2] vfs: better dedupe permission check
2018-06-07 20:45 UTC (4+ messages)
` [PATCH v3 1/2] vfs: allow dedupe of user owned read-only files
[ANNOUNCE] xfsprogs libxfs-4.18-sync branch created
2018-06-07 20:00 UTC
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).