index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2022-01-15
mm: introduce memalloc_retry_wait()
NeilBrown
1
-1
/
+1
2021-12-04
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
1
-1
/
+1
2021-12-04
xfs: move dax device handling into xfs_{alloc,free}_buftarg
Christoph Hellwig
1
-4
/
+4
2021-10-22
xfs: rename _zone variables to _cache
Darrick J. Wong
1
-7
/
+7
2021-10-22
xfs: remove kmem_zone typedef
Darrick J. Wong
1
-1
/
+1
2021-09-02
Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-19
/
+21
2021-08-19
xfs: rename buffer cache index variable b_bn
Dave Chinner
1
-8
/
+11
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-4
/
+4
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-3
/
+3
2021-08-09
xfs: remove kmem_alloc_io()
Dave Chinner
1
-2
/
+1
2021-08-09
block: remove the bd_bdi in struct block_device
Christoph Hellwig
1
-1
/
+1
2021-06-21
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
1
-1
/
+1
2021-06-18
xfs: remove redundant initialization of variable error
Shaokun Zhang
1
-1
/
+1
2021-06-08
Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...
Darrick J. Wong
1
-1
/
+1
2021-06-07
xfs: merge xfs_buf_allocate_memory
Dave Chinner
1
-31
/
+13
2021-06-07
xfs: cleanup error handling in xfs_buf_get_map
Christoph Hellwig
1
-8
/
+7
2021-06-07
xfs: get rid of xb_to_gfp()
Dave Chinner
1
-4
/
+6
2021-06-07
xfs: simplify the b_page_count calculation
Christoph Hellwig
1
-11
/
+3
2021-06-07
xfs: remove ->b_offset handling for page backed buffers
Christoph Hellwig
1
-5
/
+3
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-1
/
+1
2021-06-01
xfs: move page freeing into _xfs_buf_free_pages()
Dave Chinner
1
-38
/
+23
2021-06-01
xfs: merge _xfs_buf_get_pages()
Dave Chinner
1
-34
/
+14
2021-06-01
xfs: use alloc_pages_bulk_array() for buffers
Dave Chinner
1
-38
/
+24
2021-06-01
xfs: use xfs_buf_alloc_pages for uncached buffers
Dave Chinner
1
-21
/
+6
2021-06-01
xfs: split up xfs_buf_allocate_memory
Dave Chinner
1
-52
/
+74
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-3
/
+3
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
1
-2
/
+2
[next]