aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski121-563/+801
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-40/+73
2020-09-03Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-1/+52
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-7/+9
2020-09-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-09-02io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe1-0/+10
2020-09-02fix regression in "epoll: Keep a reference on files added to the check list"Al Viro1-3/+3
2020-09-02io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue1-0/+1
2020-09-01Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds10-71/+113
2020-09-01io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue1-1/+1
2020-08-31affs: fix basic permission bits to actually workMax Staudt2-1/+52
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+16
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+0
2020-08-28Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-44/+76
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-53/+56
2020-08-28Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds2-0/+32
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds8-77/+75
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara2-1/+16
2020-08-27io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe1-20/+6
2020-08-27io_uring: fix IOPOLL -EAGAIN retriesJens Axboe1-5/+9
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller6-40/+73
2020-08-27afs: Remove erroneous fallthough annotationDan Carpenter1-1/+0
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-27btrfs: tree-checker: fix the error message for transid errorQu Wenruo1-1/+1
2020-08-27btrfs: set the lockdep class for log tree extent buffersJosef Bacik1-1/+5
2020-08-27btrfs: set the correct lockdep class for new nodesJosef Bacik1-1/+1
2020-08-27btrfs: allocate scrub workqueues outside of locksJosef Bacik1-52/+70
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik3-14/+27
2020-08-27btrfs: drop path before adding new uuid tree entryJosef Bacik1-1/+2
2020-08-27btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2-1/+7
2020-08-26io_uring: clear req->result on IOPOLL re-issueJens Axboe1-0/+1
2020-08-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2-3/+3
2020-08-26xfs: finish dfops on every insert range shift iterationBrian Foster1-1/+1
2020-08-26io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe1-4/+9
2020-08-25Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-0/+2
2020-08-25Merge tag 'm68knommu-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-8/+12
2020-08-25io_uring: ensure read requests go through -ERESTART* transformationJens Axboe1-1/+2
2020-08-25io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe1-1/+9
2020-08-25io_uring: fix imbalanced sqo_mm accountingJens Axboe1-7/+3
2020-08-25io_uring: revert consumed iov_iter bytes on errorJens Axboe1-0/+4
2020-08-24io_uring: ignore POLLIN for recvmsg on MSG_ERRQUEUELuke Hsiao1-0/+6
2020-08-24Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-31/+39
2020-08-24ceph: don't allow setlease on cephfsJeff Layton1-0/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton8-77/+74
2020-08-24gfs2: add some much needed cleanup for log flushes that failBob Peterson2-0/+32
2020-08-24binfmt_flat: revert "binfmt_flat: don't offset the data start"Max Filippov1-8/+12
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva77-226/+232
2020-08-23io-wq: fix hang after cancelling pending hashed workPavel Begunkov1-2/+19