]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_attr_remote.c
libxfs: refactor manage_zones()
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_attr_remote.c
2018-10-09  Brian Fosterxfs: remove last of unnecessary xfs_defer_cancel()...
2018-10-05  Brian Fosterxfs: cancel dfops on xfs_defer_finish() error
2018-10-05  Brian Fosterxfs: automatic dfops inode relogging
2018-10-05  Brian Fosterxfs: drop unnecessary xfs_defer_finish() dfops parameter
2018-10-05  Brian Fosterxfs: remove unnecessary dfops init calls in xattr code
2018-10-05  Brian Fosterxfs: fix transaction leak on remote attr set/remove...
2018-10-05  Brian Fosterxfs: remove xfs_defer_init() firstblock param
2018-10-05  Brian Fosterxfs: remove xfs_bunmapi() firstblock param
2018-10-05  Brian Fosterxfs: remove xfs_bmapi_write() firstblock param
2018-10-05  Brian Fosterxfs: use ->t_firstblock in xattr ops
2018-10-04  Brian Fosterxfs: refactor dfops init to attach to transaction
2018-10-04  Brian Fosterxfs: remove xfs_bunmapi() dfops param
2018-10-04  Brian Fosterxfs: remove xfs_bmapi_write() dfops param
2018-10-04  Brian Fosterxfs: replace xfs_da_args->dfops accesses with ->t_dfops...
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: make xfs_buf_incore out of line
2018-02-27  Darrick J. Wongxfs: create a new buf_ops pointer to verify structure...
2018-02-27  Darrick J. Wongxfs: refactor verifier callers to print address of...
2018-02-27  Darrick J. Wongxfs: have buffer verifier functions report failing...
2018-02-27  Darrick J. Wongxfs: refactor xfs_verifier_error and xfs_buf_ioerror
2017-10-18  Christoph Hellwigxfs: remove the ip argument to xfs_defer_finish
2017-10-18  Christoph Hellwigxfs: refactor xfs_trans_roll
2017-07-31  Darrick J. Wongxfs: pass along transaction context when reading xattr...
2017-07-31  Darrick J. Wongxfs: remove double-underscore integer types
2016-08-10  Darrick J. Wongxfs: rename flist/free_list to dfops
2016-08-10  Darrick J. Wongxfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-10  Darrick J. Wongxfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-02-17  Eric Sandeenxfs: eliminate committed arg from xfs_bmap_finish
2015-11-23  Eric Sandeenlibxfs: print name of verifier if it fails
2015-10-13  Jan Tulaklibxfs: avoid dependency on Linux XATTR_SIZE_MAX
2015-08-24  Dave Chinnerxfs: remote attribute headers contain an invalid LSN
2015-08-24  Dave Chinnerxfs: remote attributes need to be considered data
2015-08-24  Dave Chinnerxfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA...
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-08-03  Eric Sandeenxfsprogs: Add new sb_meta_uuid field, update userspace...
2015-07-30  Dave Chinnerlibxfs: disambiguate xfs.h
2015-07-30  Dave Chinnerlibxfs: directly include libxfs headers
2015-07-30  Dave Chinnerlibxfs: error negation rework
2015-07-30  Dave Chinnerxfs: return is not a function
2015-07-30  Dave Chinnerlibxfs: update to 3.16 kernel code
2014-07-08  Dave Chinnerrepair: support more than 25 ACLs
2014-03-06  Dave Chinnerlibxfs: modify verifiers to differentiate CRC from...
2013-09-16  Dave Chinnerlibxfs: fix compile warnings
2013-08-06  Dave Chinnerxfs: rework remote attr CRCs
2013-08-06  Dave Chinnerxfs: correctly map remote attr buffers during removal
2013-08-06  Dave Chinnerxfs: remote attribute tail zeroing does too much
2013-08-06  Dave Chinnerxfs: remote attribute read too short
2013-08-06  Dave Chinnerxfs: remote attribute allocation may be contiguous
2013-08-06  Dave Chinnerxfs: Remote attr validation fixes and optimisations
2013-08-06  Dave Chinnerxfs: add CRC protection to remote attributes
2013-08-06  Dave Chinnerxfs: split remote attribute code out