Linux XFS
[Prev Page][Next Page]
- [PATCH 21/32] xfs: rename xfs_attr_list_int to xfs_attr_list, (continued)
- [PATCH 21/32] xfs: rename xfs_attr_list_int to xfs_attr_list, Christoph Hellwig
- [PATCH 22/32] xfs: lift common checks into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 23/32] xfs: lift buffer allocation into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 24/32] xfs: lift cursor copy in/out into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 25/32] xfs: improve xfs_forget_acl, Christoph Hellwig
- [PATCH 26/32] xfs: clean up the ATTR_REPLACE checks, Christoph Hellwig
- [PATCH 27/32] xfs: clean up the attr flag confusion, Christoph Hellwig
- [PATCH 28/32] xfs: remove XFS_DA_OP_INCOMPLETE, Christoph Hellwig
- [PATCH 29/32] xfs: embedded the attrlist cursor into struct xfs_attr_list_context, Christoph Hellwig
- [PATCH 30/32] xfs: clean up bufsize alignment in xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 31/32] xfs: only allocate the buffer size actually needed in __xfs_set_acl, Christoph Hellwig
- [PATCH 32/32] xfs: switch xfs_attrmulti_attr_get to lazy attr buffer allocation, Christoph Hellwig
- [PATCH v3] xfs: fix an undefined behaviour in _da3_path_shift,
Qian Cai
- [PATCH v8 00/25] Change readahead API,
Matthew Wilcox
- [PATCH v8 01/25] mm: Move readahead prototypes from mm.h, Matthew Wilcox
- [PATCH v8 09/25] mm: Remove 'page_offset' from readahead loop, Matthew Wilcox
- [PATCH v8 16/25] fs: Convert mpage_readpages to mpage_readahead, Matthew Wilcox
- [PATCH v8 24/25] fuse: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v8 03/25] mm: Ignore return value of ->readpages, Matthew Wilcox
- [PATCH v8 04/25] mm: Move readahead nr_pages check into read_pages, Matthew Wilcox
- [PATCH v8 06/25] mm: Use readahead_control to pass arguments, Matthew Wilcox
- [PATCH v8 14/25] mm: Document why we don't set PageReadahead, Matthew Wilcox
- [PATCH v8 05/25] mm: Add new readahead_control API, Matthew Wilcox
- [PATCH v8 07/25] mm: Rename various 'offset' parameters to 'index', Matthew Wilcox
- [PATCH v8 19/25] erofs: Convert compressed files from readpages to readahead, Matthew Wilcox
- [PATCH v8 18/25] erofs: Convert uncompressed files from readpages to readahead, Matthew Wilcox
- [PATCH v8 13/25] mm: Add page_cache_readahead_unbounded, Matthew Wilcox
- [PATCH v8 23/25] f2fs: Pass the inode to f2fs_mpage_readpages, Matthew Wilcox
- [PATCH v8 22/25] f2fs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v8 20/25] ext4: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v8 21/25] ext4: Pass the inode to ext4_mpage_readpages, Matthew Wilcox
- [PATCH v8 15/25] mm: Use memalloc_nofs_save in readahead path, Matthew Wilcox
- [PATCH v8 17/25] btrfs: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v8 10/25] mm: Put readahead pages in cache earlier, Matthew Wilcox
- [PATCH v8 25/25] iomap: Convert from readpages to readahead, Matthew Wilcox
- [PATCH v8 08/25] mm: rename readahead loop variable to 'i', Matthew Wilcox
- [PATCH v8 02/25] mm: Return void from various readahead functions, Matthew Wilcox
- [PATCH v8 11/25] mm: Add readahead address space operation, Matthew Wilcox
- [PATCH v8 12/25] mm: Move end_index check out of readahead loop, Matthew Wilcox
- Re: [PATCH v8 00/25] Change readahead API, Christoph Hellwig
- Re: [PATCH v8 00/25] Change readahead API, William Kucharski
- [PATCH] xfs: fix data races in inode->i_*time,
Qian Cai
- [PATCH v2] xfs: fix an undefined behaviour in _da3_path_shift,
Qian Cai
- clean up the attr interface v6,
Christoph Hellwig
- [PATCH 01/30] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE, Christoph Hellwig
- [PATCH 02/30] xfs: remove the ATTR_INCOMPLETE flag, Christoph Hellwig
- Re: clean up the attr interface v6, Christoph Hellwig
- <Possible follow-ups>
- clean up the attr interface v6, Christoph Hellwig
- [PATCH 02/30] xfs: remove the ATTR_INCOMPLETE flag, Christoph Hellwig
- [PATCH 04/30] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set, Christoph Hellwig
- [PATCH 03/30] xfs: merge xfs_attr_remove into xfs_attr_set, Christoph Hellwig
- [PATCH 01/30] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE, Christoph Hellwig
- [PATCH 06/30] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op, Christoph Hellwig
- [PATCH 05/30] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE, Christoph Hellwig
- [PATCH 07/30] xfs: remove the name == NULL check from xfs_attr_args_init, Christoph Hellwig
- [PATCH 09/30] xfs: turn xfs_da_args.value into a void pointer, Christoph Hellwig
- [PATCH 08/30] xfs: remove the MAXNAMELEN check from xfs_attr_args_init, Christoph Hellwig
- [PATCH 10/30] xfs: pass an initialized xfs_da_args structure to xfs_attr_set, Christoph Hellwig
- [PATCH 12/30] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked, Christoph Hellwig
- [PATCH 11/30] xfs: pass an initialized xfs_da_args to xfs_attr_get, Christoph Hellwig
- [PATCH 13/30] xfs: remove ATTR_KERNOVAL, Christoph Hellwig
- [PATCH 15/30] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME, Christoph Hellwig
- [PATCH 14/30] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL, Christoph Hellwig
- [PATCH 17/30] xfs: cleanup struct xfs_attr_list_context, Christoph Hellwig
- [PATCH 22/30] xfs: lift common checks into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 21/30] xfs: rename xfs_attr_list_int to xfs_attr_list, Christoph Hellwig
- [PATCH 20/30] xfs: move the legacy xfs_attr_list to xfs_ioctl.c, Christoph Hellwig
- [PATCH 16/30] xfs: factor out a xfs_attr_match helper, Christoph Hellwig
- [PATCH 18/30] xfs: remove the unused ATTR_ENTRY macro, Christoph Hellwig
- [PATCH 19/30] xfs: open code ATTR_ENTSIZE, Christoph Hellwig
- [PATCH 23/30] xfs: lift buffer allocation into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 25/30] xfs: improve xfs_forget_acl, Christoph Hellwig
- [PATCH 24/30] xfs: lift cursor copy in/out into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 26/30] xfs: clean up the ATTR_REPLACE checks, Christoph Hellwig
- [PATCH 30/30] xfs: clean up bufsize alignment in xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 29/30] xfs: embedded the attrlist cursor into struct xfs_attr_list_context, Christoph Hellwig
- [PATCH 28/30] xfs: remove XFS_DA_OP_INCOMPLETE, Christoph Hellwig
- [PATCH 27/30] xfs: clean up the attr flag confusion, Christoph Hellwig
- Re: clean up the attr interface v6, Darrick J. Wong
- [PATCH] xfs: fix an undefined behaviour in _da3_path_shift,
Qian Cai
- [PATCH] xfs: mark ARM OABI as incompatible in Kconfig,
Eric Sandeen
- [PATCH v2 00/14] xfsprogs: make buffer functions return error codes,
Darrick J. Wong
- [PATCH 01/14] libxfs: make __cache_lookup return an error code, Darrick J. Wong
- [PATCH 03/14] libxfs: make libxfs_buf_get_map return an error code, Darrick J. Wong
- [PATCH 06/14] xfs: make xfs_buf_read_map return an error code, Darrick J. Wong
- [PATCH 07/14] xfs: make xfs_buf_get return an error code, Darrick J. Wong
- [PATCH 11/14] xfs: make xfs_trans_get_buf return an error code, Darrick J. Wong
- [PATCH 12/14] xfs: remove the xfs_btree_get_buf[ls] functions, Darrick J. Wong
- [PATCH 05/14] libxfs: make libxfs_buf_read_map return an error code, Darrick J. Wong
- [PATCH 09/14] xfs: make xfs_buf_read return an error code, Darrick J. Wong
- [PATCH 10/14] xfs: make xfs_trans_get_buf_map return an error code, Darrick J. Wong
- [PATCH 13/14] xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers, Darrick J. Wong
- [PATCH 14/14] xfs: remove unnecessary null pointer checks from _read_agf callers, Darrick J. Wong
- [PATCH 02/14] libxfs: make libxfs_getbuf_flags return an error code, Darrick J. Wong
- [PATCH 04/14] libxfs: refactor libxfs_readbuf out of existence, Darrick J. Wong
- [PATCH 08/14] xfs: make xfs_buf_get_uncached return an error code, Darrick J. Wong
- [PATCH v2 00/25] xfsprogs: refactor buffer function names,
Darrick J. Wong
- [PATCH 01/25] libxfs: open-code "exit on buffer read failure" in upper level callers, Darrick J. Wong
- [PATCH 02/25] libxfs: remove LIBXFS_EXIT_ON_FAILURE, Darrick J. Wong
- [PATCH 03/25] libxfs: remove LIBXFS_B_EXIT, Darrick J. Wong
- [PATCH 04/25] libxfs: replace libxfs_putbuf with libxfs_buf_relse, Darrick J. Wong
- [PATCH 05/25] libxfs: replace libxfs_getbuf with libxfs_buf_get, Darrick J. Wong
- [PATCH 06/25] libxfs: replace libxfs_readbuf with libxfs_buf_read, Darrick J. Wong
- [PATCH 07/25] libxfs: rename libxfs_writebufr to libxfs_bwrite, Darrick J. Wong
- [PATCH 08/25] libxfs: make libxfs_readbuf_verify return an error code, Darrick J. Wong
- [PATCH 10/25] libxfs: introduce libxfs_buf_read_uncached, Darrick J. Wong
- [PATCH 11/25] xfs_db: use uncached buffer reads to get the superblock, Darrick J. Wong
- [PATCH 12/25] xfs_copy: use uncached buffer reads to get the superblock, Darrick J. Wong
- [PATCH 13/25] libxfs: move log functions for convenience, Darrick J. Wong
- [PATCH 15/25] libxlog: use uncached buffers instead of open-coding them, Darrick J. Wong
- [PATCH 17/25] libxfs: straighten out libxfs_writebuf naming confusion, Darrick J. Wong
- [PATCH 18/25] libxfs: remove unused flags parameter to libxfs_buf_mark_dirty, Darrick J. Wong
- [PATCH 14/25] libxfs: convert libxfs_log_clear to use uncached buffers, Darrick J. Wong
- [PATCH 21/25] libxfs: remove dangerous casting between cache_node and xfs_buf, Darrick J. Wong
- [PATCH 24/25] libxfs: rename libxfs_readbuf_map to libxfs_buf_read_map, Darrick J. Wong
- [PATCH 09/25] libxfs: make libxfs_readbufr stash the error value in b_error, Darrick J. Wong
- [PATCH 16/25] libxfs: use uncached buffers for initial mkfs writes, Darrick J. Wong
- [PATCH 19/25] libxfs: remove libxfs_writebuf_int, Darrick J. Wong
- [PATCH 20/25] libxfs: remove dangerous casting between xfs_buf and cache_node, Darrick J. Wong
- [PATCH 22/25] libxfs: remove the libxfs_{get,put}bufr APIs, Darrick J. Wong
- [PATCH 25/25] libxfs: rename libxfs_getbuf_map to libxfs_buf_get_map, Darrick J. Wong
- [PATCH 23/25] libxfs: hide libxfs_getbuf_flags, Darrick J. Wong
- [PATCH 0/2] libxfs: minor cleanups of destructors,
Darrick J. Wong
- [PATCH v3 0/7] xfsprogs: actually check that writes succeeded,
Darrick J. Wong
- [PATCH V4 RESEND 0/7] xfsprogs: Fix log reservation calculation for xattr insert operation,
Chandan Rajendra
- [PATCH V4 RESEND 0/7] Fix log reservation calculation for xattr insert operation,
Chandan Rajendra
- [PATCH 03/30] xfs: Add missing annotation to xfs_ail_check(),
Jules Irenge
- [PATCH V4 1/7] xfs: Pass xattr name and value length explicitly to xfs_attr_leaf_newentsize,
Chandan Rajendra
- [PATCH v7 00/19] xfs: Delayed Ready Attrs,
Allison Collins
- [PATCH v7 02/19] xfs: Embed struct xfs_name in xfs_da_args, Allison Collins
- [PATCH v7 04/19] xfs: Check for -ENOATTR or -EEXIST, Allison Collins
- [PATCH v7 06/19] xfs: Factor out trans handling in xfs_attr3_leaf_flipflags, Allison Collins
- [PATCH v7 08/19] xfs: Refactor xfs_attr_try_sf_addname, Allison Collins
- [PATCH v7 05/19] xfs: Factor out new helper functions xfs_attr_rmtval_set, Allison Collins
- [PATCH v7 07/19] xfs: Factor out xfs_attr_leaf_addname helper, Allison Collins
- [PATCH v7 12/19] xfs: Add helper function xfs_attr_rmtval_unmap, Allison Collins
- [PATCH v7 10/19] xfs: Factor out xfs_attr_rmtval_invalidate, Allison Collins
- [PATCH v7 16/19] xfs: Simplify xfs_attr_set_iter, Allison Collins
- [PATCH v7 01/19] xfs: Replace attribute parameters with struct xfs_name, Allison Collins
- [PATCH v7 11/19] xfs: Factor out trans roll in xfs_attr3_leaf_clearflag, Allison Collins
- [PATCH v7 17/19] xfs: Add helper function xfs_attr_leaf_mark_incomplete, Allison Collins
- [PATCH v7 15/19] xfs: Add helper function xfs_attr_node_shrink, Allison Collins
- [PATCH v7 09/19] xfs: Factor out trans roll from xfs_attr3_leaf_setflag, Allison Collins
- [PATCH v7 03/19] xfs: Add xfs_has_attr and subroutines, Allison Collins
- [PATCH v7 19/19] xfs: Remove xfs_attr_rmtval_remove, Allison Collins
- [PATCH v7 14/19] xfs: Add delay ready attr set routines, Allison Collins
- [PATCH v7 18/19] xfs: Add remote block helper functions, Allison Collins
- [PATCH v7 13/19] xfs: Add delay ready attr remove routines, Allison Collins
- Re: [PATCH v7 00/19] xfs: Delayed Ready Attrs, Amir Goldstein
- [PATCH v7 00/20] xfsprogs: Delayed Ready Attributes,
Allison Collins
- [PATCH v7 05/20] xfsprogs: Check for -ENOATTR or -EEXIST, Allison Collins
- [PATCH v7 01/20] xfsprogs: Remove all strlen in all xfs_attr_* functions for attr names., Allison Collins
- [PATCH v7 09/20] xfsprogs: Refactor xfs_attr_try_sf_addname, Allison Collins
- [PATCH v7 06/20] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set, Allison Collins
- [PATCH v7 07/20] xfsprogs: Factor out trans handling in xfs_attr3_leaf_flipflags, Allison Collins
- [PATCH v7 02/20] xfsprogs: Replace attribute parameters with struct xfs_name, Allison Collins
- [PATCH v7 08/20] xfsprogs: Factor out xfs_attr_leaf_addname helper, Allison Collins
- [PATCH v7 12/20] xfsprogs: Factor out trans roll in xfs_attr3_leaf_clearflag, Allison Collins
- [PATCH v7 10/20] xfsprogs: Factor out trans roll from xfs_attr3_leaf_setflag, Allison Collins
- [PATCH v7 11/20] xfsprogs: Factor out xfs_attr_rmtval_invalidate, Allison Collins
- [PATCH v7 04/20] xfsprogs: Add xfs_has_attr and subroutines, Allison Collins
- [PATCH v7 16/20] xfsprogs: Add helper function xfs_attr_node_shrink, Allison Collins
- [PATCH v7 17/20] xfsprogs: Simplify xfs_attr_set_iter, Allison Collins
- [PATCH v7 03/20] xfsprogs: Embed struct xfs_name in xfs_da_args, Allison Collins
- [PATCH v7 19/20] xfsprogs: Add remote block helper functions, Allison Collins
- [PATCH v7 13/20] xfsprogs: Add helper function xfs_attr_rmtval_unmap, Allison Collins
- [PATCH v7 18/20] xfsprogs: Add helper function xfs_attr_leaf_mark_incomplete, Allison Collins
- [PATCH v7 15/20] xfsprogs: Add delay ready attr set routines, Allison Collins
- [PATCH v7 14/20] xfsprogs: Add delay ready attr remove routines, Allison Collins
- [PATCH v7 20/20] xfsprogs: Remove xfs_attr_rmtval_remove, Allison Collins
- [PATCH] xfs: improve error message when we can't allocate memory for xfs_buf,
Darrick J. Wong
- clean up the attr interface v5,
Christoph Hellwig
- [PATCH 02/31] xfs: remove the ATTR_INCOMPLETE flag, Christoph Hellwig
- [PATCH 01/31] xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE, Christoph Hellwig
- [PATCH 03/31] xfs: merge xfs_attr_remove into xfs_attr_set, Christoph Hellwig
- [PATCH 04/31] xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set, Christoph Hellwig
- [PATCH 05/31] xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE, Christoph Hellwig
- [PATCH 06/31] xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op, Christoph Hellwig
- [PATCH 07/31] xfs: remove the name == NULL check from xfs_attr_args_init, Christoph Hellwig
- [PATCH 08/31] xfs: remove the MAXNAMELEN check from xfs_attr_args_init, Christoph Hellwig
- [PATCH 11/31] xfs: pass an initialized xfs_da_args structure to xfs_attr_set, Christoph Hellwig
- [PATCH 09/31] xfs: move struct xfs_da_args to xfs_types.h, Christoph Hellwig
- [PATCH 12/31] xfs: pass an initialized xfs_da_args to xfs_attr_get, Christoph Hellwig
- [PATCH 15/31] xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL, Christoph Hellwig
- [PATCH 18/31] xfs: cleanup struct xfs_attr_list_context, Christoph Hellwig
- [PATCH 10/31] xfs: turn xfs_da_args.value into a void pointer, Christoph Hellwig
- [PATCH 14/31] xfs: remove ATTR_KERNOVAL, Christoph Hellwig
- [PATCH 17/31] xfs: factor out a xfs_attr_match helper, Christoph Hellwig
- [PATCH 13/31] xfs: remove the xfs_inode argument to xfs_attr_get_ilocked, Christoph Hellwig
- [PATCH 16/31] xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME, Christoph Hellwig
- [PATCH 19/31] xfs: remove the unused ATTR_ENTRY macro, Christoph Hellwig
- [PATCH 20/31] xfs: open code ATTR_ENTSIZE, Christoph Hellwig
- [PATCH 24/31] xfs: lift buffer allocation into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 25/31] xfs: lift cursor copy in/out into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 26/31] xfs: improve xfs_forget_acl, Christoph Hellwig
- [PATCH 27/31] xfs: clean up the ATTR_REPLACE checks, Christoph Hellwig
- [PATCH 29/31] xfs: remove XFS_DA_OP_INCOMPLETE, Christoph Hellwig
- [PATCH 28/31] xfs: clean up the attr flag confusion, Christoph Hellwig
- [PATCH 30/31] xfs: embedded the attrlist cursor into struct xfs_attr_list_context, Christoph Hellwig
- [PATCH 31/31] xfs: clean up bufsize alignment in xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 23/31] xfs: lift common checks into xfs_ioc_attr_list, Christoph Hellwig
- [PATCH 22/31] xfs: rename xfs_attr_list_int to xfs_attr_list, Christoph Hellwig
- [PATCH 21/31] xfs: move the legacy xfs_attr_list to xfs_ioctl.c, Christoph Hellwig
- [PATCH v3] xfs: add agf freeblocks verify in xfs_agf_verify,
Zheng Bin
- [PATCH V4 00/13] Enable per-file/per-directory DAX operations V4,
ira . weiny
- [PATCH V4 04/13] fs/stat: Define DAX statx attribute, ira . weiny
- [PATCH V4 13/13] Documentation/dax: Update Usage section, ira . weiny
- [PATCH V4 12/13] fs/xfs: Remove xfs_diflags_to_linux(), ira . weiny
- [PATCH V4 11/13] fs/xfs: Allow toggle of effective DAX flag, ira . weiny
- [PATCH V4 09/13] fs/xfs: Add write aops lock to xfs layer, ira . weiny
- [PATCH V4 10/13] fs/xfs: Clean up locking in dax invalidate, ira . weiny
- [PATCH V4 08/13] fs: Prevent DAX state change if file is mmap'ed, ira . weiny
- [PATCH V4 06/13] fs/xfs: Create function xfs_inode_enable_dax(), ira . weiny
- [PATCH V4 03/13] fs: Remove unneeded IS_DAX() check, ira . weiny
- [PATCH V4 07/13] fs: Add locking for a dynamic address space operations state, ira . weiny
- [PATCH V4 02/13] fs/xfs: Clarify lockdep dependency for xfs_isilocked(), ira . weiny
- [PATCH V4 01/13] fs/xfs: Remove unnecessary initialization of i_rwsem, ira . weiny
- [PATCH V4 05/13] fs/xfs: Isolate the physical DAX flag from enabled, ira . weiny
- Re: [PATCH V4 00/13] Enable per-file/per-directory DAX operations V4, Jeff Moyer
- [PATCH V2 0/3] fstests: fixes for 64k pages and dax,
Jeff Moyer
- [PATCH 0/1] selinux: Add xfs quota command types,
Richard Haines
reduce dmesg spam v2,
Christoph Hellwig
[PATCH v2] xfs: add agf freeblocks verify in xfs_agf_verify,
Zheng Bin
reduce dmesg spam,
Christoph Hellwig
[PATCH] xfs: test that default grace periods init on first mount,
Eric Sandeen
[PATCH] xfs/030: fix test for external log device,
Eric Sandeen
[PATCH 00/14] xfsprogs: make buffer functions return error codes,
Darrick J. Wong
- [PATCH 01/14] libxfs: make __cache_lookup return an error code, Darrick J. Wong
- [PATCH 02/14] libxfs: make libxfs_getbuf_flags return an error code, Darrick J. Wong
- [PATCH 03/14] libxfs: make libxfs_buf_get_map return an error code, Darrick J. Wong
- [PATCH 04/14] libxfs: refactor libxfs_readbuf out of existence, Darrick J. Wong
- [PATCH 05/14] libxfs: make libxfs_buf_read_map return an error code, Darrick J. Wong
- [PATCH 06/14] xfs: make xfs_buf_read_map return an error code, Darrick J. Wong
- [PATCH 07/14] xfs: make xfs_buf_get return an error code, Darrick J. Wong
- [PATCH 08/14] xfs: make xfs_buf_get_uncached return an error code, Darrick J. Wong
- [PATCH 09/14] xfs: make xfs_buf_read return an error code, Darrick J. Wong
- [PATCH 11/14] xfs: make xfs_trans_get_buf return an error code, Darrick J. Wong
- [PATCH 12/14] xfs: remove the xfs_btree_get_buf[ls] functions, Darrick J. Wong
- [PATCH 13/14] xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers, Darrick J. Wong
- [PATCH 10/14] xfs: make xfs_trans_get_buf_map return an error code, Darrick J. Wong
- [PATCH 14/14] xfs: remove unnecessary null pointer checks from _read_agf callers, Darrick J. Wong
- Re: [PATCH 00/14] xfsprogs: make buffer functions return error codes, Darrick J. Wong
[PATCH 00/18] xfsprogs: refactor buffer function names,
Darrick J. Wong
- [PATCH 01/18] libxfs: clean up readbuf flags, Darrick J. Wong
- [PATCH 02/18] libxfs: clean up writebuf flags, Darrick J. Wong
- [PATCH 03/18] libxfs: remove LIBXFS_EXIT_ON_FAILURE, Darrick J. Wong
- [PATCH 04/18] libxfs: replace libxfs_putbuf with libxfs_buf_relse, Darrick J. Wong
- [PATCH 05/18] libxfs: replace libxfs_getbuf with libxfs_buf_get, Darrick J. Wong
- [PATCH 06/18] libxfs: replace libxfs_readbuf with libxfs_buf_read, Darrick J. Wong
- [PATCH 07/18] libxfs: make libxfs_bwrite do what libxfs_writebufr does, Darrick J. Wong
- [PATCH 08/18] libxfs: make libxfs_readbuf_verify return an error code, Darrick J. Wong
- [PATCH 09/18] libxfs: make libxfs_readbufr stash the error value in b_error, Darrick J. Wong
- [PATCH 10/18] libxfs: introduce libxfs_buf_read_uncached, Darrick J. Wong
- [PATCH 11/18] libxlog: use uncached buffers instead of open-coding them, Darrick J. Wong
- [PATCH 13/18] libxfs: straighten out libxfs_writebuf confusion, Darrick J. Wong
- [PATCH 14/18] libxfs: remove libxfs_writebuf_int, Darrick J. Wong
- [PATCH 15/18] libxfs: hide libxfs_{get,put}bufr, Darrick J. Wong
- [PATCH 16/18] libxfs: hide libxfs_getbuf_flags, Darrick J. Wong
- [PATCH 17/18] libxfs: rename libxfs_readbuf_map to libxfs_buf_read_map, Darrick J. Wong
- [PATCH 12/18] libxfs: use uncached buffers for initial mkfs writes, Darrick J. Wong
- [PATCH 18/18] libxfs: rename libxfs_getbuf_map to libxfs_buf_get_map, Darrick J. Wong
[PATCH v2 0/8] xfsprogs: actually check that writes succeeded,
Darrick J. Wong
[Index of Archives]
[XFS Filesystem Development]
[Linux USB Devel]
[Linux SCSI]
[Linux RAID]
[Yosemite Forum]