aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-12Merge tag '5.7-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 12-238/+272
2020-04-12Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2020-04-11pNFS: Fix RCU lock leakageGravatar Trond Myklebust 1-0/+1
2020-04-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-5/+18
2020-04-10Merge tag 'for-linus-5.7-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-70/+7
2020-04-10fs/seq_file.c: seq_read(): add info message about buggy .next functionsGravatar Vasily Averin 1-2/+5
2020-04-10change email address for Pali RohárGravatar Pali Rohár 2-2/+2
2020-04-10fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Gravatar Eric Biggers 1-1/+3
2020-04-10ocfs2: no need try to truncate file beyond i_sizeGravatar Changwei Ge 1-0/+4
2020-04-10hfsplus: fix crash and filesystem corruption when deleting filesGravatar Simon Gander 1-0/+4
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-5/+5
2020-04-10smb3: enable swap on SMB3 mountsGravatar Steve French 4-0/+70
2020-04-10Merge tag 'io_uring-5.7-2020-04-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-173/+269
2020-04-10Merge tag 'xfs-5.7-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 21-451/+512
2020-04-09io_uring: punt final io_ring_ctx wait-and-free to workqueueGravatar Jens Axboe 1-2/+16
2020-04-09smb3: change noisy error message to FYIGravatar Steve French 1-1/+1
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+2
2020-04-09proc: Use a dedicated lock in struct pidGravatar Eric W. Biederman 1-5/+5
2020-04-09io_uring: fix fs cleanup on cqe overflowGravatar Pavel Begunkov 1-1/+1
2020-04-08Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 14-485/+1267
2020-04-08Merge tag 'ovl-update-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 10-161/+380
2020-04-08Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+8
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-41/+27
2020-04-08io_uring: don't read user-shared sqe flags twiceGravatar Pavel Begunkov 1-12/+8
2020-04-08io_uring: remove req init from io_get_req()Gravatar Pavel Begunkov 1-26/+27
2020-04-08io_uring: alloc req only after getting sqeGravatar Pavel Begunkov 1-15/+9
2020-04-08io_uring: simplify io_get_sqringGravatar Pavel Begunkov 1-18/+22
2020-04-08io_uring: do not always copy iovec in io_req_map_rw()Gravatar Xiaoguang Wang 1-2/+3
2020-04-08io_uring: ensure openat sets O_LARGEFILE if neededGravatar Jens Axboe 1-0/+2
2020-04-08orangefs: don't mess with I_DIRTY_TIMES in orangefs_flushGravatar Mike Marshall 1-8/+0
2020-04-08orangefs: get rid of knob code...Gravatar Mike Marshall 3-62/+7
2020-04-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 15-238/+393
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 29-1134/+1717
2020-04-07Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 20-425/+810
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-6/+24
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+4
2020-04-07smb3: smbdirect support can be configured by defaultGravatar Steve French 1-1/+1
2020-04-07reiserfs: clean up several indentation issuesGravatar Colin Ian King 3-11/+12
2020-04-07fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathGravatar Alexey Dobriyan 1-1/+1
2020-04-07fs/binfmt_elf.c: allocate less for static executableGravatar Alexey Dobriyan 1-9/+10
2020-04-07fs/binfmt_elf.c: delete "loc" variableGravatar Alexey Dobriyan 1-17/+15
2020-04-07fs/epoll: make nesting accounting safe for -rt kernelGravatar Jason Baron 1-21/+43
2020-04-07proc: inline m_next_vma into m_nextGravatar Matthew Wilcox (Oracle) 1-10/+8
2020-04-07seq_file: remove m->versionGravatar Matthew Wilcox (Oracle) 1-28/+0
2020-04-07proc: use ppos instead of m->versionGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-04-07proc: remove m_cache_vmaGravatar Matthew Wilcox (Oracle) 1-32/+6
2020-04-07proc: inline vma_stop into m_stopGravatar Matthew Wilcox (Oracle) 1-19/+15
2020-04-07proc: speed up /proc/*/statmGravatar Alexey Dobriyan 1-16/+23
2020-04-07proc: faster open/read/close with "permanent" filesGravatar Alexey Dobriyan 6-53/+174
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseGravatar Jules Irenge 1-0/+1