]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2023-06-09  Carlos Maiolinolibxfs: Finish renaming xfs_extent_item variables
2023-05-22  Carlos Maiolinoxfsprogs: Release v6.3.0 v6.3.0
2023-05-10  Darrick J.... xfs_repair: dont leak buffer when discarding directories
2023-05-10  Darrick J.... xfs_repair: estimate per-AG btree slack better
2023-05-10  Darrick J.... mkfs: warning about misaligned AGs and RAID stripes...
2023-05-10  Darrick J.... xfs_db: fix broken logic in error path
2023-05-10  Darrick J.... xfs: fix mismerged tracepoints
2023-05-10  Darrick J.... xfs: clear incore AGFL_RESET state if it's not needed
2023-05-10  Darrick J.... xfs: add tracepoints for each of the externally visible...
2023-05-10  Darrick J.... xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vexten...
2023-05-10  Darrick J.... xfs: try to idiot-proof the allocators
2023-05-10  Darrick J.... xfs: restore old agirotor behavior
2023-05-10  Dave Chinnerxfs: return a referenced perag from filestreams allocator
2023-05-10  Dave Chinnerxfs: move xfs_bmap_btalloc_filestreams() to xfs_filestr...
2023-05-10  Dave Chinnerxfs: use xfs_bmap_longest_free_extent() in filestreams
2023-05-10  Dave Chinnerxfs: get rid of notinit from xfs_bmap_longest_free_extent
2023-05-10  Dave Chinnerxfs: factor out filestreams from xfs_bmap_btalloc_nullfb
2023-05-10  Dave Chinnerxfs: convert xfs_alloc_vextent_iterate_ags() to use...
2023-05-10  Dave Chinnerxfs: move the minimum agno checks into xfs_alloc_vexten...
2023-05-10  Dave Chinnerxfs: fold xfs_alloc_ag_vextent() into callers
2023-05-10  Dave Chinnerxfs: move allocation accounting to xfs_alloc_vextent_se...
2023-05-10  Dave Chinnerxfs: introduce xfs_alloc_vextent_prepare()
2023-05-10  Dave Chinnerxfs: introduce xfs_alloc_vextent_exact_bno()
2023-05-10  Dave Chinnerxfs: introduce xfs_alloc_vextent_near_bno()
2023-05-10  Dave Chinnerxfs: use xfs_alloc_vextent_start_bno() where appropriate
2023-05-10  Dave Chinnerxfs: use xfs_alloc_vextent_first_ag() where appropriate
2023-05-10  Dave Chinnerxfs: factor xfs_bmap_btalloc()
2023-05-10  Dave Chinnerxfs: use xfs_alloc_vextent_this_ag() where appropriate
2023-05-10  Dave Chinnerxfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc...
2023-05-10  Dave Chinnerxfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
2023-05-10  Dave Chinnerxfs: rework xfs_alloc_vextent()
2023-05-10  Dave Chinnerxfs: introduce xfs_for_each_perag_wrap()
2023-05-10  Dave Chinnerxfs: perags need atomic operational state
2023-05-10  Dave Chinnerxfs: convert xfs_ialloc_next_ag() to an atomic
2023-05-10  Dave Chinnerxfs: inobt can use perags in many more places than...
2023-05-10  Dave Chinnerxfs: use active perag references for inode allocation
2023-05-10  Dave Chinnerxfs: convert xfs_imap() to take a perag
2023-05-10  Dave Chinnerxfs: rework the perag trace points to be perag centric
2023-05-09  Dave Chinnerxfs: active perag reference counting
2023-05-09  Dave Chinnerxfs: t_firstblock is tracking AGs not blocks
2023-05-09  Dave Chinnerxfs: drop firstblock constraints from allocation setup
2023-05-09  Dave Chinnerxfs: block reservation too large for minleft allocation
2023-05-09  Dave Chinnerxfs: prefer free inodes at ENOSPC over chunk allocation
2023-05-09  Dave Chinnerxfs: fix low space alloc deadlock
2023-05-09  Dave Chinnerxfs: don't use BMBT btree split workers for IO completion
2023-05-09  Darrick J.... xfs: pass refcount intent directly through the log...
2023-05-09  Darrick J.... xfs: pass rmap space mapping directly through the log...
2023-05-09  Darrick J.... xfs: fix confusing xfs_extent_item variable names
2023-05-09  Darrick J.... xfs: pass the xfs_bmbt_irec directly through the log...
2023-04-21  Eric Sandeenxfsprogs: nrext64 option should be in [inode] section...
2023-04-21  Darrick J.... misc: test the dir/attr hash before formatting or repai...
2023-04-21  Darrick J.... libfrog: move crc32c selftest buffer into a separate...
2023-03-24  Carlos Maiolinoxfsprogs: Release v6.2.0 v6.2.0
2023-03-17  Darrick J.... xfs: fix off-by-one error in xfs_btree_space_to_height
2023-03-17  Darrick J.... xfs: invalidate xfs_bufs when allocating cow extents
2023-03-17  Guo Xuenanxfs: get rid of assert from xfs_btree_islastblock
2023-03-17  Darrick J.... xfs: estimate post-merge refcounts correctly
2023-03-17  Darrick J.... xfs: hoist refcount record merge predicates
2023-03-17  Darrick J.... xfs: add debug knob to slow down write for fun
2023-03-17  Darrick J.... xfs: add debug knob to slow down writeback for fun
2023-03-17  Dave Chinnerxfs: drop write error injection is unfixable, remove it
2023-03-17  Dave Chinnerxfs: use iomap_valid method to detect stale cached...
2023-03-17  Jason A. Donenfeldtreewide: use get_random_u32_below() instead of depreca...
2023-03-17  Darrick J.... xfs_db: fix complaints about unsigned char casting
2023-03-17  Darrick J.... xfs_repair: fix incorrect dabtree hashval comparison
2023-03-03  Darrick J.... mkfs: substitute slashes with spaces in protofiles
2023-03-03  Darrick J.... mkfs: use suboption processing for -p
2023-03-03  Darrick J.... mkfs: check dirent names when reading protofile
2023-02-24  Arjun ShankarRemove several implicit function declarations origin/for-next_2023-03-01 origin/for-next_2023-03-14
2023-02-24  Andrey Albershteynxfs_db: make flist_find_ftyp() to check for field exist...
2023-02-23  Darrick J.... xfs_io: fix bmap command not detecting realtime files...
2023-02-23  Darrick J.... xfs_io: set fs_path when opening files on foreign files...
2023-02-23  Darrick J.... xfs_scrub: fix broken realtime free blocks unit conversions
2023-02-23  Darrick J.... xfs_spaceman: fix broken -g behavior in freesp command
2023-02-03  Catherine Hoangxfs_admin: get/set label of mounted filesystem origin/for-next_2023-02-14 origin/for-next_2023-02-16 origin/for-next_2023-02-17
2023-02-03  Catherine Hoangxfs_admin: correctly parse IO_OPTS parameters
2023-01-20  Dave Chinnerprogs: just use libtoolize origin/for-next_2023-01-31
2023-01-20  Dave Chinnerprogs: autoconf fails during debian package builds
2023-01-20  Catherine Hoangxfs_admin: get UUID of mounted filesystem
2023-01-20  Catherine Hoangxfs_io: add fsuuid command
2023-01-13  Carlos Maiolinoxfsprogs: Release v6.1.1 v6.1.1
2023-01-13  Carlos MaiolinoAdd pkg version to debian changelog
2023-01-13  Holger Hoffstättexfsprogs: scrub: fix warnings/errors due to missing...
2022-12-23  Carlos Maiolinoxfsprogs: Release v6.1.0 v6.1.0
2022-12-21  Darrick J.... xfs_db: fix dir3 block magic check origin/for-next_2022-12-29 origin/for-next_2022-12-30
2022-12-15  Srikanth C Sfsck.xfs: mount/umount xfs fs to replay log before... origin/for-next_2022-12-17 origin/for-next_2022-12-20
2022-12-15  Darrick J.... xfs_db: create separate struct and field definitions...
2022-12-15  Darrick J.... xfs_io: don't display stripe alignment flags for realti...
2022-12-09  Carlos Maiolinoxfs_repair: Fix rmaps_verify_btree() error path origin/for-next_2022-12-13
2022-12-09  Carlos Maiolinoxfs_repair: Fix check_refcount() error path
2022-12-09  Darrick J.... mkfs.xfs: add mkfs config file for the 6.1 LTS kernel
2022-12-09  Darrick J.... xfs_{db,repair}: fix XFS_REFC_COW_START usage
2022-12-09  Darrick J.... xfs_repair: retain superblock buffer to avoid write...
2022-12-09  Darrick J.... xfs_repair: don't crash on unknown inode parents in...
2022-12-09  Darrick J.... xfs_db: fix printing of reverse mapping record blockcounts
2022-12-09  Darrick J.... xfs_db: fix octal conversion logic
2022-12-09  Darrick J.... misc: add missing includes
2022-12-09  Darrick J.... misc: add static to various sourcefile-local functions
2022-12-09  Darrick J.... libxfs: consume the xfs_warn mountpoint argument
2022-11-21  Long Lixfs: fix sb write verify for lazysbcount origin/for-next_2022-11-30
next