summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io_uring: don't reuse linked_timeoutPavel Begunkov2020-11-011-1/+3
* fuse: fix page dereference after freeMiklos Szeredi2020-11-011-10/+18
* erofs: avoid duplicated permission check for "trusted." xattrsGao Xiang2020-11-011-2/+0
* efivarfs: Replace invalid slashes with exclamation marks in dentries.Michael Schaller2020-11-011-0/+3
* io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)2020-11-011-12/+2
* io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)2020-11-011-12/+9
* io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)2020-11-011-14/+5
* io_uring: no need to call xa_destroy() on empty xarrayJens Axboe2020-11-011-1/+0
* io-wq: fix use-after-free in io_wq_worker_runningHillf Danton2020-11-011-58/+58
* io_wq: Make io_wqe::lock a raw_spinlock_tSebastian Andrzej Siewior2020-11-011-26/+26
* io_uring: reference ->nsproxy for file table commandsJens Axboe2020-11-013-0/+8
* io_uring: don't rely on weak ->files referencesJens Axboe2020-11-013-37/+277
* io_uring: enable task/files specific overflow flushingJens Axboe2020-11-011-16/+25
* io_uring: return cancelation status from poll/timeout/files handlersJens Axboe2020-11-011-5/+22
* io_uring: unconditionally grab req->taskJens Axboe2020-11-011-38/+9
* io_uring: stash ctx task reference for SQPOLLJens Axboe2020-11-011-13/+34
* io_uring: move dropping of files into separate helperJens Axboe2020-11-011-11/+16
* io_uring: allow timeout/poll/files killing to take task into accountJens Axboe2020-11-011-9/+24
* reiserfs: Fix memory leak in reiserfs_parse_options()Jan Kara2020-10-291-4/+4
* iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai2020-10-291-0/+10
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-10-291-0/+11
* reiserfs: only call unlock_new_inode() if I_NEWEric Biggers2020-10-291-1/+2
* udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-10-291-11/+14
* udf: Limit sparing table sizeJan Kara2020-10-291-0/+6
* ntfs: add check for mft record size in superblockRustam Kovhaev2020-10-291-0/+6
* fs: dlm: fix configfs memory leakAlexander Aring2020-10-291-0/+3
* NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo2020-10-297-8/+152
* ext4: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-291-0/+3
* ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang2020-10-291-1/+1
* ext4: discard preallocations before releasing group lockJan Kara2020-10-291-20/+13
* ext4: fix dead loop in ext4_mb_new_blocksYe Bin2020-10-291-1/+3
* nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields2020-10-291-1/+1
* ramfs: fix nommu mmap with gaps in the page cacheMatthew Wilcox (Oracle)2020-10-291-1/+1
* afs: Fix cell removalDavid Howells2020-10-292-6/+11
* afs: Fix cell purging with aliasesDavid Howells2020-10-291-0/+3
* afs: Fix cell refcounting by splitting the usage counterDavid Howells2020-10-299-76/+136
* afs: Fix rapid cell addition/removal by not using RCU on cells treeDavid Howells2020-10-295-93/+71
* f2fs: wait for sysfs kobject removal before freeing f2fs_sb_infoJamie Iles2020-10-291-0/+1
* f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers2020-10-291-0/+7
* xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-291-7/+4
* nfs: add missing "posix" local_lock constant table definitionScott Mayhew2020-10-291-0/+1
* xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong2020-10-293-71/+124
* xfs: limit entries returned when counting fsmap recordsDarrick J. Wong2020-10-291-0/+3
* xfs: fix finobt btree block recovery orderingDave Chinner2020-10-291-0/+2
* fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko2020-10-291-1/+5
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-291-2/+1
* iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)2020-10-291-9/+1
* quota: clear padding in v2r1_mem2diskdqb()Eric Dumazet2020-10-291-0/+1
* xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong2020-10-291-1/+16
* iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)2020-10-291-8/+6