summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-15ceph: implement updated ceph_mds_request_head structureJeff Layton1-13/+62
2020-12-15ceph: clean up argument lists to __prepare_send_request and __send_requestJeff Layton1-9/+9
2020-12-15ceph: take a cred reference instead of tracking individual uid/gidJeff Layton2-6/+7
2020-12-15ceph: don't reach into request header for readdir infoJeff Layton1-3/+2
2020-12-15ceph: set osdmap epoch for setxattrXiubo Li2-1/+4
2020-12-15ceph: remove redundant assignment to variable iColin Ian King1-1/+1
2020-12-15ceph: add ceph.caps vxattrLuis Henriques1-0/+27
2020-12-15ceph: when filling trace, call ceph_get_inode outside of mutexesJeff Layton2-9/+21
2020-12-15Revert "ceph: allow rename operation under different quota realms"Luis Henriques3-64/+6
2020-12-15ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton1-0/+2
2020-12-15ceph: downgrade warning from mdsmap decode to debugLuis Henriques1-2/+2
2020-12-15ceph: fix race in concurrent __ceph_remove_cap invocationsLuis Henriques1-2/+9
2020-12-15ceph: pass down the flags to grab_cache_page_write_beginJeff Layton1-1/+1
2020-12-15ceph: add ceph.{cluster_fsid/client_id} vxattrsXiubo Li1-0/+42
2020-12-15ceph: add status debugfs fileXiubo Li2-0/+21
2020-12-15ceph: ensure we have Fs caps when fetching dir link countJeff Layton1-5/+14
2020-12-15ceph: send dentry lease metrics to MDS daemonXiubo Li2-3/+29
2020-12-15ceph: acquire Fs caps when getting dir statsJeff Layton1-3/+6
2020-12-15ceph: fix up some warnings on W=1 buildsJeff Layton3-30/+14
2020-12-15ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is setJeff Layton1-4/+14
2020-12-15ceph: remove timeout on allowing reconnect after blocklistingJeff Layton2-6/+0
2020-12-15ceph: add new RECOVER mount_state when recovering sessionJeff Layton5-10/+16
2020-12-15ceph: make fsc->mount_state an intJeff Layton1-1/+1
2020-12-15ceph: don't WARN when removing caps due to blocklistingJeff Layton1-1/+2
2020-12-12Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+11
2020-12-12Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+8
2020-12-12proc: use untagged_addr() for pagemap_read addressesMiles Chen1-2/+6
2020-12-11Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-26/+72
2020-12-11NFS: Disable READ_PLUS by defaultAnna Schumaker2-1/+10
2020-12-11NFSv4.2: Fix 5 seconds delay when doing inter server copyDai Ngo1-1/+1
2020-12-11NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever2-9/+13
2020-12-10zonefs: fix page reference and BIO leakDamien Le Moal1-6/+8
2020-12-09afs: Fix memory leak when mounting with multiple source parametersDavid Howells1-0/+3
2020-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+27
2020-12-08io_uring: fix file leak on error path of io ctx creationHillf Danton1-7/+10
2020-12-07io_uring: fix mis-seting personality's credsPavel Begunkov1-1/+1
2020-12-06coredump: fix core_pattern parse errorMenglong Dong1-1/+2
2020-12-06Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-12-05Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-38/+42
2020-12-04cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2-35/+38
2020-12-04cifs: add NULL check for ses->tcon_ipcAurelien Aptel1-1/+2
2020-12-04smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-12-03Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxLinus Torvalds1-0/+12
2020-12-03Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-12/+42
2020-12-01fs: 9p: add generic splice_write file operationDominique Martinet1-0/+6
2020-12-01fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen1-0/+6
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher1-10/+11
2020-12-01cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara1-0/+2
2020-12-01cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara1-2/+2
2020-11-30io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov1-1/+2