summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-241-7/+30
* kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt2022-09-241-1/+4
* Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman2022-09-2414-82/+156
|\
| * Merge tag 'exfat-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-211-2/+1
| |\
| | * exfat: fix overflow for large capacity partitionYuezhang Mo2022-09-041-2/+1
| * | Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-202-8/+74
| |\ \
| | * | btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota2022-09-131-2/+38
| | * | btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana2022-09-131-0/+25
| | * | btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana2022-09-131-6/+11
| * | | Merge tag 'fs.fixes.v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-201-0/+2
| |\ \ \
| | * | | open: always initialize ownership fieldsTetsuo Handa2022-09-201-0/+2
| * | | | Merge tag 'execve-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-201-7/+0
| |\ \ \ \
| | * | | | Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin2022-09-131-7/+0
| * | | | | Merge tag '6.0-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-09-164-15/+12
| |\ \ \ \ \
| | * | | | | cifs: update internal module numberSteve French2022-09-141-2/+2
| | * | | | | cifs: add missing spinlock around tcon refcountPaulo Alcantara2022-09-141-0/+3
| | * | | | | cifs: always initialize struct msghdr smb_msg completelyStefan Metzmacher2022-09-132-13/+4
| | * | | | | cifs: don't send down the destination address to sendmsg for a SOCK_STREAMStefan Metzmacher2022-09-131-2/+2
| | * | | | | cifs: revalidate mapping when doing direct writesRonnie Sahlberg2022-09-121-0/+3
| * | | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-09-131-4/+8
| |\ \ \ \ \ \
| | * | | | | | nfsd_splice_actor(): handle compound pagesAl Viro2022-09-121-4/+8
| * | | | | | | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-09-124-36/+50
| |\ \ \ \ \ \ \
| | * | | | | | | NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATEAnna Schumaker2022-09-083-27/+32
| | * | | | | | | NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust2022-09-011-9/+18
| * | | | | | | | Merge tag 'nfsd-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-09-121-10/+9
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | NFSD: fix regression with setting ACLs.NeilBrown2022-09-081-10/+9
* | | | | | | | | Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-1255-362/+449
|\| | | | | | | |
| * | | | | | | | Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-091-0/+22
| |\ \ \ \ \ \ \ \
| | * | | | | | | | debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-051-0/+22
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-096-54/+60
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | btrfs: fix the max chunk size and stripe length calculationQu Wenruo2022-09-062-1/+4
| | * | | | | | | btrfs: zoned: fix mounting with conventional zonesJohannes Thumshirn2022-09-051-41/+40
| | * | | | | | | btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki2022-09-051-3/+12
| | * | | | | | | btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota2022-09-054-9/+4
| * | | | | | | | Merge tag 'trace-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-09-091-8/+23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-081-8/+23
| * | | | | | | | | Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-085-12/+5
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-025-12/+5
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | afs: Use the operation issue time instead of the reply time for callbacksDavid Howells2022-09-015-12/+5
| | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| * | | | | | | | | | afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells2022-09-061-0/+1
| * | | | | | | | | | Merge tag 'erofs-for-6.0-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-063-39/+14
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | erofs: fix pcluster use-after-free on UP platformsGao Xiang2022-09-051-29/+0
| | * | | | | | | | | erofs: avoid the potentially wrong m_plen for big pclusterYue Hu2022-09-051-8/+8
| | * | | | | | | | | erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke2022-09-051-2/+6
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge tag '6.0-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-09-023-32/+55
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya2022-08-301-5/+7
| | * | | | | | | | smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French2022-08-302-4/+13
| | * | | | | | | | smb3: fix temporary data corruption in insert rangeDavid Howells2022-08-281-8/+16
| | * | | | | | | | smb3: fix temporary data corruption in collapse rangeSteve French2022-08-281-10/+16
| | * | | | | | | | smb3: Move the flush out of smb2_copychunk_range() into its callersDavid Howells2022-08-282-12/+10
| | | |_|_|_|_|_|/ | | |/| | | | | |