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
starfive-6.6.48-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_buf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
1
-1
/
+1
2020-05-08
xfs: fix unused variable warning in buffer completion on !DEBUG
Brian Foster
1
-2
/
+1
2020-05-07
xfs: random buffer write failure errortag
Brian Foster
1
-0
/
+6
2020-05-07
xfs: ratelimit unmount time per-buffer I/O error alert
Brian Foster
1
-4
/
+17
2020-05-07
xfs: refactor ratelimited buffer error messages into helper
Brian Foster
1
-4
/
+11
2020-05-07
xfs: reset buffer write failure state on successful completion
Brian Foster
1
-3
/
+5
2020-05-07
xfs: factor out buffer I/O failure code
Brian Foster
1
-4
/
+17
2020-03-27
xfs: Improve metadata buffer reclaim accountability
Dave Chinner
1
-3
/
+8
2020-03-12
xfs: xfs_buf_corruption_error should take __this_address
Darrick J. Wong
1
-1
/
+1
2020-03-12
xfs: add a function to deal with corrupt buffers post-verifiers
Darrick J. Wong
1
-0
/
+22
2020-03-03
xfs: ratelimit xfs_buf_ioerror_alert messages
Christoph Hellwig
1
-1
/
+1
2020-03-03
xfs: improve error message when we can't allocate memory for xfs_buf
Darrick J. Wong
1
-2
/
+3
2020-01-27
xfs: fix xfs_buf_ioerror_alert location reporting
Darrick J. Wong
1
-5
/
+7
2020-01-27
xfs: make xfs_buf_get_uncached return an error code
Darrick J. Wong
1
-9
/
+16
2020-01-27
xfs: make xfs_buf_read_map return an error code
Darrick J. Wong
1
-16
/
+47
2020-01-27
xfs: make xfs_buf_get_map return an error code
Darrick J. Wong
1
-28
/
+16
2020-01-27
xfs: make xfs_buf_alloc return an error code
Darrick J. Wong
1
-9
/
+12
2019-11-18
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
1
-3
/
+3
2019-11-18
xfs: Remove kmem_zone_destroy() wrapper
Carlos Maiolino
1
-1
/
+1
2019-11-18
xfs: Remove slab init wrappers
Carlos Maiolino
1
-2
/
+3
2019-11-10
xfs: Correct comment tyops -> typos
Joe Perches
1
-1
/
+1
2019-10-29
xfs: simplify setting bio flags
Christoph Hellwig
1
-9
/
+6
2019-10-28
xfs: mark xfs_buf_free static
Christoph Hellwig
1
-1
/
+1
2019-10-07
xfs: assure zeroed memory buffers for certain kmem allocations
Bill O'Donnell
1
-1
/
+11
2019-09-26
xfs: remove unlikely() from WARN_ON() condition
Denis Efremov
1
-2
/
+2
2019-08-27
xfs: add kmem_alloc_io()
Dave Chinner
1
-2
/
+3
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-1
/
+1
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-16
/
+0
2019-06-29
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-17
/
+15
2019-06-29
xfs: remove the b_io_length field in struct xfs_buf
Christoph Hellwig
1
-3
/
+2
2019-06-29
xfs: remove unused buffer cache APIs
Christoph Hellwig
1
-81
/
+2
2019-06-29
xfs: make mem_to_page available outside of xfs_buf.c
Christoph Hellwig
1
-12
/
+1
2019-06-29
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2019-06-12
xfs: merge xfs_buf_zero and xfs_buf_iomove
Christoph Hellwig
1
-20
/
+5
2019-02-18
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
1
-1
/
+19
2019-02-12
xfs: distinguish between inobt and finobt magic values
Brian Foster
1
-0
/
+19
2019-02-12
xfs: clarify documentation for the function to reverify buffers
Brian Foster
1
-20
/
+15
2019-02-04
xfs: set buffer ops when repair probes for btree type
Darrick J. Wong
1
-0
/
+16
2019-02-04
xfs: end sync buffer I/O properly on shutdown error
Brian Foster
1
-2
/
+1
2018-12-29
xfs: xfs_buf: drop useless LIST_HEAD
Julia Lawall
1
-1
/
+0
2018-10-18
xfs: clear ail delwri queued bufs on unmount of shutdown fs
Brian Foster
1
-0
/
+7
2018-10-18
xfs: fix use-after-free race in xfs_buf_rele
Dave Chinner
1
-1
/
+37
2018-10-18
xfs: always assign buffer verifiers when one is provided
Darrick J. Wong
1
-17
/
+47
2018-08-12
xfs: remove b_last_holder & associated macros
Eric Sandeen
1
-18
/
+2
2018-07-12
xfs: kill __xfs_buf_submit_common()
Brian Foster
1
-49
/
+34
2018-07-12
xfs: combine [a]sync buffer submission apis
Brian Foster
1
-49
/
+23
2018-07-12
xfs: use sync buffer I/O for sync delwri queue submission
Brian Foster
1
-39
/
+41
2018-07-12
xfs: refactor buffer submission into a common helper
Brian Foster
1
-48
/
+37
2018-06-08
xfs: xfs_reflink_convert_cow() memory allocation deadlock
Dave Chinner
1
-1
/
+0
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
[prev]
[next]