]> www.infradead.org Git - users/hch/xfsprogs.git/shortlog
users/hch/xfsprogs.git
2020-05-02 Darrick J.... xfs: validate the realtime geometry in xfs_validate_sb_...
2020-05-02 Christoph Hellwigxfs: remove the di_version field from struct icdinode
2020-05-01 Christoph Hellwigxfs: only check the superblock version for dinode size...
2020-05-01 Christoph Hellwigxfs: add a new xfs_sb_version_has_v3inode helper
2020-05-01 Darrick J.... xfs: add support for rmap btree staging cursors
2020-05-01 Darrick J.... xfs: add support for refcount btree staging cursors
2020-05-01 Darrick J.... xfs: add support for inode btree staging cursors
2020-05-01 Darrick J.... xfs: add support for free space btree staging cursors
2020-05-01 Darrick J.... xfs: support bulk loading of staged btrees
2020-05-01 Darrick J.... xfs: introduce fake roots for inode-rooted btrees
2020-05-01 Darrick J.... xfs: introduce fake roots for ag-rooted btrees
2020-05-01 Darrick J.... xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
2020-05-01 Darrick J.... xfs: xfs_dabuf_map should return ENOMEM when map alloca...
2020-05-01 Dave Chinnerxfs: make the btree ag cursor private union anonymous
2020-05-01 Dave Chinnerxfs: make the btree cursor union members named structure
2020-05-01 Dave Chinnerxfs: make btree cursor private union anonymous
2020-05-01 Dave Chinnerxfs: rename btree cursor private btree member flags
2020-05-01 Dave Chinnerxfs: convert btree cursor inode-private member names
2020-05-01 Dave Chinnerxfs: convert btree cursor ag-private member name
2020-05-01 Dave Chinnerxfs: introduce new private btree cursor names
2020-05-01 Darrick J.... xfs: check owner of dir3 blocks
2020-05-01 Darrick J.... xfs: check owner of dir3 data blocks
2020-05-01 Darrick J.... xfs: check owner of dir3 free blocks
2020-05-01 Darrick J.... xfs: don't ever return a stale pointer from __xfs_dir3_...
2020-05-01 Darrick J.... xfs: fix buffer corruption reporting when xfs_dir3_free...
2020-05-01 Darrick J.... xfs: xfs_buf_corruption_error should take __this_address
2020-05-01 Darrick J.... xfs: add a function to deal with corrupt buffers post...
2020-05-01 Darrick J.... xfs: fix xfs_rmap_has_other_keys usage of ECANCELED
2020-05-01 Christoph Hellwigxfs: remove XFS_BUF_TO_SBP
2020-05-01 Christoph Hellwigxfs: remove XFS_BUF_TO_AGF
2020-05-01 Christoph Hellwigxfs: remove XFS_BUF_TO_AGI
2020-05-01 Christoph Hellwigxfs: remove the xfs_agfl_t typedef
2020-05-01 Christoph Hellwigxfs: remove the agfl_bno member from struct xfs_agfl
2020-05-01 Christoph Hellwigxfs: embedded the attrlist cursor into struct xfs_attr_...
2020-05-01 Christoph Hellwigxfs: remove XFS_DA_OP_INCOMPLETE
2020-05-01 Christoph Hellwigxfs: clean up the attr flag confusion
2020-05-01 Christoph Hellwigxfs: clean up the ATTR_REPLACE checks
2020-05-01 Christoph Hellwigxfs: rename xfs_attr_list_int to xfs_attr_list
2020-05-01 Christoph Hellwigxfs: move the legacy xfs_attr_list to xfs_ioctl.c
2020-05-01 Christoph Hellwigxfs: remove the unused ATTR_ENTRY macro
2020-05-01 Christoph Hellwigxfs: cleanup struct xfs_attr_list_context
2020-05-01 Christoph Hellwigxfs: factor out a xfs_attr_match helper
2020-05-01 Christoph Hellwigxfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
2020-05-01 Christoph Hellwigxfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
2020-05-01 Christoph Hellwigxfs: remove ATTR_KERNOVAL
2020-05-01 Christoph Hellwigxfs: remove the xfs_inode argument to xfs_attr_get_ilocked
2020-05-01 Christoph Hellwigxfs: pass an initialized xfs_da_args to xfs_attr_get
2020-05-01 Christoph Hellwigxfs: pass an initialized xfs_da_args structure to xfs_a...
2020-04-29 Christoph Hellwigxfs: turn xfs_da_args.value into a void pointer
2020-04-29 Christoph Hellwigxfs: remove the MAXNAMELEN check from xfs_attr_args_init
2020-04-29 Christoph Hellwigxfs: remove the name == NULL check from xfs_attr_args_init
2020-04-29 Christoph Hellwigxfs: merge xfs_attr_remove into xfs_attr_set
2020-04-29 Christoph Hellwigxfs: remove the ATTR_INCOMPLETE flag
2020-04-29 Brian Fosterxfs: open code insert range extent split helper
2020-04-29 Qian Caixfs: fix an undefined behaviour in _da3_path_shift
2020-04-29 Christoph Hellwigxfs: remove the kuid/kgid conversion wrappers
2020-04-29 Christoph Hellwigxfs: remove the icdinode di_uid/di_gid members
2020-04-29 Christoph Hellwigxfs: ensure that the inode uid/gid match values match...
2020-04-29 Zheng Binxfs: add agf freeblocks verify in xfs_agf_verify
2020-04-14 Eric Sandeenxfsprogs: Release v5.6.0 master v5.6.0
2020-04-14 Darrick J.... xfs_scrub: don't set WorkingDirectory= in systemd job
2020-04-08 Eric Sandeenxfsprogs: Release v5.6.0-rc1 v5.6.0-rc1
2020-04-08 Christoph Hellwiglibxfs: remove libxfs_iomove
2020-04-08 Christoph Hellwigxfs: remove XFS_BUF_SET_BDSTRAT_FUNC
2020-04-08 Christoph Hellwiglibxfs: turn the xfs_buf_incore stub into an inline...
2020-04-08 Darrick J.... xfs_scrub: fix type error in render_ino_from_handle
2020-04-08 Darrick J.... xfs_repair: fix dir_read_buf use of libxfs_da_read_buf
2020-04-08 Darrick J.... xfs_db: clean up the salvage read callsites in set_cur()
2020-04-08 Darrick J.... libxfs: check return value of device flush when closing...
2020-04-08 Darrick J.... libxfs: don't barf in libxfs_bwrite on a null buffer...
2020-04-08 Dave Chinnerxfs_io: set exitcode on failure appropriately
2020-04-08 Dave Chinnerxfsprogs: fix silently broken option parsing
2020-04-07 Dave Chinnerxfsprogs: LDFLAGS comes from configure, not environment
2020-04-07 Dave Chinnerxfsprogs: Fix --disable-static option build
2020-04-07 Dave Chinnermkfs: use cvtnum from libfrog
2020-03-18 Eric Sandeenxfsprogs: Release v5.6.0-rc0 libxfs-5.6-sync v5.6.0-rc0
2020-03-14 Darrick J.... xfs: remove unnecessary null pointer checks from _read_...
2020-03-14 Darrick J.... xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRY...
2020-03-14 Darrick J.... xfs: remove the xfs_btree_get_buf[ls] functions
2020-03-14 Darrick J.... xfs: make xfs_trans_get_buf return an error code
2020-03-14 Darrick J.... xfs: make xfs_trans_get_buf_map return an error code
2020-03-14 Darrick J.... xfs: make xfs_buf_read return an error code
2020-03-14 Darrick J.... xfs: make xfs_buf_get_uncached return an error code
2020-03-14 Darrick J.... xfs: make xfs_buf_get return an error code
2020-03-14 Darrick J.... xfs: make xfs_buf_read_map return an error code
2020-03-14 Darrick J.... libxfs: make libxfs_buf_read_map return an error code
2020-03-14 Darrick J.... libxfs: refactor libxfs_readbuf out of existence
2020-03-14 Darrick J.... libxfs: make libxfs_buf_get_map return an error code
2020-03-14 Darrick J.... libxfs: make libxfs_getbuf_flags return an error code
2020-03-14 Darrick J.... libxfs: make __cache_lookup return an error code
2020-03-14 Darrick J.... xfs: make struct xfs_buf_log_format have a consistent...
2020-03-14 Darrick J.... xfs: streamline xfs_attr3_leaf_inactive
2020-03-14 Darrick J.... xfs: fix memory corruption during remote attr value...
2020-03-14 Darrick J.... xfs: refactor remote attr value buffer invalidation
2020-03-14 Vincenzo Frascinoxfs: Add __packed to xfs_dir2_sf_entry_t definition
2020-03-14 Darrick J.... xfs: introduce XFS_MAX_FILEOFF
2020-03-14 Allison Hendersonxfs: Remove all strlen in all xfs_attr_* functions...
2020-03-14 Christoph Hellwigxfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
2020-03-14 Christoph Hellwigxfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
2020-03-14 Eric Sandeenxfs: remove shadow variable in xfs_btree_lshift
next