Commit Graph

162 Commits (f0828ba96d02d4d4b197c531b34c662ee3c928df)

Author SHA1 Message Date
Tejun Heo dfeb0750b6 kernfs: remove KERNFS_STATIC_NAME 10 years ago
NeilBrown 4ef67a8c95 sysfs/kernfs: make read requests on pre-alloc files use the buffer. 10 years ago
NeilBrown 2b75869bba sysfs/kernfs: allow attributes to request write buffer be pre-allocated. 10 years ago
Vladimir Zapolskiy 0936896056 fs: sysfs: return EGBIG on write if offset is larger than file size 10 years ago
Tejun Heo f5c16f29bf sysfs: make sure read buffer is zeroed 11 years ago
Tejun Heo 33ac1257ff sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() 11 years ago
Greg Kroah-Hartman 72099304ee Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" 11 years ago
Tejun Heo ce8b04aa6c sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() 11 years ago
Tejun Heo 6b0afc2a21 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers 11 years ago
Greg Kroah-Hartman a9f138b0e5 Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" 11 years ago
Greg Kroah-Hartman a30f82b7eb Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" 11 years ago
Tejun Heo d1ba277e79 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() 11 years ago
Tejun Heo 1ae06819c7 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers 11 years ago
Tejun Heo 2063d608f5 kernfs: mark static names with KERNFS_STATIC_NAME 11 years ago
Tejun Heo df23fc39bc kernfs: s/sysfs/kernfs/ in constants 11 years ago
Tejun Heo c525aaddc3 kernfs: s/sysfs/kernfs/ in various data structures 11 years ago
Tejun Heo adc5e8b58f kernfs: drop s_ prefix from kernfs_node members 11 years ago
Tejun Heo 324a56e16e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly 11 years ago
Tejun Heo 9b2db6e189 sysfs: bail early from kernfs_file_mmap() to avoid spurious lockdep warning 11 years ago
Tejun Heo a8b1474442 sysfs: give different locking key to regular and bin files 11 years ago
Tejun Heo 414985ae23 sysfs, kernfs: move file core code to fs/kernfs/file.c 11 years ago
Tejun Heo ccf73cf336 sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() 11 years ago
Tejun Heo 517e64f578 sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation 11 years ago
Tejun Heo 024f647117 sysfs, kernfs: introduce kernfs_notify() 11 years ago
Tejun Heo d19b9846df sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() 11 years ago
Tejun Heo 2d0cfbec2a sysfs, kernfs: remove sysfs_add_one() 11 years ago
Tejun Heo 496f73944a sysfs, kernfs: introduce kernfs_create_file[_ns]() 11 years ago
Tejun Heo a7dc66dfb4 sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR 11 years ago
Tejun Heo 471bd7b78b sysfs, kernfs: add sysfs_dirent->s_attr.size 11 years ago
Tejun Heo f6acf8bb6a sysfs, kernfs: introduce kernfs_ops 11 years ago
Tejun Heo dd8a5b036b sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h 11 years ago
Tejun Heo c6fb449515 sysfs, kernfs: prepare open, release, poll paths for kernfs 11 years ago
Tejun Heo fdbffaa478 sysfs, kernfs: prepare mmap path for kernfs 11 years ago
Tejun Heo 50b38ca086 sysfs, kernfs: prepare write path for kernfs 11 years ago
Tejun Heo c2b19daf67 sysfs, kernfs: prepare read path for kernfs 11 years ago
Tejun Heo 7c6e2d362c sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv 11 years ago
Tejun Heo 5d60418e54 sysfs, kernfs: introduce kernfs_setattr() 11 years ago
Tejun Heo 879f40d193 sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]() 11 years ago
Tejun Heo 027a485d12 sysfs: use a separate locking class for open files depending on mmap 11 years ago
Tejun Heo 044e3bc333 sysfs: use generic_file_llseek() for sysfs_file_operations 11 years ago
Vladimir Zapolskiy 1c1365e374 sysfs: return correct error code on unimplemented mmap() 11 years ago
Tejun Heo 56b3f3b884 sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr 11 years ago
Ming Lei b9c0622516 sysfs: fix sysfs_write_file for bin file 11 years ago
Benjamin Herrenschmidt d723a92dd4 sysfs/bin: Fix size handling overflow for bin_attribute 11 years ago
Tejun Heo 785a162d14 sysfs: make sysfs_file_ops() follow ignore_lockdep flag 11 years ago
Tejun Heo 3124eb1679 sysfs: merge regular and bin file handling 12 years ago
Tejun Heo 49fe604781 sysfs: prepare open path for unified regular / bin file handling 12 years ago
Tejun Heo 73d9714627 sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c 12 years ago
Tejun Heo 2f0c6b7593 sysfs: add sysfs_bin_read() 12 years ago
Tejun Heo f9b9a6217c sysfs: prepare path write for unified regular / bin file handling 12 years ago