summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: sysfs: provide framework to remove all fsid sysfs kobjectAnand Jain2015-05-271-1/+16
* Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain2015-05-273-0/+25
* Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain2015-05-272-0/+5
* Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain2015-05-274-43/+56
* Btrfs: sysfs: separate device kobject and its attribute creationAnand Jain2015-05-271-6/+15
* Btrfs: sysfs: let default_attrs be separate from the ksetAnand Jain2015-05-271-4/+8
* Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsidAnand Jain2015-05-271-1/+14
* Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsidAnand Jain2015-05-271-4/+4
* Btrfs: sysfs: reorder the kobject creationsAnand Jain2015-05-271-10/+13
* Btrfc: sysfs: fix, check if device_dir_kobj is init before destroyAnand Jain2015-05-271-4/+6
* Btrfs: sysfs: fix, kobject pointer clean up needed after kobject releaseAnand Jain2015-05-271-0/+1
* Btrfs: sysfs: fix, undo sysfs device linksAnand Jain2015-05-271-0/+17
* Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twiceAnand Jain2015-05-271-1/+0
* Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...Anand Jain2015-05-271-0/+2
* Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-233-0/+38
|\
| * Btrfs: fix regression in raid level conversionChris Mason2015-05-201-0/+18
| * Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2015-05-192-0/+3
| * btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh2015-05-191-0/+17
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-164-10/+68
|\ \ | |/
| * Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana2015-05-111-0/+19
| * Btrfs: fix race between block group creation and their cache writeoutFilipe Manana2015-05-111-4/+27
| * Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana2015-05-111-4/+10
| * Btrfs: fix crash after inode cache writeback failureFilipe Manana2015-05-111-2/+12
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-081-1/+1
|\ \ | |/
| * Btrfs: fix wrong mapping flags for free space inodeFilipe Manana2015-05-061-1/+1
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-017-77/+118
|\ \ | |/
| * Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu2015-04-291-25/+26
| * Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2015-04-262-9/+14
| * btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-04-261-1/+2
| * btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval2015-04-261-4/+6
| * btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval2015-04-261-1/+2
| * btrfs: handle ENOMEM in btrfs_alloc_tree_blockOmar Sandoval2015-04-261-13/+28
| * Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeForrest Liu2015-04-261-4/+11
| * Btrfs: don't check for delalloc_bytes in cache_save_setupChris Mason2015-04-261-2/+1
| * Btrfs: fix deadlock when starting writeback of bg cachesFilipe Manana2015-04-261-1/+1
| * Btrfs: fix race between start dirty bg cache writeout and bg deletionFilipe Manana2015-04-261-17/+27
* | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-261-17/+25
|\ \ | |/
| * Btrfs: prevent list corruption during free space cache processingChris Mason2015-04-241-14/+18
| * Btrfs: fix inode cache writeoutChris Mason2015-04-231-3/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-267-52/+52
|\ \
| * | direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-241-3/+3
| * | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-157-49/+49
* | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-2446-897/+2113
|\ \ \ | |/ / |/| / | |/
| * btrfs: quota: Update quota tree after qgroup relationship change.Qu Wenruo2015-04-131-0/+5
| * btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags...Qu Wenruo2015-04-131-57/+126
| * btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang2015-04-131-0/+1
| * btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo2015-04-131-1/+24
| * btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo2015-04-131-3/+3
| * btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo2015-04-132-1/+9
| * btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo2015-04-132-0/+10
OpenPOWER on IntegriCloud