summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-08-19io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe
2020-08-19io_uring: enable lookup of links holding inflight filesJens Axboe
2020-08-19io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe
2020-08-19io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang
2020-08-19io_uring: sanitize double poll handlingJens Axboe
2020-08-19erofs: fix extended inode could cross boundaryGao Xiang
2020-08-19NFS: Don't return layout segments that are in useTrond Myklebust
2020-08-19NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust
2020-08-19io_uring: fail poll arm on queue proc failureJens Axboe
2020-08-19io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe
2020-08-19io_uring: set ctx sq/cq entry count earlierJens Axboe
2020-08-199p: Fix memory leak in v9fs_mountZheng Bin
2020-08-19fs/minix: reject too-large maximum file sizeEric Biggers
2020-08-19fs/minix: don't allow getting deleted inodesEric Biggers
2020-08-19fs/minix: check return value of sb_getblk()Eric Biggers
2020-08-19pstore: Fix linking when crypto API disabledMatteo Croce
2020-08-19nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew
2020-08-19ocfs2: fix unbalanced lockingPavel Machek
2020-08-19dlm: Fix kobject memleakWang Hai
2020-08-19xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong
2020-08-19xfs: fix inode allocation block res calculation precedenceBrian Foster
2020-08-19kernfs: do not call fsnotify() with name without a parentAmir Goldstein
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-08-19io_uring: fix stalled deferred requestsPavel Begunkov
2020-08-19io_uring: fix racy overflow count reportingPavel Begunkov
2020-08-19btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo
2020-08-19btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo
2020-08-19btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney
2020-08-19io_uring: fix req->work corruptionPavel Begunkov
2020-08-19io_uring: fix sq array offset calculationDmitry Vyukov
2020-08-19io_uring: abstract out task work runningJens Axboe
2020-08-11xattr: break delegations in {set,remove}xattrFrank van der Linden
2020-08-11io_uring: fix lockup in io_fail_links()Pavel Begunkov
2020-08-05io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano
2020-07-31io_uring: ensure double poll additions work with both request typesJens Axboe
2020-07-29Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-29nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields
2020-07-29efi/efivars: Expose RT service availability via efivars abstractionArd Biesheuvel
2020-07-29btrfs: fix page leaks after failure to lock page for delallocRobbie Ko
2020-07-29btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-29btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-29btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway b...Qu Wenruo
2020-07-29exfat: fix name_hash computation on big endian systemsIlya Ponetayev
2020-07-29exfat: fix wrong size update of stream entry by typoHyeongseok Kim
2020-07-29exfat: fix wrong hint_stat initialization in exfat_find_dir_entry()Namjae Jeon
2020-07-29exfat: fix overflow issue in exfat_cluster_to_sector()Namjae Jeon
2020-07-29SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-07-29fuse: fix weird page warningMiklos Szeredi