summaryrefslogtreecommitdiffstats
path: root/fs/kernfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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
| |/
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
* | kernfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-061-3/+3
|/
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
* Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-201-3/+5
|\
| * fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-291-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-171-15/+2
|\ \
| * | kernfs: no point locking directory around that generic_file_llseek()Al Viro2016-05-091-15/+2
| |/
* | kernfs_path_from_node_locked: don't overwrite nlenSerge Hallyn2016-05-021-3/+3
|/
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-211-31/+160
|\
| * 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
* kernfs: implement kernfs_walk_and_get()Tejun Heo2015-11-201-0/+46
* kernfs: implement kernfs_path_len()Tejun Heo2015-08-181-0/+23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-1/+37
|\
| * kernfs: Add support for always empty directories.Eric W. Biederman2015-07-011-1/+37
* | kernfs: do not account ino_ida allocations to memcgVladimir Davydov2015-05-141-1/+8
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-131-12/+8
* kernfs: convert node name allocation to kstrdup_constAndrzej Hajda2015-02-131-6/+6
* kernfs: Fix kernfs_name_compareRasmus Villemoes2015-01-091-4/+8
* switch d_materialise_unique() users to d_splice_alias()Al Viro2014-11-191-1/+1
* vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman2014-10-091-11/+0
* Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-271-3/+6
|\
| * kernfs: fix a subdir count leakJianyu Zhan2014-04-251-3/+6
* | kernfs: implement kernfs_root->supers listTejun Heo2014-04-251-0/+1
|/
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-0/+1
|\
| * cgroup: remove cgroup->nameTejun Heo2014-02-121-0/+1
* | kernfs: fix off by one error.Richard Cochran2014-03-081-1/+1
* | kernfs: fix kernfs_node_from_dentry()Li Zefan2014-02-141-1/+1
* | kernfs: fix hash calculation in kernfs_rename_ns()Tejun Heo2014-02-101-1/+1
|/
* kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo2014-02-071-10/+165
* kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo2014-02-071-0/+18
* kernfs: allow nodes to be created in the deactivated stateTejun Heo2014-02-071-7/+64
* kernfs: add missing kernfs_active() checks in directory operationsTejun Heo2014-02-071-5/+6
* kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo2014-02-071-12/+13
* kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo2014-02-071-3/+30
* kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-071-1/+137
* kernfs: remove KERNFS_REMOVEDTejun Heo2014-02-071-31/+35
* kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo2014-02-071-7/+13
* kernfs: remove kernfs_addrm_cxtTejun Heo2014-02-071-84/+25
* kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo2014-02-071-4/+6
* kernfs: restructure removal path to fix possible premature returnTejun Heo2014-02-071-61/+68
OpenPOWER on IntegriCloud