summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-03-123-35/+81
|\
| * ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal2019-02-133-22/+63
| * ovl: During copy up, first copy up data and then xattrsVivek Goyal2019-02-041-13/+18
* | Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-128-259/+321
|\ \
| * | fuse: cache readdir calls if filesystem opts out of opendirChad Austin2019-02-131-1/+2
| * | fuse: support clients that don't implement 'opendir'Chad Austin2019-02-133-5/+12
| * | fuse: lift bad inode checks into callersMiklos Szeredi2019-02-131-16/+10
| * | fuse: multiplex cached/direct_io file operationsMiklos Szeredi2019-02-131-37/+34
| * | fuse add copy_file_range to direct io fopsMiklos Szeredi2019-02-131-0/+1
| * | fuse: use iov_iter based generic splice helpersMiklos Szeredi2019-02-131-1/+3
| * | fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber2019-02-131-4/+26
| * | fuse: use atomic64_t for khctrMiklos Szeredi2019-02-133-5/+3
| * | fuse: clean up abortedMiklos Szeredi2019-02-135-11/+12
| * | fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2019-02-132-5/+10
| * | fuse: Protect fi->nlookup with fi->lockKirill Tkhai2019-02-133-6/+6
| * | fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-134-62/+70
| * | fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-134-26/+14
| * | fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai2019-02-134-8/+13
| * | fuse: Verify userspace asks to requeue interrupt that we really sentKirill Tkhai2019-02-131-3/+10
| * | fuse: Do some refactoring in fuse_dev_do_write()Kirill Tkhai2019-02-131-25/+23
| * | fuse: Wake up req->waitq of only if not backgroundKirill Tkhai2019-02-131-1/+4
| * | fuse: Optimize request_end() by not taking fiq->waitq.lockKirill Tkhai2019-02-131-8/+20
| * | fuse: Kill fasync only if interrupt is queued in queue_interrupt()Kirill Tkhai2019-02-131-1/+1
| * | fuse: Remove stale comment in end_requests()Kirill Tkhai2019-02-131-5/+1
| * | fuse: Replace page without copying in fuse_writepage_in_flight()Kirill Tkhai2019-02-131-1/+1
| * | fuse: fix leaked aux requestsMiklos Szeredi2019-02-131-0/+10
| * | fuse: only reuse auxiliary request in fuse_writepage_in_flight()Miklos Szeredi2019-02-131-6/+7
| * | fuse: clean up fuse_writepage_in_flight()Miklos Szeredi2019-02-131-16/+24
| * | fuse: extract fuse_find_writeback() helperMiklos Szeredi2019-02-131-27/+25
* | | 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