index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
sysfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-21
Btrfs: fix regression of btrfs device replace
Liu Bo
1
-1
/
+1
2014-06-28
btrfs: dev add should add its sysfs entry
Anand Jain
1
-3
/
+9
2014-06-28
btrfs: dev delete should remove sysfs entry
Anand Jain
1
-0
/
+20
2014-06-28
btrfs: rename add_device_membership to btrfs_kobj_add_device
Anand Jain
1
-2
/
+2
2014-06-09
btrfs: allocate raid type kobjects dynamically
Jeff Mahoney
1
-2
/
+3
2014-06-09
btrfs: usage error should not be logged into system log
Anand Jain
1
-4
/
+1
2014-06-09
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-28
btrfs: sysfs: list the NO_HOLES feature
David Sterba
1
-0
/
+2
2014-01-28
btrfs: sysfs: don't show reserved incompat feature
David Sterba
1
-2
/
+0
2014-01-28
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
1
-1
/
+1
2014-01-28
btrfs: fix leaks during sysfs teardown
Jeff Mahoney
1
-60
/
+73
2014-01-28
btrfs: replace BUG in can_modify_feature
David Sterba
1
-1
/
+3
2014-01-28
btrfs: reserve no transaction units in btrfs_feature_attr_store
David Sterba
1
-1
/
+1
2014-01-28
btrfs: publish fs label in sysfs
Jeff Mahoney
1
-0
/
+44
2014-01-28
btrfs: publish device membership in sysfs
Jeff Mahoney
1
-0
/
+32
2014-01-28
btrfs: publish allocation data in sysfs
Jeff Mahoney
1
-0
/
+148
2014-01-28
btrfs: use feature attribute names to print better error messages
Jeff Mahoney
1
-1
/
+32
2014-01-28
btrfs: add ability to change features via sysfs
Jeff Mahoney
1
-3
/
+115
2014-01-28
btrfs: publish unknown feature bits in sysfs
Jeff Mahoney
1
-1
/
+107
2014-01-28
btrfs: publish per-super features in sysfs
Jeff Mahoney
1
-16
/
+65
2014-01-28
btrfs: publish per-super attributes in sysfs
Jeff Mahoney
1
-0
/
+36
2014-01-28
btrfs: publish supported featured in sysfs
Jeff Mahoney
1
-0
/
+44
2013-03-01
btrfs: fixup/remove module.h usage as required
Paul Gortmaker
1
-1
/
+0
2011-06-17
btrfs: Remove unused sysfs code
Maarten Lankhorst
1
-146
/
+0
2011-05-22
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...
Chris Mason
1
-77
/
+0
2011-05-06
btrfs: remove all unused functions
David Sterba
1
-65
/
+0
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-2
/
+2
2009-01-05
Btrfs: Fix checkpatch.pl warnings
Chris Mason
1
-2
/
+4
2009-01-05
Btrfs: do not call kfree if kmalloc failed in btrfs_sysfs_add_super
Shen Feng
1
-2
/
+1
2008-09-25
Remove Btrfs compat code for older kernels
Chris Mason
1
-33
/
+0
2008-09-25
Btrfs: trivial sparse fixes
Christoph Hellwig
1
-4
/
+4
2008-09-25
Btrfs: Disable sysfs files on older kernels
Chris Mason
1
-0
/
+34
2008-09-25
btrfs: fixes for kobject changes in mainline
Greg KH
1
-24
/
+15
2008-09-25
Btrfs: Back port to 2.6.18-el kernels
Chris Mason
1
-2
/
+21
2008-09-25
Btrfs: sysfs compile fixup
Jens Axboe
1
-3
/
+2
2008-09-25
Btrfs: Allow tree blocks larger than the page size
Chris Mason
1
-2
/
+3
2008-09-25
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
1
-5
/
+5
2007-08-29
Btrfs: Add per-root block accounting and sysfs entries
Josef Bacik
1
-0
/
+236
2007-07-11
Btrfs: trivial include fixups
Zach Brown
1
-1
/
+0
2007-06-12
Btrfs: add GPLv2
Chris Mason
1
-0
/
+18
2007-04-04
Btrfs: add dir inode index
Chris Mason
1
-0
/
+4