summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | fs: dlm: flush swork on shutdownAlexander Aring2021-03-091-4/+1
| * | fs: dlm: remove unaligned memory access handlingAlexander Aring2021-03-091-14/+12
| * | fs: dlm: check on minimum msglen sizeAlexander Aring2021-03-091-3/+4
| * | fs: dlm: simplify writequeue handlingAlexander Aring2021-03-091-40/+43
| * | fs: dlm: use GFP_ZERO for page bufferAlexander Aring2021-03-093-5/+1
| * | fs: dlm: change allocation limitsAlexander Aring2021-03-091-2/+4
| * | fs: dlm: add check if dlm is currently runningAlexander Aring2021-03-093-3/+36
| * | fs: dlm: add errno handling to check callbackAlexander Aring2021-03-091-7/+16
| * | fs: dlm: set subclass for othercon sock_mutexAlexander Aring2021-03-091-1/+2
| * | fs: dlm: set connected bit after acceptAlexander Aring2021-03-091-0/+1
| * | fs: dlm: fix mark setting deadlockAlexander Aring2021-03-094-35/+45
| * | fs: dlm: fix debugfs dumpAlexander Aring2021-03-091-0/+1
* | | Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-019-57/+111
|\ \ \
| * | | cuse: simplify refcountMiklos Szeredi2021-04-141-7/+3
| * | | cuse: prevent cloneMiklos Szeredi2021-04-141-0/+2
| * | | virtiofs: fix usernsMiklos Szeredi2021-04-141-2/+1
| * | | virtiofs: remove useless functionJiapeng Chong2021-04-141-5/+0
| * | | virtiofs: split requests that exceed virtqueue sizeConnor Kuehl2021-04-143-3/+22
| * | | virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques2021-04-141-0/+1
| * | | fuse: invalidate attrs when page writeback completesVivek Goyal2021-04-141-0/+9
| * | | fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGIDVivek Goyal2021-04-142-1/+13
| * | | fuse: extend FUSE_SETXATTR requestVivek Goyal2021-04-145-6/+21
| * | | fuse: fix matching of FUSE_DEV_IOC_CLONE commandAlessio Balsini2021-04-141-5/+2
| * | | fuse: fix a typoBhaskar Chowdhury2021-04-141-1/+1
| * | | fuse: don't zero pages twiceMiklos Szeredi2021-04-141-15/+6
| * | | fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl2021-04-141-1/+1
| * | | fuse: fix write deadlockVivek Goyal2021-04-142-12/+30
* | | | Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-05-019-81/+136
|\ \ \ \
| * | | | ovl: add debug print to ovl_do_getxattr()Amir Goldstein2021-04-121-1/+6
| * | | | ovl: invalidate readdir cache on changes to dir with originAmir Goldstein2021-04-123-37/+36
| * | | | ovl: allow upperdir inside lowerdirMiklos Szeredi2021-04-121-5/+7
| * | | | ovl: show "userxattr" in the mount dataGiuseppe Scrivano2021-04-121-0/+2
| * | | | ovl: trivial typo fixes in the file inode.cBhaskar Chowdhury2021-04-121-3/+3
| * | | | ovl: fix misspellings using codespell toolXiong Zhenwu2021-04-121-1/+1
| * | | | ovl: do not copy attr several timesChengguang Xu2021-04-121-3/+0
| * | | | ovl: remove ovl_map_dev_ino() return valueyoungjun2021-04-121-8/+4
| * | | | ovl: fix error for ovl_fill_super()Chengguang Xu2021-04-121-0/+4
| * | | | ovl: fix missing revert_creds() on error pathDan Carpenter2021-04-121-1/+2
| * | | | ovl: fix leaked dentryMickaël Salaün2021-04-121-0/+1
| * | | | ovl: restrict lower null uuid for "xino=auto"Amir Goldstein2021-04-122-20/+47
| * | | | ovl: check that upperdir path is not on a read-only mountAmir Goldstein2021-04-121-2/+2
| * | | | ovl: plumb through flush methodSargun Dhillon2021-04-121-0/+21
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-30185-2641/+3173
|\ \ \ \
| * | | | mm/memory-failure: unnecessary amount of unmappingJane Chu2021-04-301-1/+1
| * | | | mm/mmzone.h: fix existing kernel-doc comments and link them to core-apiMike Rapoport2021-04-302-19/+25
| * | | | mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich2021-04-301-13/+17
| * | | | net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer2021-04-302-27/+57
| * | | | net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer2021-04-301-19/+26
| * | | | SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever2021-04-301-16/+15
| * | | | SUNRPC: set rq_page_end differentlyChuck Lever2021-04-301-4/+3