summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | 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-151-0/+1
| * | | | | | io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez2021-01-151-4/+30
| * | | | | | io_uring: do sqo disable on install_fd errorPavel Begunkov2021-01-131-0/+1
| * | | | | | io_uring: fix null-deref in io_disable_sqo_submitPavel Begunkov2021-01-131-1/+2
| * | | | | | io_uring: don't take files/mm for a dead taskPavel Begunkov2021-01-111-0/+5
| * | | | | | io_uring: drop mm and files after task_work_runPavel Begunkov2021-01-111-0/+2
* | | | | | | mm: don't play games with pinned pages in clear_page_refsLinus Torvalds2021-01-161-0/+21
* | | | | | | mm: fix clear_refs_write lockingLinus Torvalds2021-01-161-23/+9
* | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-1510-129/+186
|\ \ \ \ \ \ \
| * | | | | | | ext4: remove expensive flush on fast commitDaejun Park2021-01-151-5/+5
| * | | | | | | ext4: fix bug for rename with RENAME_WHITEOUTyangerkun2021-01-151-8/+9
| * | | | | | | ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park2021-01-151-1/+1