index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
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
|
/
*
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-08
1
-3
/
+3
*
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
1
-2
/
+2
*
xfs: don't drain buffer lru on freeze and read-only remount
Brian Foster
2021-01-22
1
-5
/
+15
*
xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()
Brian Foster
2021-01-22
1
-6
/
+6
*
xfs: remove xfs_buf_t typedef
Dave Chinner
2020-12-16
1
-12
/
+12
*
xfs: reuse _xfs_buf_read for re-reading the superblock
Christoph Hellwig
2020-09-15
1
-3
/
+12
*
xfs: remove xlog_recover_iodone
Christoph Hellwig
2020-09-15
1
-8
/
+12
*
xfs: clear the read/write flags later in xfs_buf_ioend
Christoph Hellwig
2020-09-15
1
-6
/
+5
*
xfs: simplify the xfs_buf_ioend_disposition calling convention
Christoph Hellwig
2020-09-15
1
-27
/
+9
*
xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition
Christoph Hellwig
2020-09-15
1
-8
/
+8
*
xfs: remove xfs_buf_ioerror_retry
Christoph Hellwig
2020-09-15
1
-21
/
+12
*
xfs: refactor xfs_buf_ioerror_fail_without_retry
Christoph Hellwig
2020-09-15
1
-20
/
+15
*
xfs: fold xfs_buf_ioend_finish into xfs_ioend
Christoph Hellwig
2020-09-15
1
-3
/
+5
*
xfs: move the buffer retry logic to xfs_buf.c
Christoph Hellwig
2020-09-15
1
-3
/
+170
*
xfs: refactor xfs_buf_ioend
Christoph Hellwig
2020-09-15
1
-24
/
+17
[next]