linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-06 18:22:15 to 2019-08-09 22:58:48 UTC [more...]

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-09 22:58 UTC  (6+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 03/19] mm/gup: Pass flags down to __gup_device_huge* calls
` [RFC PATCH v2 04/19] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [RFC PATCH v2 05/19] fs/ext4: Teach ext4 to break layout leases

[PATCH] direct-io: use GFP_NOIO to avoid deadlock
 2019-08-09 21:57 UTC  (9+ messages)
  ` [PATCH] loop: set PF_MEMALLOC_NOIO for the worker thread

[PATCH v1 0/1] Add delayed attributes test
 2019-08-09 21:38 UTC  (2+ messages)
` [PATCH v1 1/1] xfstests: Add Delayed Attribute test

[PATCH v1 00/19] Delayed Attributes
 2019-08-09 21:38 UTC  (20+ messages)
` [PATCH v1 01/19] xfsprogs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v1 02/19] xfsprog: Replace attribute parameters with struct xfs_name
` [PATCH v1 03/19] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v1 04/19] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v1 05/19] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v1 06/19] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v1 07/19] xfsprogs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v1 08/19] xfsprogs: Factor out xfs_attr_leaf_addname helper
` [PATCH v1 09/19] xfsprogs: Factor up commit from xfs_attr_try_sf_addname
` [PATCH v1 10/19] xfsprogs: Factor up trans roll from xfs_attr3_leaf_setflag
` [PATCH v1 11/19] xfsprogs: Add xfs_attr3_leaf helper functions
` [PATCH v1 12/19] xfsprogs: Factor out xfs_attr_rmtval_remove_value
` [PATCH v1 13/19] xfsprogs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v1 14/19] xfsprogs: Add delay context to xfs_da_args
` [PATCH v1 15/19] xfsprogs: Add delayed attribute routines
` [PATCH v1 16/19] xfsprogs: Roll delayed attr operations by returning EAGAIN
` [PATCH v1 17/19] xfsprogs: Enable delayed attributes
` [PATCH v1 18/19] xfsprogs: Add delayed attributes error tag
` [PATCH v1 19/19] xfsprogs: Add log item printing for ATTRI and ATTRD

[PATCH v2 00/18] Delayed Attributes
 2019-08-09 21:37 UTC  (19+ messages)
` [PATCH v2 01/18] xfs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v2 02/18] xfs: Replace attribute parameters with struct xfs_name
` [PATCH v2 03/18] xfs: Set up infastructure for deferred attribute operations
` [PATCH v2 04/18] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v2 05/18] xfs: Add xfs_has_attr and subroutines
` [PATCH v2 06/18] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v2 07/18] xfs: Factor up trans handling in xfs_attr3_leaf_flipflags
` [PATCH v2 08/18] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v2 09/18] xfs: Factor up commit from xfs_attr_try_sf_addname
` [PATCH v2 10/18] xfs: Factor up trans roll from xfs_attr3_leaf_setflag
` [PATCH v2 11/18] xfs: Add xfs_attr3_leaf helper functions
` [PATCH v2 12/18] xfs: Factor out xfs_attr_rmtval_remove_value
` [PATCH v2 13/18] xfs: Factor up trans roll in xfs_attr3_leaf_clearflag
` [PATCH v2 14/18] xfs: Add delay context to xfs_da_args
` [PATCH v2 15/18] xfs: Add delayed attribute routines
` [PATCH v2 16/18] xfs: Roll delayed attr operations by returning EAGAIN
` [PATCH v2 17/18] xfs: Enable delayed attributes
` [PATCH v2 18/18] xfs: Add delayed attributes error tag

[ANNOUNCE] xfsprogs v5.2.0 released
 2019-08-09 19:40 UTC 

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-09 12:36 UTC  (45+ messages)
` [PATCH 01/24] mm: directed shrinker work deferral
` [PATCH 12/24] xfs: correctly acount for reclaimable slabs
` [PATCH 14/24] xfs: tail updates only need to occur when LSN changes
` [PATCH 15/24] xfs: eagerly free shadow buffers to reduce CIL footprint
` [PATCH 17/24] xfs: don't block kswapd in inode reclaim
` [PATCH 18/24] xfs: reduce kswapd blocking on inode locking
` [PATCH 20/24] xfs: use AIL pushing for inode reclaim IO
` [PATCH 22/24] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/24] xfs: reclaim inodes from the LRU

[PATCH 0/3] xfs: various fixes for 5.3
 2019-08-09 12:35 UTC  (7+ messages)
` [PATCH 1/3] vfs: fix page locking deadlocks when deduping files
` [PATCH 2/3] xfs: remove more ondisk directory corruption asserts
` [PATCH 3/3] xfs: don't crash on null attr fork xfs_bmapi_read

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09 12:20 UTC  (51+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()
` [PATCH v3 09/41] drm/radeon: "
` [PATCH v3 10/41] media/ivtv: "
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 12/41] genwqe: "
` [PATCH v3 13/41] scif: "
` [PATCH v3 14/41] vmci: "
` [PATCH v3 15/41] rapidio: "
` [PATCH v3 16/41] oradax: "
` [PATCH v3 17/41] staging/vc04_services: "
` [PATCH v3 18/41] drivers/tee: "
` [PATCH v3 19/41] vfio: "
` [PATCH v3 20/41] fbdev/pvr2fb: "
` [PATCH v3 21/41] fsl_hypervisor: "
` [PATCH v3 22/41] xen: "
` [PATCH v3 23/41] fs/exec.c: "
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[PATCH] mm, vmscan: Do not special-case slab reclaim when watermarks are boosted
 2019-08-09  9:59 UTC  (3+ messages)

[PATCH 00/34] put_user_pages(): miscellaneous call sites
 2019-08-09  8:34 UTC  (13+ messages)

[PATCH 0/9 V5] New ->fiemap infrastructure and ->bmap removal
 2019-08-09  1:56 UTC  (17+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9] fiemap: Use a callback to fill fiemap extents
` [PATCH 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9] xfs: Get rid of ->bmap

Business Proposal !!!
 2019-08-08 22:42 UTC 

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-08-08 18:53 UTC  (15+ messages)
` [PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap

[PATCH] [Regression, v5.0] mm: boosted kswapd reclaim b0rks system cache balance
 2019-08-08 17:04 UTC  (14+ messages)

[Bug 204031] New: [xfstests generic/475]: general protection fault: 0000 [#1] RIP: 0010:xfs_bmapi_read+0x311/0xb00 [xfs]
 2019-08-08 12:59 UTC  (2+ messages)
` [Bug 204031] "

[LTP] [PATCH v7 3/3] syscalls/copy_file_range02: increase coverage and remove EXDEV test
 2019-08-08  3:57 UTC  (6+ messages)

[PATCH] vfs: fix page locking deadlocks when deduping files
 2019-08-08  2:10 UTC  (3+ messages)

ATTN: HOPE YOU ARE NOT DEAD
 2019-08-07 20:13 UTC 

[PATCH 04/24] shrinker: defer work only to kswapd
 2019-08-07 18:00 UTC  (3+ messages)

Block device direct read EIO handling broken?
 2019-08-07  9:42 UTC  (14+ messages)

[PATCH 0/3] fstests: various fixes
 2019-08-07  1:44 UTC  (6+ messages)
` [PATCH 1/3] common: filter aiodio dmesg after fs/iomap.c to fs/iomap/ move
  ` [PATCH v2 "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (5+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()

XFS segementation fault with new linux 4.19.63
 2019-08-06 20:07 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).