Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
aalbersh
/
xfsprogs-dev
/
HEAD
84c54d6
xfsprogs: Release v7.2.0
by Andrey Albershteyn
· 7 days ago
for-next
master
v7.2.0
d1ad770
xfs_spaceman: port makecfg to use xfsquotactl
by Darrick J. Wong
· 9 days ago
3dc24f3
xfs_quota: open the filesystem mountpoint for quota operations
by Darrick J. Wong
· 9 days ago
2eef8af
libfrog: add quotactl_fd support to xfsquotactl
by Darrick J. Wong
· 9 days ago
500da05
libfrog: try to pass struct fs_path objects to quotactl wrapper
by Darrick J. Wong
· 9 days ago
6571a91
libfrog: enhance struct fs_path to store optional mount fd
by Darrick J. Wong
· 9 days ago
bf35670
libfrog: clean up xfsquotactl a little bit
by Darrick J. Wong
· 9 days ago
dea3a7f
libfrog: hoist xfsquotactl out of xfs_quota
by Darrick J. Wong
· 9 days ago
9601f7f
man: document that XFS_IOC_FS[G|S]ETXATTR can not be used on special files
by Andrey Albershteyn
· 8 days ago
ce4ee81
mkfs: allow specification of default options via configuration file
by Darrick J. Wong
· 9 days ago
7606e83
xfs_admin: print configuration file for mounted filesystems
by Darrick J. Wong
· 9 days ago
b1d1ad3
xfs_spaceman: print configuration file for mounted filesystems
by Darrick J. Wong
· 9 days ago
b76315c
xfs_db: print configuration file for mounted filesystems
by Darrick J. Wong
· 9 days ago
54bb984
mkfs: print config file for a given mkfs configuration
by Darrick J. Wong
· 9 days ago
3659a95
mkfs: automatically upgrade autofsck earlier
by Darrick J. Wong
· 9 days ago
cea5160
libxfs: provide xfs_quota.h
by Christoph Hellwig
· 13 days ago
d505a55
libxfs: provide xfs_extent_busy.h
by Christoph Hellwig
· 13 days ago
538b3d7
libxfs: provide xfs_error.h
by Christoph Hellwig
· 13 days ago
dadaec6
libxfs: rename buf_mem.h to xfs_buf_mem.h
by Christoph Hellwig
· 13 days ago
dc15309
libxfs: find a better location for stub headers
by Christoph Hellwig
· 13 days ago
fcc6405
libxfs: move a few xfs_health.h includes
by Christoph Hellwig
· 13 days ago
2a43f11
libxfs: remove a spurious xfs.h include in xfs_zones.c
by Christoph Hellwig
· 13 days ago
5b28e18
include: fix LIBHFILES in Makefile
by Christoph Hellwig
· 13 days ago
8f11dfa
repair: remove the ip variable in ensure_rtgroup_file
by Christoph Hellwig
· 12 days ago
ea60844
libxfs: remove xfs_inode.i_size
by Christoph Hellwig
· 12 days ago
643a5d8
mkfs: Emit a clearer message if too-small log is due to AG geometry
by Eric Sandeen
· 4 weeks ago
cff14b3
xfs_io: cleanup headers
by Christoph Hellwig
· 2 weeks ago
4684004
xfs: check v5 superblock features early
by Christoph Hellwig
· 5 weeks ago
8d5bb64
xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
by Lin Jiapeng
· 5 weeks ago
4efde4f
xfs: fix off-by-one in rtrefcount btree root level validation
by Xiang Mei
· 5 weeks ago
4f927c6
xfs: fix null pointer dereference in tracepoint
by Andrey Albershteyn
· 5 weeks ago
c2e1a92
xfs: fix memory leak in xfs_dqinode_metadir_create()
by Dawei Feng
· 5 weeks ago
1c46140
xfs: move XFS_LSN_CMP to xfs_log_format.h
by Christoph Hellwig
· 3 months ago
fbd9f71
xfs: cleanup xfs_growfs_compute_deltas
by Christoph Hellwig
· 3 months ago
7dce29b
xfs: pass back updated nb from xfs_growfs_compute_deltas
by Christoph Hellwig
· 3 months ago
85cd985
xfs: fix pointer arithmetic error on 32-bit systems
by Darrick J. Wong
· 3 months ago
bcb5063
xfs: mark struct xfs_imap as __packed
by Christoph Hellwig
· 3 months ago
d8268ec
xfs: store an agbno in struct xfs_imap
by Christoph Hellwig
· 3 months ago
2f3f536
xfs: massage xfs_imap_to_bp into xfs_read_icluster
by Christoph Hellwig
· 3 months ago
ea1901a
xfs: remove im_len field in struct xfs_imap
by Christoph Hellwig
· 3 months ago
4c95910
xfs: cleanup xfs_imap
by Christoph Hellwig
· 3 months ago
cb4d9f4
xfs: remove the i_ino field in struct xfs_inode
by Christoph Hellwig
· 3 months ago
d6d344c
xfs: add a xfs_rmap_inode_owner helper
by Christoph Hellwig
· 3 months ago
c46b610
xfs: add a xfs_rmap_inode_bmbt_owner
by Christoph Hellwig
· 3 months ago
0025466
xfs: add a XFS_INO_TO_FSB helper
by Christoph Hellwig
· 3 months ago
41023f3
xfs: add a XFS_INODE_TO_AGINO helper
by Christoph Hellwig
· 3 months ago
3febcf8
xfs: add a XFS_INODE_TO_AGNO helper
by Christoph Hellwig
· 3 months ago
7885cad
xfs: fix exchmaps reservation limit check
by Yingjie Gao
· 3 months ago
54d45f9
xfs: Report case sensitivity in fileattr_get
by Chuck Lever
· 3 months ago
9595e21
libxfs: convert diff_items helpers to cmp_int
by Darrick J. Wong
· 3 months ago
ba7c0e3
libxfs: report device open errors during topology probing
by Hans Holmberg
· 4 weeks ago
7bfd7d1
xfs_db: improve the fsmap man page entry
by Christoph Hellwig
· 3 weeks ago
d6d4236
copy: always align to at least page size
by Christoph Hellwig
· 8 weeks ago
b7876c0
copy: log the error number when failing to write
by Christoph Hellwig
· 8 weeks ago
2d8d811
libfrog: make cmn_err() emit each message atomically to avoid torn output
by Avinesh Kumar
· 10 weeks ago
35d1a6f
xfsprogs: Release v7.1.1
by Andrey Albershteyn
· 10 weeks ago
v7.1.1
2525ce2
xfsprogs: healer: install targets one at a time
by Allen Hewes
· 2 months ago
ac14db9
fiemap: add a nosync option
by Pankaj Raghav
· 2 months ago
ee7dc67
xfs_scrub: fix spacemap scan for data volume
by Darrick J. Wong
· 2 months ago
992ef00
mdrestore: fix extent length overflow in v2 restore path
by Manognya Singuru
· 2 months ago
e80b048
xfsprogs: Release v7.1.0
by Andrey Albershteyn
· 2 months ago
v7.1.0
d89fea9
fsr: preserve xfrog_bulkstat error codes
by liuh
· 3 months ago
622d715
xfs: zero directory data block padding on write verification
by Yuto Ohnuki
· 3 months ago
c957be1
xfs: zero entire directory data block header region at init
by Yuto Ohnuki
· 3 months ago
bae44fe
xfs: remove the meaningless XFS_ALLOC_FLAG_FREEING
by Jinliang Zheng
· 3 months ago
846570f
xfs: switch (back) to a per-buftarg buffer hash
by Christoph Hellwig
· 3 months ago
270a5f3
xfs: add write pointer to xfs_rtgroup_geometry
by Wilfred Mallawa
· 3 months ago
074c181
xfs_scrub: fix spacemap scan for internal rt devices
by Darrick J. Wong
· 3 months ago
8c6bf67
mkfs: PQUOTA shouldn't conflict with GQNOENFORCE
by Darrick J. Wong
· 3 months ago
63a4a9d
mkfs: fix hardlink detection in directory import code
by Darrick J. Wong
· 4 months ago
a2b765f
mkfs: pass stat buf pointers around the protofile code
by Darrick J. Wong
· 3 months ago
b3268fb
xfs_protofile: make nondirectory arguments actually work
by Darrick J. Wong
· 4 months ago
46b0ee1
mkfs: fix symlink target length check in create_nondir_inode
by Darrick J. Wong
· 4 months ago
2df5f48
mkfs: fix PATH_MAX check
by Darrick J. Wong
· 4 months ago
b07c386
mkfs: don't redefine DIRT for protofiles
by Darrick J. Wong
· 4 months ago
7a26df1
xfs_healer: fix getmntent race in weakhandle
by Darrick J. Wong
· 3 months ago
1bbedb6
xfs_db: dump zoned filesystem superblock fields
by Darrick J. Wong
· 3 months ago
b64c29f
xfs_db: fix type conversions
by Darrick J. Wong
· 3 months ago
70d0a4f
xfs_scrub: fix estimate of work items for phase 4
by Darrick J. Wong
· 3 months ago
4399db4
xfs_scrub: fix spacemap external log device scan dev key
by Darrick J. Wong
· 3 months ago
f75bb3f
xfs_scrub: always finish cleanup, even if reporting healthy state fails
by Darrick J. Wong
· 3 months ago
f4dfa0b
xfs_scrub: fix phase 8 debug reporting
by Darrick J. Wong
· 4 months ago
41530a0
xfs_scrub: don't leak phase 5 scan items after a failed workqueue_add
by Darrick J. Wong
· 4 months ago
b43e906
xfs_scrub: actually handle NEEDSCHECK scrub items in phase 4
by Darrick J. Wong
· 4 months ago
bac5085
xfs_scrub: don't flatten error numbers in read_verify_schedule_now
by Darrick J. Wong
· 4 months ago
0bafb12
xfs_scrub: stop user file scan if caller already aborted
by Darrick J. Wong
· 4 months ago
708b369
mkfs: remove duplicate include of convert.h
by liuh
· 3 months ago
157d769
xfs_scrub: warn about difficult rtgroup repairs
by Darrick J. Wong
· 3 months ago
a4080ce
xfs_scrub: don't leak the autofsck fsproperty handle
by Darrick J. Wong
· 3 months ago
baef30a
xfs_scrub: account for reflinked realtime file data
by Darrick J. Wong
· 3 months ago
243048f
xfs_scrub: account only data extent tail after an overlap
by Darrick J. Wong
· 3 months ago
e2df9f9
xfs_scrub: report external log space usage in phase 7
by Darrick J. Wong
· 3 months ago
b6dba3d
xfs_scrub: warn about incomplete repairs if we never get to them
by Darrick J. Wong
· 3 months ago
bc93714
xfs_scrub: don't skip bulkstat batch when scrub_scan_user_files helper returns ESTALE
by Darrick J. Wong
· 3 months ago
c001fa7
xfs_scrub: track inode scan abort state with an enum
by Darrick J. Wong
· 3 months ago
3e4bb14
xfs_scrub: handle media scans of internal rt devices correctly
by Darrick J. Wong
· 3 months ago
2712427
xfs_scrub: report bad file ranges correctly
by Darrick J. Wong
· 3 months ago
64344c4
xfs_scrub: handle missing media verify ioctl failure return codes
by Darrick J. Wong
· 3 months ago
ec74242
mkfs: fix filesystem and log size units
by Manognya Singuru
· 3 months ago
f650551
xfs_healer: don't put the slice file in LDIRT
by Darrick J. Wong
· 3 months ago
Next »