index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
sysfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: sysfs: check initialization state before updating features
David Sterba
2016-01-27
1
-0
/
+3
*
btrfs: sysfs: introduce helper for syncing bits with sysfs files
David Sterba
2016-01-21
1
-0
/
+30
*
btrfs: sysfs: add free-space-tree bit attribute
David Sterba
2016-01-21
1
-0
/
+2
*
Btrfs: rename super_kobj to fsid_kobj
Anand Jain
2015-09-29
1
-18
/
+18
*
Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_link
Anand Jain
2015-09-29
1
-3
/
+3
*
Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_link
Anand Jain
2015-09-29
1
-2
/
+2
*
Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mounted
Anand Jain
2015-09-29
1
-2
/
+2
*
Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mounted
Anand Jain
2015-09-29
1
-1
/
+1
*
Btrfs: Check if kobject is initialized before put
Anand Jain
2015-06-22
1
-3
/
+5
*
Btrfs: sysfs: add support to add parent for fsid
Anand Jain
2015-05-27
1
-2
/
+2
*
Btrfs: sysfs: separate kobject and attribute creation
Anand Jain
2015-05-27
1
-13
/
+2
*
Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non static
Anand Jain
2015-05-27
1
-1
/
+1
*
Btrfs: sysfs: make btrfs_sysfs_add_fsid() non static
Anand Jain
2015-05-27
1
-1
/
+1
*
Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info
Anand Jain
2015-05-27
1
-6
/
+6
*
Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info
Anand Jain
2015-05-27
1
-4
/
+3
*
Btrfs: sysfs: provide framework to remove all fsid sysfs kobject
Anand Jain
2015-05-27
1
-1
/
+16
*
Btrfs: sysfs: add pointer to access fs_info from fs_devices
Anand Jain
2015-05-27
1
-0
/
+4
*
Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...
Anand Jain
2015-05-27
1
-39
/
+49
*
Btrfs: sysfs: separate device kobject and its attribute creation
Anand Jain
2015-05-27
1
-6
/
+15
*
Btrfs: sysfs: let default_attrs be separate from the kset
Anand Jain
2015-05-27
1
-4
/
+8
*
Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsid
Anand Jain
2015-05-27
1
-1
/
+14
*
Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsid
Anand Jain
2015-05-27
1
-4
/
+4
*
Btrfs: sysfs: reorder the kobject creations
Anand Jain
2015-05-27
1
-10
/
+13
*
Btrfc: sysfs: fix, check if device_dir_kobj is init before destroy
Anand Jain
2015-05-27
1
-4
/
+6
*
Btrfs: sysfs: fix, kobject pointer clean up needed after kobject release
Anand Jain
2015-05-27
1
-0
/
+1
*
Btrfs: sysfs: fix, undo sysfs device links
Anand Jain
2015-05-27
1
-0
/
+17
*
Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...
Anand Jain
2015-05-27
1
-0
/
+2
*
btrfs: constify structs with op functions or static definitions
David Sterba
2015-02-16
1
-1
/
+1
*
Btrfs: add missing cleanup on sysfs init failure
Filipe Manana
2015-02-02
1
-1
/
+9
*
btrfs: move commit out of sysfs when changing label
David Sterba
2014-11-12
1
-13
/
+8
*
btrfs: move commit out of sysfs when changing features
David Sterba
2014-11-12
1
-8
/
+5
*
btrfs: sysfs label interface should check for read only FS
Anand Jain
2014-09-17
1
-0
/
+3
*
btrfs: code optimize: BTRFS_ATTR_RW could set the mode
Anand Jain
2014-09-17
1
-1
/
+1
*
btrfs: code optimize: BTRFS_ATTR could handle the mode
Anand Jain
2014-09-17
1
-7
/
+7
*
btrfs: use BTRFS_ATTR instead of btrfs_no_store()
Anand Jain
2014-09-17
1
-10
/
+3
*
btrfs: label should not contain return char
Satoru Takeuchi
2014-09-17
1
-3
/
+12
*
Btrfs: fix regression of btrfs device replace
Liu Bo
2014-08-21
1
-1
/
+1
*
btrfs: dev add should add its sysfs entry
Anand Jain
2014-06-28
1
-3
/
+9
*
btrfs: dev delete should remove sysfs entry
Anand Jain
2014-06-28
1
-0
/
+20
*
btrfs: rename add_device_membership to btrfs_kobj_add_device
Anand Jain
2014-06-28
1
-2
/
+2
*
btrfs: allocate raid type kobjects dynamically
Jeff Mahoney
2014-06-09
1
-2
/
+3
*
btrfs: usage error should not be logged into system log
Anand Jain
2014-06-09
1
-4
/
+1
*
btrfs: export more from FS_INFO to sysfs
David Sterba
2014-06-09
1
-0
/
+40
*
btrfs: add simple debugfs interface
David Sterba
2014-03-10
1
-6
/
+27
*
btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105
Anand Jain
2014-02-15
1
-2
/
+8
*
btrfs: sysfs: list the NO_HOLES feature
David Sterba
2014-01-28
1
-0
/
+2
*
btrfs: sysfs: don't show reserved incompat feature
David Sterba
2014-01-28
1
-2
/
+0
*
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
1
-1
/
+1
*
btrfs: fix leaks during sysfs teardown
Jeff Mahoney
2014-01-28
1
-60
/
+73
*
btrfs: replace BUG in can_modify_feature
David Sterba
2014-01-28
1
-1
/
+3
[next]