| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2013-11-29 | 1 | -18/+23 |
* | sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation | Tejun Heo | 2013-11-29 | 1 | -11/+24 |
* | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 2013-11-29 | 1 | -11/+22 |
* | sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() | Tejun Heo | 2013-11-29 | 1 | -11/+28 |
* | sysfs, kernfs: remove sysfs_add_one() | Tejun Heo | 2013-11-29 | 1 | -1/+1 |
* | sysfs, kernfs: introduce kernfs_create_file[_ns]() | Tejun Heo | 2013-11-29 | 1 | -11/+42 |
* | sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR | Tejun Heo | 2013-11-29 | 1 | -15/+8 |
* | sysfs, kernfs: add sysfs_dirent->s_attr.size | Tejun Heo | 2013-11-29 | 1 | -0/+6 |
* | sysfs, kernfs: introduce kernfs_ops | Tejun Heo | 2013-11-29 | 1 | -34/+112 |
* | sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h | Tejun Heo | 2013-11-29 | 1 | -11/+0 |
* | sysfs, kernfs: prepare open, release, poll paths for kernfs | Tejun Heo | 2013-11-29 | 1 | -17/+7 |
* | sysfs, kernfs: prepare mmap path for kernfs | Tejun Heo | 2013-11-29 | 1 | -30/+39 |
* | sysfs, kernfs: prepare write path for kernfs | Tejun Heo | 2013-11-29 | 1 | -53/+50 |
* | sysfs, kernfs: prepare read path for kernfs | Tejun Heo | 2013-11-29 | 1 | -65/+126 |
* | sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ... | Tejun Heo | 2013-11-29 | 1 | -13/+13 |
* | Merge branch 'driver-core-linus' into driver-core-next | Greg Kroah-Hartman | 2013-11-27 | 1 | -2/+20 |
|\ |
|
| * | sysfs: use a separate locking class for open files depending on mmap | Tejun Heo | 2013-11-23 | 1 | -2/+20 |
* | | sysfs, kernfs: introduce kernfs_setattr() | Tejun Heo | 2013-11-27 | 1 | -8/+5 |
* | | sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() | Tejun Heo | 2013-11-27 | 1 | -3/+3 |
|/ |
|
* | sysfs: use generic_file_llseek() for sysfs_file_operations | Tejun Heo | 2013-11-01 | 1 | -1/+1 |
* | sysfs: return correct error code on unimplemented mmap() | Vladimir Zapolskiy | 2013-10-30 | 1 | -1/+0 |
* | sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr | Tejun Heo | 2013-10-29 | 1 | -4/+4 |
* | sysfs: fix sysfs_write_file for bin file | Ming Lei | 2013-10-25 | 1 | -3/+2 |
* | sysfs/bin: Fix size handling overflow for bin_attribute | Benjamin Herrenschmidt | 2013-10-14 | 1 | -1/+1 |
* | sysfs: make sysfs_file_ops() follow ignore_lockdep flag | Tejun Heo | 2013-10-14 | 1 | -1/+2 |
* | sysfs: merge regular and bin file handling | Tejun Heo | 2013-10-05 | 1 | -0/+26 |
* | sysfs: prepare open path for unified regular / bin file handling | Tejun Heo | 2013-10-05 | 1 | -25/+33 |
* | sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c | Tejun Heo | 2013-10-05 | 1 | -1/+246 |
* | sysfs: add sysfs_bin_read() | Tejun Heo | 2013-10-05 | 1 | -0/+65 |
* | sysfs: prepare path write for unified regular / bin file handling | Tejun Heo | 2013-10-05 | 1 | -6/+34 |
* | sysfs: use seq_file when reading regular files | Tejun Heo | 2013-10-05 | 1 | -91/+73 |
* | sysfs: use transient write buffer | Tejun Heo | 2013-10-05 | 1 | -62/+52 |
* | sysfs: add sysfs_open_file->sd and ->file | Tejun Heo | 2013-10-05 | 1 | -11/+12 |
* | sysfs: rename sysfs_buffer to sysfs_open_file | Tejun Heo | 2013-10-05 | 1 | -64/+63 |
* | sysfs: add sysfs_open_file_mutex | Tejun Heo | 2013-10-05 | 1 | -6/+12 |
* | sysfs: remove sysfs_buffer->ops | Tejun Heo | 2013-10-05 | 1 | -12/+21 |
* | sysfs: remove sysfs_buffer->needs_read_fill | Tejun Heo | 2013-10-05 | 1 | -12/+12 |
* | sysfs: remove unused sysfs_buffer->pos | Tejun Heo | 2013-10-05 | 1 | -1/+0 |
* | sysfs: remove sysfs_addrm_cxt->parent_sd | Tejun Heo | 2013-10-03 | 1 | -2/+2 |
* | sysfs: @name comes before @ns | Tejun Heo | 2013-09-26 | 1 | -5/+5 |
* | sysfs: clean up sysfs_get_dirent() | Tejun Heo | 2013-09-26 | 1 | -2/+2 |
* | sysfs: make attr namespace interface less convoluted | Tejun Heo | 2013-09-26 | 1 | -71/+24 |
* | sysfs: file.c: fix up broken string warnings | Greg Kroah-Hartman | 2013-08-21 | 1 | -4/+6 |
* | sysfs: fix up uaccess.h coding style warnings | Greg Kroah-Hartman | 2013-08-21 | 1 | -1/+1 |
* | sysfs: fix up 80 column coding style issues | Greg Kroah-Hartman | 2013-08-21 | 1 | -5/+4 |
* | sysfs: fix up space coding style issues | Greg Kroah-Hartman | 2013-08-21 | 1 | -16/+16 |
* | sysfs: remove trailing whitespace | Greg Kroah-Hartman | 2013-08-21 | 1 | -12/+10 |
* | sysfs: fix placement of EXPORT_SYMBOL() | Greg Kroah-Hartman | 2013-08-21 | 1 | -9/+4 |
* | sysfs_notify is only possible on file attributes | Nick Dyer | 2013-06-07 | 1 | -4/+6 |
* | sysfs: Mark sysfs_attr_ns static | Josh Triplett | 2012-11-26 | 1 | -2/+2 |