summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-03-27sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()Tejun Heo1-11/+28
2015-03-27sysfs, kernfs: remove sysfs_add_one()Tejun Heo4-41/+6
2015-03-27sysfs, kernfs: introduce kernfs_create_file[_ns]()Tejun Heo1-11/+42
2015-03-27sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTRTejun Heo4-26/+14
2015-03-27sysfs, kernfs: add sysfs_dirent->s_attr.sizeTejun Heo3-7/+8
2015-03-27sysfs, kernfs: introduce kernfs_opsTejun Heo2-34/+115
2015-03-27sysfs: use a separate locking class for open files depending on mmapTejun Heo1-2/+20
2015-03-27sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.hTejun Heo1-11/+0
2015-03-27sysfs, kernfs: prepare open, release, poll paths for kernfsTejun Heo3-21/+10
2015-03-27sysfs, kernfs: prepare mmap path for kernfsTejun Heo1-31/+39
2015-03-27sysfs, kernfs: prepare write path for kernfsTejun Heo1-54/+50
2015-03-27sysfs, kernfs: prepare read path for kernfsTejun Heo1-65/+126
2015-03-27sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo3-30/+36
2015-03-27sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ...Tejun Heo5-25/+22
2015-03-27sysfs: separate out dup filename warning into a separate functionTejun Heo2-11/+20
2015-03-27sysfs: remove unused sysfs_get_dentry() prototypeTejun Heo1-1/+0
2015-03-27sysfs: honor bin_attr.attr.ignore_lockdepTejun Heo1-1/+3
2015-03-27sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo3-12/+9
2015-03-27sysfs: make sysfs_file_ops() follow ignore_lockdep flagTejun Heo3-23/+22
2015-03-27sysfs, kernfs: introduce kernfs_setattr()Tejun Heo3-11/+24
2015-03-27sysfs, kernfs: introduce kernfs_rename[_ns]()Tejun Heo3-12/+16
2015-03-27sysfs, kernfs: introduce kernfs_create_link()Tejun Heo1-30/+46
2015-03-27sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()Tejun Heo5-26/+22
2015-03-27sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo3-31/+40
2015-03-27sysfs: make sure read buffer is zeroedTejun Heo1-1/+2
2015-03-27sysfs: use generic_file_llseek() for sysfs_file_operationsTejun Heo1-1/+1
2015-03-27sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo3-10/+29
2015-03-27sysfs: merge regular and bin file handlingTejun Heo6-501/+28
2015-03-27sysfs: prepare open path for unified regular / bin file handlingTejun Heo1-25/+33
2015-03-27sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.cTejun Heo3-1/+249
2015-03-27sysfs: add sysfs_bin_read()Tejun Heo1-0/+65
2015-03-27sysfs: prepare path write for unified regular / bin file handlingTejun Heo2-6/+35
2015-03-27sysfs: collapse fs/sysfs/bin.c::fill_read() into read()Tejun Heo1-21/+15
2015-03-27sysfs: skip bin_buffer->buffer while readingTejun Heo1-13/+8
2015-03-27sysfs: use seq_file when reading regular filesTejun Heo1-91/+73
2015-03-27sysfs: use transient write bufferTejun Heo1-62/+52
2015-03-27sysfs: add sysfs_open_file->sd and ->fileTejun Heo1-11/+12
2015-03-27sysfs: rename sysfs_buffer to sysfs_open_fileTejun Heo1-64/+63
2015-03-27sysfs: add sysfs_open_file_mutexTejun Heo1-6/+12
2015-03-27sysfs: remove sysfs_buffer->opsTejun Heo1-12/+21
2015-03-27sysfs: remove sysfs_buffer->needs_read_fillTejun Heo1-12/+12
2015-03-27sysfs: remove unused sysfs_buffer->posTejun Heo1-1/+0
2015-03-27sysfs: introduce [__]sysfs_remove()Tejun Heo4-28/+29
2015-03-27sysfs: make __sysfs_remove_dir() recursiveTejun Heo1-11/+64
2015-03-27kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo1-1/+6
2015-03-27sysfs, kernfs: add skeletons for kernfsTejun Heo7-1/+51
2015-03-27sysfs: make __sysfs_add_one() fail if the parent isn't a directoryTejun Heo1-0/+3
2015-03-27sysfs: remove sysfs_addrm_cxt->parent_sdTejun Heo5-38/+40
2015-03-27sysfs: @name comes before @nsTejun Heo7-46/+47
2015-03-27sysfs: clean up sysfs_get_dirent()Tejun Heo5-16/+14