aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs
AgeCommit message (Expand)Author
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman
2016-06-23kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-12kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn
2016-05-09kernfs: no point locking directory around that generic_file_llseek()Al Viro
2016-05-02kernfs: use lookup_one_len_unlocked()Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-02kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn
2016-04-30kernfs: Move faulting copy_user operations outside of the mutexChris Wilson
2016-04-19Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-29fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-02-16kernfs: define kernfs_node_dentryAditya Kali
2016-02-16kernfs: Add API to generate relative kernfs pathAditya Kali
2016-02-07kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Tejun Heo
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-29kill free_page_put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher
2015-11-20kernfs: implement kernfs_walk_and_get()Tejun Heo
2015-08-18kernfs: implement kernfs_path_len()Tejun Heo
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-18kernfs: make kernfs_get_inode() publicTejun Heo
2015-05-24kernfs: remove outdated and confusing commentWolfram Sang
2015-05-14kernfs: do not account ino_ida allocations to memcgVladimir Davydov
2015-05-11new helper: free_page_put_link()Al Viro
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-16kernfs: handle poll correctly on 'direct_read' files.NeilBrown
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda