aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-21cifs: Print the address and port we are connecting to in generic_ip_connect()Samuel Cabrero1-2/+10
2020-10-21SMB3: Resolve data corruption of TCP server info fieldsRohith Surabattula1-5/+7
2020-10-21io_uring: don't reuse linked_timeoutPavel Begunkov1-1/+3
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-396/+451
2020-10-21xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong3-18/+46
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo7-8/+152
2020-10-20io_uring: unify fsize with def->work_flagsJens Axboe3-14/+18
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das4-1/+11
2020-10-20gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher1-1/+1
2020-10-20gfs2: Eliminate gl_vmBob Peterson3-30/+16
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson1-4/+7
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson1-2/+1
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds16-115/+397
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-289/+432
2020-10-20cifs: make const array static, makes object smallerColin Ian King1-3/+5
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French3-5/+7
2020-10-20smb3: add dynamic trace point to trace when credits obtainedSteve French3-9/+18
2020-10-20smb3.1.1: do not fail if no encryption required but server doesn't support itSteve French1-3/+13
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds36-508/+992
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds14-490/+2629
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds2-13/+218
2020-10-19cifs: Return the error from crypt_message when enc/dec key not found.Shyam Prasad N1-1/+1
2020-10-19smb3.1.1: set gcm256 when requestedSteve French4-6/+17
2020-10-19smb3.1.1: rename nonces used for GCM and CCM encryptionSteve French2-6/+6
2020-10-19smb3.1.1: print warning if server does not support requested encryption typeSteve French1-2/+13
2020-10-19io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov1-4/+13
2020-10-19io_uring: do poll's hash_node init in common codePavel Begunkov1-2/+1
2020-10-19io_uring: inline io_poll_task_handler()Pavel Begunkov1-19/+12
2020-10-19io_uring: remove extra ->file check in poll prepPavel Begunkov1-2/+0
2020-10-19io_uring: make cached_cq_overflow non atomic_tPavel Begunkov1-5/+6
2020-10-19io_uring: inline io_fail_links()Pavel Begunkov1-10/+3
2020-10-19io_uring: kill ref get/drop in personality initPavel Begunkov1-4/+9
2020-10-19io_uring: flags-based creds init in queuePavel Begunkov1-2/+2
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu1-1/+1
2020-10-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-8/+13
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds6-4/+12
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds5-21/+34
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-1/+1
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn1-0/+3
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin3-7/+9
2020-10-18ext4: Detect already used quota file earlyJan Kara1-0/+5
2020-10-18jbd2: avoid transaction reuse after reformattingchangfengnan1-12/+66
2020-10-18ext4: use the normal helper to get the actual inodeKaixu Xia1-2/+2
2020-10-18ext4: fix bs < ps issue reported with dioread_nolock mount optRitesh Harjani2-2/+2
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira2-11/+101
2020-10-18ext4: data=journal: fixes for ext4_page_mkwrite()Mauricio Faria de Oliveira1-7/+44
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira3-12/+26
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira2-20/+18
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)2-9/+31
2020-10-18ext4: use ext4_sb_bread() instead of sb_bread()zhangyi (F)2-7/+7