aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-20mm/uffd: reset write protection when unregister with wp-modeGravatar Peter Xu 1-0/+4
2022-08-20mm/smaps: don't access young/dirty bit if pte unpresentGravatar Peter Xu 1-3/+4
2022-08-14take care to handle NULL ->proc_lseek()Gravatar Al Viro 1-0/+3
2022-08-13Merge tag 'pull-work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Gravatar Linus Torvalds 19-445/+528
2022-08-13afs: Enable multipage folio supportGravatar David Howells 2-1/+3
2022-08-13Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2022-08-13Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 5-46/+193
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleGravatar Ronnie Sahlberg 5-12/+25
2022-08-11cifs: Add constructor/destructors for tcon->cfidGravatar Ronnie Sahlberg 6-97/+121
2022-08-11SMB3: fix lease break timeout when multiple deferred close handles for the sa...Gravatar Bharath SM 1-19/+1
2022-08-11smb3: allow deferred close timeout to be configurableGravatar Steve French 5-2/+22
2022-08-11cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirGravatar Ronnie Sahlberg 2-3/+3
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 4-52/+2
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 17-205/+480
2022-08-11cifs: Move cached-dir functions into a separate fileGravatar Ronnie Sahlberg 15-351/+411
2022-08-10cifs: Remove {cifs,nfs}_fscache_release_page()Gravatar David Howells 1-16/+0
2022-08-10xfs: fix inode reservation space for removing transactionGravatar hexiaole 1-1/+1
2022-08-10cifs: fix lock length calculationGravatar Paulo Alcantara 2-5/+5
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 17-289/+513
2022-08-10Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+5
2022-08-09Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 26-936/+1403
2022-08-09NFS: Improve readpage/writepage tracingGravatar Trond Myklebust 1-28/+26
2022-08-09NFS: Improve O_DIRECT tracingGravatar Trond Myklebust 1-12/+9
2022-08-09NFS: Improve write error tracingGravatar Trond Myklebust 2-18/+26
2022-08-09posix-cpu-timers: Cleanup CPU timers before freeing them during execGravatar Thadeu Lima de Souza Cascardo 1-0/+3
2022-08-09Merge tag 'fscache-fixes-20220809' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+7
2022-08-09Merge tag 'afs-fixes-20220802' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-98/+106
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 4-19/+100
2022-08-09fscache: add tracepoint when failing cookieGravatar Jeff Layton 1-0/+2
2022-08-09fscache: don't leak cookie access refs if invalidation is in progress or failedGravatar Jeff Layton 1-2/+5
2022-08-08Merge tag '5.20-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 19-220/+321
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 13-90/+48
2022-08-08hugetlbfs: copy_page_to_iter() can deal with compound pagesGravatar Al Viro 1-30/+1
2022-08-08ceph: switch the last caller of iov_iter_get_pages_alloc()Gravatar Al Viro 1-1/+1
2022-08-08iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Gravatar Al Viro 1-23/+24
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Gravatar Al Viro 7-18/+9
2022-08-08splice: stop abusing iov_iter_advance() to flush a pipeGravatar Al Viro 1-5/+2
2022-08-08switch new_sync_{read,write}() to ITER_UBUFGravatar Al Viro 1-4/+2
2022-08-08new iov_iter flavour - ITER_UBUFGravatar Al Viro 8-9/+9
2022-08-08mm: hugetlb_vmemmap: introduce the name HVOGravatar Muchun Song 1-7/+5
2022-08-08NFS: don't unhash dentry during unlink/renameGravatar NeilBrown 1-18/+54
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 13-253/+526
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-28/+106
2022-08-08Merge tag 'ovl-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 5-8/+21
2022-08-08Merge tag 'exfat-for-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-138/+53
2022-08-08vfs: Check the truncate maximum size in inode_newsize_ok()Gravatar David Howells 1-0/+2
2022-08-07Merge tag '5.20-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/ci...Gravatar Linus Torvalds 26-905/+1099
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 32-340/+636
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxGravatar Linus Torvalds 10-149/+124