summaryrefslogtreecommitdiffstats
path: root/fs/kernfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+8
|/
* 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-032-1/+39
|\
| * kernfs: Add support for always empty directories.Eric W. Biederman2015-07-012-1/+39
* | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-261-1/+0
|\ \
| * | kernfs: make kernfs_get_inode() publicTejun Heo2015-06-181-1/+0
* | | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-261-1/+0
|\ \ \
| * | | kernfs: remove outdated and confusing commentWolfram Sang2015-05-241-1/+0
* | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-06-221-16/+9
|\ \ \ \ | |/ / / |/| | |
| * | | new helper: free_page_put_link()Al Viro2015-05-111-6/+1
| * | | switch ->put_link() from dentry to inodeAl Viro2015-05-111-1/+1
| * | | don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
| * | | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-12/+10
| | |/ | |/|
* | | kernfs: do not account ino_ida allocations to memcgVladimir Davydov2015-05-141-1/+8
|/ /
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-152-5/+5
|/
* kernfs: handle poll correctly on 'direct_read' files.NeilBrown2015-03-161-0/+1
* kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-132-16/+8
* kernfs: convert node name allocation to kstrdup_constAndrzej Hajda2015-02-131-6/+6
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: deduplicate noop_backing_dev_infoChristoph Hellwig2015-01-203-15/+1
* kernfs: Fix kernfs_name_compareRasmus Villemoes2015-01-091-4/+8
* vm_area_operations: kill ->migrate()Al Viro2014-12-171-22/+0
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-23/+50
|\
| * sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown2014-11-071-9/+21
| * sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown2014-11-071-15/+30
* | 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.16-rc6 into driver-core-nextGreg Kroah-Hartman2014-07-211-0/+30
|\
| * Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-07-101-0/+30
| |\
| | * kernfs: introduce kernfs_pin_sb()Li Zefan2014-06-301-0/+30
* | | kernfs: kernel-doc warning fixFabian Frederick2014-07-091-1/+1
|/ /
* | kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo2014-07-021-14/+55
|/
* kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan2014-05-271-5/+6
* Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman2014-05-231-7/+10
|\
| * kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo2014-05-131-7/+10
* | Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-272-3/+8
|\ \ | |/
| * kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo2014-04-251-0/+2
| * kernfs: fix a subdir count leakJianyu Zhan2014-04-251-3/+6
* | kernfs: make kernfs_notify() trigger inotify events tooTejun Heo2014-04-251-6/+35
* | kernfs: implement kernfs_root->supers listTejun Heo2014-04-253-0/+17
|/
* kernfs: protect lazy kernfs_iattrs allocation with mutexTejun Heo2014-04-161-4/+10
OpenPOWER on IntegriCloud