Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 1 | -5/+1 |
2019-03-20 | vfs: syscall: Add fsconfig() for configuring and managing a context | David Howells | 1 | -0/+51 |
2019-03-20 | vfs: Implement logging through fs_context | David Howells | 1 | -14/+91 |
2019-03-20 | vfs: syscall: Add fsopen() to prepare for superblock creation | David Howells | 1 | -0/+4 |
2019-02-28 | vfs: Implement logging through fs_context | David Howells | 1 | -0/+30 |
2019-02-28 | introduce cloning of fs_context | Al Viro | 1 | -0/+67 |
2019-02-28 | vfs: Implement a filesystem superblock creation/configuration context | David Howells | 1 | -1/+299 |
2019-01-30 | introduce fs_context methods | Al Viro | 1 | -6/+22 |
2019-01-30 | fs_context flavour for submounts | Al Viro | 1 | -0/+10 |
2019-01-30 | convert do_remount_sb() to fs_context | David Howells | 1 | -2/+33 |
2019-01-30 | vfs_get_tree(): evict the call of security_sb_kern_mount() | Al Viro | 1 | -0/+8 |
2019-01-30 | vfs: Introduce fs_context, switch vfs_kern_mount() to it. | David Howells | 1 | -0/+182 |