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