summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-194-17/+33
* NFS: change access cache to use 'struct cred'.NeilBrown2018-12-193-30/+39
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-192-3/+23
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-194-42/+11
* NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown2018-12-194-25/+16
* NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown2018-12-192-8/+14
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-192-10/+10
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-13/+1
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-192-1/+29
* nfs: fix comment to nfs_generic_pg_test which does the oppositePavel Tikhomirov2018-12-191-1/+1
* NFSv4: cleanup remove unused nfs4_xdev_fs_typeOlga Kornievskaia2018-12-191-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-142-1/+9
|\
| * userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli2018-12-141-1/+2
| * fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski2018-12-141-0/+7
* | Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-141-0/+2
|\ \ | |/ |/|
| * aio: fix spectre gadget in lookup_ioctxJeff Moyer2018-12-111-0/+2
* | Merge tag 'ceph-for-4.20-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2018-12-142-3/+5
|\ \
| * | ceph: make 'nocopyfrom' a default mount optionLuis Henriques2018-12-112-3/+5
* | | Merge tag 'ovl-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-123-17/+20
|\ \ \
| * | | Revert "ovl: relax permission checking on underlying layers"Miklos Szeredi2018-12-041-13/+4
| * | | ovl: fix decode of dir file handle with multi lower layersAmir Goldstein2018-11-211-3/+3
| * | | ovl: fix missing override creds in link of a metacopy upperAmir Goldstein2018-11-191-1/+13
* | | | Merge tag 'fuse-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-124-37/+60
|\ \ \ \ | |_|/ / |/| | |
| * | | fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-113-12/+13
| * | | fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa2018-12-101-0/+1
| * | | fuse: fix revalidation of attributes for permission checkMiklos Szeredi2018-12-031-1/+3
| * | | fuse: fix fsync on directoryMiklos Szeredi2018-12-033-23/+42
| * | | fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung2018-11-221-1/+1
| |/ /
* | | Merge tag '4.20-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-12-093-27/+8
|\ \ \
| * | | CIFS: Avoid returning EBUSY to upper layer VFSLong Li2018-12-071-25/+6
| * | | cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-061-1/+1
| * | | cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-12-061-1/+1
* | | | Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-091-17/+38
|\ \ \ \
| * | | | dax: Fix unlock mismatch with updated APIMatthew Wilcox2018-12-041-13/+8
| * | | | dax: Don't access a freed inodeMatthew Wilcox2018-11-281-3/+29
| * | | | dax: Check page->mapping isn't NULLMatthew Wilcox2018-11-281-1/+1
* | | | | Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-12-086-15/+11
|\ \ \ \ \
| * | | | | iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong2018-12-041-9/+0
| * | | | | splice: don't read more than available pipe spaceDarrick J. Wong2018-12-041-1/+6
| * | | | | vfs: allow some remap flags to be passed to vfs_clone_file_rangeDarrick J. Wong2018-12-041-1/+1
| * | | | | xfs: fix inverted return from xfs_btree_sblock_verify_crcEric Sandeen2018-12-041-1/+1
| * | | | | xfs: fix PAGE_MASK usage in xfs_free_file_spaceDarrick J. Wong2018-12-041-2/+2
| * | | | | fs/xfs: fix f_ffree value for statfs when project quota is setYe Yin2018-11-261-1/+1
* | | | | | Merge tag 'nfs-for-4.20-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-12-062-3/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | nfs: don't dirty kernel pages read by direct-ioDave Kleikamp2018-12-021-1/+8
| * | | | | flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan2018-12-021-2/+4
* | | | | | Merge tag 'for-4.20-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-051-5/+3
|\ \ \ \ \ \
| * | | | | | btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo2018-12-041-5/+3
* | | | | | | Revert "exec: make de_thread() freezable"Rafael J. Wysocki2018-12-041-3/+2
| |/ / / / / |/| | | | |
* | | | | | Merge tag 'for-linus-20181201' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-011-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |