summaryrefslogtreecommitdiff
path: root/fs/kernfs
AgeCommit message (Expand)Author
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-12kernfs: fix missing kernfs_iattr_rwsem lockingIan Kent
2023-08-10tmpfs,xattr: enable limited user extended attributesHugh Dickins
2023-08-09xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-05kernfs: attach uuid for every kernfs and report it in fsidIvan Babrou
2023-07-24kernfs: convert to ctime accessor functionsJeff Layton
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-05-31kernfs: fix missing kernfs_idr_lock to remove an ID from the IDRMuchun Song
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-03fs: consolidate duplicate dt_type helpersJeff Layton
2023-03-29kernfs: change kernfs_rename_lock into a read-write lock.Imran Khan
2023-03-29kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan
2023-03-29kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-19kernfs: remove an unused if statement in kernfs_path_from_node_locked()Zhen Lei
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-11-23kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman
2022-11-10kernfs: Fix spurious lockdep warning in kernfs_find_and_get_node_by_id()Tejun Heo
2022-10-20kernfs: dont take i_lock on revalidateIan Kent
2022-10-20kernfs: dont take i_lock on inode attr readIan Kent
2022-09-24kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt
2022-09-01kernfs: Implement kernfs_show()Tejun Heo
2022-09-01kernfs: Factor out kernfs_activate_one()Tejun Heo
2022-09-01kernfs: Add KERNFS_REMOVING flagsTejun Heo
2022-09-01kernfs: Improve kernfs_drain() and always call on removalTejun Heo
2022-09-01kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo
2022-09-01kernfs: Refactor kernfs_get_open_node()Tejun Heo
2022-09-01kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo
2022-09-01kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo
2022-07-28kernfs: Fix typo 'the the' in commentSlark Xiao
2022-07-06Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan
2022-07-01kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan
2022-06-27kernfs: Introduce interface to access global kernfs_open_file_mutex.Imran Khan
2022-06-27kernfs: Change kernfs_notify_list to llist.Imran Khan
2022-06-27kernfs: make ->attr.open RCU protected.Imran Khan
2022-06-27kernfs/file.c: remove redundant error return counter assignmentLin Feng
2022-05-19kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo
2022-05-06kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.Imran Khan
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-04-27kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim