summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-0412-37/+58
* 9p: set readahead and io size according to maxsizeDominique Martinet2021-11-041-0/+3
* 9p p9mode2perm: remove useless strlcpy and check sscanf return codeDominique Martinet2021-11-031-4/+9
* 9p v9fs_parse_options: replace simple_strtoul with kstrtouintDominique Martinet2021-11-031-6/+7
* 9p: fix file headersDominique Martinet2021-11-0312-54/+4
* fs/9p: fix indentation and Add missing a blank line after declarationSohaib Mohamed2021-11-031-1/+2
* fs/9p: fix warnings found by checkpatch.plSohaib Mohamed2021-11-031-4/+4
* 9p: fix minor indentation and codestyleSohaib Mohamed2021-11-031-1/+3
* fs/9p: cleanup: opening brace at the beginning of the next lineSohaib Mohamed2021-11-031-1/+2
* 9p: Convert to using the netfs helper lib to do reads and cachingDavid Howells2021-11-036-334/+122
* 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
|\ \ \ \