index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
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
-2
/
+19
2024-02-25
xfs: port block device access to files
Christian Brauner
1
-2
/
+2
2024-02-22
xfs: support in-memory buffer cache targets
Darrick J. Wong
1
-0
/
+9
2024-02-22
xfs: teach buftargs to maintain their own buffer hashtable
Darrick J. Wong
1
-0
/
+8
2024-02-22
xfs: remove the xfs_buftarg_t typedef
Christoph Hellwig
1
-2
/
+2
2023-12-15
xfs: force all buffers to be written during btree bulk load
Darrick J. Wong
1
-0
/
+1
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-10-28
xfs: Convert to bdev_open_by_path()
Jan Kara
1
-1
/
+2
2023-10-04
xfs: dynamically allocate the xfs-buf shrinker
Qi Zheng
1
-1
/
+1
2023-08-10
xfs: allow scanning ranges of the buffer cache for live buffers
Darrick J. Wong
1
-0
/
+13
2022-07-20
xfs: xfs_buf cache destroy isn't RCU safe
Dave Chinner
1
-4
/
+2
2022-07-14
xfs: lockless buffer lookup
Dave Chinner
1
-0
/
+1
2022-07-07
xfs: rework xfs_buf_incore() API
Dave Chinner
1
-4
/
+16
2022-04-21
xfs: convert buffer flags to unsigned.
Dave Chinner
1
-21
/
+21
2021-12-04
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
1
-0
/
+1
2021-12-04
xfs: move dax device handling into xfs_{alloc,free}_buftarg
Christoph Hellwig
1
-2
/
+2
2021-08-19
xfs: rename buffer cache index variable b_bn
Dave Chinner
1
-17
/
+1
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
1
-1
/
+5
2021-08-19
xfs: sb verifier doesn't handle uncached sb buffer
Dave Chinner
1
-1
/
+6
2021-08-09
xfs: remove kmem_alloc_io()
Dave Chinner
1
-6
/
+0
2021-06-07
xfs: remove ->b_offset handling for page backed buffers
Christoph Hellwig
1
-1
/
+2
2021-01-22
xfs: don't drain buffer lru on freeze and read-only remount
Brian Foster
1
-0
/
+1
2021-01-22
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
Brian Foster
1
-5
/
+5
2020-12-16
xfs: remove xfs_buf_t typedef
Dave Chinner
1
-7
/
+7
2020-09-15
xfs: reuse _xfs_buf_read for re-reading the superblock
Christoph Hellwig
1
-8
/
+1
2020-09-15
xfs: fold xfs_buf_ioend_finish into xfs_ioend
Christoph Hellwig
1
-7
/
+0
2020-09-15
xfs: mark xfs_buf_ioend static
Christoph Hellwig
1
-1
/
+0
2020-07-06
xfs: call xfs_buf_iodone directly
Dave Chinner
1
-5
/
+1
2020-07-06
xfs: mark log recovery buffers for completion
Dave Chinner
1
-0
/
+2
2020-07-06
xfs: mark dquot buffers in cache
Dave Chinner
1
-0
/
+2
2020-07-06
xfs: mark inode buffers in cache
Dave Chinner
1
-13
/
+25
2020-05-07
xfs: refactor ratelimited buffer error messages into helper
Brian Foster
1
-0
/
+1
2020-05-07
xfs: factor out buffer I/O failure code
Brian Foster
1
-0
/
+1
2020-03-12
xfs: add a function to deal with corrupt buffers post-verifiers
Darrick J. Wong
1
-0
/
+2
2020-01-26
xfs: fix xfs_buf_ioerror_alert location reporting
Darrick J. Wong
1
-3
/
+4
2020-01-26
xfs: make xfs_buf_read return an error code
Darrick J. Wong
1
-7
/
+3
2020-01-26
xfs: make xfs_buf_get_uncached return an error code
Darrick J. Wong
1
-2
/
+2
2020-01-26
xfs: make xfs_buf_get return an error code
Darrick J. Wong
1
-8
/
+4
2020-01-26
xfs: make xfs_buf_read_map return an error code
Darrick J. Wong
1
-5
/
+10
2020-01-26
xfs: make xfs_buf_get_map return an error code
Darrick J. Wong
1
-4
/
+9
2019-10-28
xfs: mark xfs_buf_free static
Christoph Hellwig
1
-1
/
+0
2019-08-26
xfs: get allocation alignment from the buftarg
Dave Chinner
1
-0
/
+6
2019-06-28
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
1
-0
/
+1
2019-06-28
xfs: remove the b_io_length field in struct xfs_buf
Christoph Hellwig
1
-1
/
+0
2019-06-28
xfs: properly type the b_log_item field in struct xfs_buf
Christoph Hellwig
1
-1
/
+1
2019-06-28
xfs: remove unused buffer cache APIs
Christoph Hellwig
1
-27
/
+0
2019-06-28
xfs: renumber XBF_WRITE_FAIL
Christoph Hellwig
1
-1
/
+1
2019-06-28
xfs: remove the never used _XBF_COMPOUND flag
Christoph Hellwig
1
-3
/
+1
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
1
-3
/
+2
[next]