index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
sysfs.c
Age
Commit message (
Expand
)
Author
2015-06-22
Btrfs: Check if kobject is initialized before put
Anand Jain
2015-05-27
Btrfs: sysfs: add support to add parent for fsid
Anand Jain
2015-05-27
Btrfs: sysfs: separate kobject and attribute creation
Anand Jain
2015-05-27
Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non static
Anand Jain
2015-05-27
Btrfs: sysfs: make btrfs_sysfs_add_fsid() non static
Anand Jain
2015-05-27
Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info
Anand Jain
2015-05-27
Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info
Anand Jain
2015-05-27
Btrfs: sysfs: provide framework to remove all fsid sysfs kobject
Anand Jain
2015-05-27
Btrfs: sysfs: add pointer to access fs_info from fs_devices
Anand Jain
2015-05-27
Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...
Anand Jain
2015-05-27
Btrfs: sysfs: separate device kobject and its attribute creation
Anand Jain
2015-05-27
Btrfs: sysfs: let default_attrs be separate from the kset
Anand Jain
2015-05-27
Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsid
Anand Jain
2015-05-27
Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsid
Anand Jain
2015-05-27
Btrfs: sysfs: reorder the kobject creations
Anand Jain
2015-05-27
Btrfc: sysfs: fix, check if device_dir_kobj is init before destroy
Anand Jain
2015-05-27
Btrfs: sysfs: fix, kobject pointer clean up needed after kobject release
Anand Jain
2015-05-27
Btrfs: sysfs: fix, undo sysfs device links
Anand Jain
2015-05-27
Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ...
Anand Jain
2015-02-16
btrfs: constify structs with op functions or static definitions
David Sterba
2015-02-02
Btrfs: add missing cleanup on sysfs init failure
Filipe Manana
2014-11-12
btrfs: move commit out of sysfs when changing label
David Sterba
2014-11-12
btrfs: move commit out of sysfs when changing features
David Sterba
2014-09-17
btrfs: sysfs label interface should check for read only FS
Anand Jain
2014-09-17
btrfs: code optimize: BTRFS_ATTR_RW could set the mode
Anand Jain
2014-09-17
btrfs: code optimize: BTRFS_ATTR could handle the mode
Anand Jain
2014-09-17
btrfs: use BTRFS_ATTR instead of btrfs_no_store()
Anand Jain
2014-09-17
btrfs: label should not contain return char
Satoru Takeuchi
2014-08-21
Btrfs: fix regression of btrfs device replace
Liu Bo
2014-06-28
btrfs: dev add should add its sysfs entry
Anand Jain
2014-06-28
btrfs: dev delete should remove sysfs entry
Anand Jain
2014-06-28
btrfs: rename add_device_membership to btrfs_kobj_add_device
Anand Jain
2014-06-09
btrfs: allocate raid type kobjects dynamically
Jeff Mahoney
2014-06-09
btrfs: usage error should not be logged into system log
Anand Jain
2014-06-09
btrfs: export more from FS_INFO to sysfs
David Sterba
2014-03-10
btrfs: add simple debugfs interface
David Sterba
2014-02-15
btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105
Anand Jain
2014-01-28
btrfs: sysfs: list the NO_HOLES feature
David Sterba
2014-01-28
btrfs: sysfs: don't show reserved incompat feature
David Sterba
2014-01-28
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
btrfs: fix leaks during sysfs teardown
Jeff Mahoney
2014-01-28
btrfs: replace BUG in can_modify_feature
David Sterba
2014-01-28
btrfs: reserve no transaction units in btrfs_feature_attr_store
David Sterba
2014-01-28
btrfs: publish fs label in sysfs
Jeff Mahoney
2014-01-28
btrfs: publish device membership in sysfs
Jeff Mahoney
2014-01-28
btrfs: publish allocation data in sysfs
Jeff Mahoney
2014-01-28
btrfs: use feature attribute names to print better error messages
Jeff Mahoney
2014-01-28
btrfs: add ability to change features via sysfs
Jeff Mahoney
2014-01-28
btrfs: publish unknown feature bits in sysfs
Jeff Mahoney
2014-01-28
btrfs: publish per-super features in sysfs
Jeff Mahoney
[next]