index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
btrfs: sysfs: move helper macros to sysfs.c
David Sterba
1
-0
/
+48
2019-09-09
btrfs: sysfs: move type conversion helpers to sysfs.c
David Sterba
1
-0
/
+16
2019-09-09
btrfs: cleanup kobject.h includes
David Sterba
1
-1
/
+0
2019-09-09
btrfs: factor out sysfs code for updating sprout fsid
David Sterba
1
-0
/
+15
2019-09-09
btrfs: factor out sysfs code for deleting block group and space infos
David Sterba
1
-0
/
+22
2019-09-09
btrfs: factor out sysfs code for sending device uevent
David Sterba
1
-0
/
+11
2019-09-09
btrfs: sysfs: replace direct access to feature set names with a helper
David Sterba
1
-1
/
+6
2019-09-09
btrfs: sysfs: unexport space_info_ktype
David Sterba
1
-1
/
+1
2019-09-09
btrfs: factor out sysfs code for creating space infos
David Sterba
1
-0
/
+37
2019-09-09
btrfs: sysfs: unexport btrfs_raid_ktype
David Sterba
1
-1
/
+1
2019-09-09
btrfs: factor sysfs code out of link_block_group
David Sterba
1
-0
/
+46
2019-09-09
btrfs: delete debugfs code
David Sterba
1
-30
/
+0
2019-09-09
btrfs: sysfs: add debugging exports
David Sterba
1
-0
/
+32
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-07-16
Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-0
/
+1
2019-07-02
btrfs: move space_info to space-info.h
Josef Bacik
1
-0
/
+1
2019-06-21
btrfs: sysfs: Replace default_attrs in ktypes with groups
Kimberly Brown
1
-3
/
+5
2019-06-03
btrfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-8
/
+2
2019-05-16
btrfs: sysfs: don't leak memory when failing add fsid
Tobin C. Harding
1
-1
/
+6
2018-12-17
btrfs: Add sysfs support for metadata_uuid feature
Nikolay Borisov
1
-0
/
+14
2018-08-06
btrfs: prune unused includes
David Sterba
1
-2
/
+0
2018-05-28
btrfs: sysfs: Add entry which shows if rmdir can work on subvolumes
Misono Tomohiro
1
-0
/
+39
2018-05-28
btrfs: sysfs: Use enum/define value for feature array definitions
Tomohiro Misono
1
-5
/
+6
2018-05-28
btrfs: rename struct btrfs_fs_devices::list
Anand Jain
1
-1
/
+1
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-14
/
+1
2018-03-31
btrfs: defer adding raid type kobject until after chunk relocation
Jeff Mahoney
1
-1
/
+1
2018-03-26
btrfs: add more __cold annotations
David Sterba
1
-1
/
+1
2018-03-16
Revert "btrfs: use proper endianness accessors for super_copy"
David Sterba
1
-3
/
+5
2018-03-01
btrfs: use proper endianness accessors for super_copy
Anand Jain
1
-5
/
+3
2018-01-22
Btrfs: add __init macro to btrfs init functions
Liu Bo
1
-1
/
+1
2017-10-30
btrfs: prefix sysfs attribute struct names
Hans van Kranenburg
1
-31
/
+32
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2017-08-15
btrfs: Add zstd support
Nick Terrell
1
-0
/
+2
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
1
-2
/
+2
2017-06-19
btrfs: Add quota_override knob into sysfs
Sargun Dhillon
1
-0
/
+41
2016-09-26
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
1
-1
/
+1
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
1
-2
/
+4
2016-09-26
btrfs: create example debugfs file only in debugging build
David Sterba
1
-0
/
+9
2016-09-26
btrfs: fix perms on demonstration debugfs interface
Eric Sandeen
1
-1
/
+1
2016-07-26
btrfs: add missing bytes_readonly attribute file in sysfs
Wang Xiaoguang
1
-0
/
+2
2016-05-06
btrfs: sysfs: protect reading label by lock
David Sterba
1
-1
/
+7
2016-05-06
btrfs: add check to sysfs handler of label
David Sterba
1
-0
/
+3
2016-05-06
btrfs: add read-only check to sysfs handler of features
David Sterba
1
-0
/
+3
2016-01-27
btrfs: sysfs: check initialization state before updating features
David Sterba
1
-0
/
+3
2016-01-21
btrfs: sysfs: introduce helper for syncing bits with sysfs files
David Sterba
1
-0
/
+30
2016-01-21
btrfs: sysfs: add free-space-tree bit attribute
David Sterba
1
-0
/
+2
2015-09-29
Btrfs: rename super_kobj to fsid_kobj
Anand Jain
1
-18
/
+18
2015-09-29
Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_link
Anand Jain
1
-3
/
+3
2015-09-29
Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_link
Anand Jain
1
-2
/
+2
2015-09-29
Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mounted
Anand Jain
1
-2
/
+2
[next]