summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-3/+1
2020-07-06xfs: call xfs_buf_iodone directlyDave Chinner1-16/+8
2020-07-06xfs: mark log recovery buffers for completionDave Chinner1-0/+10
2020-07-06xfs: mark dquot buffers in cacheDave Chinner1-0/+5
2020-07-06xfs: mark inode buffers in cacheDave Chinner1-5/+16
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+55
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-05-08xfs: fix unused variable warning in buffer completion on !DEBUGBrian Foster1-2/+1
2020-05-07xfs: random buffer write failure errortagBrian Foster1-0/+6
2020-05-07xfs: ratelimit unmount time per-buffer I/O error alertBrian Foster1-4/+17
2020-05-07xfs: refactor ratelimited buffer error messages into helperBrian Foster1-4/+11
2020-05-07xfs: reset buffer write failure state on successful completionBrian Foster1-3/+5
2020-05-07xfs: factor out buffer I/O failure codeBrian Foster1-4/+17
2020-03-27xfs: Improve metadata buffer reclaim accountabilityDave Chinner1-3/+8
2020-03-12xfs: xfs_buf_corruption_error should take __this_addressDarrick J. Wong1-1/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong1-0/+22
2020-03-02xfs: ratelimit xfs_buf_ioerror_alert messagesChristoph Hellwig1-1/+1
2020-03-02xfs: improve error message when we can't allocate memory for xfs_bufDarrick J. Wong1-2/+3
2020-01-26xfs: fix xfs_buf_ioerror_alert location reportingDarrick J. Wong1-5/+7
2020-01-26xfs: make xfs_buf_get_uncached return an error codeDarrick J. Wong1-9/+16
2020-01-26xfs: make xfs_buf_read_map return an error codeDarrick J. Wong1-16/+47
2020-01-26xfs: make xfs_buf_get_map return an error codeDarrick J. Wong1-28/+16
2020-01-26xfs: make xfs_buf_alloc return an error codeDarrick J. Wong1-9/+12
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino1-3/+3
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino1-1/+1
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino1-2/+3
2019-11-10xfs: Correct comment tyops -> typosJoe Perches1-1/+1
2019-10-29xfs: simplify setting bio flagsChristoph Hellwig1-9/+6
2019-10-28xfs: mark xfs_buf_free staticChristoph Hellwig1-1/+1
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell1-1/+11
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov1-2/+2
2019-08-26xfs: add kmem_alloc_io()Dave Chinner1-2/+3
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-16/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-17/+15
2019-06-28xfs: remove the b_io_length field in struct xfs_bufChristoph Hellwig1-3/+2
2019-06-28xfs: remove unused buffer cache APIsChristoph Hellwig1-81/+2
2019-06-28xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig1-12/+1
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig1-20/+5
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong1-1/+19
2019-02-11xfs: distinguish between inobt and finobt magic valuesBrian Foster1-0/+19
2019-02-11xfs: clarify documentation for the function to reverify buffersBrian Foster1-20/+15
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong1-0/+16
2019-02-03xfs: end sync buffer I/O properly on shutdown errorBrian Foster1-2/+1
2018-12-29xfs: xfs_buf: drop useless LIST_HEADJulia Lawall1-1/+0
2018-10-18xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster1-0/+7
2018-10-18xfs: fix use-after-free race in xfs_buf_releDave Chinner1-1/+37
2018-10-18xfs: always assign buffer verifiers when one is providedDarrick J. Wong1-17/+47
2018-08-12xfs: remove b_last_holder & associated macrosEric Sandeen1-18/+2