summaryrefslogtreecommitdiffstats
path: root/fs/kernfs
Commit message (Expand)AuthorAgeFilesLines
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | kernfs: Declare two local data structures staticBart Van Assche2016-11-291-2/+2
|/
* kernfs: Add noop_fsync to supported kernfs_file_fopsTony Luck2016-10-271-0/+1
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-67/+17
|\
| * kernfs: remove kernfs_path_len()Tejun Heo2016-08-101-23/+0
| * kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-101-44/+17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-2/+6
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
| * | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| |/ /
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-105-86/+83
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-073-9/+0
| * | | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-065-86/+92
| |/ /
* | | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
|\ \ \ | |/ / |/| |
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* | kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-08-311-7/+21
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-1/+4
|\
| * vfs: Generalize filesystem nodev handling.Eric W. Biederman2016-06-231-2/+2
| * kernfs: The cgroup filesystem also benefits from SB_I_NOEXECEric W. Biederman2016-06-231-0/+2
| * fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-231-1/+2
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-272-6/+8
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-203-30/+44
|\
| * kernfs: Move faulting copy_user operations outside of the mutexChris Wilson2016-04-301-22/+29
| * Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman2016-04-191-2/+2
| |\
| * | fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-292-8/+15
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-174-23/+9
|\ \ \
| * | | kernfs: no point locking directory around that generic_file_llseek()Al Viro2016-05-091-15/+2
| * | | kernfs: use lookup_one_len_unlocked()Al Viro2016-05-021-3/+2
| * | | Merge getxattr prototype change into work.lookupsAl Viro2016-05-022-5/+5
| |\ \ \ | | |_|/ | |/| |
| | * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-112-5/+5
| | |/
* | | kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry callSerge E. Hallyn2016-05-121-1/+2
* | | cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2016-05-091-0/+14
* | | kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn2016-05-021-3/+3
|/ /
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-212-31/+229
|\
| * kernfs: define kernfs_node_dentryAditya Kali2016-02-161-0/+69
| * kernfs: Add API to generate relative kernfs pathAditya Kali2016-02-161-31/+160
* | kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]Tejun Heo2016-02-071-5/+14
* | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
|/
* Revert "kernfs: do not account ino_ida allocations to memcg"Vladimir Davydov2016-01-141-8/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-0/+46
|\
| * kernfs: implement kernfs_walk_and_get()Tejun Heo2015-11-201-0/+46
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-111-2/+2
|\ \
| * | tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher2015-12-061-1/+1
| * | tmpfs: Use xattr handler infrastructureAndreas Gruenbacher2015-12-061-1/+1
| |/
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-9/+10
* | kill free_page_put_link()Al Viro2015-12-291-6/+6
OpenPOWER on IntegriCloud