summaryrefslogtreecommitdiffstats
path: root/fs/kernfs
AgeCommit message (Expand)AuthorLines
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds-4/+3
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani-4/+3
2019-07-25fs: kernfs: Fix possible null-pointer dereferences in kernfs_path_from_node_l...Jia-Ju Bai-2/+4
2019-07-25kernfs: fix potential null pointer dereferencePeng Wang-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner-12/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-07Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+4
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-116/+82
2019-04-26fsnotify(): switch to passing const struct qstr * for file_nameAl Viro-2/+4
2019-04-25kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri-3/+2
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek-41/+21
2019-03-20kernfs: initialize security of newly created nodesOndrej Mosnacek-2/+9
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek-9/+39
2019-03-20kernfs: use simple_xattrs for security attributesOndrej Mosnacek-58/+2
2019-03-20kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek-4/+14
2019-03-20kernfs: clean up struct kernfs_iattrsOndrej Mosnacek-36/+31
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-82/+38
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+9
2019-03-05fs: kernfs: add poll file operationJohannes Weiner-11/+20
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells-52/+38
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal-4/+9
2019-01-17kill kernfs_pin_sb()Al Viro-30/+0
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro-2/+6
2018-11-27kernfs: Improve kernfs_notify() poll notification latencyRadu Rendec-12/+11
2018-10-26mm: zero-seek shrinkersJohannes Weiner-0/+3
2018-09-16kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger-1/+4
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov-7/+45
2018-07-07kernfs: Replace strncpy with memcpyGuenter Roeck-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-6/+6
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann-6/+6
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-6/+6
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro-0/+1
2018-04-23fs: kernfs: Adding new return type vm_fault_tSouptick Joarder-4/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2018-01-19kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-1/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-42/+197
2017-09-01kernfs: checking for IS_ERR() instead of NULLDan Carpenter-2/+2
2017-08-28kernfs: Clarify lockdep name for kn->countWaiman Long-1/+1
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li-0/+19
2017-07-29kernfs: add exportfs operationsShaohua Li-0/+56
2017-07-29kernfs: introduce kernfs_node_idShaohua Li-9/+9
2017-07-29kernfs: don't set dentry->d_fsdataShaohua Li-31/+27
2017-07-29kernfs: add an API to get kernfs node from inode numberShaohua Li-1/+69
2017-07-29kernfs: implement i_generationShaohua Li-1/+10