aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15nfs_clone_sb_security(): simplify the check for server bogosityAl Viro1-1/+1
2020-01-15nfs: get rid of mount_info ->fill_super()Al Viro4-64/+18
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Al Viro7-21/+16
2020-01-15nfs: unexport nfs_fs_mount_common()Al Viro2-5/+3
2020-01-15nfs: merge xdev and remote file_system_typeAl Viro4-29/+11
2020-01-15nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()Al Viro4-19/+13
2020-01-15nfs: stash nfs_subversion reference into nfs_mount_infoAl Viro4-3/+6
2020-01-15nfs: lift setting mount_info from nfs_xdev_mount()Al Viro3-37/+26
2020-01-15nfs4: fold nfs_do_root_mount/nfs_follow_remote_pathAl Viro1-51/+37
2020-01-15nfs: don't bother setting/restoring export_path around do_nfs_root_mount()Al Viro1-4/+0
2020-01-15nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_typeAl Viro1-22/+4
2020-01-15nfs: lift setting mount_info from nfs4_remote{,_referral}_mountAl Viro1-32/+35
2020-01-15nfs: stash server into struct nfs_mount_infoAl Viro3-18/+14
2020-01-15saner calling conventions for nfs_fs_mount_common()Al Viro2-22/+5
2020-01-14Merge branch 'dhowells' (patches from DavidH)Linus Torvalds1-10/+8
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells1-5/+1
2020-01-14afs: Fix use-after-loss-of-refDavid Howells1-5/+7
2020-01-10Merge tag 'char-misc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2020-01-10Merge tag 'block-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds3-6/+6
2020-01-10Merge tag 'io_uring-5.5-2020-01-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+0
2020-01-09Merge tag 'pstore-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+3
2020-01-09fs: move guard_bio_eod() after bio_set_op_attrsMing Lei3-6/+6
2020-01-08pstore/ram: Regularize prz label allocation lifetimeKees Cook2-3/+3
2020-01-07io_uring: remove punt of short reads to async contextJens Axboe1-12/+0
2020-01-06chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon1-1/+1
2020-01-04ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He1-0/+1
2020-01-04ocfs2: call journal flush to mark journal as empty after journal recovery when mountKai Li1-0/+8
2020-01-04fs/posix_acl.c: fix kernel-doc warningsRandy Dunlap1-2/+5
2020-01-04fs/namespace.c: make to_mnt_ns() staticEric Biggers1-1/+1
2020-01-04fs/nsfs.c: include headers for missing declarationsEric Biggers1-0/+3
2020-01-04fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers1-0/+2
2020-01-03Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-4/+9
2020-01-03Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+1
2020-01-03mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()Jan Stancek1-1/+3
2020-01-02Merge tag 'pstore-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+13
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski1-1/+6
2020-01-02pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin1-0/+11
2020-01-02pstore/ram: Fix error-path memory leak in persistent_ram_new() callersKees Cook1-0/+2
2019-12-30Btrfs: fix infinite loop during nocow writeback due to raceFilipe Manana1-3/+3
2019-12-30btrfs: fix compressed write bio blkcg attributionDennis Zhou1-4/+5
2019-12-30btrfs: punt all bios created in btrfs_submit_compressed_write()Dennis Zhou1-0/+4
2019-12-29Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2019-12-29Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+56
2019-12-29locks: print unsigned ino in /proc/locksAmir Goldstein1-1/+1
2019-12-28block: add bio_truncate to fix guard_bio_eodMing Lei1-24/+1
2019-12-27Merge tag 'io_uring-5.5-20191226' of git://git.kernel.dk/linux-blockLinus Torvalds2-343/+357
2019-12-24io-wq: add cond_resched() to worker threadHillf Danton1-0/+2
2019-12-23io-wq: remove unused busy list from io_sqeHillf Danton1-8/+0
2019-12-23cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)2-9/+55
2019-12-23cifs: Adjust indentation in smb2_open_fileNathan Chancellor1-1/+1