summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-02jffs2: fix UAF problemZhe Li1-1/+5
2020-08-02jffs2: fix jffs2 mounting failureZhe Li1-1/+2
2020-08-02ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng1-4/+6
2020-08-02ubifs: misc.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra3-2/+22
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+5
2020-08-01io_uring: flip if handling after io_setup_async_rwPavel Begunkov1-74/+72
2020-07-31io_uring: don't touch 'ctx' after installing file descriptorJens Axboe1-3/+9
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-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+2
2020-07-30fscrypt: don't load ->i_crypt_info before it's known to be validEric Biggers1-1/+2
2020-07-30io_uring: get rid of atomic FAA for cq_timeoutsPavel Begunkov1-3/+5
2020-07-30io_uring: consolidate *_check_overflow accountingPavel Begunkov1-10/+13
2020-07-30io_uring: fix stalled deferred requestsPavel Begunkov1-0/+1
2020-07-30io_uring: fix racy overflow count reportingPavel Begunkov1-2/+1
2020-07-30io_uring: deduplicate __io_complete_rw()Pavel Begunkov1-5/+3
2020-07-30io_uring: de-unionise io_kiocbPavel Begunkov1-45/+14
2020-07-30Merge tag 'io_uring-5.8-2020-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig1-1/+1
2020-07-29userfaultfd: Use sequence counter with associated spinlockAhmed S. Darwish1-2/+2
2020-07-29NFSv4: Use sequence counter with associated spinlockAhmed S. Darwish2-2/+2
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish2-3/+3
2020-07-28fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang1-3/+11
2020-07-28xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins1-14/+11
2020-07-28xfs: Simplify xfs_attr_node_addnameAllison Collins1-63/+59