summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* coda: remove err which no one careAlex Shi2021-11-091-2/+1
* coda: check for async upcall request using local stateJan Harkes2021-11-091-1/+2
* coda: avoid NULL pointer dereference from a bad inodeJan Harkes2021-11-091-4/+9
* ramfs: fix mount source show for ramfsyangerkun2021-11-091-4/+7
* ELF: simplify STACK_ALLOC macroAlexey Dobriyan2021-11-091-1/+1
* binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook2021-11-091-9/+22
* proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan2021-11-091-8/+10
* proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-091-30/+69
* proc/vmcore: let pfn_is_ram() return a boolDavid Hildenbrand2021-11-091-4/+4
* procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer2021-11-091-0/+3
* 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-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