| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-01-13 | 1 | -0/+46 |
|\ |
|
| * | kernfs: implement kernfs_walk_and_get() | Tejun Heo | 2015-11-20 | 1 | -0/+46 |
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-01-11 | 1 | -2/+2 |
|\ \ |
|
| * | | tmpfs: listxattr should include POSIX ACL xattrs | Andreas Gruenbacher | 2015-12-07 | 1 | -1/+1 |
| * | | tmpfs: Use xattr handler infrastructure | Andreas Gruenbacher | 2015-12-07 | 1 | -1/+1 |
| |/ |
|
* | | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 2015-12-30 | 1 | -9/+10 |
* | | kill free_page_put_link() | Al Viro | 2015-12-29 | 1 | -6/+6 |
* | | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-09 | 1 | -3/+8 |
|/ |
|
* | kernfs: implement kernfs_path_len() | Tejun Heo | 2015-08-19 | 1 | -0/+23 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2015-07-04 | 2 | -1/+39 |
|\ |
|
| * | kernfs: Add support for always empty directories. | Eric W. Biederman | 2015-07-01 | 2 | -1/+39 |
* | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-06-27 | 1 | -1/+0 |
|\ \ |
|
| * | | kernfs: make kernfs_get_inode() public | Tejun Heo | 2015-06-18 | 1 | -1/+0 |
* | | | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-06-27 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | kernfs: remove outdated and confusing comment | Wolfram Sang | 2015-05-24 | 1 | -1/+0 |
* | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-06-22 | 1 | -16/+9 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | new helper: free_page_put_link() | Al Viro | 2015-05-11 | 1 | -6/+1 |
| * | | | switch ->put_link() from dentry to inode | Al Viro | 2015-05-11 | 1 | -1/+1 |
| * | | | don't pass nameidata to ->follow_link() | Al Viro | 2015-05-11 | 1 | -1/+1 |
| * | | | new ->follow_link() and ->put_link() calling conventions | Al Viro | 2015-05-11 | 1 | -12/+10 |
| | |/
| |/| |
|
* / | | kernfs: do not account ino_ida allocations to memcg | Vladimir Davydov | 2015-05-15 | 1 | -1/+8 |
|/ / |
|
* / | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 2 | -5/+5 |
|/ |
|
* | kernfs: handle poll correctly on 'direct_read' files. | NeilBrown | 2015-03-16 | 1 | -0/+1 |
* | kernfs: remove KERNFS_STATIC_NAME | Tejun Heo | 2015-02-14 | 2 | -16/+8 |
* | kernfs: convert node name allocation to kstrdup_const | Andrzej Hajda | 2015-02-14 | 1 | -6/+6 |
* | fs: remove mapping->backing_dev_info | Christoph Hellwig | 2015-01-20 | 1 | -1/+0 |
* | fs: deduplicate noop_backing_dev_info | Christoph Hellwig | 2015-01-20 | 3 | -15/+1 |
* | kernfs: Fix kernfs_name_compare | Rasmus Villemoes | 2015-01-10 | 1 | -4/+8 |
* | vm_area_operations: kill ->migrate() | Al Viro | 2014-12-17 | 1 | -22/+0 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -23/+50 |
|\ |
|
| * | sysfs/kernfs: make read requests on pre-alloc files use the buffer. | NeilBrown | 2014-11-07 | 1 | -9/+21 |
| * | sysfs/kernfs: allow attributes to request write buffer be pre-allocated. | NeilBrown | 2014-11-07 | 1 | -15/+30 |
* | | switch d_materialise_unique() users to d_splice_alias() | Al Viro | 2014-11-19 | 1 | -1/+1 |
|/ |
|
* | vfs: Remove unnecessary calls of check_submounts_and_drop | Eric W. Biederman | 2014-10-09 | 1 | -11/+0 |
* | Merge 3.16-rc6 into driver-core-next | Greg Kroah-Hartman | 2014-07-21 | 1 | -0/+30 |
|\ |
|
| * | Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-07-10 | 1 | -0/+30 |
| |\ |
|
| | * | kernfs: introduce kernfs_pin_sb() | Li Zefan | 2014-06-30 | 1 | -0/+30 |
* | | | kernfs: kernel-doc warning fix | Fabian Frederick | 2014-07-10 | 1 | -1/+1 |
|/ / |
|
* / | kernfs: kernfs_notify() must be useable from non-sleepable contexts | Tejun Heo | 2014-07-02 | 1 | -14/+55 |
|/ |
|
* | kernfs: move the last knowledge of sysfs out from kernfs | Jianyu Zhan | 2014-05-27 | 1 | -5/+6 |
* | Merge 3.15-rc6 into driver-core-next | Greg Kroah-Hartman | 2014-05-23 | 1 | -7/+10 |
|\ |
|
| * | kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs | Tejun Heo | 2014-05-13 | 1 | -7/+10 |
* | | Merge 3.15-rc3 into staging-next | Greg Kroah-Hartman | 2014-04-28 | 2 | -3/+8 |
|\| |
|
| * | kernfs: add back missing error check in kernfs_fop_mmap() | Tejun Heo | 2014-04-25 | 1 | -0/+2 |
| * | kernfs: fix a subdir count leak | Jianyu Zhan | 2014-04-25 | 1 | -3/+6 |
* | | kernfs: make kernfs_notify() trigger inotify events too | Tejun Heo | 2014-04-25 | 1 | -6/+35 |
* | | kernfs: implement kernfs_root->supers list | Tejun Heo | 2014-04-25 | 3 | -0/+17 |
|/ |
|
* | kernfs: protect lazy kernfs_iattrs allocation with mutex | Tejun Heo | 2014-04-16 | 1 | -4/+10 |
* | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-04-04 | 1 | -1/+1 |
|\ |
|
| * | mm + fs: store shadow entries in page cache | Johannes Weiner | 2014-04-04 | 1 | -1/+1 |