summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* gfs2: call truncate_inode_pages_final for address space glocksBob Peterson2020-11-051-1/+6
* ext4: Detect already used quota file earlyJan Kara2020-11-051-0/+5
* jbd2: avoid transaction reuse after reformattingchangfengnan2020-11-051-12/+66
* ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng2020-11-051-28/+61
* nfsd4: remove check_conflicting_opens warningJ. Bruce Fields2020-11-051-1/+0
* nfsd: rename delegation related tracepoints to make them less confusingHou Tao2020-11-052-4/+4
* f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu2020-11-051-0/+3
* btrfs: fix replace of seed deviceAnand Jain2020-11-051-1/+1
* xfs: avoid LR buffer overrun due to crafted h_lenGao Xiang2020-11-051-20/+19
* xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-11-051-7/+12
* io_uring: don't set COMP_LOCKED if won't putPavel Begunkov2020-11-051-1/+1
* xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-11-051-2/+8
* xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-11-051-1/+10
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-11-054-4/+32
* xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R2020-11-051-0/+1
* xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R2020-11-051-0/+8
* NFS4: Fix oops when copy_file_range is attempted with NFS4.0 sourceDave Wysochanski2020-11-051-1/+2
* afs: Don't assert on unpurgeable server recordsDavid Howells2020-11-051-1/+6
* f2fs: handle errors of f2fs_get_meta_page_nofailJaegeuk Kim2020-11-054-6/+12
* f2fs: compress: fix to disallow enabling compress on non-empty fileChao Yu2020-11-051-0/+2
* f2fs: fix to check segment boundary during SIT page readaheadChao Yu2020-11-051-0/+2
* f2fs: fix uninit-value in f2fs_lookupChao Yu2020-11-051-5/+3
* f2fs: do sanity check on zoned block device pathChao Yu2020-11-051-0/+6
* f2fs: add trace exit in exception pathZhang Qilong2020-11-051-1/+5
* mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin2020-11-051-2/+15
* f2fs: allocate proper size memory for zstd decompressChao Yu2020-11-052-4/+5
* afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2020-11-052-9/+20
* afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells2020-11-053-12/+76
* afs: Alter dirty range encoding in page->privateDavid Howells2020-11-052-4/+4
* afs: Wrap page->private manipulations in inline functionsDavid Howells2020-11-052-18/+41
* afs: Fix where page->private is set during writeDavid Howells2020-11-051-15/+26
* afs: Fix page leak on afs_write_begin() failureDavid Howells2020-11-051-12/+11
* afs: Fix to take ref on page when PG_private is setDavid Howells2020-11-054-26/+18
* afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2020-11-052-4/+7
* afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter2020-11-051-1/+1
* 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