aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-11xfs: kill __xfs_buf_submit_common()Brian Foster1-49/+34
2018-07-11xfs: combine [a]sync buffer submission apisBrian Foster1-49/+23
2018-07-11xfs: use sync buffer I/O for sync delwri queue submissionBrian Foster1-39/+41
2018-07-11xfs: refactor buffer submission into a common helperBrian Foster1-48/+37
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner1-1/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-09xfs: don't retry xfs_buf_find on XBF_TRYLOCK failureDave Chinner1-28/+65
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner1-5/+16
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-1/+0
2018-03-11xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel1-1/+1
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino1-0/+1
2018-01-09xfs: clarify units in the failed metadata io messageDarrick J. Wong1-5/+6
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong1-1/+2
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-3/+4
2017-11-28xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko1-5/+10
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-27xfs: fix unused variable warning in xfs_buf_set_ref()Brian Foster1-3/+2
2017-10-26xfs: buffer lru reference count error injection tagBrian Foster1-0/+16
2017-09-25xfs: remove redundant re-initialization of total_nr_pagesColin Ian King1-2/+0
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+3
2017-08-31xfs: perform dax_device lookup at mountDan Williams1-1/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+61