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