summaryrefslogtreecommitdiffstats
path: root/fs/kernfs
AgeCommit message (Expand)AuthorLines
2017-03-17kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain-1/+2
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+6
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-6/+6
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-1/+1
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-9/+57
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-7/+6
2017-02-21kernfs: fix locking around kernfs_ops->release() callbackTejun Heo-5/+14
2017-02-10kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov-0/+10
2016-12-27kernfs: add kernfs_ops->open/release() callbacksTejun Heo-8/+47
2016-12-27kernfs: make kernfs_open_file->mmapped a bitfieldTejun Heo-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds-1/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-1/+0
2016-11-29kernfs: Declare two local data structures staticBart Van Assche-2/+2
2016-10-27kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck-0/+1
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-67/+17
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+6
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-86/+83
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher-9/+0
2016-10-06kernfs: Switch to generic xattr handlersAndreas Gruenbacher-86/+92
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-08-31kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo-7/+21
2016-08-10kernfs: remove kernfs_path_len()Tejun Heo-23/+0
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo-44/+17
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+4
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman-2/+2
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman-0/+2
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman-1/+2
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds-2/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro-6/+8
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-30/+44
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-23/+9
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn-1/+2
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn-0/+14
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Al Viro-15/+2
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro-3/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro-5/+5
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn-3/+3
2016-04-30kernfs: Move faulting copy_user operations outside of the mutexChris Wilson-22/+29
2016-04-19Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro-5/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-2/+2
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani-8/+15
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-31/+229
2016-02-16kernfs: define kernfs_node_dentryAditya Kali-0/+69
2016-02-16kernfs: Add API to generate relative kernfs pathAditya Kali-31/+160