Age | Commit message (Expand) | Author | Files | Lines |
2022-04-05 | kobject: kobj_type: remove default_attrs |  Greg Kroah-Hartman | 1 | -13/+0 |
2021-09-14 | sysfs: simplify sysfs_kf_seq_show |  Christoph Hellwig | 1 | -9/+6 |
2021-09-14 | sysfs: refactor sysfs_add_file_mode_ns |  Christoph Hellwig | 1 | -13/+14 |
2021-09-14 | sysfs: split out binary attribute handling from sysfs_add_file_mode_ns |  Christoph Hellwig | 1 | -54/+66 |
2021-08-05 | sysfs: Rename struct bin_attribute member to f_mapping |  Krzysztof Wilczyński | 1 | -2/+2 |
2021-08-05 | sysfs: Invoke iomem_get_mapping() from the sysfs open callback |  Krzysztof Wilczyński | 1 | -1/+1 |
2021-01-12 | sysfs: Support zapping of binary attr mmaps |  Daniel Vetter | 1 | -0/+11 |
2020-10-02 | sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output |  Joe Perches | 1 | -0/+55 |
2020-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma |  Linus Torvalds | 1 | -0/+1 |
2020-05-17 | sysfs: export sysfs_remove_file_self() |  Jack Wang | 1 | -0/+1 |
2020-04-20 | docs: filesystems: fix renamed references |  Mauro Carvalho Chehab | 1 | -1/+1 |
2020-02-26 | sysfs: add sysfs_change_owner() |  Christian Brauner | 1 | -0/+60 |
2020-02-26 | sysfs: add sysfs_link_change_owner() |  Christian Brauner | 1 | -0/+41 |
2020-02-26 | sysfs: add sysfs_file_change_owner() |  Christian Brauner | 1 | -0/+47 |
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 | 1 | -2/+4 |
2018-12-03 | sysfs: constify sysfs create/remove files harder |  Jani Nikula | 1 | -2/+2 |
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 | 1 | -12/+20 |
2018-07-20 | kernfs: allow creating kernfs objects with arbitrary uid/gid |  Dmitry Torokhov | 1 | -2/+3 |
2018-02-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk |  Linus Torvalds | 1 | -3/+2 |
2018-01-23 | sysfs: use SPDX identifiers |  Greg Kroah-Hartman | 1 | -2/+1 |
2018-01-05 | sysfs: do not use print_symbol() |  Sergey Senozhatsky | 1 | -3/+2 |
2017-04-08 | sysfs: be careful of error returns from ops->show() |  NeilBrown | 1 | -2/+4 |
2016-08-31 | sysfs: correctly handle read offset on PREALLOC attrs |  Konstantin Khlebnikov | 1 | -1/+7 |
2015-10-04 | sysfs: correctly handle short reads on PREALLOC attrs. |  NeilBrown | 1 | -1/+3 |
2015-06-01 | fs: sysfs: don't pass count == 0 to bin file readers |  Vladimir Zapolskiy | 1 | -1/+1 |
2015-02-13 | kernfs: remove KERNFS_STATIC_NAME |  Tejun Heo | 1 | -1/+1 |
2014-11-07 | sysfs/kernfs: make read requests on pre-alloc files use the buffer. |  NeilBrown | 1 | -4/+28 |
2014-11-07 | sysfs/kernfs: allow attributes to request write buffer be pre-allocated. |  NeilBrown | 1 | -7/+24 |
2014-11-07 | fs: sysfs: return EGBIG on write if offset is larger than file size |  Vladimir Zapolskiy | 1 | -1/+1 |
2014-05-20 | sysfs: make sure read buffer is zeroed |  Tejun Heo | 1 | -1/+2 |
2014-04-16 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() |  Tejun Heo | 1 | -92/+0 |
2014-03-25 | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" |  Greg Kroah-Hartman | 1 | -0/+92 |
2014-02-07 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() |  Tejun Heo | 1 | -92/+0 |
2014-02-07 | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers |  Tejun Heo | 1 | -0/+23 |
2014-01-13 | Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" |  Greg Kroah-Hartman | 1 | -23/+0 |
2014-01-13 | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" |  Greg Kroah-Hartman | 1 | -0/+92 |
2014-01-10 | sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() |  Tejun Heo | 1 | -92/+0 |
2014-01-10 | kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers |  Tejun Heo | 1 | -0/+23 |
2013-12-17 | kernfs: mark static names with KERNFS_STATIC_NAME |  Tejun Heo | 1 | -2/+2 |
2013-12-11 | kernfs: s/sysfs/kernfs/ in constants |  Tejun Heo | 1 | -1/+1 |
2013-12-11 | kernfs: s/sysfs/kernfs/ in various data structures |  Tejun Heo | 1 | -5/+5 |
2013-12-11 | kernfs: drop s_ prefix from kernfs_node members |  Tejun Heo | 1 | -8/+8 |
2013-12-11 | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly |  Tejun Heo | 1 | -61/+61 |
2013-12-10 | sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning |  Tejun Heo | 1 | -4/+8 |
2013-11-29 | sysfs, kernfs: move file core code to fs/kernfs/file.c |  Tejun Heo | 1 | -801/+1 |