summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | io_uring: reinforce cancel on flush during exitPavel Begunkov2021-01-291-2/+1
| * | | | | | io_uring: fix sqo ownership false positive warningPavel Begunkov2021-01-281-2/+0
| * | | | | | io_uring: fix list corruption for splice file_getPavel Begunkov2021-01-281-1/+2
| * | | | | | io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEHao Xu2021-01-271-2/+6
| * | | | | | io_uring: fix wqe->lock/completion_lock deadlockPavel Begunkov2021-01-271-8/+2
| * | | | | | io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEPavel Begunkov2021-01-261-17/+22
| * | | | | | io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLEPavel Begunkov2021-01-261-6/+5
| * | | | | | io_uring: only call io_cqring_ev_posted() if events were postedJens Axboe2021-01-251-3/+7
| * | | | | | io_uring: if we see flush on exit, cancel related tasksJens Axboe2021-01-251-1/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'ecryptfs-5.11-rc6-setxattr-fix' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-01-291-3/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi2021-01-261-3/+7
* | | | | | fs/pipe: allow sendfile() to pipe againJohannes Berg2021-01-251-0/+1
| |/ / / / |/| | | |
* | | | | Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-241-20/+47
|\ \ \ \ \
| * | | | | io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe2021-01-241-10/+26
| * | | | | io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov2021-01-241-5/+5
| * | | | | io_uring: fix short read retries for non-reg filesPavel Begunkov2021-01-221-1/+1
| * | | | | io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe2021-01-221-1/+2
| * | | | | io_uring: fix skipping disabling sqo on execPavel Begunkov2021-01-171-0/+4
| * | | | | io_uring: fix uring_flush in exit_files() warningPavel Begunkov2021-01-161-1/+4
| * | | | | io_uring: fix false positive sqo warning on flushPavel Begunkov2021-01-161-2/+1
| * | | | | io_uring: iopoll requests should also wake task ->in_idle stateJens Axboe2021-01-161-0/+4
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-01-241-1/+6
|\ \ \ \ \ \
| * | | | | | proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni2021-01-241-1/+6
* | | | | | | Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-241-41/+24
|\ \ \ \ \ \ \
| * | | | | | | kernfs: wire up ->splice_read and ->splice_writeChristoph Hellwig2021-01-211-0/+2
| * | | | | | | kernfs: implement ->write_iterChristoph Hellwig2021-01-211-18/+10
| * | | | | | | kernfs: implement ->read_iterChristoph Hellwig2021-01-211-23/+12
* | | | | | | | Merge tag '5.11-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-01-242-4/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-231-2/+2
| * | | | | | | fs/cifs: Simplify bool comparison.Jiapeng Zhong2021-01-181-1/+1
| * | | | | | | fs/cifs: Assign boolean values to a bool variableJiapeng Zhong2021-01-181-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2021-01-221-17/+17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2021-01-041-17/+17
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'fs_for_v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-212-14/+17
|\ \ \ \ \ \
| * | | | | | udf: fix the problem that the disc content is not displayedlianzhi chang2021-01-181-3/+4
| * | | | | | fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers2021-01-131-11/+13
* | | | | | | Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-206-11/+29
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | btrfs: don't clear ret in btrfs_start_dirty_block_groupsJosef Bacik2021-01-181-1/+2
| * | | | | | btrfs: fix lockdep splat in btrfs_recover_relocationJosef Bacik2021-01-181-0/+2
| * | | | | | btrfs: do not double free backref nodes on errorJosef Bacik2021-01-181-1/+1
| * | | | | | btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik2021-01-181-1/+9
| * | | | | | btrfs: send: fix invalid clone operations when cloning from the same file and...Filipe Manana2021-01-121-0/+15
| * | | | | | btrfs: no need to run delayed refs after commit_fs_roots during commitDavid Sterba2021-01-121-8/+0
* | | | | | | cachefiles: Drop superfluous readpages aops NULL checkTakashi Iwai2021-01-201-2/+0
* | | | | | | Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-01-191-1/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | nfsd4: readdirplus shouldn't return parent of exportJ. Bruce Fields2021-01-121-1/+6
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-01-171-2/+5
|\ \ \ \ \ \ \
| * | | | | | | umount(2): move the flag validity checks firstAl Viro2021-01-041-2/+5
* | | | | | | | Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-161-5/+41
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()Jens Axboe2021-01-161-0/+1