aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-25/+44
2021-01-30Merge tag '5.11-rc5-smb3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 6-20/+81
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-51/+46
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+9
2021-01-29Merge tag 'io_uring-5.11-2021-01-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-42/+53
2021-01-28cifs: fix dfs domain referralsGravatar Ronnie Sahlberg 6-16/+75
2021-01-28Merge tag 'ecryptfs-5.11-rc6-setxattr-fix' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-3/+7
2021-01-28io_uring: reinforce cancel on flush during exitGravatar Pavel Begunkov 1-2/+1
2021-01-28cifs: returning mount parm processing errors correctlyGravatar Steve French 1-4/+4
2021-01-28io_uring: fix sqo ownership false positive warningGravatar Pavel Begunkov 1-2/+0
2021-01-28io_uring: fix list corruption for splice file_getGravatar Pavel Begunkov 1-1/+2
2021-01-28cifs: fix mounts to subdirectories of targetGravatar Steve French 1-0/+1
2021-01-28cifs: ignore auto and noauto options if givenGravatar Adam Harvey 1-0/+1
2021-01-27io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEGravatar Hao Xu 1-2/+6
2021-01-27Revert "block: simplify set_init_blocksize" to regain lost performanceGravatar Maxim Mikityanskiy 1-1/+9
2021-01-26io_uring: fix wqe->lock/completion_lock deadlockGravatar Pavel Begunkov 1-8/+2
2021-01-26io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEGravatar Pavel Begunkov 1-17/+22
2021-01-26io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLEGravatar Pavel Begunkov 1-6/+5
2021-01-26ecryptfs: fix uid translation for setxattr on security.capabilityGravatar Miklos Szeredi 1-3/+7
2021-01-25fs/pipe: allow sendfile() to pipe againGravatar Johannes Berg 1-0/+1
2021-01-25btrfs: fix log replay failure due to race with space cache rebuildGravatar Filipe Manana 1-43/+18
2021-01-25btrfs: fix lockdep warning due to seqcount_mutex on 32bit archGravatar Su Yue 2-6/+7
2021-01-25btrfs: fix possible free space tree corruption with online conversionGravatar Josef Bacik 3-2/+21
2021-01-24pNFS/NFSv4: Improve rejection of out-of-order layoutsGravatar Trond Myklebust 1-6/+16
2021-01-24pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturnGravatar Trond Myklebust 1-18/+21
2021-01-24pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Gravatar Trond Myklebust 1-2/+7
2021-01-24pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()Gravatar Trond Myklebust 1-0/+1
2021-01-24io_uring: only call io_cqring_ev_posted() if events were postedGravatar Jens Axboe 1-3/+7
2021-01-24io_uring: if we see flush on exit, cancel related tasksGravatar Jens Axboe 1-1/+8
2021-01-24Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-20/+47
2021-01-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+6
2021-01-24Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-41/+24
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersGravatar Xiaoming Ni 1-1/+6
2021-01-24Merge tag '5.11-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-4/+4
2021-01-24io_uring: account io_uring internal files as REQ_F_INFLIGHTGravatar Jens Axboe 1-10/+26
2021-01-24io_uring: fix sleeping under spin in __io_clean_opGravatar Pavel Begunkov 1-5/+5
2021-01-23cifs: do not fail __smb_send_rqst if non-fatal signals are pendingGravatar Ronnie Sahlberg 1-2/+2
2021-01-22Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-17/+17
2021-01-22io_uring: fix short read retries for non-reg filesGravatar Pavel Begunkov 1-1/+1
2021-01-22io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateGravatar Jens Axboe 1-1/+2
2021-01-21Merge tag 'fs_for_v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-14/+17
2021-01-21kernfs: wire up ->splice_read and ->splice_writeGravatar Christoph Hellwig 1-0/+2
2021-01-21kernfs: implement ->write_iterGravatar Christoph Hellwig 1-18/+10
2021-01-21kernfs: implement ->read_iterGravatar Christoph Hellwig 1-23/+12
2021-01-20Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-11/+29
2021-01-20cachefiles: Drop superfluous readpages aops NULL checkGravatar Takashi Iwai 1-2/+0
2021-01-19Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-1/+6
2021-01-18btrfs: don't clear ret in btrfs_start_dirty_block_groupsGravatar Josef Bacik 1-1/+2
2021-01-18btrfs: fix lockdep splat in btrfs_recover_relocationGravatar Josef Bacik 1-0/+2
2021-01-18btrfs: do not double free backref nodes on errorGravatar Josef Bacik 1-1/+1