aboutsummaryrefslogtreecommitdiff
path: root/fs/kernfs
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-08-31kernfs: don't depend on d_find_any_alias() when generating notificationsGravatar Tejun Heo 1-7/+21
2016-08-10kernfs: remove kernfs_path_len()Gravatar Tejun Heo 1-23/+0
2016-08-10kernfs: make kernfs_path*() behave in the style of strlcpy()Gravatar Tejun Heo 1-44/+17
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+4
2016-06-23vfs: Generalize filesystem nodev handling.Gravatar Eric W. Biederman 1-2/+2
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECGravatar Eric W. Biederman 1-0/+2
2016-06-23fs: Add user namespace member to struct super_blockGravatar Eric W. Biederman 1-1/+2
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-2/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 2-6/+8
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-30/+44
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-23/+9
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callGravatar Serge E. Hallyn 1-1/+2
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesGravatar Serge E. Hallyn 1-0/+14
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Gravatar Al Viro 1-15/+2
2016-05-02kernfs: use lookup_one_len_unlocked()Gravatar Al Viro 1-3/+2
2016-05-02Merge getxattr prototype change into work.lookupsGravatar Al Viro 2-5/+5
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenGravatar Serge Hallyn 1-3/+3
2016-04-30kernfs: Move faulting copy_user operations outside of the mutexGravatar Chris Wilson 1-22/+29
2016-04-19Merge 4.6-rc4 into driver-core-nextGravatar Greg Kroah-Hartman 1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 2-5/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Gravatar Deepa Dinamani 2-8/+15
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 2-31/+229
2016-02-16kernfs: define kernfs_node_dentryGravatar Aditya Kali 1-0/+69
2016-02-16kernfs: Add API to generate relative kernfs pathGravatar Aditya Kali 1-31/+160
2016-02-07kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Gravatar Tejun Heo 1-5/+14
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-14Revert "kernfs: do not account ino_ida allocations to memcg"Gravatar Vladimir Davydov 1-8/+1
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+46
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-9/+10
2015-12-29kill free_page_put_link()Gravatar Al Viro 1-6/+6
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-3/+8
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsGravatar Andreas Gruenbacher 1-1/+1
2015-12-06tmpfs: Use xattr handler infrastructureGravatar Andreas Gruenbacher 1-1/+1
2015-11-20kernfs: implement kernfs_walk_and_get()Gravatar Tejun Heo 1-0/+46
2015-08-18kernfs: implement kernfs_path_len()Gravatar Tejun Heo 1-0/+23
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-1/+39
2015-07-01kernfs: Add support for always empty directories.Gravatar Eric W. Biederman 2-1/+39
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-1/+0
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-16/+9
2015-06-18kernfs: make kernfs_get_inode() publicGravatar Tejun Heo 1-1/+0
2015-05-24kernfs: remove outdated and confusing commentGravatar Wolfram Sang 1-1/+0
2015-05-14kernfs: do not account ino_ida allocations to memcgGravatar Vladimir Davydov 1-1/+8
2015-05-11new helper: free_page_put_link()Gravatar Al Viro 1-6/+1
2015-05-11switch ->put_link() from dentry to inodeGravatar Al Viro 1-1/+1