summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-11-01erofs: avoid duplicated permission check for "trusted." xattrsGao Xiang1-2/+0
2020-11-01efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller1-0/+3
2020-11-01io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)1-12/+2
2020-11-01io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)1-12/+9
2020-11-01io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)1-14/+5
2020-11-01io_uring: no need to call xa_destroy() on empty xarrayJens Axboe1-1/+0
2020-11-01io-wq: fix use-after-free in io_wq_worker_runningHillf Danton1-58/+58
2020-11-01io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior1-26/+26
2020-11-01io_uring: reference ->nsproxy for file table commandsJens Axboe3-0/+8
2020-11-01io_uring: don't rely on weak ->files referencesJens Axboe3-36/+273
2020-11-01io_uring: enable task/files specific overflow flushingJens Axboe1-15/+26
2020-11-01io_uring: return cancelation status from poll/timeout/files handlersJens Axboe1-6/+24
2020-11-01io_uring: unconditionally grab req->taskJens Axboe1-23/+3
2020-11-01io_uring: stash ctx task reference for SQPOLLJens Axboe1-10/+29
2020-11-01io_uring: move dropping of files into separate helperJens Axboe1-10/+16
2020-11-01io_uring: allow timeout/poll/files killing to take task into accountJens Axboe1-8/+22
2020-11-01io_uring: don't run task work on an exiting taskJens Axboe1-0/+8
2020-10-29reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara1-4/+4
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