index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: vmscan: refactor updating current->reclaim_state
Yosry Ahmed
2023-04-18
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-05
1
-3
/
+10
|
\
|
*
xfs: implement ->notify_failure() for XFS
Shiyang Ruan
2022-07-17
1
-3
/
+8
|
*
dax: introduce holder for dax_device
Shiyang Ruan
2022-07-17
1
-2
/
+3
|
*
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-07-03
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-04
1
-139
/
+149
|
\
\
|
*
|
xfs: xfs_buf cache destroy isn't RCU safe
Dave Chinner
2022-07-20
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-24
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-22
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
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-1
/
+1
|
\
|
*
mm: introduce memalloc_retry_wait()
NeilBrown
2022-01-15
1
-1
/
+1
*
|
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
1
-1
/
+1
*
|
xfs: move dax device handling into xfs_{alloc,free}_buftarg
Christoph Hellwig
2021-12-04
1
-4
/
+4
|
/
*
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-10-22
1
-7
/
+7
*
xfs: remove kmem_zone typedef
Darrick J. Wong
2021-10-22
1
-1
/
+1
*
Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-09-02
1
-19
/
+21
|
\
|
*
xfs: rename buffer cache index variable b_bn
Dave Chinner
2021-08-19
1
-8
/
+11
|
*
xfs: introduce xfs_buf_daddr()
Dave Chinner
2021-08-19
1
-1
/
+1
|
*
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
1
-4
/
+4
|
*
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
1
-1
/
+1
|
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-3
/
+3
|
*
xfs: remove kmem_alloc_io()
Dave Chinner
2021-08-09
1
-2
/
+1
*
|
block: remove the bd_bdi in struct block_device
Christoph Hellwig
2021-08-09
1
-1
/
+1
|
/
*
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
2021-06-21
1
-1
/
+1
*
xfs: remove redundant initialization of variable error
Shaokun Zhang
2021-06-18
1
-1
/
+1
*
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
2021-06-08
1
-1
/
+1
|
\
|
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
1
-1
/
+1
*
|
xfs: merge xfs_buf_allocate_memory
Dave Chinner
2021-06-07
1
-31
/
+13
*
|
xfs: cleanup error handling in xfs_buf_get_map
Christoph Hellwig
2021-06-07
1
-8
/
+7
*
|
xfs: get rid of xb_to_gfp()
Dave Chinner
2021-06-07
1
-4
/
+6
*
|
xfs: simplify the b_page_count calculation
Christoph Hellwig
2021-06-07
1
-11
/
+3
*
|
xfs: remove ->b_offset handling for page backed buffers
Christoph Hellwig
2021-06-07
1
-5
/
+3
*
|
xfs: move page freeing into _xfs_buf_free_pages()
Dave Chinner
2021-06-01
1
-38
/
+23
*
|
xfs: merge _xfs_buf_get_pages()
Dave Chinner
2021-06-01
1
-34
/
+14
*
|
xfs: use alloc_pages_bulk_array() for buffers
Dave Chinner
2021-06-01
1
-38
/
+24
*
|
xfs: use xfs_buf_alloc_pages for uncached buffers
Dave Chinner
2021-06-01
1
-21
/
+6
*
|
xfs: split up xfs_buf_allocate_memory
Dave Chinner
2021-06-01
1
-52
/
+74
|
/
[next]