summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-19io_uring: enable lookup of links holding inflight filesJens Axboe1-10/+87
2020-08-19io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe1-5/+19
2020-08-19io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe1-0/+6
2020-08-19io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang1-2/+6
2020-08-19erofs: fix extended inode could cross boundaryGao Xiang1-42/+79
2020-08-19NFS: Don't return layout segments that are in useTrond Myklebust1-19/+15
2020-08-19NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust1-11/+1
2020-08-19io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-19io_uring: fail poll arm on queue proc failureJens Axboe1-1/+1
2020-08-19io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe1-8/+8
2020-08-19io_uring: set ctx sq/cq entry count earlierJens Axboe1-2/+4
2020-08-199p: Fix memory leak in v9fs_mountZheng Bin1-3/+2
2020-08-19fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-19fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-19fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2020-08-19pstore: Fix linking when crypto API disabledMatteo Croce1-1/+4
2020-08-19nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew1-13/+11
2020-08-19ocfs2: fix unbalanced lockingPavel Machek1-1/+7
2020-08-19dlm: Fix kobject memleakWang Hai1-3/+3
2020-08-19xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong1-0/+1
2020-08-19xfs: fix inode allocation block res calculation precedenceBrian Foster1-1/+1
2020-08-19kernfs: do not call fsnotify() with name without a parentAmir Goldstein1-1/+1
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-08-19xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster3-10/+28
2020-08-19io_uring: fix stalled deferred requestsPavel Begunkov1-0/+1
2020-08-19io_uring: fix racy overflow count reportingPavel Begunkov1-2/+1
2020-08-19btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo1-0/+8
2020-08-19btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo3-13/+45
2020-08-19btrfs: fix lockdep splat from btrfs_dump_space_infoJosef Bacik1-1/+1
2020-08-19fs/btrfs: Add cond_resched() for try_release_extent_mapping() stallsPaul E. McKenney1-0/+2
2020-08-19io_uring: fix req->work corruptionPavel Begunkov1-1/+1
2020-08-19io_uring: fix sq array offset calculationDmitry Vyukov1-3/+3
2020-08-19io_uring: abstract out task work runningJens Axboe1-13/+19
2020-08-11xattr: break delegations in {set,remove}xattrFrank van der Linden1-7/+77
2020-07-30Merge tag 'io_uring-5.8-2020-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2020-07-25Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into masterLinus Torvalds1-8/+2
2020-07-24Merge tag 'nfsd-5.8-2' of git://linux-nfs.org/~bfields/linux into masterLinus Torvalds1-1/+19
2020-07-24Merge branch 'akpm' into master (patches from Andrew)Linus Torvalds1-1/+1
2020-07-24Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+21
2020-07-24Merge tag 'zonefs-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-7/+11
2020-07-24Merge tag 'io_uring-5.8-2020-07-24' of git://git.kernel.dk/linux-block into m...Linus Torvalds1-25/+36
2020-07-24squashfs: fix length field overlap check in metadata readingPhillip Lougher1-1/+1
2020-07-24io_uring: fix lockup in io_fail_links()Pavel Begunkov1-2/+1
2020-07-24io_uring: fix ->work corruption with poll_addPavel Begunkov1-0/+4
2020-07-23Revert "cifs: Fix the target file was deleted when rename failed."Steve French1-8/+2
2020-07-23io_uring: missed req_init_async() for IOSQE_ASYNCPavel Begunkov1-0/+1
2020-07-22nfsd4: fix NULL dereference in nfsd/clients display codeJ. Bruce Fields1-1/+19
2020-07-21btrfs: fix mount failure caused by race with umountBoris Burkov1-0/+8