summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-08-04init: add an init_dup helperChristoph Hellwig
2020-07-31init: add an init_utimes helperChristoph Hellwig
2020-07-31init: add an init_stat helperChristoph Hellwig
2020-07-31init: add an init_mknod helperChristoph Hellwig
2020-07-31init: add an init_mkdir helperChristoph Hellwig
2020-07-31init: add an init_symlink helperChristoph Hellwig
2020-07-31init: add an init_link helperChristoph Hellwig
2020-07-31init: add an init_eaccess helperChristoph Hellwig
2020-07-31init: add an init_chmod helperChristoph Hellwig
2020-07-31init: add an init_chown helperChristoph Hellwig
2020-07-31init: add an init_chroot helperChristoph Hellwig
2020-07-31init: add an init_chdir helperChristoph Hellwig
2020-07-31init: add an init_rmdir helperChristoph Hellwig
2020-07-31init: add an init_unlink helperChristoph Hellwig
2020-07-31init: add an init_umount helperChristoph Hellwig
2020-07-31init: add an init_mount helperChristoph Hellwig
2020-07-31fs: push the getname from do_rmdir into the callersChristoph Hellwig
2020-07-31fs: refactor ksys_umountChristoph Hellwig
2020-07-31fs: refactor do_mountChristoph Hellwig
2020-07-31fs: expose utimes_commonChristoph Hellwig
2020-07-31fs: move timespec validation into utimes_commonChristoph Hellwig
2020-07-31fs: refactor do_utimesChristoph Hellwig
2020-07-31fs: remove ksys_ioctlChristoph Hellwig
2020-07-31fs: remove ksys_fchmodChristoph Hellwig
2020-07-31fs: remove ksys_dupChristoph Hellwig
2020-07-31fs: remove ksys_openChristoph Hellwig
2020-07-31fs: remove ksys_getdents64Christoph Hellwig
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig
2020-07-16fs: add a vfs_fchmod helperChristoph Hellwig
2020-07-16fs: add a vfs_fchown helperChristoph Hellwig
2020-07-15afs: Fix interruption of operationsDavid Howells
2020-07-12Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-12io_uring: fix not initialised work->flagsio_uring-5.8-2020-07-12Pavel Begunkov
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov
2020-07-10Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-07-10Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds
2020-07-10Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-10io_uring: account user memory freed when exit has been queuedio_uring-5.8-2020-07-10Jens Axboe
2020-07-10io_uring: fix memleak in io_sqe_files_register()Yang Yingliang
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig
2020-07-09btrfs: fix double put of block group with nocowJosef Bacik
2020-07-09cifs: update internal module version numberSteve French
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg
2020-07-08io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang
2020-07-08smb3: fix unneeded error message on change notifySteve French
2020-07-08fs: remove __vfs_readChristoph Hellwig
2020-07-08fs: implement kernel_read using __kernel_readChristoph Hellwig