Age | Commit message (Expand) | Author | Files | Lines |
2018-01-22 | Btrfs: avoid losing data raid profile when deleting a device | Liu Bo | 1 | -19/+65 |
2018-01-22 | btrfs: minor style cleanups in btrfs_scan_one_device | Anand Jain | 1 | -5/+6 |
2018-01-22 | Btrfs: make raid6 rebuild retry more | Liu Bo | 1 | -1/+8 |
2018-01-22 | btrfs: factor btrfs_check_rw_degradable() to check given device | Anand Jain | 1 | -2/+8 |
2018-01-22 | btrfs: Remove pair of bio_get/put in btrfs_schedule_bio | Nikolay Borisov | 1 | -2/+0 |
2018-01-22 | btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT | Anand Jain | 1 | -17/+22 |
2018-01-22 | btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING | Anand Jain | 1 | -13/+19 |
2018-01-22 | btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA | Anand Jain | 1 | -12/+17 |
2018-01-22 | btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE | Anand Jain | 1 | -25/+32 |
2018-01-22 | btrfs: drop btrfs_device::can_discard to query directly | Anand Jain | 1 | -8/+0 |
2018-01-22 | btrfs: factor __btrfs_open_devices() to create btrfs_open_one_device() | Anand Jain | 1 | -56/+65 |
2018-01-22 | btrfs: move check for device generation to the last | Anand Jain | 1 | -3/+5 |
2018-01-22 | btrfs: set fs_devices->seed directly | Anand Jain | 1 | -3/+1 |
2018-01-22 | btrfs: simplify btrfs_close_bdev | David Sterba | 1 | -3/+5 |
2018-01-22 | btrfs: document device locking | David Sterba | 1 | -0/+65 |
2018-01-22 | btrfs: simplify exit paths in btrfs_init_new_device | David Sterba | 1 | -4/+3 |
2018-01-22 | btrfs: use free_device where opencoded | David Sterba | 1 | -28/+11 |
2018-01-22 | btrfs: introduce free_device helper | David Sterba | 1 | -2/+14 |
2018-01-22 | btrfs: rename device free rcu helper to free_device_rcu | David Sterba | 1 | -5/+5 |
2018-01-22 | btrfs: rename btrfs_add_device to btrfs_add_dev_item | Anand Jain | 1 | -2/+2 |
2018-01-22 | btrfs: move volume_mutex into the btrfs_rm_device() | Anand Jain | 1 | -0/+2 |
2018-01-22 | Btrfs: remove rcu_barrier in btrfs_close_devices | Liu Bo | 1 | -6/+0 |
2018-01-22 | btrfs: Fix memory barriers usage with device stats counters | Nikolay Borisov | 1 | -2/+16 |
2018-01-22 | btrfs: clean up btrfs_dev_stat_inc usage | Anand Jain | 1 | -4/+3 |
2018-01-22 | Btrfs: free btrfs_device in place | Liu Bo | 1 | -12/+2 |
2018-01-06 | Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2018-01-02 | btrfs: Fix flush bio leak | Nikolay Borisov | 1 | -1/+0 |
2017-11-30 | Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -9/+23 |
2017-11-28 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -2/+2 |
2017-11-15 | btrfs: dev_alloc_list is not protected by RCU, use normal list_del | David Sterba | 1 | -1/+1 |
2017-11-15 | btrfs: add missing device::flush_bio puts | David Sterba | 1 | -0/+10 |
2017-11-15 | btrfs: Fix transaction abort during failure in btrfs_rm_dev_item | Nikolay Borisov | 1 | -8/+12 |
2017-11-01 | btrfs: remove BUG_ON in btrfs_rm_dev_replace_free_srcdev() | Anand Jain | 1 | -7/+8 |
2017-10-30 | btrfs: fix false EIO for missing device | Anand Jain | 1 | -1/+4 |
2017-10-30 | btrfs: use need_full_stripe() in __btrfs_map_block() | Anand Jain | 1 | -10/+6 |
2017-10-30 | btrfs: use BLK_STS defines where needed | Anand Jain | 1 | -1/+1 |
2017-10-30 | btrfs: fix use of error or warning for missing device | Anand Jain | 1 | -8/+18 |
2017-10-30 | btrfs: declare btrfs_report_missing_device() static | Anand Jain | 1 | -6/+6 |
2017-10-30 | btrfs: fix EIO misuse to report missing degraded option | Anand Jain | 1 | -3/+3 |
2017-10-30 | btrfs: add_missing_dev() should return the actual error | Anand Jain | 1 | -5/+12 |
2017-10-30 | Btrfs: remove nr_async_bios | Liu Bo | 1 | -17/+0 |
2017-10-30 | btrfs: error out if btrfs_attach_transaction() fails | Anand Jain | 1 | -3/+8 |
2017-10-30 | btrfs: fix BUG_ON in btrfs_init_new_device() | Anand Jain | 1 | -5/+9 |
2017-10-30 | btrfs: undo writable superblocke when sprouting fails | Anand Jain | 1 | -0/+2 |
2017-10-30 | btrfs: Rework error handling of add_extent_mapping in __btrfs_alloc_chunk | Nikolay Borisov | 1 | -5/+5 |
2017-10-30 | Btrfs: make some volumes.c functions static | Omar Sandoval | 1 | -6/+7 |
2017-10-30 | Btrfs: remove batch plug in run_scheduled_IO | Liu Bo | 1 | -6/+0 |
2017-09-29 | Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2017-09-26 | Btrfs: use btrfs_op instead of bio_op in __btrfs_map_block | Liu Bo | 1 | -1/+1 |
2017-09-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |