linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-25 01:36:38 to 2020-01-30 13:31:37 UTC [more...]

[PATCH 0/4] xfs: Remove wrappers for some semaphores
 2020-01-30 13:31 UTC  (17+ messages)
` [PATCH 1/4] xfs: change xfs_isilocked() to always use lockdep()
` [PATCH 2/4] xfs: Remove mr_writer field from mrlock_t
` [PATCH 3/4] xfs: Make i_lock and i_mmap native rwsems
` [PATCH 4/4] xfs: replace mr*() functions with native rwsem calls

[PATCH] sched, fair: Allow a per-cpu kthread waking a task to stack on the same CPU
 2020-01-30  8:55 UTC  (13+ messages)

[PATCH 00/12] Change readahead API
 2020-01-30  8:00 UTC  (9+ messages)
` [PATCH 03/12] readahead: Put pages in cache earlier
` [PATCH 04/12] mm: Add readahead address space operation
` [PATCH 12/12] iomap: Convert from readpages to readahead

[RFC PATCH xfsprogs] xfs_io: add support for linkat() AT_LINK_REPLACE
 2020-01-30  4:42 UTC 

[PATCH v9 0/2] New zonefs file system
 2020-01-30  3:00 UTC  (7+ messages)
` [PATCH v9 1/2] fs: "
` [PATCH v9 2/2] zonefs: Add documentation

[PATCH v2] Documentation: changes.rst: update several outdated project URLs
 2020-01-29 23:15 UTC 

[PATCH] xfsprogs: do not redeclare globals provided by libraries
 2020-01-29 22:20 UTC  (15+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[PATCH 0/2] xfs: don't take addresses of packed structures
 2020-01-29 18:46 UTC  (14+ messages)
` [PATCH 1/2] xfs: don't take addresses of packed xfs_agfl_t member
` [PATCH 2/2] xfs: don't take addresses of packed xfs_rmap_key
  ` [PATCH 2/2 V2] xfs: don't take addresses of packed xfs_rmap_key member
    ` [PATCH 2/2 V3] "

[PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-01-29 17:19 UTC  (13+ messages)
  ` [kernel-hardening] "

clean up the attr interface v3
 2020-01-29 17:03 UTC  (31+ messages)
` [PATCH 01/30] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE
` [PATCH 02/30] xfs: remove the ATTR_INCOMPLETE flag
` [PATCH 03/30] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 04/30] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
` [PATCH 05/30] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
` [PATCH 06/30] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
` [PATCH 07/30] xfs: remove the name == NULL check from xfs_attr_args_init
` [PATCH 08/30] xfs: remove the MAXNAMELEN "
` [PATCH 09/30] xfs: move struct xfs_da_args to xfs_types.h
` [PATCH 10/30] xfs: turn xfs_da_args.value into a void pointer
` [PATCH 11/30] xfs: pass an initialized xfs_da_args structure to xfs_attr_set
` [PATCH 12/30] xfs: pass an initialized xfs_da_args to xfs_attr_get
` [PATCH 13/30] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
` [PATCH 14/30] xfs: remove ATTR_KERNOVAL
` [PATCH 15/30] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
` [PATCH 16/30] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
` [PATCH 17/30] xfs: factor out a xfs_attr_match helper
` [PATCH 18/30] xfs: cleanup struct xfs_attr_list_context
` [PATCH 19/30] xfs: remove the unused ATTR_ENTRY macro
` [PATCH 20/30] xfs: open code ATTR_ENTSIZE
` [PATCH 21/30] xfs: move the legacy xfs_attr_list to xfs_ioctl.c
` [PATCH 22/30] xfs: rename xfs_attr_list_int to xfs_attr_list
` [PATCH 23/30] xfs: lift common checks into xfs_ioc_attr_list
` [PATCH 24/30] xfs: lift buffer allocation "
` [PATCH 25/30] xfs: lift cursor copy in/out "
` [PATCH 26/30] xfs: improve xfs_forget_acl
` [PATCH 27/30] xfs: clean up the ATTR_REPLACE checks
` [PATCH 28/30] xfs: clean up the attr flag confusion
` [PATCH 29/30] xfs: remove XFS_DA_OP_INCOMPLETE
` [PATCH 30/30] xfs: embedded the attrlist cursor into struct xfs_attr_list_context

stop generating platform_defs.h V2
 2020-01-29 16:02 UTC  (7+ messages)
` [PATCH 1/5] xfsprogs: remove the ENABLE_GETTEXT substitution in platform_defs.h.in
` [PATCH 2/5] xfsprogs: remove the SIZEOF_CHAR_P "
` [PATCH 3/5] repair: remove BITS_PER_LONG cpp checks in bmap.[ch]
` [PATCH 4/5] xfsprogs: remove the SIZEOF_LONG substitution in platform_defs.h.in
` [PATCH 5/5] xfsprogs: stop generating platform_defs.h

