index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_mru_cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
xfs: use LIST_HEAD() to simplify code
Hongbo Li
1
-2
/
+1
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-4
/
+4
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-3
/
+4
2021-10-23
xfs: rename _zone variables to _cache
Darrick J. Wong
1
-1
/
+1
2021-02-03
xfs: set WQ_SYSFS on all workqueues in debug mode
Darrick J. Wong
1
-1
/
+1
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-2
/
+2
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-04-09
xfs: remove filestream item xfs_inode reference
Christoph Hellwig
1
-3
/
+5
2015-03-25
xfs: xfs_mru_cache_insert() should use GFP_NOFS
Byoungyoung Lee
1
-1
/
+1
2014-09-09
xfs: mark all internal workqueues as freezable
Brian Foster
1
-1
/
+2
2014-06-25
xfs: global error sign conversion
Dave Chinner
1
-7
/
+7
2014-04-23
xfs: embedd mru_elem into parent structure
Christoph Hellwig
1
-94
/
+61
2014-04-23
xfs: handle duplicate entries in xfs_mru_cache_insert
Christoph Hellwig
1
-3
/
+11
2011-02-01
xfs: convert to alloc_workqueue()
Tejun Heo
1
-1
/
+1
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
1
-1
/
+1
2010-01-16
xfs: Kill filestreams cache flush
Dave Chinner
1
-1
/
+1
2009-08-31
xfs: add more statics & drop some unused functions
Eric Sandeen
1
-29
/
+0
2008-07-28
[XFS] streamline init/exit path
Christoph Hellwig
1
-5
/
+8
2008-07-28
[XFS] Remove unused arg from kmem_free()
Denys Vlasenko
1
-4
/
+4
2008-02-07
[XFS] Fix up sparse warnings.
David Chinner
1
-4
/
+14
2008-02-07
[XFS] Remove spin.h
Eric Sandeen
1
-1
/
+1
2008-02-07
[XFS] Unwrap mru_lock.
Eric Sandeen
1
-17
/
+17
2007-09-17
[XFS] On-demand reaping of the MRU cache
David Chinner
1
-44
/
+28
2007-07-14
[XFS] Concurrent Multi-File Data Streams
David Chinner
1
-0
/
+608