linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-08 16:39:07 to 2019-08-13 09:03:12 UTC [more...]

[PATCH 0/3] Minor cleanups
 2019-08-13  9:03 UTC  (4+ messages)
` [PATCH 1/3] xfs: Use __xfs_buf_submit everywhere
` [PATCH 2/3] xfs: Rename __xfs_buf_submit to xfs_buf_submit
` [PATCH 3/3] xfs: Opencode and remove DEFINE_SINGLE_BUF_MAP

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-13  5:23 UTC  (3+ messages)
` [PATCH v2 15/34] staging/vc04_services: convert put_page() to put_user_page*()

[PATCH 0/2] xfsprogs: "Fix" --disable-static option
 2019-08-13  5:14 UTC  (3+ messages)
` [PATCH 1/2] mkfs: use cvtnum from libfrog
` [PATCH 2/2] xfsprogs: Fix --disable-static option build

[PATCH v2 00/18] Delayed Attributes
 2019-08-13  2:19 UTC  (54+ 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

xfsprogs-5.2.0 FTBFS: ../libxfs/.libs/libxfs.so: undefined reference to `xfs_ag_geom_health'
 2019-08-13  1:04 UTC  (13+ messages)

[PATCH v1 0/1] Add delayed attributes test
 2019-08-13  0:52 UTC  (4+ messages)
` [PATCH v1 1/1] xfstests: Add Delayed Attribute test

[PATCH v1 00/19] Delayed Attributes
 2019-08-12 23:34 UTC  (24+ 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

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-12 21:48 UTC  (50+ 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
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [RFC PATCH v2 07/19] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [RFC PATCH v2 08/19] fs/xfs: Fail truncate if page lease can't be broken
` [RFC PATCH v2 09/19] mm/gup: Introduce vaddr_pin structure
` [RFC PATCH v2 10/19] mm/gup: Pass a NULL vaddr_pin through GUP fast
` [RFC PATCH v2 11/19] mm/gup: Pass follow_page_context further down the call stack
` [RFC PATCH v2 12/19] mm/gup: Prep put_user_pages() to take an vaddr_pin struct
` [RFC PATCH v2 13/19] {mm,file}: Add file_pins objects
` [RFC PATCH v2 14/19] fs/locks: Associate file pins while performing GUP
` [RFC PATCH v2 15/19] mm/gup: Introduce vaddr_pin_pages()
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
` [RFC PATCH v2 17/19] RDMA/umem: Convert to vaddr_[pin|unpin]* operations
` [RFC PATCH v2 18/19] {mm,procfs}: Add display file_pins proc
` [RFC PATCH v2 19/19] mm/gup: Remove FOLL_LONGTERM DAX exclusion

linux-next: Fixes tag needs some work in the xfs tree
 2019-08-12 21:45 UTC 

xfs: garbage file data inclusion bug under memory pressure
 2019-08-12 19:55 UTC  (7+ messages)
` [PATCH] fs: xfs: xfs_log: Don't use KM_MAYFAIL at xfs_log_reserve()

[ANNOUNCE] xfs-linux: for-next updated to 8612de3f7ba6
 2019-08-12 19:55 UTC 

[PATCH] fs: xfs: Remove unused KM_NOSLEEP, change KM_SLEEP to 0
 2019-08-12 19:54 UTC  (5+ messages)
` [PATCH] fs: xfs: Remove KM_NOSLEEP and KM_SLEEP

[RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-08-12 17:56 UTC  (9+ messages)
` [RFC PATCH 1/8] xfs_io/encrypt: remove unimplemented encryption modes
` [RFC PATCH 2/8] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
` [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
` [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
` [RFC PATCH 5/8] xfs_io/encrypt: extend 'set_encpolicy' "
` [RFC PATCH 6/8] xfs_io/encrypt: add 'add_enckey' command
` [RFC PATCH 7/8] xfs_io/encrypt: add 'rm_enckey' command
` [RFC PATCH 8/8] xfs_io/encrypt: add 'enckey_status' command

[PATCH 0/3] xfs: various fixes for 5.3
 2019-08-11 23:09 UTC  (4+ messages)
` [PATCH 1/3] vfs: fix page locking deadlocks when deduping files

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

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-11 12:46 UTC  (10+ messages)
` [PATCH 22/24] xfs: track reclaimable inodes using a LRU list
` [PATCH 23/24] xfs: reclaim inodes from the LRU

[PATCH V2] xfs: allocate xattr buffer on demand
 2019-08-11  1:01 UTC  (3+ messages)

[PATCH] direct-io: use GFP_NOIO to avoid deadlock
 2019-08-09 21:57 UTC  (4+ messages)

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

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-09 12:20 UTC  (7+ messages)
` [PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()
  ` [PATCH v3 20/41] fbdev/pvr2fb: "

[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 8/9] Use FIEMAP for FIBMAP calls
 2019-08-09  1:56 UTC  (2+ messages)

[PATCH 7/9] fiemap: Use a callback to fill fiemap extents
 2019-08-09  0:04 UTC  (2+ messages)

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

[PATCH 3/9] ecryptfs: drop direct calls to ->bmap
 2019-08-08 22:50 UTC  (2+ messages)

[PATCH 1/9] fs: Enable bmap() function to properly return errors
 2019-08-08 21:24 UTC  (2+ messages)

[PATCH 4/9] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
 2019-08-08 20:38 UTC  (2+ messages)

[PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
 2019-08-08 20:21 UTC  (2+ messages)

[PATCH 0/9 V4] New ->fiemap infrastructure and ->bmap removal
 2019-08-08 18:53 UTC  (10+ 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  (6+ 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).