summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-10-295-33/+72
|\
| * Revert "btrfs: compression: drop kmap/kunmap from lzo"David Sterba2021-10-291-11/+25
| * Revert "btrfs: compression: drop kmap/kunmap from zlib"David Sterba2021-10-291-11/+25
| * Revert "btrfs: compression: drop kmap/kunmap from zstd"David Sterba2021-10-291-9/+18
| * Revert "btrfs: compression: drop kmap/kunmap from generic helpers"David Sterba2021-10-272-2/+4
* | ocfs2: fix race between searching chunks and release journal_head from buffer...Gautham Ananthakrishna2021-10-281-9/+13
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-10-241-1/+1
|\ \
| * | autofs: fix wait name hash calculation in autofs_wait()Ian Kent2021-10-201-1/+1
* | | Merge tag '5.15-rc6-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-10-2414-153/+306
|\ \ \
| * | | ksmbd: add buffer validation in session setupMarios Makassikis2021-10-202-27/+40
| * | | ksmbd: throttle session setup failures to avoid dictionary attacksNamjae Jeon2021-10-206-6/+31
| * | | ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requestsHyunchul Lee2021-10-201-16/+52
| * | | ksmbd: validate credit charge after validating SMB2 PDU body sizeRalph Boehme2021-10-151-9/+10
| * | | ksmbd: add buffer validation for smb directHyunchul Lee2021-10-151-2/+19
| * | | ksmbd: limit read/write/trans buffer size not to exceed 8MBNamjae Jeon2021-10-153-1/+6
| * | | ksmbd: validate compound response bufferNamjae Jeon2021-10-131-0/+6
| * | | ksmbd: fix potencial 32bit overflow from data area check in smb2_writeNamjae Jeon2021-10-131-4/+2
| * | | ksmbd: improve credits managementHyunchul Lee2021-10-133-62/+59
| * | | ksmbd: add validation in smb2_ioctlNamjae Jeon2021-10-133-31/+86
* | | | Merge tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-222-14/+47
|\ \ \ \
| * | | | io_uring: apply worker limits to previous usersPavel Begunkov2021-10-211-0/+18
| * | | | io_uring: fix ltimeout unprepPavel Begunkov2021-10-201-6/+1
| * | | | io_uring: apply max_workers limit to all future usersPavel Begunkov2021-10-201-6/+23
| * | | | io-wq: max_worker fixesPavel Begunkov2021-10-191-2/+5
* | | | | Merge tag 'fuse-fixes-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-10-223-56/+46
|\ \ \ \ \
| * | | | | fuse: clean up error exits in fuse_fill_super()Miklos Szeredi2021-10-211-6/+2
| * | | | | fuse: always initialize sb->s_fs_infoMiklos Szeredi2021-10-211-25/+25
| * | | | | fuse: clean up fuse_mount destructionMiklos Szeredi2021-10-212-19/+7
| * | | | | fuse: get rid of fuse_put_super()Miklos Szeredi2021-10-213-9/+15
| * | | | | fuse: check s_root when destroying sbMiklos Szeredi2021-10-212-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'ceph-for-5.15-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2021-10-206-30/+22
|\ \ \ \ \
| * | | | | ceph: fix handling of "meta" errorsJeff Layton2021-10-195-27/+8
| * | | | | ceph: skip existing superblocks that are blocklisted or shut down when mountingJeff Layton2021-10-191-3/+14
| |/ / / /
* | | | | vfs: check fd has read access in kernel_read_file_from_fd()Matthew Wilcox (Oracle)2021-10-181-1/+1
* | | | | ocfs2: mount fails with buffer overflow in strlenValentin Vidic2021-10-181-4/+10
* | | | | ocfs2: fix data corruption after conversion from inline formatJan Kara2021-10-181-34/+12
* | | | | userfaultfd: fix a race between writeprotect and exit_mmap()Nadav Amit2021-10-181-3/+9
|/ / / /
* | | | Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-171-1/+1
|\| | |
| * | | io_uring: fix wrong condition to grab uring lockHao Xu2021-10-141-1/+1
* | | | Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-171-1/+8
|\ \ \ \
| * | | | kernfs: don't create a negative dentry if inactive node existsIan Kent2021-10-041-1/+8
* | | | | Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Linus Torvalds2021-10-1523-896/+712
|\ \ \ \ \
| * | | | | fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov2021-10-121-1/+22
| * | | | | fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov2021-10-111-14/+8
| * | | | | fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov2021-10-112-5/+6
| * | | | | fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov2021-10-111-3/+8
| * | | | | fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov2021-10-111-48/+43
| * | | | | fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov2021-10-112-12/+9
| * | | | | fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov2021-10-111-34/+56
| * | | | | fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov2021-10-111-7/+1