summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-07epoll: replace ->visited/visited_list with generation countAl Viro1-19/+8
2020-10-07epoll: do not insert into poll queues until all sanity checks are doneAl Viro1-19/+18
2020-10-07pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2-25/+45
2020-10-07autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2-1/+9
2020-10-07pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust1-5/+6
2020-10-07NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia1-1/+9
2020-10-07nfs: Fix security label length not being resetJeffrey Mitchell1-0/+3
2020-10-07io_uring: mark statx/files_update/epoll_ctl as non-SQPOLLJens Axboe1-2/+4
2020-10-07fuse: fix the ->direct_IO() treatment of iov_iterAl Viro1-13/+12
2020-10-07vboxsf: Fix the check for the old binary mount-arguments structHans de Goede1-1/+1
2020-10-07btrfs: fix filesystem corruption after a device replaceFilipe Manana1-1/+39