index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
sysfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+1
2019-06-03
sysfs: Add sysfs_update_groups function
Jiri Olsa
1
-15
/
+39
2019-05-25
no need to protect against put_user_ns(NULL)
Al Viro
1
-2
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-03-16
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+5
2019-03-16
fix sysfs_init_fs_context() in !CONFIG_NET_NS case
Al Viro
1
-3
/
+5
2019-03-12
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-19
/
+54
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
1
-19
/
+54
2019-02-08
sysfs: remove unused include of kernfs-internal.h
Ondrej Mosnacek
1
-1
/
+0
2019-01-18
sysfs: fix blank line coding style warning
Stephen Martin
1
-0
/
+1
2019-01-07
sysfs: convert BUG_ON to WARN_ON
Greg Kroah-Hartman
4
-5
/
+10
2018-12-03
sysfs: constify sysfs create/remove files harder
Jani Nikula
1
-2
/
+2
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+22
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+44
2018-08-02
scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
Bart Van Assche
1
-0
/
+44
2018-07-29
sysfs: Fix regression when adding a file to an existing group
Tyler Hicks
1
-1
/
+1
2018-07-20
sysfs, kobject: allow creating kobject belonging to arbitrary users
Dmitry Torokhov
4
-23
/
+44
2018-07-20
kernfs: allow creating kernfs objects with arbitrary uid/gid
Dmitry Torokhov
2
-3
/
+6
2018-07-07
sysfs: Fix internal_create_group() for named group updates
Rajat Jain
1
-7
/
+22
2018-05-21
unfuck sysfs_mount()
Al Viro
1
-3
/
+3
2018-03-19
sysfs: symlink: export sysfs_create_link_nowarn()
Grygorii Strashko
1
-0
/
+1
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-3
/
+2
2018-01-23
sysfs: remove DEBUG defines
Greg Kroah-Hartman
2
-3
/
+0
2018-01-23
sysfs: use SPDX identifiers
Greg Kroah-Hartman
6
-13
/
+6
2018-01-22
sysfs: turn WARN() into pr_warn()
Greg Kroah-Hartman
1
-2
/
+3
2018-01-05
sysfs: do not use print_symbol()
Sergey Senozhatsky
1
-3
/
+2
2017-12-18
sysfs: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-1
/
+1
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-1
/
+1
2017-04-08
sysfs: be careful of error returns from ops->show()
NeilBrown
1
-2
/
+4
2016-10-14
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-3
/
+3
2016-09-27
sysfs print name of undiscoverable attribute group
Johannes Thumshirn
1
-2
/
+2
2016-08-31
sysfs: correctly handle read offset on PREALLOC attrs
Konstantin Khlebnikov
1
-1
/
+7
2016-08-10
kernfs: make kernfs_path*() behave in the style of strlcpy()
Tejun Heo
1
-3
/
+3
2016-06-23
kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
Eric W. Biederman
1
-2
/
+1
2016-06-23
mnt: Refactor fs_fully_visible into mount_too_revealing
Eric W. Biederman
1
-2
/
+2
2015-11-13
Merge tag 'chrome-platform-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+15
2015-11-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-0
/
+44
2015-10-19
sysfs: added __compat_only_sysfs_link_entry_to_kobj()
Jarkko Sakkinen
1
-0
/
+44
2015-10-07
sysfs: Support is_visible() on binary attributes
Emilio López
1
-2
/
+15
2015-10-04
sysfs: correctly handle short reads on PREALLOC attrs.
NeilBrown
1
-1
/
+3
2015-07-10
vfs: Commit to never having exectuables on proc and sysfs.
Eric W. Biederman
1
-0
/
+4
2015-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-4
/
+35
2015-07-01
sysfs: Add support for permanently empty directories to serve as mount points.
Eric W. Biederman
1
-0
/
+34
2015-06-01
fs: sysfs: don't pass count == 0 to bin file readers
Vladimir Zapolskiy
1
-1
/
+1
2015-05-24
sysfs: disambiguate between "error code" and "failure" in comments
Antonio Ospite
1
-3
/
+3
2015-05-13
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
Eric W. Biederman
1
-4
/
+1
2015-03-25
sysfs: Only accept read/write permissions for file attributes
Vivien Didelot
1
-0
/
+6
2015-03-25
sysfs: Use only return value from is_visible for the file mode
Guenter Roeck
1
-3
/
+2
2015-02-15
Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2015-02-13
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
1
-1
/
+1
[next]