| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-02-23 | kernfs: move struct kernfs_root out of the public view. | Greg Kroah-Hartman | 1 | -1/+1 |
| 2020-04-20 | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-05-25 | no need to protect against put_user_ns(NULL) | Al Viro | 1 | -2/+1 |
| 2019-03-16 | fix sysfs_init_fs_context() in !CONFIG_NET_NS case | Al Viro | 1 | -3/+5 |
| 2019-02-28 | kernfs, sysfs, cgroup, intel_rdt: Support fs_context | David Howells | 1 | -19/+54 |
| 2018-05-21 | unfuck sysfs_mount() | Al Viro | 1 | -3/+3 |
| 2018-01-23 | sysfs: remove DEBUG defines | Greg Kroah-Hartman | 1 | -2/+0 |
| 2018-01-23 | sysfs: use SPDX identifiers | Greg Kroah-Hartman | 1 | -2/+1 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -1/+1 |
| 2016-06-23 | kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC | Eric W. Biederman | 1 | -2/+1 |
| 2016-06-23 | mnt: Refactor fs_fully_visible into mount_too_revealing | Eric W. Biederman | 1 | -2/+2 |
| 2015-07-10 | vfs: Commit to never having exectuables on proc and sysfs. | Eric W. Biederman | 1 | -0/+4 |
| 2015-05-13 | mnt: Refactor the logic for mounting sysfs and proc in a user namespace | Eric W. Biederman | 1 | -4/+1 |
| 2014-06-03 | kernfs: move the last knowledge of sysfs out from kernfs | Jianyu Zhan | 1 | -1/+3 |
| 2014-05-13 | kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs | Tejun Heo | 1 | -1/+2 |
| 2014-03-02 | Merge 3.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -2/+3 |
| 2014-02-25 | sysfs: fix namespace refcnt leak | Li Zefan | 1 | -2/+3 |
| 2014-02-07 | kernfs: allow nodes to be created in the deactivated state | Tejun Heo | 1 | -1/+1 |
| 2013-12-17 | kernfs: add kernfs_dir_ops | Tejun Heo | 1 | -1/+1 |
| 2013-12-11 | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 1 | -2/+2 |
| 2013-12-10 | sysfs: fix use-after-free in sysfs_kill_sb() | Tejun Heo | 1 | -1/+3 |
| 2013-11-29 | sysfs, kernfs: move mount core code to fs/kernfs/mount.c | Tejun Heo | 1 | -152/+0 |
| 2013-11-29 | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 1 | -32/+72 |
| 2013-11-29 | sysfs, kernfs: make super_blocks bind to different kernfs_roots | Tejun Heo | 1 | -4/+6 |
| 2013-11-29 | sysfs, kernfs: implement kernfs_create/destroy_root() | Tejun Heo | 1 | -11/+18 |
| 2013-11-29 | sysfs, kernfs: introduce sysfs_root_sd | Tejun Heo | 1 | -3/+5 |
| 2013-11-29 | sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() | Tejun Heo | 1 | -16/+7 |
| 2013-11-29 | sysfs, kernfs: make sysfs_super_info->ns const | Tejun Heo | 1 | -1/+1 |
| 2013-11-29 | sysfs, kernfs: drop unused params from sysfs_fill_super() | Tejun Heo | 1 | -2/+2 |
| 2013-11-29 | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 1 | -14/+0 |
| 2013-11-27 | sysfs: drop kobj_ns_type handling, take #2 | Tejun Heo | 1 | -18/+6 |
| 2013-11-07 | Revert "sysfs: drop kobj_ns_type handling" | Linus Torvalds | 1 | -6/+18 |
| 2013-09-26 | sysfs: drop kobj_ns_type handling | Tejun Heo | 1 | -18/+6 |
| 2013-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+9 |
| 2013-08-28 | sysfs: Restrict mounting sysfs | Eric W. Biederman | 1 | -3/+9 |
| 2013-08-26 | userns: Better restrictions on when proc and sysfs can be mounted | Eric W. Biederman | 1 | -1/+2 |
| 2013-08-21 | sysfs: fix up space coding style issues | Greg Kroah-Hartman | 1 | -1/+1 |
| 2013-03-27 | userns: Restrict when proc and sysfs can be mounted | Eric W. Biederman | 1 | -0/+4 |
| 2013-01-17 | sysfs: Fixed a trailing white space error | Bin Wang | 1 | -1/+1 |
| 2012-11-20 | userns: Allow unprivilged mounts of proc and sysfs | Eric W. Biederman | 1 | -0/+1 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+1 |
| 2012-07-14 | sysfs: switch to ->s_d_op and ->d_release() | Al Viro | 1 | -0/+1 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -2/+1 |
| 2012-01-24 | sysfs: change permissions for /sys from 0755 to 0555 | Vitaly Kuznetsov | 1 | -1/+1 |
| 2011-06-12 | Delay struct net freeing while there's a sysfs instance refering to it | Al Viro | 1 | -26/+11 |
| 2010-10-29 | convert sysfs | Al Viro | 1 | -19/+13 |
| 2010-08-09 | switch sysfs to ->evict_inode() | Al Viro | 1 | -1/+1 |
| 2010-05-21 | sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree | Eric W. Biederman | 1 | -3/+8 |
| 2010-05-21 | sysfs: Implement sysfs tagged directory support. | Eric W. Biederman | 1 | -1/+32 |
| 2010-05-21 | sysfs: Remove double free sysfs_get_sb | Eric W. Biederman | 1 | -1/+0 |
| 2010-05-21 | sysfs: Basic support for multiple super blocks | Eric W. Biederman | 1 | -2/+56 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-07 | sysfs: Kill unused sysfs_sb variable. | Eric W. Biederman | 1 | -2/+0 |
| 2010-03-07 | sysfs: Pass super_block to sysfs_get_inode | Eric W. Biederman | 1 | -1/+1 |
| 2009-03-24 | sysfs: reference sysfs_dirent from sysfs inodes | Eric W. Biederman | 1 | -0/+1 |
| 2009-03-24 | sysfs: Take sysfs_mutex when fetching the root inode. | Eric W. Biederman | 1 | -0/+2 |
| 2009-03-24 | SYSFS: use standard magic.h for sysfs | Qinghuang Feng | 1 | -2/+1 |
| 2008-10-16 | sysfs: Support sysfs_notify from atomic context with new sysfs_notify_dirent | Neil Brown | 1 | -0/+15 |
| 2008-04-30 | fs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
| 2007-10-17 | mm: bdi init hooks | Peter Zijlstra | 1 | -0/+4 |
| 2007-10-12 | sysfs: add copyrights | Tejun Heo | 1 | -1/+9 |
| 2007-10-12 | sysfs: make sysfs_root a regular directory dirent | Tejun Heo | 1 | -1/+2 |
| 2007-10-12 | sysfs: Remove s_dentry | Eric W. Biederman | 1 | -1/+0 |
| 2007-10-12 | sysfs: Make sysfs_mount static | Eric W. Biederman | 1 | -1/+1 |
| 2007-10-12 | sysfs: Use kill_anon_super | Eric W. Biederman | 1 | -1/+1 |
| 2007-10-12 | sysfs: Move all of inode initialization into sysfs_init_inode | Eric W. Biederman | 1 | -5/+0 |
| 2007-10-12 | sysfs: Remove first pass at shadow directory support | Eric W. Biederman | 1 | -1/+1 |
| 2007-10-12 | sysfs: cleanup semaphore.h | Dave Young | 1 | -1/+0 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-18 | sysfs: fix sysfs root inode nlink accounting | Tejun Heo | 1 | -5/+5 |
| 2007-07-11 | sysfs: make directory dentries and inodes reclaimable | Tejun Heo | 1 | -1/+1 |
| 2007-07-11 | sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags | Tejun Heo | 1 | -1/+1 |
| 2007-07-11 | sysfs: use singly-linked list for sysfs_dirent tree | Tejun Heo | 1 | -3/+0 |
| 2007-07-11 | sysfs: fix root sysfs_dirent -> root dentry association | Tejun Heo | 1 | -0/+1 |
| 2007-07-11 | sysfs: reorganize sysfs_new_indoe() and sysfs_create() | Tejun Heo | 1 | -8/+10 |
| 2007-07-11 | sysfs: kill attribute file orphaning | Tejun Heo | 1 | -8/+0 |
| 2007-07-11 | sysfs: make sysfs_dirent->s_element a union | Tejun Heo | 1 | -1/+0 |
| 2007-07-11 | sysfs: add sysfs_dirent->s_parent | Tejun Heo | 1 | -0/+1 |
| 2007-06-12 | sysfs: store sysfs inode nrs in s_ino to avoid readdir oopses | Eric Sandeen | 1 | -0/+1 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -1/+1 |
| 2007-02-07 | sysfs: Shadow directory support | Eric W. Biederman | 1 | -1/+1 |
| 2007-02-07 | Driver core: fix race in sysfs between sysfs_remove_file() and read()/write() | Oliver Neukum | 1 | -0/+9 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -1/+1 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -3/+3 |
| 2005-06-20 | [PATCH] sysfs-iattr: set inode attributes | Maneesh Soni | 1 | -1/+3 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+107 |