index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-22
Btrfs: Check if kobject is initialized before put
Anand Jain
1
-3
/
+5
2015-05-27
Btrfs: sysfs: add support to add parent for fsid
Anand Jain
1
-2
/
+2
2015-05-27
Btrfs: sysfs: separate kobject and attribute creation
Anand Jain
1
-13
/
+2
2015-05-27
Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non static
Anand Jain
1
-1
/
+1
2015-05-27
Btrfs: sysfs: make btrfs_sysfs_add_fsid() non static
Anand Jain
1
-1
/
+1
2015-05-27
Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info
Anand Jain
1
-6
/
+6
2015-05-27
Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info
Anand Jain
1
-4
/
+3
2015-05-27
Btrfs: sysfs: provide framework to remove all fsid sysfs kobject
Anand Jain
1
-1
/
+16
2015-05-27
Btrfs: sysfs: add pointer to access fs_info from fs_devices
Anand Jain
1
-0
/
+4
2015-05-27
Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...
Anand Jain
1
-39
/
+49
2015-05-27
Btrfs: sysfs: separate device kobject and its attribute creation
Anand Jain
1
-6
/
+15
2015-05-27
Btrfs: sysfs: let default_attrs be separate from the kset
Anand Jain
1
-4
/
+8
2015-05-27
Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsid
Anand Jain
1
-1
/
+14
2015-05-27
Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsid
Anand Jain
1
-4
/
+4
2015-05-27
Btrfs: sysfs: reorder the kobject creations
Anand Jain
1
-10
/
+13
2015-05-27
Btrfc: sysfs: fix, check if device_dir_kobj is init before destroy
Anand Jain
1
-4
/
+6
2015-05-27
Btrfs: sysfs: fix, kobject pointer clean up needed after kobject release
Anand Jain
1
-0
/
+1
2015-05-27
Btrfs: sysfs: fix, undo sysfs device links
Anand Jain
1
-0
/
+17
2015-05-27
Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...
Anand Jain
1
-0
/
+2
2015-02-16
btrfs: constify structs with op functions or static definitions
David Sterba
1
-1
/
+1
2015-02-03
Btrfs: add missing cleanup on sysfs init failure
Filipe Manana
1
-1
/
+9
2014-11-12
btrfs: move commit out of sysfs when changing label
David Sterba
1
-13
/
+8
2014-11-12
btrfs: move commit out of sysfs when changing features
David Sterba
1
-8
/
+5
2014-09-18
btrfs: sysfs label interface should check for read only FS
Anand Jain
1
-0
/
+3
2014-09-18
btrfs: code optimize: BTRFS_ATTR_RW could set the mode
Anand Jain
1
-1
/
+1
2014-09-18
btrfs: code optimize: BTRFS_ATTR could handle the mode
Anand Jain
1
-7
/
+7
2014-09-18
btrfs: use BTRFS_ATTR instead of btrfs_no_store()
Anand Jain
1
-10
/
+3
2014-09-18
btrfs: label should not contain return char
Satoru Takeuchi
1
-3
/
+12
2014-08-21
Btrfs: fix regression of btrfs device replace
Liu Bo
1
-1
/
+1
2014-06-29
btrfs: dev add should add its sysfs entry
Anand Jain
1
-3
/
+9
2014-06-29
btrfs: dev delete should remove sysfs entry
Anand Jain
1
-0
/
+20
2014-06-29
btrfs: rename add_device_membership to btrfs_kobj_add_device
Anand Jain
1
-2
/
+2
2014-06-10
btrfs: allocate raid type kobjects dynamically
Jeff Mahoney
1
-2
/
+3
2014-06-10
btrfs: usage error should not be logged into system log
Anand Jain
1
-4
/
+1
2014-06-10
btrfs: export more from FS_INFO to sysfs
David Sterba
1
-0
/
+40
2014-03-10
btrfs: add simple debugfs interface
David Sterba
1
-6
/
+27
2014-02-15
btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105
Anand Jain
1
-2
/
+8
2014-01-29
btrfs: sysfs: list the NO_HOLES feature
David Sterba
1
-0
/
+2
2014-01-29
btrfs: sysfs: don't show reserved incompat feature
David Sterba
1
-2
/
+0
2014-01-29
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
1
-1
/
+1
2014-01-29
btrfs: fix leaks during sysfs teardown
Jeff Mahoney
1
-60
/
+73
2014-01-29
btrfs: replace BUG in can_modify_feature
David Sterba
1
-1
/
+3
2014-01-29
btrfs: reserve no transaction units in btrfs_feature_attr_store
David Sterba
1
-1
/
+1
2014-01-29
btrfs: publish fs label in sysfs
Jeff Mahoney
1
-0
/
+44
2014-01-29
btrfs: publish device membership in sysfs
Jeff Mahoney
1
-0
/
+32
2014-01-29
btrfs: publish allocation data in sysfs
Jeff Mahoney
1
-0
/
+148
2014-01-29
btrfs: use feature attribute names to print better error messages
Jeff Mahoney
1
-1
/
+32
2014-01-29
btrfs: add ability to change features via sysfs
Jeff Mahoney
1
-3
/
+115
2014-01-29
btrfs: publish unknown feature bits in sysfs
Jeff Mahoney
1
-1
/
+107
2014-01-29
btrfs: publish per-super features in sysfs
Jeff Mahoney
1
-16
/
+65
[next]