summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
* 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/+0Star
* Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...Anand Jain2015-05-271-0/+2
* Linux 4.1-rc5Linus Torvalds2015-05-251-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-05-2413-77/+71Star
|\
| * MAINTAINERS: Revise lpfc maintainers for Avago Technologies ownership of EmulexJames Smart2015-05-181-3/+4
| * MAINTAINERS, be2iscsi: change email domainMinh Tran2015-05-1810-38/+40
| * sd: Disable support for 256 byte/sector disksMark Hounschell2015-05-181-14/+5Star
| * lpfc: Fix breakage on big endian kernelsAlexey Kardashevskiy2015-05-111-20/+21
| * storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan2015-05-111-2/+1Star
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-242-12/+29
|\ \
| * | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-132-12/+29
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-241-1/+8
|\ \ \
| * | | irqchip/gicv3-its: ITS table size should not be smaller than PSZMinghuan Lian2015-05-201-1/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-05-231-13/+20
|\ \ \ \
| * | | | Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov2015-05-201-2/+0Star
| * | | | libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-05-201-11/+20
| |/ / /
* | | | 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-202-0/+3
| * | | | btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh2015-05-201-0/+17
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-2330-240/+190Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-05-222-11/+11
| |\ \ \ \ \
| | * | | | | drm/radeon: fix error flag checking in native aux pathAlex Deucher2015-05-211-2/+0Star
| | * | | | | drm/radeon: retry dcpd fetchAlex Deucher2015-05-211-9/+11
| * | | | | | Merge tag 'drm-intel-fixes-2015-05-21' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-05-221-13/+11Star
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | drm/i915: fix screen flickeringThomas Gummerer2015-05-191-13/+11Star
| | | |/ / / | | |/| | |
| * | | | | drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()Stephane Viau2015-05-211-1/+1