summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-02-021-2/+1
* Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-311-25/+44
|\
| * pNFS/NFSv4: Improve rejection of out-of-order layoutsTrond Myklebust2021-01-241-6/+16
| * pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnTrond Myklebust2021-01-241-18/+21
| * pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust2021-01-241-2/+7
| * pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Trond Myklebust2021-01-241-0/+1
* | Merge tag '5.11-rc5-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-01-306-20/+81
|\ \
| * | cifs: fix dfs domain referralsRonnie Sahlberg2021-01-286-16/+75
| * | cifs: returning mount parm processing errors correctlySteve French2021-01-281-4/+4
| * | cifs: fix mounts to subdirectories of targetSteve French2021-01-281-0/+1
| * | cifs: ignore auto and noauto options if givenAdam Harvey2021-01-281-0/+1
| |/
* | Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-296-51/+46
|\ \
| * | btrfs: fix log replay failure due to race with space cache rebuildFilipe Manana2021-01-251-43/+18
| * | btrfs: fix lockdep warning due to seqcount_mutex on 32bit archSu Yue2021-01-252-6/+7
| * | btrfs: fix possible free space tree corruption with online conversionJosef Bacik2021-01-253-2/+21
* | | Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-291-1/+9
|\ \ \
| * | | Revert "block: simplify set_init_blocksize" to regain lost performanceMaxim Mikityanskiy2021-01-271-1/+9
* | | | Merge tag 'io_uring-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-291-42/+53
|\ \ \ \
| * | | | io_uring: reinforce cancel on flush during exitPavel Begunkov2021-01-281-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-261-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-241-3/+7
| * | | | io_uring: if we see flush on exit, cancel related tasksJens Axboe2021-01-241-1/+8
| | |_|/ | |/| |
* | | | Merge tag 'ecryptfs-5.11-rc6-setxattr-fix' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-01-281-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-161-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-171-1/+1
| * | | | | | fs/cifs: Assign boolean values to a bool variableJiapeng Zhong2021-01-171-1/+1
* | | | | | | Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2021-01-221-17/+17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |