summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-06-03Btrfs: lock superblock before remounting for rw subvolOmar Sandoval1-0/+2
2015-06-03Btrfs: wake up extent state waiters on unlock through clear_extent_bitsFilipe Manana1-1/+6
2015-06-03Btrfs: fix chunk allocation regression leading to transaction abortFilipe Manana1-3/+19
2015-06-03btrfs: use after free when closing devicesSasha Levin1-2/+2
2015-06-03btrfs: make root id query unprivilegedDavid Sterba1-4/+16
2015-06-03Btrfs: fix block group ->space_info null pointer dereferenceFilipe Manana1-2/+23
2015-06-03Btrfs: check error before reporting missing device and add uuidAnand Jain1-1/+2
2015-06-03btrfs: Fix superblock csum type check.Qu Wenruo1-1/+1
2015-06-03Btrfs: incremental send, fix clone operations for compressed extentsFilipe Manana1-1/+17
2015-06-03btrfs: qgroup: Fix possible leak in btrfs_add_qgroup_relation()Christian Engelmayer1-4/+4
2015-06-03Btrfs: fix mutex unlock without prior lock on space cache truncationFilipe Manana1-8/+6
2015-06-03Btrfs: log when missing device is createdAnand Jain1-0/+2
2015-06-03btrfs: fix warnings after changes in btrfs_abort_transactionDavid Sterba2-4/+4
2015-06-03btrfs: add 'cold' compiler annotations to all error handling functionsDavid Sterba2-0/+7
2015-06-03btrfs: report exact callsite where transaction abort occursDavid Sterba2-11/+9
2015-06-03btrfs: let tree defrag work in SSD modeDavid Sterba1-3/+0
2015-06-03Btrfs: check pending chunks when shrinking fs to avoid corruptionFilipe Manana1-9/+40
2015-06-03Btrfs: don't invalidate root dentry when subvolume deletion failsOmar Sandoval1-3/+1
2015-06-03Btrfs: incremental send, check if orphanized dir inode needs delayed renameFilipe Manana1-19/+37
2015-06-03Btrfs: incremental send, don't delay directory renames unnecessarilyFilipe Manana1-2/+46
2015-05-27Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issueAnand Jain1-1/+1
2015-05-27Btrfs: sysfs: add support to add parent for fsidAnand Jain1-2/+2
2015-05-27Btrfs: sysfs: separate kobject and attribute creationAnand Jain2-14/+19
2015-05-27Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain2-1/+2
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_device() non staticAnand Jain1-0/+1
2015-05-27Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain2-1/+3
2015-05-27Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain4-10/+10
2015-05-27Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain4-7/+6
2015-05-27Btrfs: sysfs: provide framework to remove all fsid sysfs kobjectAnand Jain1-1/+16
2015-05-27Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain3-0/+25
2015-05-27Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain2-0/+5
2015-05-27Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain4-43/+56
2015-05-27Btrfs: sysfs: separate device kobject and its attribute creationAnand Jain1-6/+15
2015-05-27Btrfs: sysfs: let default_attrs be separate from the ksetAnand Jain1-4/+8
2015-05-27Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsidAnand Jain1-1/+14
2015-05-27Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsidAnand Jain1-4/+4
2015-05-27Btrfs: sysfs: reorder the kobject creationsAnand Jain1-10/+13
2015-05-27Btrfc: sysfs: fix, check if device_dir_kobj is init before destroyAnand Jain1-4/+6
2015-05-27Btrfs: sysfs: fix, kobject pointer clean up needed after kobject releaseAnand Jain1-0/+1
2015-05-27Btrfs: sysfs: fix, undo sysfs device linksAnand Jain1-0/+17
2015-05-27Btrfs: sysfs: fix, fs_info kobject_unregister has init_completion() twiceAnand Jain1-1/+0
2015-05-27Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...Anand Jain1-0/+2
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+38
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer3-14/+6
2015-05-20Btrfs: fix regression in raid level conversionChris Mason1-0/+18
2015-05-20Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2-0/+3
2015-05-20btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh1-0/+17
2015-05-19block: remove BIO_EOPNOTSUPPChristoph Hellwig2-11/+2
2015-05-17Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+68
2015-05-11Btrfs: fix race when reusing stale extent buffers that leads to BUG_ONFilipe Manana1-0/+19