summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-29iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai1-0/+10
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong1-0/+11
2020-10-29reiserfs: only call unlock_new_inode() if I_NEWEric Biggers1-1/+2
2020-10-29udf: Avoid accessing uninitialized data on failed inode readJan Kara1-11/+14
2020-10-29udf: Limit sparing table sizeJan Kara1-0/+6
2020-10-29ntfs: add check for mft record size in superblockRustam Kovhaev1-0/+6
2020-10-29fs: dlm: fix configfs memory leakAlexander Aring1-0/+3
2020-10-29ext4: limit entries returned when counting fsmap recordsDarrick J. Wong1-0/+3
2020-10-29ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang1-1/+1
2020-10-29ext4: discard preallocations before releasing group lockJan Kara1-20/+13
2020-10-29ext4: fix dead loop in ext4_mb_new_blocksYe Bin1-1/+3
2020-10-29ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)1-1/+1
2020-10-29afs: Fix cell removalDavid Howells2-6/+11
2020-10-29afs: Fix cell purging with aliasesDavid Howells1-0/+3
2020-10-29afs: Fix cell refcounting by splitting the usage counterDavid Howells9-76/+136
2020-10-29afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells5-93/+71
2020-10-29f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles1-0/+1
2020-10-29f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers1-0/+7
2020-10-29xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4
2020-10-29nfs: add missing "posix" local_lock constant table definitionScott Mayhew1-0/+1
2020-10-29xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong3-71/+124
2020-10-29xfs: limit entries returned when counting fsmap recordsDarrick J. Wong1-0/+3
2020-10-29xfs: fix finobt btree block recovery orderingDave Chinner1-0/+2
2020-10-29fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko1-1/+5
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-2/+1
2020-10-29iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)1-9/+1
2020-10-29quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet1-0/+1
2020-10-29xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong1-1/+16
2020-10-29iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)1-8/+6
2020-10-29iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)1-0/+1
2020-10-29btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo2-3/+5
2020-10-29fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32Eric Biggers1-2/+7
2020-10-29smb3: fix stat when special device file and mounted with modefromsidSteve French1-1/+6
2020-10-29smb3: do not try to cache root directory if dir leases not supportedSteve French1-1/+4
2020-10-29SMB3.1.1: Fix ids returned in POSIX query dirSteve French3-5/+7
2020-10-29SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-29cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1
2020-10-29cifs: remove bogus debug codeDan Carpenter1-8/+8
2020-10-17reiserfs: Fix oops during mountJan Kara1-0/+7
2020-10-17reiserfs: Initialize inode keys properlyJan Kara1-5/+1
2020-10-14afs: Fix deadlock between writeback and truncateDavid Howells3-9/+50
2020-10-14pipe: Fix memory leaks in create_pipe_files()Qian Cai1-6/+5
2020-10-14btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2-1/+5
2020-10-14io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe1-5/+14
2020-10-14btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik3-9/+9
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-14splice: teach splice pipe reading about empty pipe buffersLinus Torvalds1-0/+20
2020-10-14exfat: fix use of uninitialized spinlock on error pathNamjae Jeon4-15/+6
2020-10-07ep_create_wakeup_source(): dentry name can change under you...Al Viro1-3/+4
2020-10-07epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro1-0/+1