| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | xfs: don't set bt_nr_sectors to a negative number | Darrick J. Wong | 1 | -1/+1 |
| 2025-09-22 | xfs: track the number of blocks in each buftarg | Christoph Hellwig | 1 | -19/+23 |
| 2025-09-18 | xfs: remove the expr argument to XFS_TEST_ERROR | Christoph Hellwig | 1 | -2/+2 |
| 2025-07-08 | xfs: remove the bt_bdev_file buftarg field | Christoph Hellwig | 1 | -2/+2 |
| 2025-07-08 | xfs: rename the bt_bdev_* buftarg fields | Christoph Hellwig | 1 | -2/+2 |
| 2025-07-08 | xfs: remove the call to sync_blockdev in xfs_configure_buftarg | Christoph Hellwig | 1 | -6/+1 |
| 2025-06-27 | xfs: avoid dquot buffer pin deadlock | Dave Chinner | 1 | -38/+0 |
| 2025-05-26 | Merge tag 'xfs-merge-6.16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -16/+63 |
| 2025-05-14 | Merge branch 'atomic_writes-6.16' into xfs-6.16-merge | Carlos Maiolino | 1 | -12/+52 |
| 2025-05-14 | xfs: stop using set_blocksize | Darrick J. Wong | 1 | -4/+11 |
| 2025-05-07 | xfs: ignore HW which cannot atomic write a single block | Darrick J. Wong | 1 | -0/+12 |
| 2025-05-07 | xfs: separate out setting buftarg atomic writes limits | Darrick J. Wong | 1 | -8/+24 |
| 2025-05-07 | xfs: only call xfs_setsize_buftarg once per buffer target | Darrick J. Wong | 1 | -10/+18 |
| 2025-05-07 | xfs: simplify xfs_buf_submit_bio | Christoph Hellwig | 1 | -35/+8 |
| 2025-04-28 | xfs: stop using set_blocksize | Darrick J. Wong | 1 | -4/+11 |
| 2025-04-14 | xfs: mark xfs_buf_free as might_sleep() | Christoph Hellwig | 1 | -0/+1 |
| 2025-03-18 | xfs: remove the flags argument to xfs_buf_get_uncached | Christoph Hellwig | 1 | -3/+2 |
| 2025-03-18 | xfs: remove the flags argument to xfs_buf_read_uncached | Christoph Hellwig | 1 | -2/+1 |
| 2025-03-18 | xfs: remove xfs_buf_free_maps | Christoph Hellwig | 1 | -11/+2 |
| 2025-03-18 | xfs: remove xfs_buf_get_maps | Christoph Hellwig | 1 | -27/+6 |
| 2025-03-18 | xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_alloc | Christoph Hellwig | 1 | -90/+75 |
| 2025-03-10 | xfs: trace what memory backs a buffer | Christoph Hellwig | 1 | -0/+4 |
| 2025-03-10 | xfs: cleanup mapping tmpfs folios into the buffer cache | Christoph Hellwig | 1 | -4/+2 |
| 2025-03-10 | xfs: use vmalloc instead of vm_map_area for buffer backing memory | Christoph Hellwig | 1 | -160/+52 |
| 2025-03-10 | xfs: kill XBF_UNMAPPED | Christoph Hellwig | 1 | -54/+4 |
| 2025-03-10 | xfs: convert buffer cache to use high order folios | Christoph Hellwig | 1 | -6/+50 |
| 2025-03-10 | xfs: remove the kmalloc to page allocator fallback | Christoph Hellwig | 1 | -24/+24 |
| 2025-03-10 | xfs: refactor backing memory allocations for buffers | Christoph Hellwig | 1 | -19/+36 |
| 2025-03-10 | xfs: remove xfs_buf_is_vmapped | Christoph Hellwig | 1 | -17/+3 |
| 2025-03-10 | xfs: remove xfs_buf.b_offset | Christoph Hellwig | 1 | -2/+1 |
| 2025-03-10 | xfs: add a fast path to xfs_buf_zero when b_addr is set | Christoph Hellwig | 1 | -2/+7 |
| 2025-02-25 | xfs: remove the XBF_STALE check from xfs_buf_rele_cached | Christoph Hellwig | 1 | -7/+1 |
| 2025-02-25 | xfs: remove most in-flight buffer accounting | Christoph Hellwig | 1 | -75/+15 |
| 2025-02-25 | xfs: decouple buffer readahead from the normal buffer read path | Christoph Hellwig | 1 | -21/+20 |
| 2025-02-25 | xfs: reduce context switches for synchronous buffered I/O | Christoph Hellwig | 1 | -16/+27 |
| 2025-02-03 | Merge tag 'xfs-fixes-6.14-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -19/+17 |
| 2025-01-28 | xfs: remove xfs_buf_cache.bc_lock | Christoph Hellwig | 1 | -14/+17 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2025-01-25 | mm: alloc_pages_bulk: rename API | Luiz Capitulino | 1 | -2/+2 |
| 2025-01-24 | xfs: remove an out of data comment in _xfs_buf_alloc | Christoph Hellwig | 1 | -5/+0 |
| 2025-01-16 | xfs: fix buffer lookup vs release race | Christoph Hellwig | 1 | -45/+48 |
| 2025-01-16 | xfs: check for dead buffers in xfs_buf_find_insert | Christoph Hellwig | 1 | -2/+1 |
| 2025-01-14 | xfs: add a b_iodone callback to struct xfs_buf | Christoph Hellwig | 1 | -5/+2 |
| 2025-01-14 | xfs: move b_li_list based retry handling to common code | Christoph Hellwig | 1 | -6/+6 |
| 2025-01-14 | xfs: always complete the buffer inline in xfs_buf_submit | Christoph Hellwig | 1 | -10/+6 |
| 2025-01-14 | xfs: remove the extra buffer reference in xfs_buf_submit | Christoph Hellwig | 1 | -15/+1 |
| 2025-01-14 | xfs: move invalidate_kernel_vmap_range to xfs_buf_ioend | Christoph Hellwig | 1 | -3/+3 |
| 2025-01-14 | xfs: simplify buffer I/O submission | Christoph Hellwig | 1 | -144/+60 |
| 2025-01-14 | xfs: move in-memory buftarg handling out of _xfs_buf_ioapply | Christoph Hellwig | 1 | -11/+9 |
| 2025-01-14 | xfs: move write verification out of _xfs_buf_ioapply | Christoph Hellwig | 1 | -30/+37 |
| 2025-01-14 | xfs: remove xfs_buf_delwri_submit_buffers | Christoph Hellwig | 1 | -66/+55 |
| 2025-01-14 | xfs: simplify xfs_buf_delwri_pushbuf | Christoph Hellwig | 1 | -25/+8 |
| 2025-01-14 | xfs: move xfs_buf_iowait out of (__)xfs_buf_submit | Christoph Hellwig | 1 | -26/+16 |
| 2025-01-14 | xfs: remove the incorrect comment above xfs_buf_free_maps | Christoph Hellwig | 1 | -3/+0 |
| 2025-01-14 | xfs: fix a double completion for buffers on in-memory targets | Christoph Hellwig | 1 | -3/+1 |
| 2024-12-23 | xfs: react to fsdax failure notifications on the rt device | Darrick J. Wong | 1 | -0/+1 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+0 |
| 2024-11-11 | mm/list_lru: simplify the list_lru walk callback function | Kairui Song | 1 | -2/+0 |
| 2024-11-04 | xfs: Support atomic write for statx | John Garry | 1 | -0/+7 |
| 2024-05-21 | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-02 | set_blocksize(): switch to passing struct file * | Al Viro | 1 | -1/+1 |
| 2024-04-15 | xfs: repair extended attributes | Darrick J. Wong | 1 | -0/+3 |
| 2024-03-27 | fs,block: yield devices early | Christian Brauner | 1 | -1/+1 |
| 2024-03-13 | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -120/+200 |
| 2024-02-25 | xfs: port block device access to files | Christian Brauner | 1 | -5/+5 |
| 2024-02-22 | xfs: support in-memory buffer cache targets | Darrick J. Wong | 1 | -46/+86 |
| 2024-02-22 | xfs: teach buftargs to maintain their own buffer hashtable | Darrick J. Wong | 1 | -29/+55 |
| 2024-02-22 | xfs: move setting bt_logical_sectorsize out of xfs_setsize_buftarg | Christoph Hellwig | 1 | -4/+4 |
| 2024-02-22 | xfs: remove xfs_setsize_buftarg_early | Christoph Hellwig | 1 | -15/+7 |
| 2024-02-22 | xfs: remove the xfs_buftarg_t typedef | Christoph Hellwig | 1 | -3/+3 |
| 2024-02-22 | xfs: split xfs_buf_rele for cached vs uncached buffers | Christoph Hellwig | 1 | -15/+31 |
| 2024-02-13 | xfs: clean up remaining GFP_NOFS users | Dave Chinner | 1 | -1/+1 |
| 2024-02-13 | xfs: use GFP_KERNEL in pure transaction contexts | Dave Chinner | 1 | -11/+17 |
| 2024-02-13 | xfs: convert remaining kmem_free() to kfree() | Dave Chinner | 1 | -6/+6 |
| 2024-02-13 | xfs: convert kmem_alloc() to kmalloc() | Dave Chinner | 1 | -3/+3 |
| 2024-02-13 | xfs: convert kmem_zalloc() to kzalloc() | Dave Chinner | 1 | -3/+3 |
| 2024-01-10 | Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -4/+40 |
| 2023-12-15 | xfs: force all buffers to be written during btree bulk load | Darrick J. Wong | 1 | -4/+40 |
| 2023-12-12 | list_lru: allow explicit memcg and NUMA node selection | Nhat Pham | 1 | -3/+3 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -11/+13 |
| 2023-10-28 | xfs: Convert to bdev_open_by_path() | Jan Kara | 1 | -12/+10 |
| 2023-10-04 | xfs: dynamically allocate the xfs-buf shrinker | Qi Zheng | 1 | -11/+13 |
| 2023-08-30 | Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+8 |
| 2023-08-11 | fs: use the super_block as holder when mounting file systems | Christoph Hellwig | 1 | -1/+1 |
| 2023-08-10 | xfs: allow scanning ranges of the buffer cache for live buffers | Darrick J. Wong | 1 | -1/+8 |
| 2023-08-10 | xfs: close the external block devices in xfs_mount_free | Christoph Hellwig | 1 | -2/+0 |
| 2023-08-10 | xfs: close the RT and log block devices in xfs_free_buftarg | Christoph Hellwig | 1 | -0/+5 |
| 2023-04-18 | mm: vmscan: refactor updating current->reclaim_state | Yosry Ahmed | 1 | -2/+1 |
| 2022-11-30 | xfs: invalidate block device page cache during unmount | Darrick J. Wong | 1 | -0/+1 |
| 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 |
| 2021-01-22 | xfs: don't drain buffer lru on freeze and read-only remount | Brian Foster | 1 | -5/+15 |
| 2021-01-22 | xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain() | Brian Foster | 1 | -6/+6 |
| 2020-12-16 | xfs: remove xfs_buf_t typedef | Dave Chinner | 1 | -12/+12 |
| 2020-09-15 | xfs: reuse _xfs_buf_read for re-reading the superblock | Christoph Hellwig | 1 | -3/+12 |
| 2020-09-15 | xfs: remove xlog_recover_iodone | Christoph Hellwig | 1 | -8/+12 |
| 2020-09-15 | xfs: clear the read/write flags later in xfs_buf_ioend | Christoph Hellwig | 1 | -6/+5 |
| 2020-09-15 | xfs: simplify the xfs_buf_ioend_disposition calling convention | Christoph Hellwig | 1 | -27/+9 |
| 2020-09-15 | xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition | Christoph Hellwig | 1 | -8/+8 |
| 2020-09-15 | xfs: remove xfs_buf_ioerror_retry | Christoph Hellwig | 1 | -21/+12 |
| 2020-09-15 | xfs: refactor xfs_buf_ioerror_fail_without_retry | Christoph Hellwig | 1 | -20/+15 |
| 2020-09-15 | xfs: fold xfs_buf_ioend_finish into xfs_ioend | Christoph Hellwig | 1 | -3/+5 |
| 2020-09-15 | xfs: move the buffer retry logic to xfs_buf.c | Christoph Hellwig | 1 | -3/+170 |
| 2020-09-15 | xfs: refactor xfs_buf_ioend | Christoph Hellwig | 1 | -24/+17 |
| 2020-09-15 | xfs: mark xfs_buf_ioend static | Christoph Hellwig | 1 | -1/+1 |
| 2020-07-28 | xfs: Remove kmem_zone_zalloc() usage | Carlos Maiolino | 1 | -3/+1 |
| 2020-07-06 | xfs: call xfs_buf_iodone directly | Dave Chinner | 1 | -16/+8 |
| 2020-07-06 | xfs: mark log recovery buffers for completion | Dave Chinner | 1 | -0/+10 |
| 2020-07-06 | xfs: mark dquot buffers in cache | Dave Chinner | 1 | -0/+5 |
| 2020-07-06 | xfs: mark inode buffers in cache | Dave Chinner | 1 | -5/+16 |
| 2020-06-02 | Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -15/+55 |
| 2020-06-02 | mm: remove the prot argument from vm_map_ram | Christoph Hellwig | 1 | -1/+1 |
| 2020-05-08 | xfs: fix unused variable warning in buffer completion on !DEBUG | Brian Foster | 1 | -2/+1 |
| 2020-05-07 | xfs: random buffer write failure errortag | Brian Foster | 1 | -0/+6 |
| 2020-05-07 | xfs: ratelimit unmount time per-buffer I/O error alert | Brian Foster | 1 | -4/+17 |
| 2020-05-07 | xfs: refactor ratelimited buffer error messages into helper | Brian Foster | 1 | -4/+11 |
| 2020-05-07 | xfs: reset buffer write failure state on successful completion | Brian Foster | 1 | -3/+5 |
| 2020-05-07 | xfs: factor out buffer I/O failure code | Brian Foster | 1 | -4/+17 |
| 2020-03-27 | xfs: Improve metadata buffer reclaim accountability | Dave Chinner | 1 | -3/+8 |
| 2020-03-12 | xfs: xfs_buf_corruption_error should take __this_address | Darrick J. Wong | 1 | -1/+1 |
| 2020-03-12 | xfs: add a function to deal with corrupt buffers post-verifiers | Darrick J. Wong | 1 | -0/+22 |
| 2020-03-02 | xfs: ratelimit xfs_buf_ioerror_alert messages | Christoph Hellwig | 1 | -1/+1 |
| 2020-03-02 | xfs: improve error message when we can't allocate memory for xfs_buf | Darrick J. Wong | 1 | -2/+3 |
| 2020-01-26 | xfs: fix xfs_buf_ioerror_alert location reporting | Darrick J. Wong | 1 | -5/+7 |
| 2020-01-26 | xfs: make xfs_buf_get_uncached return an error code | Darrick J. Wong | 1 | -9/+16 |
| 2020-01-26 | xfs: make xfs_buf_read_map return an error code | Darrick J. Wong | 1 | -16/+47 |
| 2020-01-26 | xfs: make xfs_buf_get_map return an error code | Darrick J. Wong | 1 | -28/+16 |
| 2020-01-26 | xfs: make xfs_buf_alloc return an error code | Darrick J. Wong | 1 | -9/+12 |
| 2019-11-18 | xfs: Remove kmem_zone_free() wrapper | Carlos Maiolino | 1 | -3/+3 |
| 2019-11-18 | xfs: Remove kmem_zone_destroy() wrapper | Carlos Maiolino | 1 | -1/+1 |
| 2019-11-18 | xfs: Remove slab init wrappers | Carlos Maiolino | 1 | -2/+3 |
| 2019-11-10 | xfs: Correct comment tyops -> typos | Joe Perches | 1 | -1/+1 |
| 2019-10-29 | xfs: simplify setting bio flags | Christoph Hellwig | 1 | -9/+6 |
| 2019-10-28 | xfs: mark xfs_buf_free static | Christoph Hellwig | 1 | -1/+1 |
| 2019-10-06 | xfs: assure zeroed memory buffers for certain kmem allocations | Bill O'Donnell | 1 | -1/+11 |
| 2019-09-26 | xfs: remove unlikely() from WARN_ON() condition | Denis Efremov | 1 | -2/+2 |
| 2019-08-26 | xfs: add kmem_alloc_io() | Dave Chinner | 1 | -2/+3 |
| 2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -1/+1 |
| 2019-06-28 | xfs: remove unused header files | Eric Sandeen | 1 | -16/+0 |
| 2019-06-28 | xfs: add struct xfs_mount pointer to struct xfs_buf | Christoph Hellwig | 1 | -17/+15 |
| 2019-06-28 | xfs: remove the b_io_length field in struct xfs_buf | Christoph Hellwig | 1 | -3/+2 |
| 2019-06-28 | xfs: remove unused buffer cache APIs | Christoph Hellwig | 1 | -81/+2 |
| 2019-06-28 | xfs: make mem_to_page available outside of xfs_buf.c | Christoph Hellwig | 1 | -12/+1 |
| 2019-06-28 | xfs: move xfs_ino_geometry to xfs_shared.h | Darrick J. Wong | 1 | -0/+1 |
| 2019-06-12 | xfs: merge xfs_buf_zero and xfs_buf_iomove | Christoph Hellwig | 1 | -20/+5 |
| 2019-02-18 | xfs: fix xfs_buf magic number endian checks | Darrick J. Wong | 1 | -1/+19 |
| 2019-02-11 | xfs: distinguish between inobt and finobt magic values | Brian Foster | 1 | -0/+19 |
| 2019-02-11 | xfs: clarify documentation for the function to reverify buffers | Brian Foster | 1 | -20/+15 |
| 2019-02-03 | xfs: set buffer ops when repair probes for btree type | Darrick J. Wong | 1 | -0/+16 |
| 2019-02-03 | xfs: end sync buffer I/O properly on shutdown error | Brian Foster | 1 | -2/+1 |
| 2018-12-29 | xfs: xfs_buf: drop useless LIST_HEAD | Julia Lawall | 1 | -1/+0 |
| 2018-10-18 | xfs: clear ail delwri queued bufs on unmount of shutdown fs | Brian Foster | 1 | -0/+7 |