summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang2020-12-301-2/+13
* io_uring: fix racy IOPOLL completionsPavel Begunkov2020-12-301-5/+18
* io_uring: fix io_cqring_events()'s noflushPavel Begunkov2020-12-301-1/+1
* proc mountinfo: make splice available againLinus Torvalds2020-12-301-3/+6
* io_uring: cancel reqs shouldn't kill overflow listPavel Begunkov2020-12-301-4/+2
* io_uring: fix racy IOPOLL flush overflowPavel Begunkov2020-12-301-4/+6
* epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh2020-12-301-9/+16
* io_uring: cancel only requests of current taskPavel Begunkov2020-12-301-18/+5
* NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()Trond Myklebust2020-12-301-1/+1
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-303-18/+29
* ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo2020-12-301-1/+3
* fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-301-1/+3
* erofs: avoid using generic_block_bmapHuang Jianan2020-12-301-19/+7
* nfs_common: need lock during iterate through the listCheng Lin2020-12-301-1/+5
* NFSD: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-301-0/+1
* nfsd: Fix message level for normal terminationkazuo ito2020-12-301-2/+1
* f2fs: fix double free of unicode mapHyeongseok Kim2020-12-301-0/+1
* NFS: switch nfsiod to be an UNBOUND workqueue.NeilBrown2020-12-301-1/+1
* lockd: don't use interval-based rebinding over TCPCalum Mackay2020-12-301-9/+11
* NFSv4: Fix the alignment of page data in the getdeviceinfo replyTrond Myklebust2020-12-301-3/+7
* NFSv4.2: condition READDIR's mask for security label based on LSM stateOlga Kornievskaia2020-12-301-2/+8
* virtiofs fix leak in setupMiklos Szeredi2020-12-301-0/+2
* f2fs: call f2fs_get_meta_page_retry for nat pageJaegeuk Kim2020-12-301-1/+1
* fs: quota: fix array-index-out-of-bounds bug by passing correct argument to v...Anant Thazhemadam2020-12-261-1/+1
* quota: Sanity-check quota file headers on loadJan Kara2020-12-261-0/+19
* f2fs: prevent creating duplicate encrypted filenamesEric Biggers2020-12-261-0/+2
* ext4: prevent creating duplicate encrypted filenamesEric Biggers2020-12-261-0/+3
* ubifs: prevent creating duplicate encrypted filenamesEric Biggers2020-12-261-4/+13
* fscrypt: add fscrypt_is_nokey_name()Eric Biggers2020-12-261-2/+3
* fscrypt: remove kernel-internal constants from UAPI headerEric Biggers2020-12-264-6/+14
* f2fs: init dirty_secmap incorrectlyJack Qiu2020-12-261-1/+1
* f2fs: fix to seek incorrect data offset in inline data fileChao Yu2020-12-261-3/+8
* exfat: Avoid allocating upcase table using kcalloc()Artem Labazov2020-12-261-3/+3
* Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-121-8/+11
|\
| * io_uring: fix file leak on error path of io ctx creationHillf Danton2020-12-081-7/+10
| * io_uring: fix mis-seting personality's credsPavel Begunkov2020-12-071-1/+1
* | Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-111-6/+8
|\ \
| * | zonefs: fix page reference and BIO leakDamien Le Moal2020-12-101-6/+8
* | | proc: use untagged_addr() for pagemap_read addressesMiles Chen2020-12-111-2/+6
* | | Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-12-107-26/+72
|\ \ \
| * | | NFS: Disable READ_PLUS by defaultAnna Schumaker2020-12-102-1/+10
| * | | NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo2020-12-101-1/+1
| * | | NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2020-12-102-9/+13
| * | | pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabledTrond Myklebust2020-11-302-15/+48
* | | | afs: Fix memory leak when mounting with multiple source parametersDavid Howells2020-12-081-0/+3
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-12-081-30/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | fix return values of seq_read_iter()Al Viro2020-11-151-30/+27
* | | | coredump: fix core_pattern parse errorMenglong Dong2020-12-061-1/+2
* | | | Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-051-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov2020-11-301-1/+2