summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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: hold 'ctx' reference around task_work queue + executeJens Axboe
2020-08-19io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang
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: sanitize double poll handlingJens Axboe
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-19xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
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-07-30Merge tag 'io_uring-5.8-2020-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher
2020-07-24io_uring: fix lockup in io_fail_links()Pavel Begunkov
2020-07-24io_uring: fix ->work corruption with poll_addPavel Begunkov
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov