summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: export and rename free_deviceDavid Sterba2018-05-282-12/+13
* btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clearDavid Sterba2018-05-282-2/+7
* btrfs: squeeze btrfs_dev_replace_continue_on_mount to its callerDavid Sterba2018-05-281-13/+3
* btrfs: cleanup btrfs_rm_device() promote fs_devices pointerAnand Jain2018-05-281-7/+6
* btrfs: cleanup find_device() drop list_head pointerAnand Jain2018-05-281-2/+1
* btrfs: rename __btrfs_open_devices to open_fs_devicesAnand Jain2018-05-281-4/+3
* btrfs: rename __btrfs_close_devices to close_fs_devicesAnand Jain2018-05-281-6/+6
* btrfs: cleanup __btrfs_open_devices() drop head pointerAnand Jain2018-05-281-2/+1
* btrfs: rename struct btrfs_fs_devices::listAnand Jain2018-05-283-10/+10
* btrfs: Drop fs_info parameter from btrfs_merge_delayed_refsNikolay Borisov2018-05-283-4/+2
* btrfs: Drop fs_info parameter from add_delayed_data_refNikolay Borisov2018-05-281-7/+5
* btrfs: Drop add_delayed_ref_head fs_info parameterNikolay Borisov2018-05-281-11/+10
* btrfs: Remove btrfs_wait_and_free_delalloc_workNikolay Borisov2018-05-282-8/+2
* btrfs: Remove tree argument from extent_writepagesNikolay Borisov2018-05-283-9/+4
* btrfs: Use list_empty instead of list_empty_carefulNikolay Borisov2018-05-281-2/+2
* btrfs: Remove redundant tree argument from extent_readpagesNikolay Borisov2018-05-283-9/+7
* btrfs: Remove map argument from try_release_extent_stateNikolay Borisov2018-05-281-3/+2
* btrfs: Sink extent_tree arguments in try_release_extent_mappingNikolay Borisov2018-05-283-13/+5
* btrfs: Allow rmdir(2) to delete an empty subvolumeMisono Tomohiro2018-05-281-1/+1
* btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()Misono Tomohiro2018-05-283-136/+144
* btrfs: Move may_destroy_subvol() from ioctl.c to inode.cMisono Tomohiro2018-05-283-54/+56
* btrfs: remove unused le_test_bit()Howard McLauchlan2018-05-281-5/+0
* btrfs: optimize free space tree bitmap conversionHoward McLauchlan2018-05-281-38/+23
* btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan2018-05-283-43/+20
* btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-284-8/+11
* btrfs: tests: pass fs_info to extent_map testsDavid Sterba2018-05-281-16/+36
* btrfs: Consolidate error checking for btrfs_alloc_chunkNikolay Borisov2018-05-281-5/+7
* btrfs: Fix lock release orderNikolay Borisov2018-05-281-1/+1
* btrfs: Use while loop instead of labels in __endio_write_update_orderedNikolay Borisov2018-05-281-27/+25
* btrfs: add comment about BTRFS_FS_EXCL_OPAnand Jain2018-05-281-0/+35
* btrfs: Drop delayed_refs argument from btrfs_check_delayed_seqNikolay Borisov2018-05-283-10/+5
* btrfs: rename btrfs_get_block_group_info and make it staticSu Yue2018-05-282-6/+4
* btrfs: Replace owner argument in add_pinned_bytes with a booleanNikolay Borisov2018-05-281-7/+13
* Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-241-1/+2
|\
| * Btrfs: fix error handling in btrfs_truncate()Omar Sandoval2018-05-241-1/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-12/+4
|\ \
| * | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-12/+4
* | | Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-207-48/+180
|\ \ \ | | |/ | |/|
| * | btrfs: fix crash when trying to resume balance without the resume flagAnand Jain2018-05-171-0/+9
| * | btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov2018-05-171-11/+15
| * | btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2018-05-172-3/+12
| * | btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo2018-05-171-3/+3
| * | btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro2018-05-171-4/+8
| * | Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana2018-05-171-25/+112
| * | Btrfs: fix xattr loss after power failureFilipe Manana2018-05-141-0/+7
| * | Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko2018-05-141-2/+14
* | | Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-043-1/+12
|\| |
| * | Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana2018-05-021-0/+4
| * | btrfs: Take trans lock before access running trans in check_delayed_refethanwu2018-05-021-0/+7
| * | btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo2018-04-261-1/+1