index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.c
Age
Commit message (
Expand
)
Author
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-04
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-07-20
xfs: xfs_buf cache destroy isn't RCU safe
Dave Chinner
2022-07-17
xfs: implement ->notify_failure() for XFS
Shiyang Ruan
2022-07-17
dax: introduce holder for dax_device
Shiyang Ruan
2022-07-14
fs/xfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-14
xfs: lockless buffer lookup
Dave Chinner
2022-07-14
xfs: remove a superflous hash lookup when inserting new buffers
Dave Chinner
2022-07-14
xfs: reduce the number of atomic when locking a buffer after lookup
Dave Chinner
2022-07-14
xfs: merge xfs_buf_find() and xfs_buf_get_map()
Dave Chinner
2022-07-14
xfs: break up xfs_buf_find() into individual pieces
Dave Chinner
2022-07-07
xfs: rework xfs_buf_incore() API
Dave Chinner
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-04-21
xfs: convert buffer flags to unsigned.
Dave Chinner
2022-03-24
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-03-22
remove bdi_congested() and wb_congested() and related functions
NeilBrown
2022-03-20
xfs: xfs_is_shutdown vs xlog_is_shutdown cage fight
Dave Chinner
2022-03-20
xfs: check buffer pin state after locking in delwri_submit
Dave Chinner
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
mm: introduce memalloc_retry_wait()
NeilBrown
2021-12-04
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
xfs: move dax device handling into xfs_{alloc,free}_buftarg
Christoph Hellwig
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
2021-09-02
Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-08-19
xfs: rename buffer cache index variable b_bn
Dave Chinner
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-09
xfs: remove kmem_alloc_io()
Dave Chinner
2021-08-09
block: remove the bd_bdi in struct block_device
Christoph Hellwig
2021-06-21
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
2021-06-18
xfs: remove redundant initialization of variable error
Shaokun Zhang
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
2021-06-07
xfs: merge xfs_buf_allocate_memory
Dave Chinner
2021-06-07
xfs: cleanup error handling in xfs_buf_get_map
Christoph Hellwig
2021-06-07
xfs: get rid of xb_to_gfp()
Dave Chinner
2021-06-07
xfs: simplify the b_page_count calculation
Christoph Hellwig
2021-06-07
xfs: remove ->b_offset handling for page backed buffers
Christoph Hellwig
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-01
xfs: move page freeing into _xfs_buf_free_pages()
Dave Chinner
2021-06-01
xfs: merge _xfs_buf_get_pages()
Dave Chinner
2021-06-01
xfs: use alloc_pages_bulk_array() for buffers
Dave Chinner
2021-06-01
xfs: use xfs_buf_alloc_pages for uncached buffers
Dave Chinner
2021-06-01
xfs: split up xfs_buf_allocate_memory
Dave Chinner
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
[next]