summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-05-27Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain
2015-05-27Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain
2015-05-27Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain
2015-05-27Btrfs: sysfs: separate device kobject and its attribute creationAnand Jain
2015-05-27Btrfs: sysfs: let default_attrs be separate from the ksetAnand Jain
2015-05-27Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsidAnand Jain
2015-05-27Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsidAnand Jain
2015-05-27Btrfs: sysfs: reorder the kobject creationsAnand Jain
2015-05-27Btrfc: sysfs: fix, check if device_dir_kobj is init before destroyAnand Jain
2015-05-27Btrfs: sysfs: fix, kobject pointer clean up needed after kobject releaseAnand Jain
2015-05-27Btrfs: sysfs: fix, undo sysfs device linksAnand Jain
2015-05-27Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twiceAnand Jain
2015-05-27Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...Anand Jain
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-20Btrfs: fix regression in raid level conversionChris Mason
2015-05-20Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana
2015-05-20btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh
2015-05-16Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana
2015-05-11Btrfs: fix race between block group creation and their cache writeoutFilipe Manana
2015-05-11Btrfs: fix panic when starting bg cache writeout after IO errorFilipe Manana
2015-05-11Btrfs: fix crash after inode cache writeback failureFilipe Manana
2015-05-09Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-05-07Btrfs: fix wrong mapping flags for free space inodeFilipe Manana
2015-05-01Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-29Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extentForrest Liu
2015-04-27Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-26Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng
2015-04-26btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval
2015-04-26btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cacheOmar Sandoval
2015-04-26btrfs: fix race on ENOMEM in alloc_extent_bufferOmar Sandoval
2015-04-26btrfs: handle ENOMEM in btrfs_alloc_tree_blockOmar Sandoval
2015-04-26Btrfs: fix find_free_dev_extent() malfunction in case device tree has holeForrest Liu
2015-04-26Btrfs: don't check for delalloc_bytes in cache_save_setupChris Mason
2015-04-26Btrfs: fix deadlock when starting writeback of bg cachesFilipe Manana
2015-04-26Btrfs: fix race between start dirty bg cache writeout and bg deletionFilipe Manana
2015-04-24direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe
2015-04-24Btrfs: prevent list corruption during free space cache processingChris Mason
2015-04-24Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-24Btrfs: fix inode cache writeoutChris Mason
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13btrfs: quota: Update quota tree after qgroup relationship change.Qu Wenruo
2015-04-13btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags...Qu Wenruo
2015-04-13btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.Dongsheng Yang
2015-04-13btrfs: Update btrfs qgroup status item when rescan is done.Qu Wenruo
2015-04-13btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.Qu Wenruo
2015-04-13btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be createdQu Wenruo
2015-04-13btrfs: Check qgroup level in kernel qgroup assign.Qu Wenruo
2015-04-13btrfs: qgroup: allow to remove qgroup which has parent but no child.Dongsheng Yang