summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt2024-04-111-0/+1
* fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen2024-04-111-0/+16
* fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen2024-04-091-2/+0
* 9p: explicitly deny setlease attemptsJeff Layton2024-03-281-0/+2
* fs/9p: fix the cache always being enabled on files with qid flagsJoakim Sindholt2024-03-281-3/+0
* fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt2024-03-281-0/+3
* fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt2024-03-281-1/+1
* Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-272-1/+1
|\
| * MAINTAINERS: erofs: add myself as reviewerSandeep Dhavale2024-03-251-0/+1
| * erofs: drop experimental warning for FSDAXGao Xiang2024-03-251-1/+0
* | Merge tag '9p-fixes-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-272-11/+11
|\ \
| * | fs/9p: fix uninitialized values during inode evictEric Van Hensbergen2024-03-251-6/+10
| * | fs/9p: remove redundant pointer v9sesColin Ian King2024-03-251-4/+0
| * | fs/9p: fix uaf in in v9fs_stat2inode_dotlLizhi Xu2024-03-251-1/+1
| |/
* | Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-276-22/+63
|\ \
| * | btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-03-261-0/+13
| * | btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain2024-03-261-5/+12
| * | btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn2024-03-261-1/+2
| * | btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana2024-03-261-5/+5
| * | btrfs: fix message not properly printing interval when adding extent mapFilipe Manana2024-03-261-2/+2
| * | btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana2024-03-261-2/+2
| * | btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana2024-03-261-1/+1
| * | btrfs: validate device maj:min during openAnand Jain2024-03-261-0/+10
| * | btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn2024-03-261-7/+7
| * | btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn2024-03-151-1/+11
* | | Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds2024-03-2725-40/+177
|\ \ \
| * | | crash: use macro to add crashk_res into iomem early for specific archBaoquan He2024-03-262-0/+9
| * | | mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devicesJohannes Weiner2024-03-261-4/+19
| * | | selftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw2024-03-263-0/+15
| * | | hexagon: vmlinux.lds.S: handle attributes sectionNathan Chancellor2024-03-261-0/+1
| * | | userfaultfd: fix deadlock warning when locking src and dst VMAsLokesh Gidra2024-03-261-1/+2
| * | | tmpfs: fix race on handling dquot rbtreeCarlos Maiolino2024-03-261-3/+7
| * | | selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMEdward Liaw2024-03-261-1/+2
| * | | mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner2024-03-261-0/+8
| * | | ARM: prctl: reject PR_SET_MDWE on pre-ARMv6Zev Weiss2024-03-261-0/+14
| * | | prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss2024-03-263-2/+27
| * | | MAINTAINERS: remove incorrect M: tag for dm-devel@lists.linux.devKuan-Wei Chiu2024-03-261-1/+0
| * | | mm: zswap: fix kernel BUG in sg_init_oneBarry Song2024-03-261-2/+12
| * | | selftests: mm: restore settings from only parent processMuhammad Usama Anjum2024-03-261-1/+5
| * | | tools/Makefile: remove cgroup targetCong Liu2024-03-261-7/+6
| * | | mm: cachestat: fix two shmem bugsJohannes Weiner2024-03-261-0/+16
| * | | mm: increase folio batch sizeMatthew Wilcox (Oracle)2024-03-261-2/+2
| * | | mm,page_owner: fix recursionOscar Salvador2024-03-261-10/+23
| * | | mailmap: update entry for Leonard CrestezLeonard Crestez2024-03-261-1/+2
| * | | init: open /initrd.image with O_LARGEFILEJohn Sperbeck2024-03-261-1/+1
| * | | selftests/mm: Fix build with _FORTIFY_SOURCEVitaly Chikunov2024-03-263-3/+3
| * | | mm/memory: fix missing pte marker for !page on pte zapsPeter Xu2024-03-261-1/+3
| | |/ | |/|
* | | Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-271-1/+1
|\ \ \
| * | | tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)2024-03-251-1/+1
* | | | Merge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-277-55/+61
|\ \ \ \