summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-302-1/+16
|\
| * cifs: fix check of tcon dfs in smb1Paulo Alcantara2020-08-282-1/+16
* | Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-291-1/+0
|\ \
| * | afs: Remove erroneous fallthough annotationDan Carpenter2020-08-271-1/+0
* | | Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-282-44/+76
|\ \ \
| * | | io_uring: don't bounce block based -EAGAIN retry off task_workJens Axboe2020-08-271-20/+6
| * | | io_uring: fix IOPOLL -EAGAIN retriesJens Axboe2020-08-271-5/+9
| * | | io_uring: clear req->result on IOPOLL re-issueJens Axboe2020-08-261-0/+1
| * | | io_uring: make offset == -1 consistent with preadv2/pwritev2Jens Axboe2020-08-261-4/+9
| * | | io_uring: ensure read requests go through -ERESTART* transformationJens Axboe2020-08-251-1/+2
| * | | io_uring: don't use poll handler if file can't be nonblocking read/writtenJens Axboe2020-08-251-1/+9
| * | | io_uring: fix imbalanced sqo_mm accountingJens Axboe2020-08-251-7/+3
| * | | io_uring: revert consumed iov_iter bytes on errorJens Axboe2020-08-251-0/+4
| * | | io-wq: fix hang after cancelling pending hashed workPavel Begunkov2020-08-231-2/+19
| * | | io_uring: don't recurse on tsk->sighand->siglock with signalfdJens Axboe2020-08-231-6/+16
* | | | Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-283-53/+56
|\ \ \ \
| * | | | writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2020-06-153-20/+14
| * | | | writeback: Fix sync livelock due to b_dirty_time processingJan Kara2020-06-151-27/+17
| * | | | writeback: Avoid skipping inode writebackJan Kara2020-06-151-5/+12
| * | | | writeback: Protect inode->i_io_list with inode->i_lockJan Kara2020-06-151-5/+17
* | | | | Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-282-0/+32
|\ \ \ \ \
| * | | | | gfs2: add some much needed cleanup for log flushes that failBob Peterson2020-08-242-0/+32
| | |_|_|/ | |/| | |
* | | | | Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-288-77/+75
|\ \ \ \ \
| * | | | | ceph: don't allow setlease on cephfsJeff Layton2020-08-241-0/+1
| * | | | | ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-248-77/+74
| |/ / / /
* | | | | Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-251-0/+2
|\ \ \ \ \
| * | | | | nfsd: fix oops on mixed NFSv4/NFSv3 client accessJ. Bruce Fields2020-08-161-0/+2
* | | | | | Merge tag 'm68knommu-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-251-8/+12
|\ \ \ \ \ \
| * | | | | | binfmt_flat: revert "binfmt_flat: don't offset the data start"Max Filippov2020-08-241-8/+12
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-249-31/+39
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | btrfs: detect nocow for swap after snapshot deleteBoris Burkov2020-08-214-16/+25
| * | | | | btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-08-211-4/+6
| * | | | | btrfs: fix space cache memory leak after transaction abortFilipe Manana2020-08-192-1/+2
| * | | | | btrfs: use the correct const function attribute for btrfs_get_num_csumsDavid Sterba2020-08-192-2/+2
| * | | | | btrfs: reset compression level for lzo on remountMarcos Paulo de Souza2020-08-191-0/+1
| * | | | | btrfs: handle errors from async submissionJohannes Thumshirn2020-08-191-8/+3
* | | | | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2377-226/+232
| |/ / / / |/| | | |
* | | | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-221-13/+13
|\ \ \ \ \
| * | | | | do_epoll_ctl(): clean the failure exits up a bitAl Viro2020-08-221-13/+6
| * | | | | epoll: Keep a reference on files added to the check listMarc Zyngier2020-08-221-2/+9
| | |/ / / | |/| | |
* | | | | Merge tag 'io_uring-5.9-2020-08-21' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-211-94/+79
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | io_uring: kill extra iovec=NULL in import_iovec()Pavel Begunkov2020-08-201-3/+1
| * | | | io_uring: comment on kfree(iovec) checksPavel Begunkov2020-08-201-0/+2
| * | | | io_uring: fix racy req->flags modificationPavel Begunkov2020-08-201-44/+17
| * | | | io_uring: use system_unbound_wq for ring exit workJens Axboe2020-08-191-1/+7
| * | | | io_uring: cleanup io_import_iovec() of pre-mapped requestJens Axboe2020-08-181-14/+14
| * | | | io_uring: get rid of kiocb_wait_page_queue_init()Jens Axboe2020-08-161-30/+11
| * | | | io_uring: find and cancel head link async work on files exitJens Axboe2020-08-161-4/+29
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-212-4/+6
|\ \ \ \
| * | | | squashfs: avoid bio_alloc() failure with 1Mbyte blocksPhillip Lougher2020-08-211-1/+5