summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2015-06-03Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana
2015-06-02btrfs: use after free when closing devicesSasha Levin
2015-06-02btrfs: make root id query unprivilegedDavid Sterba
2015-06-02Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana
2015-06-02Btrfs: check error before reporting missing device and add uuidAnand Jain
2015-06-02btrfs: Fix superblock csum type check.Qu Wenruo
2015-06-02Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana
2015-06-02btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer
2015-06-02Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana
2015-06-02Btrfs: log when missing device is createdAnand Jain
2015-06-02btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba
2015-06-02btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba
2015-06-02btrfs: report exact callsite where transaction abort occursDavid Sterba
2015-06-02btrfs: let tree defrag work in SSD modeDavid Sterba
2015-06-02Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana
2015-06-02Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval
2015-06-03Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana
2015-06-03Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana
2015-05-27Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issueAnand Jain
2015-05-27Btrfs: sysfs: add support to add parent for fsidAnand Jain
2015-05-27Btrfs: sysfs: separate kobject and attribute creationAnand Jain
2015-05-27Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_device() non staticAnand Jain
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain
2015-05-27Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain
2015-05-27Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain
2015-05-27Btrfs: sysfs: provide framework to remove all fsid sysfs kobjectAnand Jain
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-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer
2015-05-20Btrfs: fix regression in raid level conversionChris Mason
2015-05-19Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana
2015-05-19btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig
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