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_icache.c
Age
Commit message (
Expand
)
Author
2024-05-02
xfs: widen flags argument to the xfs_iflags_* helpers
Darrick J. Wong
2024-03-25
xfs: don't use current->journal_info
Dave Chinner
2024-02-22
xfs: report inode corruption errors to the health system
Darrick J. Wong
2024-02-13
xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
Dave Chinner
2023-10-04
xfs: dynamically allocate the xfs-inodegc shrinker
Qi Zheng
2023-09-12
xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked list
Darrick J. Wong
2023-09-11
xfs: use per-mount cpumask to track nonempty percpu inodegc lists
Darrick J. Wong
2023-08-10
xfs: hide xfs_inode_is_allocated in scrub common code
Darrick J. Wong
2023-06-05
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
2023-05-02
xfs: fix xfs_inodegc_stop racing with mod_delayed_work
Darrick J. Wong
2023-05-02
xfs: check that per-cpu inodegc workers actually run on that cpu
Darrick J. Wong
2023-05-02
xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
Darrick J. Wong
2023-04-11
xfs: fix an inode lookup race in xchk_get_inode
Darrick J. Wong
2023-02-13
xfs: convert xfs_imap() to take a perag
Dave Chinner
2023-02-13
xfs: rework the perag trace points to be perag centric
Dave Chinner
2023-02-13
xfs: active perag reference counting
Dave Chinner
2023-01-03
xfs: Fix deadlock on xfs_inodegc_worker
Wu Guanghao
2022-11-21
xfs: fix incorrect i_nlink caused by inode racing
Long Li
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-20
xfs: don't leak memory when attr fork loading fails
Darrick J. Wong
2022-07-14
Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...
Darrick J. Wong
2022-07-14
xfs: add log item precommit operation
Dave Chinner
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
2022-07-09
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
2022-07-09
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-06-23
xfs: introduce xfs_inodegc_push()
Dave Chinner
2022-06-23
xfs: bound maximum wait time for inodegc work
Dave Chinner
2022-04-12
xfs: use a separate frextents counter for rt extent reservations
Darrick J. Wong
2022-04-01
Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-29
xfs: aborting inodes on shutdown may need buffer lock
Dave Chinner
2022-03-24
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-20
xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight
Dave Chinner
2022-01-22
Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-01-19
xfs: flush inodegc workqueue tasks before cancel
Brian Foster
2022-01-12
Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux
Linus Torvalds
2021-12-21
xfs: Fix comments mentioning xfs_ialloc
Yang Xu
2021-12-18
xfs: Support large folios
Matthew Wilcox (Oracle)
2021-11-24
xfs: remove xfs_inew_wait
Christoph Hellwig
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-08-24
xfs: fix I_DONTCACHE
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-18
xfs: remove support for untagged lookups in xfs_icwalk*
Christoph Hellwig
2021-08-09
xfs: throttle inode inactivation queuing on memory reclaim
Darrick J. Wong
[next]