]> www.infradead.org Git - users/hch/xfsprogs.git/shortlog
users/hch/xfsprogs.git
2016-06-21 Christoph Hellwigxfs: remove xfs_trans_get_block_res
2016-06-21 Brian Fosterxfs_check: process sparse inode chunks correctly
2016-06-21 Brian Fosterxfs_db: Revert "xfs_db: make check work for sparse...
2016-06-21 Eric Sandeenxfs_repair: set rsumino version to 2
2016-06-21 Jan Tulakmkfs: test that -l su is a multiple of block size
2016-06-21 Jan Tulakmkfs: better error with incorrect b/s value suffix...
2016-06-21 Jan Tulakmkfs: update manpage for -i size
2016-06-21 Jan Tulakmkfs: fix -l su minval
2016-06-03 Christoph Hellwiglinux.h: include <linux/fs.h>
2016-06-03 Christoph Hellwigxfs.h: define XFS_IOC_FREEZE even if FIFREEZE is defined
2016-06-03 Eric Sandeenxfs_quota: only round up timer reporting > 1 day
2016-06-03 Bill O'Donnellxfs_repair: further improvement on secondary superblock...
2016-05-30 Eric Sandeenmkfs.xfs: annotate fallthrough cases in cvtnum
2016-05-30 Eric Sandeenxfs_quota: check report_mount return value
2016-05-30 Bill O'Donnellxfs_repair: new secondary superblock search method
2016-05-30 Bill O'Donnelllibxcmd: generalize topology functions
2016-05-30 Eric Sandeenxfs_db: defang frag command
2016-05-30 Dave Chinnerdb: limit AGFL bno array printing
2016-05-30 Dave Chinnerxfs_db: allow recalculating CRCs on invalid metadata
2016-05-10 Eric Sandeenxfs_db: fix unaligned accesses
2016-05-10 Eric Sandeenmetadump: limit permissible sector sizes
2016-05-10 Jan Tulakmkfs: conflicting values with disabled crc should fail
2016-05-10 Jan Tulakmkfs: add optional 'reason' for illegal_option
2016-05-10 Jan Tulakmkfs: unit conversions are case insensitive
2016-05-10 Jan Tulakmkfs: move spinodes crc check
2016-05-10 Dave Chinnermkfs: don't treat files as though they are block devices
2016-05-10 Dave Chinnermkfs: add string options to generic parsing
2016-05-10 Dave Chinnermkfs: encode conflicts into parsing table
2016-05-10 Dave Chinnermkfs: merge getnum
2016-05-10 Dave Chinnermkfs: table based parsing for converted parameters
2016-05-10 Dave Chinnermkfs: add respecification detection to generic parsing
2016-05-10 Dave Chinnermkfs: use getnum_checked for all ranged parameters
2016-05-10 Dave Chinnermkfs: getbool is redundant
2016-05-10 Dave Chinnermkfs: structify input parameter passing
2016-05-10 Dave Chinnermkfs: validate logarithmic parameters sanely
2016-05-10 Dave Chinnermkfs: factor boolean option parsing
2016-05-10 Dave Chinnermkfs: validate all input values
2016-05-10 Dave Chinnermkfs: Sanitise the superblock feature macros
2016-05-10 Dave Chinnermkfs: sanitise ftype parameter values.
2016-05-10 Dave Chinnerxfsprogs: use common code for multi-disk detection
2016-05-10 Eric Sandeenxfs_repair: fix agf limit error messages
2016-05-10 Jan Tulakbuild: make librt optional for some platforms
2016-05-10 Mike Frysingerconfigure: add mailing list contact
2016-05-10 Mike Frysingerpo: respect LINGUAS build setting
2016-05-10 Zorro Langxfs_quota: print quota id number if the name can't...
2016-05-10 Zorro Langxfs_quota: fully support users and groups beginning...
2016-05-10 Zorro Langxfs_quota: add missed options -D and -P into man page
2016-05-10 Zorro Langxfs_io: allow mmap command to reserve some free space
2016-05-10 Zorro Langxfs_io: modify argument errors of mremap command
2016-05-10 Dave ChinnerMerge branch 'progs-misc-fixes-for-4.6' into for-master
2016-05-10 Dave ChinnerMerge branch 'libxfs-4.6-sync' into for-master
2016-03-15 Dave Chinnerxfsprogs: Release v4.5.0 v4.5.0
2016-02-29 Carlos Maiolinoxfs_io: implement 'inode' command progs-misc-fixes-for-4.6
2016-02-29 Darrick J.... mkfs: fix crash when initializing rbmip libxfs-4.6-sync
2016-02-29 Eric Sandeenlibxfs: fix up mismerge in libxfs_iflush_int
2016-02-28 Dmitry Monakhovxfs_io: Prevent devide by zero from {pread,pwrite}_random
2016-02-28 Eric Sandeenxfs_db: Fix dquot command docs
2016-02-28 Zorro Langxfs_quota: modify commands which can't handle multiple...
2016-02-18 Dave Chinnerxfs: mode di_mode to vfs inode
2016-02-18 Dave Chinnerxfs: move di_changecount to VFS inode
2016-02-18 Dave Chinnerxfs: move inode generation count to VFS inode
2016-02-18 Dave Chinnerxfs: use vfs inode nlink field everywhere
2016-02-17 Dave Chinnerxfs: move v1 inode conversion to xfs_inode_from_disk
2016-02-17 Dave Chinnerxfs: cull unnecessary icdinode fields
2016-02-17 Dave Chinnerxfs: remove timestamps from incore inode
2016-02-17 Dave Chinnerxfs: introduce inode log format object
2016-02-17 Dave Chinnerxfs: RT bitmap and summary buffers need verifiers
2016-02-17 Dave Chinnerxfs: RT bitmap and summary buffers are not typed
2016-02-17 Eric Sandeenxfs: remove unused function definitions
2016-02-17 Christoph Hellwigxfs: move buffer invalidation to xfs_btree_free_block
2016-02-17 Christoph Hellwigxfs: factor btree block freeing into a helper
2016-02-17 Christoph Hellwigxfs: handle errors from ->free_blocks in xfs_btree_kill...
2016-02-17 Eric Sandeenxfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
2016-02-17 Dave Chinnerxfsprogs: Release v4.5.0-rc1 v4.5.0-rc1
2016-02-17 Andreas Gruenbacherxfs: Validate the length of on-disk ACLs
2016-02-17 Dave Chinnerxfs: stop holding ILOCK over filldir callbacks
2016-02-17 Geliang Tanglibxfs: fix two comment typos
2016-02-17 Brian Fosterxfs: swap leaf buffer into path struct atomically durin...
2016-02-17 Dave Chinnerxfs: handle dquot buffer readahead in log recovery...
2016-02-17 Dave Chinnerxfs: inode recovery readahead can race with inode buffe...
2016-02-17 Eric Sandeenxfs: eliminate committed arg from xfs_bmap_finish
2016-02-17 Dave Chinnerxfs: bmapbt checking on debug kernels too expensive
2016-02-17 Eric Sandeenxfs: get mp from bma->ip in xfs_bmap code
2016-02-17 Dave Chinnerxfs: introduce BMAPI_ZERO for allocating zeroed extents
2016-02-15 Bill O'Donnellxfs: per-filesystem stats counter implementation
2016-02-15 Brian Fosterxfs: log local to remote symlink conversions correctly...
2016-02-15 Brian Fosterxfs: add missing bmap cancel calls in error paths
2016-02-15 Jia Helibxfs: Optimize the loop for xfs_bitmap_empty
2016-02-15 Dave Chinnerxfs_io: add support for changing the new inode DAX...
2016-02-15 Dave Chinnerxfs: introduce per-inode DAX enablement
2016-02-15 Dave Chinnerxfs_fs.h: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATT...
2016-02-11 Dave Chinnerlibxfs: reset dirty buffer priority on lookup
2016-02-11 Dave Chinnerlibxfs: keep unflushable buffers off the cache MRUs
2016-02-09 Dave Chinnerlibxfs: don't repeatedly shake unwritable buffers
2016-02-09 Dave Chinnerlibxfs: don't discard dirty buffers
2016-02-09 Dave Chinnerlibxfs: directory node splitting does not have an extra...
2016-02-09 Dave Chinnerrepair: parallelise uncertin inode processing in phase 3
2016-02-09 Dave Chinnerrepair: parallelise phase 7
2016-02-09 Dave Chinnerxfs_mdrestore: correctly account bytes read
2016-02-09 Dave Chinnermetadump: bounds check btree block regions being zeroed
next