summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs: give different locking key to regular and bin filesTejun Heo2013-12-081-5/+3Star
* sysfs: use a separate locking class for open files depending on mmapTejun Heo2013-11-231-2/+20
* sysfs: use generic_file_llseek() for sysfs_file_operationsTejun Heo2013-11-011-1/+1
* sysfs: return correct error code on unimplemented mmap()Vladimir Zapolskiy2013-10-301-1/+0Star
* sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo2013-10-291-4/+4
* sysfs: fix sysfs_write_file for bin fileMing Lei2013-10-251-3/+2Star
* sysfs/bin: Fix size handling overflow for bin_attributeBenjamin Herrenschmidt2013-10-141-1/+1
* sysfs: make sysfs_file_ops() follow ignore_lockdep flagTejun Heo2013-10-141-1/+2
* sysfs: merge regular and bin file handlingTejun Heo2013-10-061-0/+26
* sysfs: prepare open path for unified regular / bin file handlingTejun Heo2013-10-061-25/+33
* sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.cTejun Heo2013-10-061-1/+246
* sysfs: add sysfs_bin_read()Tejun Heo2013-10-061-0/+65
* sysfs: prepare path write for unified regular / bin file handlingTejun Heo2013-10-061-6/+34
* sysfs: use seq_file when reading regular filesTejun Heo2013-10-061-91/+73Star
* sysfs: use transient write bufferTejun Heo2013-10-061-62/+52Star
* sysfs: add sysfs_open_file->sd and ->fileTejun Heo2013-10-061-11/+12
* sysfs: rename sysfs_buffer to sysfs_open_fileTejun Heo2013-10-061-64/+63Star
* sysfs: add sysfs_open_file_mutexTejun Heo2013-10-061-6/+12
* sysfs: remove sysfs_buffer->opsTejun Heo2013-10-061-12/+21
* sysfs: remove sysfs_buffer->needs_read_fillTejun Heo2013-10-051-12/+12
* sysfs: remove unused sysfs_buffer->posTejun Heo2013-10-051-1/+0Star
* sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo2013-10-041-2/+2
* sysfs: @name comes before @nsTejun Heo2013-09-271-5/+5
* sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-271-2/+2
* sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-71/+24Star
* sysfs: file.c: fix up broken string warningsGreg Kroah-Hartman2013-08-221-4/+6
* sysfs: fix up uaccess.h coding style warningsGreg Kroah-Hartman2013-08-221-1/+1
* sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman2013-08-221-5/+4Star
* sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-221-16/+16
* sysfs: remove trailing whitespaceGreg Kroah-Hartman2013-08-221-12/+10Star
* sysfs: fix placement of EXPORT_SYMBOL()Greg Kroah-Hartman2013-08-221-9/+4Star
* sysfs_notify is only possible on file attributesNick Dyer2013-06-081-4/+6
* sysfs: Mark sysfs_attr_ns staticJosh Triplett2012-11-271-2/+2
* sysfs: Complain bitterly about attempts to remove files from nonexistent dire...Eric W. Biederman2012-01-241-0/+6
* sysfs: propagate umode_tAl Viro2012-01-041-1/+1
* switch sysfs_chmod_file() to umode_tAl Viro2012-01-041-1/+1
* sysfs: Reject with a warning invalid uses of tagged directories.Eric W. Biederman2011-10-201-3/+0Star
* sysfs: Implement support for tagged files in sysfs.Eric W. Biederman2011-10-201-2/+51
* sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-141-12/+0Star
* sysfs: checking for NULL instead of ERR_PTRDan Carpenter2010-09-041-1/+1
* sysfs: sysfs_chmod_file's attr can be constJean Delvare2010-08-051-1/+2
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-7/+10
* sysfs: Only take active references on attributes.Eric W. Biederman2010-03-081-0/+1
* sysfs: Remove sysfs_get/put_active_twoEric W. Biederman2010-03-081-9/+9
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-4/+4
* sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen2010-03-081-0/+20
* sysfs: In sysfs_chmod_file lazily propagate the mode change.Eric W. Biederman2009-12-111-23/+8Star
* sysfs: Simplify sysfs_chmod_file semanticsEric W. Biederman2009-12-111-9/+1Star
* sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown2009-10-151-6/+8
* sysfs: file.c: use create_singlethread_workqueue()Andrew Morton2009-05-281-1/+1