Age | Commit message (Expand) | Author |
2022-09-26 | btrfs: convert the io_failure_tree to a plain rb_tree | Josef Bacik |
2022-09-26 | btrfs: rename clean_io_failure and remove extraneous args | Josef Bacik |
2022-09-26 | btrfs: make fiemap more efficient and accurate reporting extent sharedness | Filipe Manana |
2022-09-26 | btrfs: properly flush delalloc when entering fiemap | Filipe Manana |
2022-09-26 | btrfs: give struct btrfs_bio a real end_io handler | Christoph Hellwig |
2022-09-26 | btrfs: pass the operation to btrfs_bio_alloc | Christoph Hellwig |
2022-09-26 | btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path | Ethan Lien |
2022-09-26 | btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent() | Omar Sandoval |
2022-09-26 | btrfs: add lockdep annotations for the ordered extents wait event | Ioannis Angelakopoulos |
2022-09-09 | Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-09-05 | btrfs: zoned: fix API misuse of zone finish waiting | Naohiro Aota |
2022-08-28 | Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-08-22 | btrfs: don't allow large NOWAIT direct reads | Josef Bacik |
2022-08-03 | Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds |
2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-08-02 | btrfs: Convert btrfs_migratepage to migrate_folio | Matthew Wilcox (Oracle) |
2022-07-25 | btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_read | Christoph Hellwig |
2022-07-25 | btrfs: fix repair of compressed extents | Christoph Hellwig |
2022-07-25 | btrfs: remove the start argument to check_data_csum and export | Christoph Hellwig |
2022-07-25 | btrfs: pass a btrfs_bio to btrfs_repair_one_sector | Christoph Hellwig |
2022-07-25 | btrfs: simplify error handling in btrfs_lookup_dentry | Nikolay Borisov |
2022-07-25 | btrfs: zoned: wait until zone is finished when allocation didn't progress | Naohiro Aota |
2022-07-25 | btrfs: zoned: write out partially allocated region | Naohiro Aota |
2022-07-25 | btrfs: convert count_max_extents() to use fs_info->max_extent_size | Naohiro Aota |
2022-07-25 | btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size | Naohiro Aota |
2022-07-25 | btrfs: replace kmap_atomic() with kmap_local_page() | Fabio M. De Francesco |
2022-07-25 | btrfs: switch btrfs_block_rsv::failfast to bool | David Sterba |
2022-07-25 | btrfs: do not return errors from btrfs_submit_dio_bio | Christoph Hellwig |
2022-07-25 | btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully | Christoph Hellwig |
2022-07-25 | btrfs: simplify sync/async submission in btrfs_submit_data_write_bio | Christoph Hellwig |
2022-07-25 | btrfs: do not return errors from btrfs_map_bio | Christoph Hellwig |
2022-07-25 | btrfs: clean up chained assignments | David Sterba |
2022-07-25 | btrfs: replace unnecessary goto with direct return at cow_file_range() | Naohiro Aota |
2022-07-25 | btrfs: fix error handling of fallback uncompress write | Naohiro Aota |
2022-07-25 | btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_page | Naohiro Aota |
2022-07-25 | btrfs: ensure pages are unlocked on cow_file_range() failure | Naohiro Aota |
2022-07-25 | btrfs: remove extent writepage address space operation | Christoph Hellwig |
2022-07-25 | btrfs: increase direct io read size limit to 256 sectors | Christoph Hellwig |
2022-07-25 | btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finished | Christoph Hellwig |
2022-07-25 | btrfs: pass bits by value not by pointer for extent_state helpers | David Sterba |
2022-07-25 | btrfs: replace kmap() with kmap_local_page() in inode.c | Fabio M. De Francesco |
2022-07-25 | btrfs: remove btrfs_end_io_wq | Christoph Hellwig |
2022-07-25 | btrfs: don't double-defer bio completions for compressed reads | Christoph Hellwig |
2022-07-25 | btrfs: split btrfs_submit_data_bio to read and write parts | Christoph Hellwig |
2022-07-25 | btrfs: simplify code flow in btrfs_submit_dio_bio | Christoph Hellwig |
2022-07-25 | btrfs: send: send compressed extents with encoded writes | Omar Sandoval |
2022-07-25 | btrfs: free the path earlier when creating a new inode | Filipe Manana |
2022-07-25 | btrfs: balance btree dirty pages and delayed items after a rename | Filipe Manana |