summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-29reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara
2020-10-29iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-10-29reiserfs: only call unlock_new_inode() if I_NEWEric Biggers
2020-10-29udf: Avoid accessing uninitialized data on failed inode readJan Kara
2020-10-29udf: Limit sparing table sizeJan Kara
2020-10-29ntfs: add check for mft record size in superblockRustam Kovhaev
2020-10-29fs: dlm: fix configfs memory leakAlexander Aring
2020-10-29ext4: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-29ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang
2020-10-29ext4: discard preallocations before releasing group lockJan Kara
2020-10-29ext4: fix dead loop in ext4_mb_new_blocksYe Bin
2020-10-29ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)
2020-10-29afs: Fix cell removalDavid Howells
2020-10-29afs: Fix cell purging with aliasesDavid Howells
2020-10-29afs: Fix cell refcounting by splitting the usage counterDavid Howells
2020-10-29afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells
2020-10-29f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles
2020-10-29f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers
2020-10-29xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong
2020-10-29nfs: add missing "posix" local_lock constant table definitionScott Mayhew
2020-10-29xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong
2020-10-29xfs: limit entries returned when counting fsmap recordsDarrick J. Wong
2020-10-29xfs: fix finobt btree block recovery orderingDave Chinner
2020-10-29fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-29iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)
2020-10-29quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet
2020-10-29xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong
2020-10-29iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)
2020-10-29iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)
2020-10-29btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo
2020-10-29fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32Eric Biggers
2020-10-29smb3: fix stat when special device file and mounted with modefromsidSteve French
2020-10-29smb3: do not try to cache root directory if dir leases not supportedSteve French
2020-10-29SMB3.1.1: Fix ids returned in POSIX query dirSteve French
2020-10-29SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-29cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-29cifs: remove bogus debug codeDan Carpenter
2020-10-17reiserfs: Fix oops during mountJan Kara
2020-10-17reiserfs: Initialize inode keys properlyJan Kara
2020-10-14afs: Fix deadlock between writeback and truncateDavid Howells
2020-10-14pipe: Fix memory leaks in create_pipe_files()Qian Cai
2020-10-14btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik
2020-10-14io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe
2020-10-14btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-10-14splice: teach splice pipe reading about empty pipe buffersLinus Torvalds
2020-10-14exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-10-07ep_create_wakeup_source(): dentry name can change under you...Al Viro