summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)Author
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-19xfs: convert remaining mount flags to state flagsDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-09xfs: remove kmem_alloc_io()Dave Chinner
2021-08-09block: remove the bd_bdi in struct block_deviceChristoph Hellwig
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner
2021-06-18xfs: remove redundant initialization of variable errorShaokun Zhang
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong
2021-06-07xfs: merge xfs_buf_allocate_memoryDave Chinner
2021-06-07xfs: cleanup error handling in xfs_buf_get_mapChristoph Hellwig
2021-06-07xfs: get rid of xb_to_gfp()Dave Chinner
2021-06-07xfs: simplify the b_page_count calculationChristoph Hellwig
2021-06-07xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-06-01xfs: move page freeing into _xfs_buf_free_pages()Dave Chinner
2021-06-01xfs: merge _xfs_buf_get_pages()Dave Chinner
2021-06-01xfs: use alloc_pages_bulk_array() for buffersDave Chinner
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner
2021-06-01xfs: split up xfs_buf_allocate_memoryDave Chinner
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-09-15xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig
2020-09-15xfs: remove xlog_recover_iodoneChristoph Hellwig
2020-09-15xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig
2020-09-15xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig
2020-09-15xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig
2020-09-15xfs: remove xfs_buf_ioerror_retryChristoph Hellwig
2020-09-15xfs: refactor xfs_buf_ioerror_fail_without_retryChristoph Hellwig
2020-09-15xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig
2020-09-15xfs: refactor xfs_buf_ioendChristoph Hellwig
2020-09-15xfs: mark xfs_buf_ioend staticChristoph Hellwig
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner
2020-07-06xfs: mark log recovery buffers for completionDave Chinner
2020-07-06xfs: mark dquot buffers in cacheDave Chinner
2020-07-06xfs: mark inode buffers in cacheDave Chinner
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-05-08xfs: fix unused variable warning in buffer completion on !DEBUGBrian Foster
2020-05-07xfs: random buffer write failure errortagBrian Foster
2020-05-07xfs: ratelimit unmount time per-buffer I/O error alertBrian Foster