summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-07fs: fix a struct path leak in path_umountChristoph Hellwig1-14/+18
2020-08-04init: add an init_dup helperChristoph Hellwig1-0/+12
2020-07-31init: add an init_utimes helperChristoph Hellwig1-0/+13
2020-07-31init: add an init_stat helperChristoph Hellwig1-0/+15
2020-07-31init: add an init_mknod helperChristoph Hellwig3-3/+26
2020-07-31init: add an init_mkdir helperChristoph Hellwig3-2/+19
2020-07-31init: add an init_symlink helperChristoph Hellwig3-3/+17
2020-07-31init: add an init_link helperChristoph Hellwig3-4/+36
2020-07-31init: add an init_eaccess helperChristoph Hellwig2-1/+14
2020-07-31init: add an init_chmod helperChristoph Hellwig3-3/+16
2020-07-31init: add an init_chown helperChristoph Hellwig3-2/+20
2020-07-31init: add an init_chroot helperChristoph Hellwig2-6/+25
2020-07-31init: add an init_chdir helperChristoph Hellwig2-6/+17
2020-07-31init: add an init_rmdir helperChristoph Hellwig1-0/+5
2020-07-31init: add an init_unlink helperChristoph Hellwig1-0/+5
2020-07-31init: add an init_umount helperChristoph Hellwig3-2/+17
2020-07-31init: add an init_mount helperChristoph Hellwig4-2/+31
2020-07-31fs: push the getname from do_rmdir into the callersChristoph Hellwig2-7/+5
2020-07-31fs: refactor ksys_umountChristoph Hellwig1-22/+18
2020-07-31fs: refactor do_mountChristoph Hellwig1-32/+35
2020-07-31fs: expose utimes_commonChristoph Hellwig1-3/+3
2020-07-31fs: move timespec validation into utimes_commonChristoph Hellwig1-10/+9
2020-07-31fs: refactor do_utimesChristoph Hellwig1-46/+54
2020-07-31fs: remove ksys_ioctlChristoph Hellwig1-6/+1
2020-07-31fs: remove ksys_fchmodChristoph Hellwig1-6/+1
2020-07-31fs: remove ksys_dupChristoph Hellwig1-6/+1
2020-07-31fs: remove ksys_openChristoph Hellwig1-3/+8
2020-07-31fs: remove ksys_getdents64Christoph Hellwig1-9/+2
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig1-1/+1
2020-07-16fs: add a vfs_fchmod helperChristoph Hellwig1-2/+7
2020-07-16fs: add a vfs_fchown helperChristoph Hellwig1-12/+17
2020-07-15afs: Fix interruption of operationsDavid Howells2-2/+3
2020-07-12Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+3
2020-07-12io_uring: fix not initialised work->flagsPavel Begunkov1-1/+2
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov1-0/+2
2020-07-10Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-18/+22
2020-07-10Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+23
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds3-58/+77
2020-07-10Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-46/+51
2020-07-10io_uring: account user memory freed when exit has been queuedJens Axboe1-3/+10
2020-07-10io_uring: fix memleak in io_sqe_files_register()Yang Yingliang1-0/+1
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig1-0/+1
2020-07-09btrfs: fix double put of block group with nocowJosef Bacik1-8/+1
2020-07-09cifs: update internal module version numberSteve French1-1/+1
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg1-1/+8
2020-07-08io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang1-1/+3
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang1-2/+9
2020-07-08smb3: fix unneeded error message on change notifySteve French1-2/+6
2020-07-08fs: remove __vfs_readChristoph Hellwig1-22/+21