Age | Commit message (Expand) | Author | Files | Lines |
2021-04-09 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -3/+3 |
2021-02-27 | block: Add bio_max_segs | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2021-01-23 | xfs: don't drain buffer lru on freeze and read-only remount | Brian Foster | 1 | -5/+15 |
2021-01-23 | xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain() | Brian Foster | 1 | -6/+6 |
2020-12-17 | xfs: remove xfs_buf_t typedef | Dave Chinner | 1 | -12/+12 |
2020-09-16 | xfs: reuse _xfs_buf_read for re-reading the superblock | Christoph Hellwig | 1 | -3/+12 |
2020-09-16 | xfs: remove xlog_recover_iodone | Christoph Hellwig | 1 | -8/+12 |
2020-09-16 | xfs: clear the read/write flags later in xfs_buf_ioend | Christoph Hellwig | 1 | -6/+5 |
2020-09-16 | xfs: simplify the xfs_buf_ioend_disposition calling convention | Christoph Hellwig | 1 | -27/+9 |
2020-09-16 | xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition | Christoph Hellwig | 1 | -8/+8 |
2020-09-16 | xfs: remove xfs_buf_ioerror_retry | Christoph Hellwig | 1 | -21/+12 |
2020-09-16 | xfs: refactor xfs_buf_ioerror_fail_without_retry | Christoph Hellwig | 1 | -20/+15 |
2020-09-16 | xfs: fold xfs_buf_ioend_finish into xfs_ioend | Christoph Hellwig | 1 | -3/+5 |
2020-09-16 | xfs: move the buffer retry logic to xfs_buf.c | Christoph Hellwig | 1 | -3/+170 |
2020-09-16 | xfs: refactor xfs_buf_ioend | Christoph Hellwig | 1 | -24/+17 |
2020-09-16 | xfs: mark xfs_buf_ioend static | Christoph Hellwig | 1 | -1/+1 |
2020-07-29 | 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-03 | 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-03 | xfs: ratelimit xfs_buf_ioerror_alert messages | Christoph Hellwig | 1 | -1/+1 |
2020-03-03 | xfs: improve error message when we can't allocate memory for xfs_buf | Darrick J. Wong | 1 | -2/+3 |
2020-01-27 | xfs: fix xfs_buf_ioerror_alert location reporting | Darrick J. Wong | 1 | -5/+7 |
2020-01-27 | xfs: make xfs_buf_get_uncached return an error code | Darrick J. Wong | 1 | -9/+16 |
2020-01-27 | xfs: make xfs_buf_read_map return an error code | Darrick J. Wong | 1 | -16/+47 |
2020-01-27 | xfs: make xfs_buf_get_map return an error code | Darrick J. Wong | 1 | -28/+16 |
2020-01-27 | 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-07 | 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-27 | 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-29 | xfs: remove unused header files | Eric Sandeen | 1 | -16/+0 |