aboutsummaryrefslogtreecommitdiff
path: root/fs/sysfs/file.c
AgeCommit message (Expand)Author
2019-02-08sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek
2019-01-18sysfs: fix blank line coding style warningStephen Martin
2019-01-07sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman
2018-12-03sysfs: constify sysfs create/remove files harderJani Nikula
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-02scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche
2018-07-29sysfs: Fix regression when adding a file to an existing groupTyler Hicks
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-23sysfs: use SPDX identifiersGreg Kroah-Hartman
2018-01-05sysfs: do not use print_symbol()Sergey Senozhatsky
2017-04-08sysfs: be careful of error returns from ops->show()NeilBrown
2016-08-31sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov
2015-10-04sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown
2015-06-01fs: sysfs: don't pass count == 0 to bin file readersVladimir Zapolskiy
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2014-11-07sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown
2014-11-07fs: sysfs: return EGBIG on write if offset is larger than file sizeVladimir Zapolskiy
2014-05-20sysfs: make sure read buffer is zeroedTejun Heo
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman
2014-02-07sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-02-07kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2014-01-13Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman
2014-01-13Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman
2014-01-10sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-01-10kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo
2013-12-17kernfs: mark static names with KERNFS_STATIC_NAMETejun Heo
2013-12-11kernfs: s/sysfs/kernfs/ in constantsTejun Heo
2013-12-11kernfs: s/sysfs/kernfs/ in various data structuresTejun Heo
2013-12-11kernfs: drop s_ prefix from kernfs_node membersTejun Heo
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-12-10sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warningTejun Heo
2013-11-29sysfs, kernfs: move file core code to fs/kernfs/file.cTejun Heo
2013-11-29sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()Tejun Heo
2013-11-29sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotationTejun Heo
2013-11-29sysfs, kernfs: introduce kernfs_notify()Tejun Heo
2013-11-29sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()Tejun Heo
2013-11-29sysfs, kernfs: remove sysfs_add_one()Tejun Heo
2013-11-29sysfs, kernfs: introduce kernfs_create_file[_ns]()Tejun Heo
2013-11-29sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo
2013-11-29sysfs, kernfs: add sysfs_dirent->s_attr.sizeTejun Heo
2013-11-29sysfs, kernfs: introduce kernfs_opsTejun Heo
2013-11-29sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.hTejun Heo
2013-11-29sysfs, kernfs: prepare open, release, poll paths for kernfsTejun Heo
2013-11-29sysfs, kernfs: prepare mmap path for kernfsTejun Heo
2013-11-29sysfs, kernfs: prepare write path for kernfsTejun Heo
2013-11-29sysfs, kernfs: prepare read path for kernfsTejun Heo