aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-18kernfs: implement kernfs_path_len()Tejun Heo1-0/+23
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-1/+39
2015-07-01kernfs: Add support for always empty directories.Eric W. Biederman2-1/+39
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+0
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+9
2015-06-18kernfs: make kernfs_get_inode() publicTejun Heo1-1/+0
2015-05-24kernfs: remove outdated and confusing commentWolfram Sang1-1/+0
2015-05-14kernfs: do not account ino_ida allocations to memcgVladimir Davydov1-1/+8
2015-05-11new helper: free_page_put_link()Al Viro1-6/+1
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-12/+10
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2-5/+5
2015-03-16kernfs: handle poll correctly on 'direct_read' files.NeilBrown1-0/+1
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo2-16/+8
2015-02-13kernfs: convert node name allocation to kstrdup_constAndrzej Hajda1-6/+6
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig3-15/+1
2015-01-09kernfs: Fix kernfs_name_compareRasmus Villemoes1-4/+8
2014-12-17vm_area_operations: kill ->migrate()Al Viro1-22/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-23/+50
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-11-07sysfs/kernfs: make read requests on pre-alloc files use the buffer.NeilBrown1-9/+21
2014-11-07sysfs/kernfs: allow attributes to request write buffer be pre-allocated.NeilBrown1-15/+30
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman1-11/+0
2014-07-21Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+30
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+30
2014-07-09kernfs: kernel-doc warning fixFabian Frederick1-1/+1
2014-07-02kernfs: kernfs_notify() must be useable from non-sleepable contextsTejun Heo1-14/+55
2014-06-30kernfs: introduce kernfs_pin_sb()Li Zefan1-0/+30
2014-05-27kernfs: move the last knowledge of sysfs out from kernfsJianyu Zhan1-5/+6
2014-05-23Merge 3.15-rc6 into driver-core-nextGreg Kroah-Hartman1-7/+10
2014-05-13kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo1-7/+10
2014-04-27Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2-3/+8
2014-04-25kernfs: add back missing error check in kernfs_fop_mmap()Tejun Heo1-0/+2
2014-04-25kernfs: fix a subdir count leakJianyu Zhan1-3/+6
2014-04-25kernfs: make kernfs_notify() trigger inotify events tooTejun Heo1-6/+35
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo3-0/+17
2014-04-16kernfs: protect lazy kernfs_iattrs allocation with mutexTejun Heo1-4/+10
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2014-03-08kernfs: cache atomic_write_len in kernfs_open_fileTejun Heo1-31/+32
2014-03-08kernfs: fix off by one error.Richard Cochran1-1/+1
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+7
2014-02-25sysfs: fix namespace refcnt leakLi Zefan1-1/+7
2014-02-14kernfs: fix kernfs_node_from_dentry()Li Zefan3-2/+3
2014-02-12cgroup: remove cgroup->nameTejun Heo1-0/+1
2014-02-10kernfs: fix hash calculation in kernfs_rename_ns()Tejun Heo1-1/+1