aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells7-11/+363
2019-04-25afs: Add directory reload tracepointDavid Howells1-0/+1
2019-04-25afs: Handle lock rpc ops failing on a file that got deletedDavid Howells2-3/+60
2019-04-25afs: Improve dir check failure reportsDavid Howells1-4/+34
2019-04-25afs: Add file locking tracepointsDavid Howells1-10/+62
2019-04-25afs: Further fix file lockingDavid Howells1-195/+195
2019-04-25afs: Fix AFS file locking to allow fine grained locksDavid Howells1-14/+9
2019-04-25afs: Calculate lock extend timer from set/extend reply receptionDavid Howells4-2/+38
2019-04-25afs: Split wait from afs_make_call()David Howells7-91/+139
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2-5/+13
2019-04-25quota: fix wrong indentationChengguang Xu1-3/+4
2019-04-25debugfs: update documented return values of debugfs helpersRonald Tschalär1-42/+35
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers9-15/+0
2019-04-24cifs: fix page reference leak with readv/writevJérôme Glisse2-15/+23
2019-04-24cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson1-0/+4
2019-04-24cifs: fix memory leak in SMB2_readRonnie Sahlberg1-0/+1
2019-04-24fuse: Add ioctl flag for x32 compat ioctlIan Abbott1-1/+6
2019-04-24fuse: Convert fusectl to use the new mount APIDavid Howells1-5/+15
2019-04-24fuse: document fuse_fsync_in.fsync_flagsAlan Somers1-1/+1
2019-04-24fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov1-1/+3
2019-04-24fuse: require /dev/fuse reads to have enough buffer capacityKirill Smelkov1-0/+10
2019-04-24fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov1-1/+1
2019-04-24fuse: allow filesystems to have precise control over data cacheKirill Smelkov2-2/+8
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov4-11/+16
2019-04-24fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo1-0/+7
2019-04-24fuse: fix writepages on 32bitMiklos Szeredi1-1/+1
2019-04-24locks: move checks from locks_free_lock() to locks_release_private()NeilBrown1-6/+6
2019-04-24nfsd: fh_drop_write in nfsd_unlinkJ. Bruce Fields1-3/+5
2019-04-24nfsd: allow fh_want_write to be called twiceJ. Bruce Fields1-1/+4
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust6-32/+44
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust4-15/+20
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust5-19/+23
2019-04-24nfsd: Allow containers to set supported nfs versionsTrond Myklebust5-61/+197
2019-04-24nfsd: Add custom rpcbind callbacks for knfsdTrond Myklebust1-2/+46
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust3-1/+4
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust3-1/+5
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust1-1/+1
2019-04-24nfsd: handle legacy client tracking records sent by nfsdcldScott Mayhew1-4/+35
2019-04-24nfsd: re-order client tracking method selectionScott Mayhew1-15/+65
2019-04-24nfsd: keep a tally of RECLAIM_COMPLETE operations when using nfsdcldScott Mayhew4-1/+39
2019-04-24nfsd: un-deprecate nfsdcldScott Mayhew1-8/+217
2019-04-24nfsd: make nfs4_client_reclaim use an xdr_netobj instead of a fixed char arrayScott Mayhew3-37/+110
2019-04-24nfsd: avoid uninitialized variable warningArnd Bergmann1-0/+4
2019-04-23Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-7/+42
2019-04-23ceph: fix ci->i_head_snapc leakYan, Zheng2-1/+15
2019-04-23ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton1-1/+15
2019-04-23ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton1-1/+5
2019-04-23ceph: only use d_name directly when parent is lockedJeff Layton1-11/+50
2019-04-23xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong1-1/+1
2019-04-23xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong2-16/+16