summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-12proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)2-16/+17
2020-06-12cifs: fix chown and chgrp when idsfromsid mount option enabledSteve French1-15/+42
2020-06-12smb3: allow uid and gid owners to be set on create with idsfromsid mount optionSteve French4-21/+129
2020-06-12ext4: support xattr gnu.* namespace for the HurdJan (janneke) Nieuwenhuizen4-1/+56
2020-06-12smb311: Add tracepoints for new compound posix query infoSteve French2-6/+6
2020-06-12smb311: add support for using info level for posix extensions querySteve French4-4/+15
2020-06-12smb311: Add support for lookup with posix extensions query infoSteve French1-1/+3
2020-06-12smb311: Add support for SMB311 query info (non-compounded)Steve French2-0/+15
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French6-2/+316
2020-06-12smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon1-1/+3
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-11ocfs2: fix build failure when TCP/IP is disabledTom Seewald1-1/+1
2020-06-11Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds3-241/+201
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells1-0/+1
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-19/+10
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-10/+125
2020-06-11Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-88/+20
2020-06-11NFS: Fix direct WRITE throughput regressionChuck Lever1-0/+2
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin1-3/+11
2020-06-11NFS: remove redundant initialization of variable resultColin Ian King1-1/+1
2020-06-11NFS: Add a tracepoint in nfs_set_pgio_error()Chuck Lever2-0/+46
2020-06-11NFS: Trace short NFS READsChuck Lever2-0/+49
2020-06-11NFS: nfs_xdr_status should record the procedure nameChuck Lever1-2/+13
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-132/+569
2020-06-11io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang1-6/+6
2020-06-11ext4: mballoc: Use this_cpu_read instead of this_cpu_ptrRitesh Harjani1-1/+1
2020-06-11ext4: avoid utf8_strncasecmp() with unstable nameEric Biggers1-0/+16
2020-06-11ext4: stop overwrite the errcode in ext4_setup_superyangerkun1-0/+1
2020-06-11ext4: fix partial cluster initialization when splitting extentJeffle Xu1-1/+1
2020-06-11ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o1-18/+24
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o11-47/+194
2020-06-10kernel: set USER_DS in kthread_use_mmChristoph Hellwig2-10/+2
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2-5/+5
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig3-3/+0
2020-06-10ocfs2: fix spelling mistake and grammarKeyur Patel1-1/+1
2020-06-10nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2020-06-10Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-26/+38
2020-06-10io_uring: check file O_NONBLOCK state for acceptJiufei Xue1-0/+3
2020-06-10io_uring: avoid unnecessary io_wq_work copy for fast poll featureXiaoguang Wang1-4/+9
2020-06-10io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang2-9/+36
2020-06-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-5/+2
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+4
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-76/+105
2020-06-10Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-4/+6
2020-06-10proc: s_fs_info may be NULL when proc_kill_sb is calledAlexey Gladkov1-4/+6
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig1-0/+4
2020-06-10smb3: fix typo in mount options displayed in /proc/mountsSteve French1-1/+1
2020-06-09io_uring: allow O_NONBLOCK async retryJens Axboe1-3/+7
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-85/+205