summaryrefslogtreecommitdiff
path: root/fs/kernfs
Commit message (Expand)AuthorAge
* kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain2017-03-17
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-02
|/
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-27
|\
| * kernfs: fix locking around kernfs_ops->release() callbackTejun Heo2017-02-21
| * kernfs: add kernfs_ops->open/release() callbacksTejun Heo2016-12-27
| * kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo2016-12-27
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* | kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov2017-02-10
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-17
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* | kernfs: Declare two local data structures staticBart Van Assche2016-11-29
|/
* kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck2016-10-27
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-14
|\
| * kernfs: remove kernfs_path_len()Tejun Heo2016-08-10
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
| * | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| |/ /
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| * | | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-06
| |/ /
* | | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \ \ | |/ / |/| |
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| |/
* | kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-08-31
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-29
|\
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-23
| * kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-23
| * fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-23
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-27
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-20
|\
| * kernfs: Move faulting copy_user operations outside of the mutexChris Wilson2016-04-30
| * Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman2016-04-19
| |\
| * | fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-29
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-17
|\ \ \
| * | | kernfs: no point locking directory around that generic_file_llseek()Al Viro2016-05-09
| * | | kernfs: use lookup_one_len_unlocked()Al Viro2016-05-02
| * | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
| |\ \ \ | | |_|/ | |/| |
| | * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-11
| | |/
* | | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn2016-05-12
* | | cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2016-05-09
* | | kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn2016-05-02
|/ /
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-21
|\
| * kernfs: define kernfs_node_dentryAditya Kali2016-02-16
| * kernfs: Add API to generate relative kernfs pathAditya Kali2016-02-16