index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
2024-11-05
xfs: pass a pag to xfs_difree_inode_chunk
Christoph Hellwig
2024-11-05
xfs: remove the unused pag_active_wq field in struct xfs_perag
Christoph Hellwig
2024-11-05
xfs: remove the unused pagb_count field in struct xfs_perag
Christoph Hellwig
2024-10-30
xfs: Reduce unnecessary searches when searching for the best extents
Chi Zhiling
2024-10-22
xfs: update the pag for the last AG at recovery time
Christoph Hellwig
2024-10-22
xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
Christoph Hellwig
2024-10-22
xfs: merge the perag freeing helpers
Christoph Hellwig
2024-10-22
xfs: pass the exact range to initialize to xfs_initialize_perag
Christoph Hellwig
2024-10-07
xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc
Christoph Hellwig
2024-10-07
xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
Christoph Hellwig
2024-10-07
xfs: don't ifdef around the exact minlen allocations
Christoph Hellwig
2024-10-07
xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
Christoph Hellwig
2024-10-07
xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
Christoph Hellwig
2024-10-07
xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
Christoph Hellwig
2024-10-07
xfs: return bool from xfs_attr3_leaf_add
Christoph Hellwig
2024-10-07
xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
Christoph Hellwig
2024-09-20
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-03
xfs: enable block size larger than page size support
Pankaj Raghav
2024-09-03
xfs: ensure st_blocks never goes to zero during COW writes
Christoph Hellwig
2024-09-03
xfs: convert perag lookup to xarray
Christoph Hellwig
2024-09-03
xfs: move the tagged perag lookup helpers to xfs_icache.c
Christoph Hellwig
2024-09-03
xfs: use kfree_rcu_mightsleep to free the perag structures
Christoph Hellwig
2024-09-03
xfs: Remove duplicate xfs_trans_priv.h header
Jiapeng Chong
2024-09-03
xfs: remove unnecessary check
Dan Carpenter
2024-09-02
xfs: use kvmalloc for xattr buffers
Dave Chinner
2024-09-01
xfs: standardize the btree maxrecs function parameters
Darrick J. Wong
2024-09-01
xfs: replace shouty XFS_BM{BT,DR} macros
Darrick J. Wong
2024-09-01
xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
Darrick J. Wong
2024-09-01
xfs: fix C++ compilation errors in xfs_fs.h
Darrick J. Wong
2024-09-01
xfs: replace m_rsumsize with m_rsumblocks
Christoph Hellwig
2024-09-01
xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
Christoph Hellwig
2024-09-01
xfs: clean up the ISVALID macro in xfs_bmap_adjacent
Christoph Hellwig
2024-09-01
xfs: simplify xfs_rtalloc_query_range
Christoph Hellwig
2024-09-01
xfs: remove xfs_rtb_to_rtxrem
Christoph Hellwig
2024-09-01
xfs: ensure rtx mask/shift are correct after growfs
Christoph Hellwig
2024-09-01
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
Christoph Hellwig
2024-09-01
xfs: factor out rtbitmap/summary initialization helpers
Christoph Hellwig
2024-09-01
xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
Christoph Hellwig
2024-09-01
xfs: assert a valid limit in xfs_rtfind_forw
Christoph Hellwig
2024-09-01
xfs: remove the limit argument to xfs_rtfind_back
Christoph Hellwig
2024-09-01
xfs: factor out a xfs_validate_rt_geometry helper
Christoph Hellwig
2024-09-01
xfs: remove xfs_validate_rtextents
Christoph Hellwig
2024-09-01
xfs: pass the icreate args object to xfs_dialloc
Darrick J. Wong
2024-09-01
xfs: introduce new file range commit ioctls
Darrick J. Wong
2024-08-26
xfs: xfs_finobt_count_blocks() walks the wrong btree
Dave Chinner
2024-08-26
xfs: fix di_onlink checking for V1/V2 inodes
Darrick J. Wong
2024-07-29
xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
Julian Sun
2024-07-04
xfs: get rid of xfs_ag_resv_rmapbt_alloc
Long Li
2024-07-04
xfs: background AIL push should target physical space
Dave Chinner
2024-07-04
xfs: AIL doesn't need manual pushing
Dave Chinner
[prev]
[next]