summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-01-27cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai1-2/+0
2021-01-27io_uring: fix short read retries for non-reg filesPavel Begunkov1-1/+1
2021-01-27io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe1-1/+2
2021-01-27io_uring: iopoll requests should also wake task ->in_idle stateJens Axboe1-0/+4
2021-01-27proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni1-1/+6
2021-01-27cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg1-2/+2
2021-01-27btrfs: print the actual offset in btrfs_root_nameJosef Bacik3-7/+7
2021-01-27nfsd: Don't set eof on a truncated READ_PLUSTrond Myklebust1-4/+5
2021-01-27nfsd: Fixes for nfsd4_encode_read_plus_data()Trond Myklebust1-0/+5
2021-01-27io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez1-4/+30
2021-01-27fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers1-11/+13
2021-01-27btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana1-0/+15
2021-01-27btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik1-1/+2
2021-01-27btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik1-0/+2
2021-01-27btrfs: do not double free backref nodes on errorJosef Bacik1-1/+1
2021-01-27btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik1-1/+9
2021-01-23nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields1-1/+6
2021-01-19umount(2): move the flag validity checks firstAl Viro1-2/+5
2021-01-19ext4: fix superblock checksum failure when setting password saltJan Kara1-0/+3
2021-01-19NFS: nfs_igrab_and_active must first reference the superblockTrond Myklebust1-5/+7
2021-01-19NFS: nfs_delegation_find_inode_server must first reference the superblockTrond Myklebust1-5/+7
2021-01-19NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counterTrond Myklebust1-0/+1
2021-01-19NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()Trond Myklebust1-3/+5
2021-01-19NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the requestTrond Myklebust1-9/+5
2021-01-19NFS: Adjust fs_context error loggingScott Mayhew2-5/+25
2021-01-19pNFS: Stricter ordering of layoutget and layoutreturnTrond Myklebust1-22/+21
2021-01-19pNFS: Mark layout for return if return-on-close was not sentTrond Myklebust1-0/+6
2021-01-19pNFS: We want return-on-close to complete when evicting the inodeTrond Myklebust3-26/+16
2021-01-19NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lockDave Wysochanski1-1/+1
2021-01-19mm: don't play games with pinned pages in clear_page_refsLinus Torvalds1-0/+21
2021-01-19mm: fix clear_refs_write lockingLinus Torvalds1-23/+9
2021-01-19poll: fix performance regression due to out-of-line __put_user()Linus Torvalds1-3/+11
2021-01-19io_uring: drop file refs after task cancelPavel Begunkov1-9/+16
2021-01-19btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanFilipe Manana2-3/+18
2021-01-19btrfs: merge critical sections of discard lock in workfnPavel Begunkov1-20/+23
2021-01-19btrfs: fix async discard stallPavel Begunkov1-7/+10
2021-01-19io_uring: drop mm and files after task_work_runPavel Begunkov1-0/+2
2021-01-19io_uring: don't take files/mm for a dead taskPavel Begunkov1-0/+2
2021-01-19ext4: don't leak old mountpoint samplesTheodore Ts'o1-1/+1
2021-01-19btrfs: tree-checker: check if chunk item end overflowsSu Yue1-0/+7
2021-01-19cifs: fix interrupted close commandsPaulo Alcantara1-1/+1
2021-01-19cifs: check pointer before freeingTom Rix1-1/+2
2021-01-19ext4: fix bug for rename with RENAME_WHITEOUTyangerkun1-8/+9
2021-01-19ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park1-1/+1
2021-01-19ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li1-11/+12
2021-01-19btrfs: prevent NULL pointer dereference in extent_io_tree_panicSu Yue1-3/+1
2021-01-19btrfs: reloc: fix wrong file extent type check to avoid false ENOENTQu Wenruo1-1/+6
2021-01-17zonefs: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-17fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst1-10/+7
2021-01-17btrfs: shrink delalloc pages instead of full inodesJosef Bacik2-18/+46