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