index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2025-04-14
xfs: mark xfs_buf_free as might_sleep()
Christoph Hellwig
1
-0
/
+1
2025-03-18
xfs: remove the flags argument to xfs_buf_get_uncached
Christoph Hellwig
1
-3
/
+2
2025-03-18
xfs: remove the flags argument to xfs_buf_read_uncached
Christoph Hellwig
1
-2
/
+1
2025-03-18
xfs: remove xfs_buf_free_maps
Christoph Hellwig
1
-11
/
+2
2025-03-18
xfs: remove xfs_buf_get_maps
Christoph Hellwig
1
-27
/
+6
2025-03-18
xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_alloc
Christoph Hellwig
1
-90
/
+75
2025-03-10
xfs: trace what memory backs a buffer
Christoph Hellwig
1
-0
/
+4
2025-03-10
xfs: cleanup mapping tmpfs folios into the buffer cache
Christoph Hellwig
1
-4
/
+2
2025-03-10
xfs: use vmalloc instead of vm_map_area for buffer backing memory
Christoph Hellwig
1
-160
/
+52
2025-03-10
xfs: kill XBF_UNMAPPED
Christoph Hellwig
1
-54
/
+4
2025-03-10
xfs: convert buffer cache to use high order folios
Christoph Hellwig
1
-6
/
+50
2025-03-10
xfs: remove the kmalloc to page allocator fallback
Christoph Hellwig
1
-24
/
+24
2025-03-10
xfs: refactor backing memory allocations for buffers
Christoph Hellwig
1
-19
/
+36
2025-03-10
xfs: remove xfs_buf_is_vmapped
Christoph Hellwig
1
-17
/
+3
2025-03-10
xfs: remove xfs_buf.b_offset
Christoph Hellwig
1
-2
/
+1
2025-03-10
xfs: add a fast path to xfs_buf_zero when b_addr is set
Christoph Hellwig
1
-2
/
+7
2025-02-25
xfs: remove the XBF_STALE check from xfs_buf_rele_cached
Christoph Hellwig
1
-7
/
+1
2025-02-25
xfs: remove most in-flight buffer accounting
Christoph Hellwig
1
-75
/
+15
2025-02-25
xfs: decouple buffer readahead from the normal buffer read path
Christoph Hellwig
1
-21
/
+20
2025-02-25
xfs: reduce context switches for synchronous buffered I/O
Christoph Hellwig
1
-16
/
+27
2025-02-03
Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-19
/
+17
2025-01-28
xfs: remove xfs_buf_cache.bc_lock
Christoph Hellwig
1
-14
/
+17
2025-01-27
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-01-26
mm: alloc_pages_bulk: rename API
Luiz Capitulino
1
-2
/
+2
2025-01-24
xfs: remove an out of data comment in _xfs_buf_alloc
Christoph Hellwig
1
-5
/
+0
2025-01-16
xfs: fix buffer lookup vs release race
Christoph Hellwig
1
-45
/
+48
2025-01-16
xfs: check for dead buffers in xfs_buf_find_insert
Christoph Hellwig
1
-2
/
+1
2025-01-14
xfs: add a b_iodone callback to struct xfs_buf
Christoph Hellwig
1
-5
/
+2
2025-01-14
xfs: move b_li_list based retry handling to common code
Christoph Hellwig
1
-6
/
+6
2025-01-14
xfs: always complete the buffer inline in xfs_buf_submit
Christoph Hellwig
1
-10
/
+6
2025-01-14
xfs: remove the extra buffer reference in xfs_buf_submit
Christoph Hellwig
1
-15
/
+1
2025-01-14
xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend
Christoph Hellwig
1
-3
/
+3
2025-01-14
xfs: simplify buffer I/O submission
Christoph Hellwig
1
-144
/
+60
2025-01-14
xfs: move in-memory buftarg handling out of _xfs_buf_ioapply
Christoph Hellwig
1
-11
/
+9
2025-01-14
xfs: move write verification out of _xfs_buf_ioapply
Christoph Hellwig
1
-30
/
+37
2025-01-14
xfs: remove xfs_buf_delwri_submit_buffers
Christoph Hellwig
1
-66
/
+55
2025-01-14
xfs: simplify xfs_buf_delwri_pushbuf
Christoph Hellwig
1
-25
/
+8
2025-01-14
xfs: move xfs_buf_iowait out of (__)xfs_buf_submit
Christoph Hellwig
1
-26
/
+16
2025-01-14
xfs: remove the incorrect comment above xfs_buf_free_maps
Christoph Hellwig
1
-3
/
+0
2025-01-14
xfs: fix a double completion for buffers on in-memory targets
Christoph Hellwig
1
-3
/
+1
2024-12-24
xfs: react to fsdax failure notifications on the rt device
Darrick J. Wong
1
-0
/
+1
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+0
2024-11-12
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
1
-2
/
+0
2024-11-05
xfs: Support atomic write for statx
John Garry
1
-0
/
+7
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2024-05-03
set_blocksize(): switch to passing struct file *
Al Viro
1
-1
/
+1
2024-04-16
xfs: repair extended attributes
Darrick J. Wong
1
-0
/
+3
2024-03-27
fs,block: yield devices early
Christian Brauner
1
-1
/
+1
2024-03-13
Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-120
/
+200
2024-02-25
xfs: port block device access to files
Christian Brauner
1
-5
/
+5
[next]