summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-091-15/+8
* vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-092-20/+27
* mm, thp: fix incorrect unmap behavior for private pagesRongwei Wang2021-11-061-1/+10
* mm, thp: lock filemap when truncating page cacheRongwei Wang2021-11-061-1/+4
* fs: explicitly unregister per-superblock BDIsChristoph Hellwig2021-11-061-0/+3
* mm/smaps: simplify shmem handling of pte holesPeter Xu2021-11-061-10/+12
* mm/smaps: fix shmem pte hole swap calculationPeter Xu2021-11-061-2/+4
* d_path: fix Kernel doc validator complainingJia He2021-11-061-5/+3
* fs/posix_acl.c: avoid -Wempty-body warningArnd Bergmann2021-11-061-2/+1
* ocfs2: do not zero pages beyond i_sizeJan Kara2021-11-061-7/+12
* ocfs2: fix data corruption on truncateJan Kara2021-11-061-2/+6
* ocfs2/dlm: remove redundant assignment of variable retColin Ian King2021-11-061-1/+0
* ocfs2: cleanup journal init and shutdownValentin Vidic2021-11-064-46/+27
* ocfs2: fix handle refcount leak in two exception handling pathsChenyuan Mi2021-11-061-0/+2
* 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-291-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-211-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-141-0/+6
| * | | ksmbd: fix potencial 32bit overflow from data area check in smb2_writeNamjae Jeon2021-10-141-4/+2
| * | | ksmbd: improve credits managementHyunchul Lee2021-10-143-62/+59
| * | | ksmbd: add validation in smb2_ioctlNamjae Jeon2021-10-143-31/+86
* | | | Merge tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-232-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-201-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-191-1/+1
* | | | | ocfs2: mount fails with buffer overflow in strlenValentin Vidic2021-10-191-4/+10
* | | | | ocfs2: fix data corruption after conversion from inline formatJan Kara2021-10-191-34/+12