summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo4-112/+57
2015-03-23sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo1-9/+7
2015-03-23sysfs: remove ktype->namespace() invocations in directory codeTejun Heo1-15/+8
2015-03-23sysfs: make attr namespace interface less convolutedTejun Heo3-76/+31
2015-03-23sysfs: drop semicolon from to_sysfs_dirent() definitionTejun Heo1-1/+1
2015-03-23sysfs: Restrict mounting sysfsEric W. Biederman1-3/+9
2015-03-23userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman3-15/+32
2015-03-23sysfs: file.c: fix up broken string warningsGreg Kroah-Hartman1-4/+6
2015-03-23sysfs: fix up uaccess.h coding style warningsGreg Kroah-Hartman2-3/+2
2015-03-23sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman4-10/+15
2015-03-23sysfs: fix up space coding style issuesGreg Kroah-Hartman6-36/+36