summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | xfs: create individual inode alloc. helperBrian Foster2015-05-291-2/+12
| | |/ /
| * | | Merge branch 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner2015-06-015-23/+36
| |\ \ \ | | |_|/ | |/| |
| | * | xfs: Clean up xfs_trans_dup_dqinfoNan Jia2015-06-011-2/+2
| | * | xfs: fix kernel version in docsFanael Linithien2015-05-311-6/+6
| | * | xfs: don't cast string literalsEric Sandeen2015-05-311-2/+2
| | * | xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster2015-05-312-12/+17
| | * | xfs: always log the inode on unwritten extent conversionBrian Foster2015-05-311-1/+9
| | |/
* | | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-07-0138-1711/+1697
|\ \ \
| * | | btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()Dan Carpenter2015-06-241-9/+11
| * | | Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linu...Chris Mason2015-06-238-53/+239
| |\ \ \
| | * | | Btrfs: Check if kobject is initialized before putAnand Jain2015-06-221-3/+5
| | * | | lib: export symbol kobject_move()Anand Jain2015-06-191-0/+1
| | * | | Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2015-06-192-1/+7
| | * | | Btrfs: free the stale deviceAnand Jain2015-06-191-0/+61
| | * | | Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issueAnand Jain2015-05-271-1/+1
| | * | | Btrfs: sysfs: add support to add parent for fsidAnand Jain2015-05-271-2/+2
| | * | | Btrfs: sysfs: separate kobject and attribute creationAnand Jain2015-05-272-14/+19
| | * | | Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain2015-05-272-1/+2
| | * | | Btrfs: sysfs: make btrfs_sysfs_add_device() non staticAnand Jain2015-05-271-0/+1
| | * | | Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain2015-05-272-1/+3
| | * | | Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain2015-05-274-10/+10
| | * | | Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain2015-05-274-7/+6
| | * | | 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
| * | | | Btrfs: use received_uuid of parent during sendJosef Bacik2015-06-121-4/+21
| * | | | Btrfs: fix use-after-free in btrfs_replay_logLiu Bo2015-06-121-1/+2
| * | | | btrfs: wait for delayed iputs on no spaceZhao Lei2015-06-101-0/+3
| * | | | btrfs: qgroup: Make snapshot accounting work with new extent-orientedQu Wenruo2015-06-101-20/+33
| * | | | btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.Qu Wenruo2015-06-104-0/+40
| * | | | btrfs: ulist: Add ulist_del() function.Qu Wenruo2015-06-102-11/+37
| * | | | btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo2015-06-105-972/+3
| * | | | btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo2015-06-103-27/+89
| * | | | btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.Qu Wenruo2015-06-102-100/+28
| * | | | btrfs: qgroup: Switch rescan to new mechanism.Qu Wenruo2015-06-101-36/+7
| * | | | btrfs: qgroup: Add new qgroup calculation functionQu Wenruo2015-06-103-0/+118
| * | | | btrfs: backref: Add special time_seq == (u64)-1 case forQu Wenruo2015-06-101-6/+29
| * | | | btrfs: qgroup: Add new function to record old_roots.Qu Wenruo2015-06-102-0/+29
| * | | | btrfs: qgroup: Record possible quota-related extent for qgroup.Qu Wenruo2015-06-105-7/+95