aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-07-25btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba1-2/+2
2022-07-25btrfs: do not return errors from btrfs_submit_dio_bioChristoph Hellwig1-14/+9
2022-07-25btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig1-8/+9
2022-07-25btrfs: simplify sync/async submission in btrfs_submit_data_write_bioChristoph Hellwig1-16/+13
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig1-15/+10
2022-07-25btrfs: clean up chained assignmentsDavid Sterba1-15/+26
2022-07-25btrfs: replace unnecessary goto with direct return at cow_file_range()Naohiro Aota1-2/+2
2022-07-25btrfs: fix error handling of fallback uncompress writeNaohiro Aota1-2/+15
2022-07-25btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_pageNaohiro Aota1-15/+21
2022-07-25btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota1-8/+64
2022-07-25btrfs: remove extent writepage address space operationChristoph Hellwig1-27/+1
2022-07-25btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig1-1/+5
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig1-31/+9
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba1-12/+12
2022-07-25btrfs: replace kmap() with kmap_local_page() in inode.cFabio M. De Francesco1-3/+3
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig1-23/+1
2022-07-25btrfs: don't double-defer bio completions for compressed readsChristoph Hellwig1-6/+6
2022-07-25btrfs: split btrfs_submit_data_bio to read and write partsChristoph Hellwig1-70/+60
2022-07-25btrfs: simplify code flow in btrfs_submit_dio_bioChristoph Hellwig1-14/+8
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval1-8/+5
2022-07-25btrfs: free the path earlier when creating a new inodeFilipe Manana1-3/+8
2022-07-25btrfs: balance btree dirty pages and delayed items after a renameFilipe Manana1-4/+10
2022-07-25btrfs: remove redundant calls to flush_dcache_pageDavid Sterba1-4/+2
2022-07-25btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bioChristoph Hellwig1-34/+22
2022-07-25btrfs: factor out a btrfs_csum_ptr helperChristoph Hellwig1-10/+3
2022-07-25btrfs: introduce a data checksum checking helperQu Wenruo1-10/+28
2022-07-25btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong1-4/+4
2022-07-25btrfs: fix typos in commentsDavid Sterba1-1/+1
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-8/+7
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba1-1/+1
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba1-7/+6
2022-07-14fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche1-2/+2
2022-07-11Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+13
2022-07-08btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extentsFilipe Manana1-1/+13
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+3
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota1-0/+2
2022-06-21btrfs: add missing inode updates on each iteration when replacing extentsFilipe Manana1-0/+1
2022-06-10btrfs: use IOMAP_DIO_NOSYNCAl Viro1-1/+2
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-14/+14
2022-05-17btrfs: do not account twice for inode ref when reserving metadata unitsFilipe Manana1-2/+5
2022-05-16btrfs: allocate the btrfs_dio_private as part of the iomap dio bioChristoph Hellwig1-58/+35
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig1-0/+24
2022-05-16btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig1-1/+0
2022-05-16btrfs: allocate dio_data on stackChristoph Hellwig1-23/+11
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-1/+1
2022-05-16btrfs: add a btrfs_dio_rw wrapperChristoph Hellwig1-2/+8
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba1-3/+4
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba1-1/+1
2022-05-16btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba1-2/+2