summaryrefslogtreecommitdiffstats
path: root/fs/kernfs
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-056-12/+6Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-081-2/+4
|\
| * fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-261-2/+4
* | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-084-116/+82Star
|\ \
| * | kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek2019-04-041-41/+21Star
| * | kernfs: initialize security of newly created nodesOndrej Mosnacek2019-03-211-2/+9
| * | LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-211-9/+39
| * | kernfs: use simple_xattrs for security attributesOndrej Mosnacek2019-03-213-58/+2Star
| * | kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek2019-03-211-4/+14
| * | kernfs: clean up struct kernfs_iattrsOndrej Mosnacek2019-03-214-36/+31Star
| |/
* / kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri2019-04-251-3/+2Star
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-122-82/+38Star
|\
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-282-52/+38Star
| * kill kernfs_pin_sb()Al Viro2019-01-171-30/+0Star
* | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-064-4/+9
|\ \
| * | kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal2019-02-084-4/+9
* | | fs: kernfs: add poll file operationJohannes Weiner2019-03-061-11/+20
| |/ |/|
* | fix cgroup_do_mount() handling of failure exitsAl Viro2019-01-171-2/+6
|/
* kernfs: Improve kernfs_notify() poll notification latencyRadu Rendec2018-11-271-12/+11Star
* mm: zero-seek shrinkersJohannes Weiner2018-10-271-0/+3
* kernfs: Fix range checks in kernfs_get_target_pathBernd Edlinger2018-09-161-1/+4
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-1/+1
|\
| * kernfs: Replace strncpy with memcpyGuenter Roeck2018-07-071-1/+1
* | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-215-7/+45
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-152-6/+6
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-142-6/+6
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-062-6/+6
* | | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-06-061-4/+4
|\ \ \ | |/ / |/| |
| * | fs: kernfs: Adding new return type vm_fault_tSouptick Joarder2018-04-231-4/+4
| |/
* / kernfs: deal with kernfs_fill_super() failuresAl Viro2018-05-211-0/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-02-101-1/+1
|\
| * kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-01-191-1/+1
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-1/+1
|\ \
| * | fs: annotate ->poll() instancesAl Viro2017-11-271-1/+1
| |/
* / Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-076-42/+197
|\
| * kernfs: checking for IS_ERR() instead of NULLDan Carpenter2017-09-011-2/+2
| * blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-291-0/+19
| * kernfs: add exportfs operationsShaohua Li2017-07-291-0/+56
| * kernfs: introduce kernfs_node_idShaohua Li2017-07-293-9/+9
| * kernfs: don't set dentry->d_fsdataShaohua Li2017-07-296-31/+27Star
| * kernfs: add an API to get kernfs node from inode numberShaohua Li2017-07-293-1/+69
| * kernfs: implement i_generationShaohua Li2017-07-292-1/+10
| * kernfs: use idr instead of ida to manage inode numberShaohua Li2017-07-291-5/+12
* | kernfs: Clarify lockdep name for kn->countWaiman Long2017-08-281-1/+1
|/
* kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain2017-03-171-1/+2
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-6/+6
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-032-6/+6