index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
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-02
set_blocksize(): switch to passing struct file *
Al Viro
1
-1
/
+1
2024-04-15
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
2024-02-22
xfs: support in-memory buffer cache targets
Darrick J. Wong
1
-46
/
+86
2024-02-22
xfs: teach buftargs to maintain their own buffer hashtable
Darrick J. Wong
1
-29
/
+55
2024-02-22
xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftarg
Christoph Hellwig
1
-4
/
+4
2024-02-22
xfs: remove xfs_setsize_buftarg_early
Christoph Hellwig
1
-15
/
+7
2024-02-22
xfs: remove the xfs_buftarg_t typedef
Christoph Hellwig
1
-3
/
+3
2024-02-22
xfs: split xfs_buf_rele for cached vs uncached buffers
Christoph Hellwig
1
-15
/
+31
2024-02-13
xfs: clean up remaining GFP_NOFS users
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
1
-11
/
+17
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-6
/
+6
2024-02-13
xfs: convert kmem_alloc() to kmalloc()
Dave Chinner
1
-3
/
+3
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-3
/
+3
2024-01-10
Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+40
2023-12-15
xfs: force all buffers to be written during btree bulk load
Darrick J. Wong
1
-4
/
+40
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
1
-3
/
+3
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-11
/
+13
2023-10-28
xfs: Convert to bdev_open_by_path()
Jan Kara
1
-12
/
+10
2023-10-04
xfs: dynamically allocate the xfs-buf shrinker
Qi Zheng
1
-11
/
+13
2023-08-30
Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+8
2023-08-11
fs: use the super_block as holder when mounting file systems
Christoph Hellwig
1
-1
/
+1
2023-08-10
xfs: allow scanning ranges of the buffer cache for live buffers
Darrick J. Wong
1
-1
/
+8
2023-08-10
xfs: close the external block devices in xfs_mount_free
Christoph Hellwig
1
-2
/
+0
2023-08-10
xfs: close the RT and log block devices in xfs_free_buftarg
Christoph Hellwig
1
-0
/
+5
2023-04-18
mm: vmscan: refactor updating current->reclaim_state
Yosry Ahmed
1
-2
/
+1
2022-11-30
xfs: invalidate block device page cache during unmount
Darrick J. Wong
1
-0
/
+1
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+10
2022-08-04
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-139
/
+149
2022-07-20
xfs: xfs_buf cache destroy isn't RCU safe
Dave Chinner
1
-24
/
+1
2022-07-17
xfs: implement ->notify_failure() for XFS
Shiyang Ruan
1
-3
/
+8
2022-07-17
dax: introduce holder for dax_device
Shiyang Ruan
1
-2
/
+3
2022-07-14
fs/xfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-2
/
+2
2022-07-14
xfs: lockless buffer lookup
Dave Chinner
1
-7
/
+15
2022-07-14
xfs: remove a superflous hash lookup when inserting new buffers
Dave Chinner
1
-4
/
+9
2022-07-14
xfs: reduce the number of atomic when locking a buffer after lookup
Dave Chinner
1
-2
/
+3
2022-07-14
xfs: merge xfs_buf_find() and xfs_buf_get_map()
Dave Chinner
1
-109
/
+93
2022-07-14
xfs: break up xfs_buf_find() into individual pieces
Dave Chinner
1
-54
/
+104
2022-07-07
xfs: rework xfs_buf_incore() API
Dave Chinner
1
-17
/
+2
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+2
2022-04-21
xfs: convert buffer flags to unsigned.
Dave Chinner
1
-3
/
+3
2022-03-24
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-10
/
+35
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+0
2022-03-22
remove bdi_congested() and wb_congested() and related functions
NeilBrown
1
-3
/
+0
2022-03-20
xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight
Dave Chinner
1
-8
/
+32
2022-03-20
xfs: check buffer pin state after locking in delwri_submit
Dave Chinner
1
-2
/
+3
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+1
[next]