]> git.infradead.org Git - users/hch/xfsprogs.git/shortlog
users/hch/xfsprogs.git
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
2020-03-13 Eric Sandeenxfsprogs: Release v5.5.0 v5.5.0
2020-03-13 Dave Chinnerxfsprogs: don't warn about packed members
2020-03-03 Eric Sandeenxfsprogs: Release v5.5.0-rc1 v5.5.0-rc1
2020-03-03 Eric Sandeenxfs_admin: revert online label setting ability
2020-03-01 Darrick J.... libxfs: convert buffer priority get/set macros to functions
2020-03-01 Darrick J.... libxfs: rename libxfs_getbuf_map to libxfs_buf_get_map
2020-03-01 Darrick J.... libxfs: rename libxfs_readbuf_map to libxfs_buf_read_map
2020-03-01 Darrick J.... libxfs: hide libxfs_getbuf_flags
2020-03-01 Darrick J.... libxfs: remove the libxfs_{get,put}bufr APIs
2020-03-01 Darrick J.... libxfs: remove dangerous casting between cache_node...
2020-03-01 Darrick J.... libxfs: remove dangerous casting between xfs_buf and...
2020-03-01 Darrick J.... libxfs: remove libxfs_writebuf_int
2020-03-01 Darrick J.... libxfs: remove unused flags parameter to libxfs_buf_mar...
2020-03-01 Darrick J.... libxfs: straighten out libxfs_writebuf naming confusion
2020-03-01 Darrick J.... libxfs: use uncached buffers for initial mkfs writes
2020-03-01 Darrick J.... libxlog: use uncached buffers instead of open-coding...
2020-03-01 Darrick J.... libxfs: convert libxfs_log_clear to use uncached buffers
2020-03-01 Darrick J.... libxfs: move log functions for convenience
2020-03-01 Darrick J.... xfs_copy: use uncached buffer reads to get the superblock
2020-03-01 Darrick J.... xfs_db: use uncached buffer reads to get the superblock
2020-03-01 Darrick J.... libxfs: introduce libxfs_buf_read_uncached
2020-03-01 Darrick J.... libxfs: make libxfs_readbufr stash the error value...
2020-03-01 Darrick J.... libxfs: make libxfs_readbuf_verify return an error...
2020-03-01 Darrick J.... libxfs: rename libxfs_writebufr to libxfs_bwrite
2020-03-01 Darrick J.... libxfs: replace libxfs_readbuf with libxfs_buf_read
2020-03-01 Darrick J.... libxfs: replace libxfs_getbuf with libxfs_buf_get
2020-03-01 Darrick J.... libxfs: replace libxfs_putbuf with libxfs_buf_relse
2020-03-01 Darrick J.... libxfs: remove LIBXFS_B_EXIT
2020-03-01 Darrick J.... libxfs: remove LIBXFS_EXIT_ON_FAILURE
2020-03-01 Darrick J.... libxfs: open-code "exit on buffer read failure" in...
2020-03-01 Darrick J.... libfrog: always fsync when flushing a device
2020-03-01 Darrick J.... xfs_repair: check that metadata updates have been committed
2020-03-01 Darrick J.... mkfs: check that metadata updates have been committed
2020-03-01 Darrick J.... libxfs: flush all dirty buffers and report errors when...
2020-03-01 Darrick J.... libxfs: return flush failures
2020-03-01 Darrick J.... libxfs: complain when write IOs fail
2020-03-01 Darrick J.... libxfs: libxfs_buf_delwri_submit should write buffers...
2020-03-01 Eric Biggersxfs_io/encrypt: support passing a keyring key to add_enckey
2020-02-28 Eric Sandeenxfs_repair: join realtime inodes to transaction only...
2020-02-27 Darrick J.... xfs_scrub: fix reporting of EINVAL for online repairs
2020-02-27 Darrick J.... libxfs: clean up libxfs_destroy
2020-02-27 Eric Sandeenlibxfs: use FALLOC_FL_ZERO_RANGE in libxfs_device_zero
2020-02-27 Darrick J.... xfs_repair: try to correct sb_unit value from secondaries
2020-02-27 Darrick J.... xfs_repair: check plausibility of root dir pointer...
2020-02-27 Darrick J.... xfs_repair: use libxfs function to calculate root inode...
2020-02-27 Darrick J.... xfs_repair: refactor fixed inode location checks
2020-02-27 Darrick J.... xfs_repair: enforce that inode btree chunks can't point...
2020-02-27 Darrick J.... mkfs: check root inode location
2020-02-27 Darrick J.... xfs_repair: replace verify_inum with libxfs inode valid...
2020-02-27 Darrick J.... xfs_repair: don't corrupt a attr fork da3 node when...
2020-02-27 Darrick J.... xfs_repair: refactor attr root block pointer check
2020-02-27 Darrick J.... libfrog: remove libxfs.h dependencies in fsgeom.c and...
2020-02-27 Darrick J.... libxfs: re-sort libxfs_api_defs.h defines
2020-02-27 Eric Sandeenxfs_repair: fix bad next_unlinked field
2020-01-30 Darrick J.... libxfs: remove duplicate attr function declarations
2020-01-30 Darrick J.... xfs_io: fix integer over/underflow handling in timespec...
2020-01-30 Darrick J.... xfs_repair: fix totally broken unit conversion in direc...
2020-01-30 Darrick J.... xfs_io: fix pwrite/pread length truncation on 32-bit...
2020-01-30 Darrick J.... xfs_io: fix copy_file_range length argument overflow
next