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
/
xfs_super.c
Age
Commit message (
Expand
)
Author
2021-10-19
xfs: dynamically allocate cursors based on maxlevels
Darrick J. Wong
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-09-09
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-02
Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-08-26
dax: remove bdev_dax_supported
Christoph Hellwig
2021-08-26
xfs: factor out a xfs_buftarg_is_dax helper
Christoph Hellwig
2021-08-19
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
xfs: convert mount flags to features
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
xfs: rework attr2 feature and mount options
Dave Chinner
2021-08-16
xfs: move the CIL workqueue to the CIL
Dave Chinner
2021-08-16
xfs: CIL work is serialised, not pipelined
Dave Chinner
2021-08-16
xfs: convert log flags to an operational state field
Dave Chinner
2021-08-09
xfs: drop experimental warnings for bigtime and inobtcount
Darrick J. Wong
2021-08-09
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
2021-08-09
xfs: flush inode inactivation work when compiling usage statistics
Darrick J. Wong
2021-08-06
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
Darrick J. Wong
2021-08-06
xfs: introduce all-mounts list for cpu hotplug notifications
Dave Chinner
2021-08-06
xfs: introduce CPU hotplug infrastructure
Dave Chinner
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-07-13
xfs: Convert to use invalidate_lock
Jan Kara
2021-06-21
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
2021-06-08
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
2021-06-03
xfs: refactor per-AG inode tagging functions
Darrick J. Wong
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
2021-03-25
xfs: fix xfs_trans slab cache name
Anthony Iliopoulos
2021-03-25
xfs: Skip repetitive warnings about mount options
Pavel Reichl
2021-03-25
xfs: rename variable mp to parsing_mp
Pavel Reichl
2021-03-25
xfs: rename the blockgc workqueue
Darrick J. Wong
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-03
xfs: expose the blockgc workqueue knobs publicly
Darrick J. Wong
2021-02-03
xfs: parallelize block preallocation garbage collection
Darrick J. Wong
2021-02-03
xfs: rename block gc start and stop functions
Darrick J. Wong
2021-02-03
xfs: consolidate the eofblocks and cowblocks workers
Darrick J. Wong
2021-02-03
xfs: hide xfs_icache_free_cowblocks
Darrick J. Wong
2021-02-03
xfs: set WQ_SYSFS on all workqueues in debug mode
Darrick J. Wong
2021-01-27
block: use an on-stack bio in blkdev_issue_flush
Christoph Hellwig
2021-01-24
xfs: support idmapped mounts
Christoph Hellwig
2021-01-22
xfs: cover the log on freeze instead of cleaning it
Brian Foster
2021-01-22
xfs: remove xfs_quiesce_attr()
Brian Foster
2021-01-22
xfs: remove duplicate wq cancel and log force from attr quiesce
Brian Foster
2021-01-22
xfs: fold sbcount quiesce logging into log covering
Brian Foster
2021-01-22
xfs: separate log cleaning from log quiesce
Brian Foster
2020-12-09
xfs: show the proper user quota options
Kaixu Xia
[next]