summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-1223-886/+2421
|\
| * afs: Use fs_context to pass parameters over automountDavid Howells2019-02-283-109/+80
| * afs: Add fs_context supportDavid Howells2019-02-284-214/+259
| * vfs: Add some logging to the core users of the fs_context logDavid Howells2019-02-281-1/+3
| * vfs: Implement logging through fs_contextDavid Howells2019-02-281-0/+30
| * vfs: Remove kern_mount_data()David Howells2019-02-281-3/+3
| * hugetlbfs: Convert to fs_contextDavid Howells2019-02-281-158/+200
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-283-71/+92
| * proc: Add fs_context support to procfsDavid Howells2019-02-283-68/+129
| * procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells2019-02-283-54/+52
| * introduce cloning of fs_contextAl Viro2019-02-281-0/+67
| * convenience helpers: vfs_get_super() and sget_fc()Al Viro2019-02-281-0/+171
| * vfs: Implement a filesystem superblock creation/configuration contextDavid Howells2019-02-283-17/+312
| * vfs: Add configuration parser helpersDavid Howells2019-02-285-3/+459
| * introduce fs_context methodsAl Viro2019-01-303-16/+50
| * fs_context flavour for submountsAl Viro2019-01-301-0/+10
| * convert do_remount_sb() to fs_contextDavid Howells2019-01-304-59/+147
| * vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro2019-01-304-17/+19
| * new helper: do_new_mount_fc()David Howells2019-01-301-26/+39
| * teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro2019-01-302-31/+51
| * new helpers: vfs_create_mount(), fc_mount()Al Viro2019-01-301-24/+52
| * vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells2019-01-305-44/+246
| * saner handling of temporary namespacesAl Viro2019-01-302-39/+40
| * separate copying and locking mount tree on cross-userns copiesAl Viro2019-01-303-29/+38
| * kill kernfs_pin_sb()Al Viro2019-01-171-30/+0
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-126-19/+51
|\ \
| * | vfs: Make __vfs_write() staticGeert Uytterhoeven2019-02-221-2/+2
| * | vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno2019-02-161-0/+6
| * | pipe: stop using ->can_mergeJann Horn2019-02-012-8/+16
| * | splice: don't merge into linked buffersJann Horn2019-02-012-0/+18
| * | fs: move generic stat response attr handling to vfs_getattr_nosecChristoph Hellwig2019-02-011-5/+7
| * | orangefs: don't reinitialize result_mask in ->getattrChristoph Hellwig2019-02-011-5/+2
| * | fs/devpts: always delete dcache dentry-s in dput()Varad Gautam2019-01-241-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-126-42/+30
|\ \ \
| * | | proc: commit to genradixKent Overstreet2019-03-121-28/+15
| * | | proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan2019-03-121-9/+10
| * | | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-125-5/+5
* | | | hpfs: fix spelling mistake "partion" -> "partition"Colin Ian King2019-03-121-4/+4
* | | | Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | XArray: Change xa_insert to return -EBUSYMatthew Wilcox2019-02-061-1/+1
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-101-0/+1
|\ \ \ \
| * | | | ima: define ima_post_create_tmpfile() hook and add missing callMimi Zohar2019-02-041-0/+1
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-0917-6411/+0
|\ \ \ \ \
| * | | | | scsi: fs: remove exofsChristoph Hellwig2019-02-0517-6409/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-1/+1
|\ \ \ \ \
| * | | | | mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-03-095-69/+20
|\ \ \ \ \
| * | | | | gfs2: Fix missed wakeups in find_insert_glockAndreas Gruenbacher2019-03-081-1/+1
| * | | | | gfs2: Fix an incorrect gfs2_assert()Tim Smith2019-03-061-2/+2
| * | | | | gfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-234-66/+17