summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-076-74/+1055
|\
| * vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-201-0/+57
| * vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2019-03-201-3/+143
| * vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-203-0/+319
| * vfs: Implement logging through fs_contextDavid Howells2019-03-202-14/+158
| * vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-203-1/+93
| * Make anon_inodes unconditionalDavid Howells2019-03-203-3/+1
| * teach move_mount(2) to work with OPEN_TREE_CLONEDavid Howells2019-03-201-7/+55
| * vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-31/+95
| * vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-203-25/+142
* | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-0715-59/+38
|\ \
| * | inotify_handle_event(): don't bother with strlen()Al Viro2019-04-261-1/+1
| * | fsnotify: switch send_to_group() and ->handle_event to const struct qstr *Al Viro2019-04-265-8/+8
| * | fsnotify(): switch to passing const struct qstr * for file_nameAl Viro2019-04-262-6/+8
| * | switch fsnotify_move() to passing const struct qstr * for old_nameAl Viro2019-04-262-3/+3
| * | ovl_lookup_real_one(): don't bother with strlen()Al Viro2019-04-265-13/+11
| * | sysv: bury the broken "quietly truncate the long filenames" logicsAl Viro2019-04-093-21/+0
| * | nsfs: unobfuscateAl Viro2019-04-091-13/+10
| * | unexport d_alloc_pseudo()Al Viro2019-04-092-1/+4
* | | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-075-116/+87
|\ \ \
| * | | proc: prevent changes to overridden credentialsPaul Moore2019-04-291-0/+5
| * | | kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek2019-04-041-41/+21
| * | | kernfs: initialize security of newly created nodesOndrej Mosnacek2019-03-201-2/+9
| * | | LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-201-9/+39
| * | | kernfs: use simple_xattrs for security attributesOndrej Mosnacek2019-03-203-58/+2
| * | | kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek2019-03-201-4/+14
| * | | kernfs: clean up struct kernfs_iattrsOndrej Mosnacek2019-03-204-36/+31
| | |/ | |/|
* | | Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-072-70/+259
|\ \ \
| * | | io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang2019-05-071-1/+1
| * | | io_uring: fix shadowed variable ret return code being not checkedColin Ian King2019-05-061-1/+0
| * | | req->error only used for iopollStefan Bühler2019-05-021-2/+1
| * | | io_uring: add support for eventfd notificationsJens Axboe2019-05-021-0/+48
| * | | io_uring: add support for IORING_OP_SYNC_FILE_RANGEJens Axboe2019-05-021-0/+51
| * | | fs: add sync_file_range() helperJens Axboe2019-05-021-64/+71
| * | | io_uring: add support for marking commands as drainingJens Axboe2019-05-021-3/+88
* | | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-0724-103/+42
|\ \ \ \
| * | | | block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-3016-46/+27
| * | | | Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-2240-332/+538
| |\ \ \ \
| * | | | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-068-57/+15
* | | | | | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-41/+37
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.1-rc6 into char-misc-nextGreg Kroah-Hartman2019-04-2140-332/+538
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | chardev: update comment based on the codeChengguang Xu2019-04-021-6/+3
| * | | | | | chardev: code cleanup for __register_chrdev_region()Chengguang Xu2019-04-021-41/+28
| * | | | | | chardev: add a check for given minor rangeChengguang Xu2019-04-021-0/+6
| * | | | | | chardev: add additional check for minor range overlapChengguang Xu2019-04-021-0/+6
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-072-45/+37
|\ \ \ \ \ \
| * | | | | | kernfs: fix barrier usage in __kernfs_new_node()Andrea Parri2019-04-251-3/+2
| * | | | | | debugfs: update documented return values of debugfs helpersRonald Tschalär2019-04-251-42/+35
| |/ / / / /
* | | | | | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-0726-36/+100
|\ \ \ \ \ \
| * | | | | | adfs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+6