summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula
2020-10-21io_uring: don't reuse linked_timeoutPavel Begunkov
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das
2020-10-20gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher
2020-10-20gfs2: Eliminate gl_vmBob Peterson
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-20cifs: make const array static, makes object smallerColin Ian King
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French
2020-10-20smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N
2020-10-19smb3.1.1: set gcm256 when requestedSteve French
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French
2020-10-19smb3.1.1: print warning if server does not support requested encryption typeSteve French
2020-10-19io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov
2020-10-19io_uring: do poll's hash_node init in common codePavel Begunkov
2020-10-19io_uring: inline io_poll_task_handler()Pavel Begunkov
2020-10-19io_uring: remove extra ->file check in poll prepPavel Begunkov
2020-10-19io_uring: make cached_cq_overflow non atomic_tPavel Begunkov
2020-10-19io_uring: inline io_fail_links()Pavel Begunkov
2020-10-19io_uring: kill ref get/drop in personality initPavel Begunkov
2020-10-19io_uring: flags-based creds init in queuePavel Begunkov
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu
2020-10-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-10-18ext4: Detect already used quota file earlyJan Kara
2020-10-18jbd2: avoid transaction reuse after reformattingchangfengnan
2020-10-18ext4: use the normal helper to get the actual inodeKaixu Xia
2020-10-18ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)