aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-27Merge tag 'iomap-5.13-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-27Merge tag 'pstore-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-27Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-27io_uring: maintain drain logic for multishot poll requestsHao Xu
2021-04-27io_uring: Check current->io_uring in io_uring_cancel_sqpollPalash Oswal
2021-04-26netfs: Miscellaneous fixesDavid Howells
2021-04-26Merge tag 'for-5.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-04-26Merge tag '5.12-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-04-26Merge tag 'nfsd-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-04-26Merge tag 'erofs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'locks-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds
2021-04-26Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-04-26io_uring: fix NULL reg-bufferPavel Begunkov
2021-04-26io_uring: simplify SQPOLL cancellationsPavel Begunkov
2021-04-26io_uring: fix work_exit sqpoll cancellationsPavel Begunkov
2021-04-26io_uring: Fix uninitialized variable up.resvColin Ian King
2021-04-26io_uring: fix invalid error check after mallocPavel Begunkov
2021-04-25cifs: update internal version numberSteve French
2021-04-25smb3: add rasize mount parameter to improve readahead performanceSteve French
2021-04-25smb3: limit noisy errorSteve French
2021-04-25cifs: fix leak in cifs_smb3_do_mount() ctxDavid Disseldorp
2021-04-25cifs: remove unnecessary copies of tcon->crfid.fidMuhammad Usama Anjum
2021-04-25cifs: Return correct error code from smb2_get_enc_keyPaul Aurich
2021-04-25cifs: fix out-of-bound memory access when calling smb3_notify() at mount pointEugene Korenevsky
2021-04-25smb2: fix use-after-free in smb2_ioctl_query_info()Aurelien Aptel
2021-04-25cifs: export supported mount options via new mount_params /proc fileAurelien Aptel
2021-04-25cifs: log mount errors using cifs_errorf()Aurelien Aptel
2021-04-25cifs: add fs_context param to parsing helpersAurelien Aptel
2021-04-25cifs: make fs_context error logging wrapperAurelien Aptel
2021-04-25cifs: add FALLOC_FL_INSERT_RANGE supportRonnie Sahlberg
2021-04-25cifs: add support for FALLOC_FL_COLLAPSE_RANGERonnie Sahlberg
2021-04-25cifs: check the timestamp for the cached dirent when deciding on revalidateRonnie Sahlberg
2021-04-25cifs: pass the dentry instead of the inode down to the revalidation check fun...Ronnie Sahlberg