summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-051-1/+2
* Merge tag 'ovl-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-049-35/+85
|\
| * ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-286-11/+63
| * ovl: skip getxattr of security labelsAmir Goldstein2021-01-281-7/+8
| * ovl: fix dentry leak in ovl_get_redirectLiangyan2021-01-281-1/+1
| * ovl: avoid deadlock on directory ioctlMiklos Szeredi2021-01-281-16/+7
| * ovl: perform vfs_getxattr() with mounter credsMiklos Szeredi2021-01-281-0/+2
| * ovl: add warning on user_ns mismatchMiklos Szeredi2021-01-281-0/+4
* | Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-02-021-3/+3
|\ \
| * | rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-01-291-3/+3
* | | 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