[PATCH v10 0/2] New zonefs file system
 2020-01-29 13:11 UTC  (3+ messages)
` [PATCH v10 1/2] fs: "
` [PATCH v10 2/2] zonefs: Add documentation

[PATCH v9 1/2] fs: New zonefs file system
 2020-01-29  8:24 UTC  (4+ messages)
  ` [v9 "

[PATCH] xfsprogs: don't warn about packed members
 2020-01-29  6:46 UTC  (4+ messages)

[PATCH v4] xfstests: xfs mount option sanity test
 2020-01-29  5:22 UTC 

[PATCH v3] xfstests: xfs mount option sanity test
 2020-01-29  5:23 UTC  (5+ messages)

[PATCH V3 1/2] xfsprogs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
 2020-01-29  5:00 UTC  (2+ messages)
` [PATCH V3 2/2] xfs: Fix log reservation calculation for xattr insert operation

[PATCH V3 1/2] xfs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize
 2020-01-29  4:59 UTC  (2+ messages)
` [PATCH V3 2/2] xfs: Fix log reservation calculation for xattr insert operation

[PATCH v9 1/2] fs: New zonefs file system
 2020-01-29  4:14 UTC  (2+ messages)

[PATCH] xfsprogs: mkfs: don't default to the physical sector size if it's bigger than XFS_MAX_SECTORSIZE
 2020-01-28 23:53 UTC  (4+ messages)

[PATCH 0/8] xfsprogs: random fixes
 2020-01-28 15:56 UTC  (19+ messages)
` [PATCH 1/8] man: list xfs_io lsattr inode flag letters
` [PATCH 2/8] man: document the xfs_db btheight command
` [PATCH 3/8] man: reformat xfs_quota commands in the manpage for testing
` [PATCH 4/8] man: document some missing xfs_db commands
` [PATCH 5/8] xfs_db: dump per-AG reservations
` [PATCH 6/8] xfs_io: fix copy_file_range length argument overflow
` [PATCH 7/8] xfs_io: fix pwrite/pread length truncation on 32-bit systems
` [PATCH 8/8] xfs_repair: fix totally broken unit conversion in directory invalidation
` [PATCH 9/8] xfs_io: fix integer over/underflow handling in timespec_from_string

[PATCH v2] sched, fair: Allow a per-cpu kthread waking a task to stack on the same CPU
 2020-01-28 15:40 UTC 

[PATCH] sched, fair: Allow a per-cpu kthread waking a task to stack on the same CPU
 2020-01-28 13:41 UTC  (2+ messages)

Some tasks got to hang_task in XFS
 2020-01-28  4:18 UTC  (3+ messages)

[PATCH v9 1/2] fs: New zonefs file system
 2020-01-28  1:34 UTC  (4+ messages)

A NFS, xfs, reflink and rmapbt story
 2020-01-27 23:56 UTC  (4+ messages)

[PATCH 0/2] xfsprogs: libxfs cosmetic tidyups
 2020-01-27 15:29 UTC  (8+ messages)
` [PATCH 1/2] xfsprogs: alphabetize libxfs_api_defs.h
` [PATCH 2/2] libxfs: move header includes closer to kernelspace

[PATCH v6 00/16] xfs: Delay Ready Attributes
 2020-01-27  0:20 UTC  (7+ messages)
` [PATCH v6 11/16] xfs: Check for -ENOATTR or -EEXIST

clean up the attr interface v2
 2020-01-26 22:24 UTC  (11+ messages)
` [PATCH 02/29] xfs: merge xfs_attr_remove into xfs_attr_set
` [PATCH 27/29] xfs: clean up the attr flag confusion

stop generating platform_defs.h
 2020-01-26 22:21 UTC  (11+ messages)
` [PATCH 1/5] xfsprogs: remove the ENABLE_GETTEXT substitution in platform_defs.h.in
` [PATCH 2/5] xfsprogs: remove the SIZEOF_CHAR_P "
` [PATCH 3/5] repair: remove BITS_PER_LONG cpp checks in bmap.[ch]
` [PATCH 4/5] xfsprogs: remove the SIZEOF_LONG substitution in platform_defs.h.in
` [PATCH 5/5] xfsprogs: stop generating platform_defs.h

[PATCH] libxfs: turn the xfs_buf_incore stub into an inline function
 2020-01-26 21:24 UTC  (2+ messages)

Problems with determining data presence by examining extents?
 2020-01-26 18:19 UTC  (10+ messages)

[PATCH v5 00/14] xfs: Delay Ready Attributes
 2020-01-26  4:03 UTC  (9+ messages)
` [PATCH v5 04/14] xfs: Add xfs_has_attr and subroutines

[PATCH v5 00/12] xfs: make buffer functions return error codes
 2020-01-26  2:43 UTC  (4+ messages)
` [PATCH 10/12] xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers

[PATCH] Documentation: changes.rst: update several outdated project URLs
 2020-01-25 17:08 UTC  (4+ messages)


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