Age | Commit message (Expand) | Author |
2017-03-29 | Btrfs: bring back repair during read | Liu Bo |
2017-03-17 | Btrfs: fix regression in lock_delalloc_pages | Liu Bo |
2017-02-28 | btrfs: add dummy callback for readpage_io_failed and drop checks | David Sterba |
2017-02-28 | btrfs: drop checks for mandatory extent_io_ops callbacks | David Sterba |
2017-02-28 | btrfs: let writepage_end_io_hook return void | David Sterba |
2017-02-28 | btrfs: Make get_extent_t take btrfs_inode | Nikolay Borisov |
2017-02-28 | btrfs: Make btrfs_clear_bit_hook take btrfs_inode | Nikolay Borisov |
2017-02-28 | btrfs: make btrfs_free_io_failure_record take btrfs_inode | Nikolay Borisov |
2017-02-28 | btrfs: make clean_io_failure take btrfs_inode | Nikolay Borisov |
2017-02-28 | btrfs: make repair_io_failure take btrfs_inode | Nikolay Borisov |
2017-02-28 | btrfs: make free_io_failure take btrfs_inode | Nikolay Borisov |
2017-02-28 | btrfs: Make btrfs_lookup_ordered_range take btrfs_inode | Nikolay Borisov |
2017-02-17 | btrfs: remove unused parameter from extent_write_cache_pages | David Sterba |
2017-02-17 | btrfs: remove unused parameter from update_nr_written | David Sterba |
2017-02-17 | btrfs: remove unused parameter from submit_extent_page | David Sterba |
2017-02-17 | btrfs: embed extent_changeset::range_changed to the structure | David Sterba |
2017-02-17 | Btrfs: add another missing end_page_writeback on submit_extent_page failure | Takafumi Kubota |
2017-02-17 | Btrfs: use helper to simplify lock/unlock pages | Liu Bo |
2017-02-17 | btrfs: teach __process_pages_contig about PAGE_LOCK operation | Liu Bo |
2017-02-14 | Btrfs: create helper for processing bits on contiguous pages | Liu Bo |
2017-02-14 | Btrfs: cleanup unused cached_state in __extent_writepage_io | Liu Bo |
2017-02-14 | btrfs: fix over-80 lines introduced by previous cleanups | David Sterba |
2017-02-14 | btrfs: Make btrfs_ino take a struct btrfs_inode | Nikolay Borisov |
2017-02-14 | btrfs: drop gfp mask tweaking in try_release_extent_state | Michal Hocko |
2017-02-14 | btrfs: fix up misleading GFP_NOFS usage in btrfs_releasepage | Michal Hocko |
2016-12-16 | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-12-06 | btrfs: remove root parameter from transaction commit/end routines | Jeff Mahoney |
2016-12-06 | btrfs: take an fs_info directly when the root is not used otherwise | Jeff Mahoney |
2016-12-06 | btrfs: root->fs_info cleanup, add fs_info convenience variables | Jeff Mahoney |
2016-12-06 | btrfs: pull node/sector/stripe sizes out of root and into fs_info | Jeff Mahoney |
2016-11-30 | btrfs: add optimized version of eb to eb copy | David Sterba |
2016-11-30 | btrfs: remove constant parameter to memset_extent_buffer and rename it | David Sterba |
2016-11-30 | btrfs: use specialized page copying helpers in btrfs_clone_extent_buffer | David Sterba |
2016-11-30 | btrfs: introduce helpers for updating eb uuids | David Sterba |
2016-11-29 | btrfs: don't abuse REQ_OP_* flags for btrfs_map_block | Christoph Hellwig |
2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig |
2016-10-24 | Btrfs: remove some no-op casts | Dan Carpenter |
2016-10-12 | Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Chris Mason |
2016-10-03 | Btrfs: fix free space tree bitmaps on big-endian systems | Omar Sandoval |
2016-09-26 | Btrfs: memset to avoid stale content in btree leaf | Liu Bo |
2016-09-26 | btrfs: convert pr_* to btrfs_* where possible | Jeff Mahoney |
2016-09-26 | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney |
2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney |
2016-09-26 | Btrfs: memset to avoid stale content in btree node block | Liu Bo |
2016-09-26 | Btrfs: kill the start argument to read_extent_buffer_pages | Josef Bacik |
2016-09-26 | Btrfs: add a flags field to btrfs_fs_info | Josef Bacik |
2016-09-26 | btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de... | Qu Wenruo |
2016-09-26 | Btrfs: fix memory leak in reading btree blocks | Liu Bo |
2016-09-26 | btrfs: fix check_shared for fiemap ioctl | Lu Fengqi |