summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-12-28cifs: Add support for failover in cifs_mount()Paulo Alcantara3-15/+236
2018-12-28cifs: remove set but not used variable 'sep'YueHaibing1-3/+0
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara6-84/+113
2018-12-28cifs: check kzalloc returnJoe Perches1-14/+20
2018-12-28cifs: remove set but not used variable 'server'YueHaibing1-7/+1
2018-12-28cifs: Use kzfree() to free passwordDan Carpenter1-1/+1
2018-12-28cifs: Fix to use kmem_cache_free() instead of kfree()Wei Yongjun1-2/+2
2018-12-28cifs: update for current_kernel_time64() removalStephen Rothwell1-2/+4
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara7-2/+1484
2018-12-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara2-0/+3
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel3-25/+35
2018-12-23cifs: Make devname param optional in cifs_compose_mount_options()Paulo Alcantara1-9/+12
2018-12-23cifs: Skip any trailing backslashes from UNCPaulo Alcantara1-1/+6
2018-12-23cifs: Refactor out cifs_mount()Paulo Alcantara2-183/+262
2018-12-23CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin1-2/+2
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li1-1/+7
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li1-1/+3
2018-12-23cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg1-1/+8
2018-12-23cifs: remove coverity warning in calc_lanman_hashRonnie Sahlberg1-3/+8
2018-12-23cifs: remove set but not used variable 'smb_buf'YueHaibing1-2/+0
2018-12-23cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2-2/+2
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg4-79/+49
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza2-0/+2
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg1-26/+56
2018-12-23cifs: address trivial coverity warningSteve French1-1/+1
2018-12-23cifs: smb2 commands can not be negative, remove confusing checkSteve French1-3/+5
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg1-18/+70
2018-12-23cifs: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2018-12-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+6
2018-12-22Revert "vfs: Allow userns root to call mknod on owned filesystems."Christian Brauner1-2/+1
2018-12-21Merge tag '4.20-rc7-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-17/+25
2018-12-20Merge tag 'upstream-4.20-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds4-26/+87
2018-12-20iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner1-7/+0
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg3-17/+25
2018-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+9
2018-12-14userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli1-1/+2
2018-12-14fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski1-0/+7
2018-12-14Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2018-12-14Merge tag 'ceph-for-4.20-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds2-3/+5
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande1-7/+6
2018-12-13ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger1-0/+37
2018-12-13ubifs: Fix default compression selection in ubifsGabor Juhos1-1/+12
2018-12-13ubifs: Fix memory leak on error conditionGarry McNulty1-6/+6
2018-12-13ubifs: auth: Add CONFIG_KEYS dependencyArnd Bergmann1-0/+1
2018-12-13ubifs: CONFIG_UBIFS_FS_AUTHENTICATION should depend on UBIFS_FSGeert Uytterhoeven1-8/+7
2018-12-13ubifs: replay: Fix high stack usageArnd Bergmann1-11/+24
2018-12-12Merge tag 'ovl-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-17/+20
2018-12-12Merge tag 'fuse-fixes-4.20-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-37/+60
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
2018-12-11aio: fix spectre gadget in lookup_ioctxJeff Moyer1-0/+2