aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-06NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington1-2/+2
2019-07-06nfs: disable client side deduplicationDarrick J. Wong1-1/+5
2019-07-06NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstatsDave Wysochanski1-0/+11
2019-07-06NFS: Clean up writeback codeTrond Myklebust3-10/+5
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust6-11/+45
2019-07-06Merge branch 'containers'Trond Myklebust7-9/+242
2019-07-06NFS: send state management on a single connection.NeilBrown1-9/+13
2019-07-06NFS: Allow multiple connections to a NFSv2 or NFSv3 serverTrond Myklebust1-0/+1
2019-07-06NFS: Display the "nconnect" mount option if it is set.Trond Myklebust1-0/+2
2019-07-06pNFS: Allow multiple connections to the DSTrond Myklebust2-0/+6
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversTrond Myklebust3-2/+12
2019-07-06NFS: Add a mount option to specify number of TCP connections to useTrond Myklebust2-0/+11
2019-07-06NFS: Add sysfs support for per-container identifierTrond Myklebust4-0/+135
2019-07-06NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust2-4/+15
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust3-8/+13
2019-07-06NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust4-1/+94
2019-07-06NFSv4: Handle the special Linux file open access modeTrond Myklebust2-1/+2
2019-07-06NFSv4: Handle open for execute correctlyTrond Myklebust1-8/+20
2019-07-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2019-07-05xfs: disable map_sync for async flushPankaj Gupta1-3/+6
2019-07-05ext4: disable map_sync for async flushPankaj Gupta1-4/+6
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong1-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2-10/+63
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong2-9/+26
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2-9/+72
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2-3/+13
2019-07-05btrfs: fix memory leak of path on error return pathColin Ian King1-2/+1
2019-07-05fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven1-1/+0
2019-07-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-16/+26
2019-07-05Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+4
2019-07-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2019-07-05fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers1-16/+26
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro1-0/+2
2019-07-04constify ksys_mount() string argumentsAl Viro1-2/+2
2019-07-04don't bother with registering rootfsAl Viro1-6/+1
2019-07-04init_rootfs(): don't bother with init_ramfs_fs()Al Viro1-5/+1
2019-07-04vfs: Convert openpromfs to use the new mount APIDavid Howells1-5/+15
2019-07-04vfs: Convert efivarfs to use the new mount APIDavid Howells1-10/+15
2019-07-04vfs: Convert configfs to use the new mount APIDavid Howells1-5/+15
2019-07-04vfs: Convert binfmt_misc to use the new mount APIDavid Howells1-5/+15
2019-07-04convenience helper: get_tree_single()Al Viro2-1/+9
2019-07-04convenience helper get_tree_nodev()Al Viro3-2/+10
2019-07-04fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()Al Viro1-4/+6
2019-07-04__detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymoreAl Viro1-1/+1
2019-07-04nfs: dget_parent() never returns NULLAl Viro1-4/+2
2019-07-04ceph: don't open-code the check for dead lockrefAl Viro1-1/+1
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik2-54/+56
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik12-499/+526
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik4-19/+19