]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2019-12-13  Dave Chinnerxfs: factor free block index lookup from xfs_dir2_node_...
2019-12-13  Dave Chinnerxfs: factor data block addition from xfs_dir2_node_addn...
2019-12-13  Dave Chinnerxfs: move xfs_dir2_addname()
2019-12-13  Darrick J.... xfs: remove all *_ITER_CONTINUE values
2019-12-13  Darrick J.... xfs: remove all *_ITER_ABORT values
2019-12-13  Darrick J.... xfs: reinitialize rm_flags when unpacking an offset...
2019-12-13  Darrick J.... xfs: remove unnecessary int returns from deferred bmap...
2019-12-13  Darrick J.... xfs: remove unnecessary int returns from deferred refco...
2019-12-13  Darrick J.... xfs: remove unnecessary int returns from deferred rmap...
2019-12-13  Darrick J.... xfs: remove unnecessary parameter from xfs_iext_inc_seq
2019-12-13  Darrick J.... xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
2019-12-13  Darrick J.... xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
2019-12-13  Darrick J.... xfs: fix maxicount division by zero error
2019-12-13  zhengbinxfs: remove excess function parameter description in...
2019-12-13  Dave Chinnerxfs: add kmem allocation trace points
2019-12-13  Tetsuo Handafs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
2019-11-15  Eric Sandeenxfsprogs: Release v5.3.0 v5.3.0
2019-11-11  Eric Sandeenxfsprogs: Release v5.3.0-rc2 v5.3.0-rc2
2019-11-11  Eric Sandeenxfs_io: fix memory leak in add_enckey
2019-11-11  Darrick J.... xfs_scrub: fix complaint about uninitialized ret
2019-11-06  Darrick J.... libfrog: convert workqueue.c functions to negative...
2019-11-06  Darrick J.... libfrog: convert scrub.c functions to negative error...
2019-11-06  Darrick J.... libfrog: convert ptvar.c functions to negative error...
2019-11-06  Darrick J.... libfrog: convert bulkstat.c functions to negative error...
2019-11-06  Darrick J.... libfrog: convert fsgeom.c functions to negative error...
2019-11-06  Darrick J.... libfrog: convert bitmap.c to negative error codes
2019-11-06  Darrick J.... libfrog: print library errors
2019-11-06  Darrick J.... xfs_scrub: remove moveon from main program
2019-11-06  Darrick J.... xfs_scrub: remove XFS_ITERATE_INODES_ABORT from inode...
2019-11-06  Darrick J.... xfs_scrub: remove moveon from phase 1 functions
2019-11-06  Darrick J.... xfs_scrub: remove moveon from phase 2 functions
2019-11-06  Darrick J.... xfs_scrub: remove moveon from phase 3 functions
2019-11-06  Darrick J.... xfs_scrub: remove moveon from phase 4 functions
2019-11-06  Darrick J.... xfs_scrub: remove moveon from phase 5 functions
2019-11-06  Darrick J.... xfs_scrub: remove moveon from phase 6 functions
2019-11-06  Darrick J.... xfs_scrub: remove moveon from phase 7 functions
2019-11-06  Darrick J.... xfs_scrub: remove moveon from repair action list helpers
2019-11-06  Darrick J.... xfs_scrub: remove moveon from scrub ioctl wrappers
2019-11-06  Darrick J.... xfs_scrub: remove moveon from progress report helpers
2019-11-06  Darrick J.... xfs_scrub: remove moveon from unicode name collision...
2019-11-06  Darrick J.... xfs_scrub: remove moveon from spacemap
2019-11-06  Darrick J.... xfs_scrub: remove moveon from vfs directory tree iteration
2019-11-06  Darrick J.... xfs_scrub: remove moveon from inode iteration
2019-11-06  Darrick J.... xfs_scrub: remove moveon from the fscounters functions
2019-11-06  Darrick J.... xfs_scrub: remove moveon from filemap iteration
2019-11-06  Darrick J.... xfs_scrub: implement background mode for phase 6
2019-11-06  Darrick J.... xfs_scrub: adapt phase5 to deferred descriptions
2019-11-06  Darrick J.... xfs_scrub: implement deferred description string rendering
2019-11-06  Darrick J.... xfs_scrub: bump work_threads to include the controller...
2019-11-06  Amir Goldsteinxfs_io/lsattr: expose FS_XFLAG_HASATTR flag
2019-11-04  Eric Sandeenxfs_growfs: allow mounted device node as argument
2019-11-01  Darrick J.... xfs_scrub: create a new category for unfixable errors
2019-11-01  Darrick J.... xfs_scrub: refactor xfs_scrub_excessive_errors
2019-11-01  Darrick J.... xfs_scrub: promote some of the str_info to str_error...
2019-11-01  Darrick J.... xfs_scrub: explicitly track corruptions, not just errors
2019-11-01  Darrick J.... xfs_scrub: clean up error level table
2019-11-01  Darrick J.... xfs_scrub: simplify post-run reporting logic
2019-11-01  Darrick J.... xfs_scrub: fix misclassified error reporting
2019-11-01  Darrick J.... xfs_scrub: refactor xfs_iterate_inodes_range_check
2019-11-01  Darrick J.... xfs_scrub: clean out the nproc global variable
2019-11-01  Darrick J.... libfrog: take over platform headers
2019-11-01  Darrick J.... libxfs: remove libxfs_physmem
2019-11-01  Darrick J.... libxfs: remove libxfs_nproc
2019-11-01  Darrick J.... libfrog: clean up platform_nproc
2019-11-01  Darrick J.... xfs_scrub: fix media verification thread pool size...
2019-11-01  Darrick J.... xfs_scrub: request fewer bmaps when we can
2019-11-01  Darrick J.... xfs_scrub: reduce fsmap activity for media errors
2019-11-01  Darrick J.... xfs_scrub: don't report media errors on unwritten extents
2019-11-01  Darrick J.... xfs_scrub: improve reporting of file metadata media...
2019-11-01  Darrick J.... xfs_scrub: better reporting of metadata media errors
2019-11-01  Darrick J.... xfs_scrub: improve reporting of file data media errors
2019-11-01  Darrick J.... xfs_scrub: separate media error reporting for attribute...
2019-11-01  Darrick J.... libfrog/xfs_scrub: improve iteration function documentation
2019-11-01  Darrick J.... mkfs: fix incorrect error message
2019-11-01  Darrick J.... libxfs: fix typo in message about write verifier
2019-11-01  Darrick J.... xfs_repair: print better information when metadata...
2019-11-01  Darrick J.... libfrog: fix workqueue_add error out
2019-11-01  Darrick J.... xfs_scrub: don't allow zero or negative error injection...
2019-11-01  Darrick J.... xfs_scrub: report repair activities on stdout, not...
2019-11-01  Darrick J.... xfs_db: btheight should check geometry more carefully
2019-11-01  Darrick J.... xfs_spaceman: always report sick metadata, checked...
2019-10-17  Darrick J.... xfs_scrub: simulate errors in the read-verify phase
2019-10-17  Darrick J.... xfs_scrub: fix read verify disk error handling strategy
2019-10-17  Darrick J.... xfs_scrub: return bytes verified from a SCSI VERIFY...
2019-10-17  Darrick J.... xfs_scrub: enforce read verify pool minimum io size
2019-10-17  Darrick J.... xfs_scrub: record disk LBA size
2019-10-17  Darrick J.... xfs_scrub: refactor inode prefix rendering code
2019-10-17  Darrick J.... xfs_scrub: only call read_verify_force_io once per...
2019-10-17  Darrick J.... xfs_scrub: fix queue-and-stash of non-contiguous verify...
2019-10-17  Darrick J.... xfs_scrub: fix read-verify pool error communication...
2019-10-17  Darrick J.... xfs_scrub: abort all read verification work immediately...
2019-10-17  Darrick J.... xfs_scrub: fix handling of read-verify pool runtime...
2019-10-17  Darrick J.... xfs_scrub: fix error handling problems in vfs.c
2019-10-17  Darrick J.... xfs_scrub: move all the queue_subdir error reporting...
2019-10-17  Darrick J.... xfs_scrub: check progress bar timedwait failures
2019-10-17  Darrick J.... xfs_scrub: report all progressbar creation failures
2019-10-17  Darrick J.... xfs_scrub: fix per-thread counter error communication...
2019-10-17  Darrick J.... libfrog: fix missing error checking in bitmap code
2019-10-17  Darrick J.... libfrog: fix bitmap error communication problems
2019-10-17  Darrick J.... libfrog: add missing per-thread variable error handling
next