Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4e264ffd953463cd14c0720eaa9315ac052f5973
/
fs
/
cifs
/
cifsfs.c
7866c17
smb3: fix typo in mount options displayed in /proc/mounts
by Steve French
· 4 years, 7 months ago
82e9367
smb3: Add new parm "nodelete"
by Steve French
· 4 years, 8 months ago
4e8aea3
smb3: enable swap on SMB3 mounts
by Steve French
· 4 years, 10 months ago
c7e9f78
cifs: do d_move in rename
by Steve French
· 5 years ago
ec57010
cifs: add missing mount option to /proc/mounts
by Steve French
· 5 years ago
3f6166a
cifs: fix mount option display for sec=krb5i
by Petr Pavlu
· 5 years ago
0f06093
SMB3: Backup intent flag missing from some more ops
by Amir Goldstein
· 5 years ago
0aecba6
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
937d6ee
Merge tag 'docs-5.5a' of git://git.lwn.net/linux
by Linus Torvalds
· 5 years ago
32546a9
cifs: move cifsFileInfo_put logic into a work-queue
by Ronnie Sahlberg
· 5 years ago
bcc8880
cifs: add multichannel mount options and data structs
by Aurelien Aptel
· 5 years ago
3591bb8
cifs: don't use 'pre:' for MODULE_SOFTDEP
by Ronnie Sahlberg
· 5 years ago
d067799
cifs: add support for flock
by Steve French
· 6 years ago
6c2d4798
new helper: lookup_positive_unlocked()
by Al Viro
· 5 years ago
822bbba
Merge tag 'v5.4-rc4' into docs-next
by Jonathan Corbet
· 5 years ago
553292a
cifs: clarify comment about timestamp granularity for old servers
by Steve French
· 5 years ago
0ac624f
docs: fix some broken references
by Mauro Carvalho Chehab
· 5 years ago
d4cfbf0
smb3: Fix regression in time handling
by Steve French
· 5 years ago
7e3d2c8
Merge tag '5.4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
cfb82e1
Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
3e7a02d
smb3: allow disabling requesting leases
by Steve French
· 5 years ago
10328c4
smb3: only offload decryption of read responses if multiple requests
by Steve French
· 5 years ago
563317e
smb3: enable offload of decryption of large reads via mount option
by Steve French
· 5 years ago
35cf94a
smb3: allow parallelizing decryption of reads
by Steve French
· 5 years ago
41e033f
smb3: add mount option to allow RW caching of share accessed by only 1 client
by Steve French
· 5 years ago
83bbfa7
smb3: add mount option to allow forced caching of read only share
by Steve French
· 5 years ago
cb7a69e
fs: cifs: Initialize filesystem timestamp ranges
by Deepa Dinamani
· 6 years ago
9a394d1
fs: cifs: move from the crypto cipher API to the new DES library interface
by Ard Biesheuvel
· 5 years ago
bf3c90e
cifs: copy_file_range needs to strip setuid bits and update timestamps
by Amir Goldstein
· 6 years ago
ae9b728
Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
40f06c7
Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
4d2fa8b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
412094a
smb3: add new mount option to retrieve mode from special ACE
by Steve French
· 6 years ago
73cf808
cifs: simplify code by removing CONFIG_CIFS_ACL ifdef
by Steve French
· 6 years ago
dc17926
smb3: if max_credits is specified then display it in /proc/mounts
by Steve French
· 6 years ago
5fc3681
cifs: add missing GCM module dependency
by Aurelien Aptel
· 6 years ago
97a5fee
fs: cifs: switch to RC4 library interface
by Ard Biesheuvel
· 6 years ago
487317c
cifs: add spinlock for the openFileList to cifsInodeInfo
by Ronnie Sahlberg
· 6 years ago
5dae222
vfs: allow copy_file_range to copy across devices
by Amir Goldstein
· 6 years ago
64bf5ff
vfs: no fallback for ->copy_file_range
by Dave Chinner
· 6 years ago
dece44e
cifs: add support for SEEK_DATA and SEEK_HOLE
by Ronnie Sahlberg
· 6 years ago
9ab70ca
Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the same file
by Kovtunenko Oleksandr
· 6 years ago
2f3ebab
cifs: add fiemap support
by Ronnie Sahlberg
· 6 years ago
c8b6ac1
CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease feature.
by Kenneth D'souza
· 6 years ago
c2e6802
cifs: switch to ->free_inode()
by Al Viro
· 6 years ago
ca567eb
SMB3: Allow persistent handle timeout to be configurable on mount
by Steve French
· 6 years ago
b073a08
cifs: fix that return -EINVAL when do dedupe operation
by Xiaoli Feng
· 6 years ago
96281b9
smb3: for kerberos mounts display the credential uid used
by Steve French
· 6 years ago
e8506d2
smb3: make default i/o size for smb3 mounts larger
by Steve French
· 6 years ago
1c78022
cifs: Make use of DFS cache to get new DFS referrals
by Paulo Alcantara
· 6 years ago
8c6c9bed8
cifs: don't dereference smb_file_target before null check
by Colin Ian King
· 6 years ago
be4eb68
CIFS: Add direct I/O functions to file_operations
by Long Li
· 6 years ago
c2aa1a4
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
42ec3d4
vfs: make remap_file_range functions take and return bytes completed
by Darrick J. Wong
· 6 years ago
2e5dfc9
vfs: combine the clone and dedupe into a single remap_file_range
by Darrick J. Wong
· 6 years ago
8c1beb9
cifs: minor clarification in comments
by Steve French
· 6 years ago
f80eaed
CIFS: Print message when attempting a mount
by Rodrigo Freire
· 6 years ago
8393072
CIFS: make 'nodfs' mount opt a superblock flag
by Aurelien Aptel
· 6 years ago
00778e2
smb3: add way to control slow response threshold for logging and stats
by Steve French
· 6 years ago
1c3a13a
cifs: minor updates to module description for cifs.ko
by Steve French
· 6 years ago
e55954a
cifs: don't show domain= in mount output when domain is empty
by Ronnie Sahlberg
· 6 years ago
8a69e96
smb3: snapshot mounts are read-only and make sure info is displayable about the mount
by Steve French
· 7 years ago
0fdfef9
smb3: simplify code by removing CONFIG_CIFS_SMB311
by Steve French
· 7 years ago
21ba384
smb3: fill in statfs fsid and correct namelen
by Steve French
· 7 years ago
c7c137b
smb3: do not allow insecure cifs mounts when using smb3
by Steve French
· 7 years ago
b326614
smb3: allow "posix" mount option to enable new SMB311 protocol extensions
by Steve French
· 7 years ago
f92a720
cifs: allow disabling less secure legacy dialects
by Steve French
· 7 years ago
11911b9
cifs: make minor clarifications to module params for cifs.ko
by Steve French
· 7 years ago
49218b4
smb3: add module alias for smb3 to cifs.ko
by Steve French
· 7 years ago
3d4ef9a
smb3: fix redundant opens on root
by Steve French
· 7 years ago
6e70c26
smb3: directory sync should not return an error
by Steve French
· 7 years ago
5fcd7f3
CIFS: add sha512 secmech
by Aurelien Aptel
· 7 years ago
617aebe
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
cd1aca2
cifs: add .splice_write
by Andrés Souto
· 7 years ago
8339dd3
CIFS: SMBD: Add rdma mount option
by Long Li
· 7 years ago
de04644
cifs: Define usercopy region in cifs_request slab cache
by David Windsor
· 8 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
9418333
cifs: release cifs root_cred after exit_cifs
by Shu Wang
· 7 years ago
6e82e92
cifs: show 'soft' in the mount options for hard mounts
by Ronnie Sahlberg
· 7 years ago
52f6c58
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 8 years ago
2a38e12
[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred
by Steve French
· 8 years ago
51b0817
cifs: use get_random_u32 for 32-bit lock random
by Jason A. Donenfeld
· 8 years ago
fe7a719
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
3998e6b8
CIFS: fix oplock break deadlocks
by Rabin Vincent
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
851ea08
cifs: Convert to separately allocated bdi
by Jan Kara
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
620d874
Introduce cifs_copy_file_range()
by Sachin Prabhu
· 8 years ago
c6e970a
net: break include loop netdevice.h, dsa.h, devlink.h
by Andrew Lunn
· 8 years ago
026e93d
CIFS: Encrypt SMB3 requests before sending
by Pavel Shilovsky
· 8 years ago
b9be76d
cifs: Add soft dependencies
by Jean Delvare
· 8 years ago
1dd5c6b
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
374402a
cifs_get_root shouldn't use path with tree name
by Sachin Prabhu
· 8 years ago
dfeef68
vfs: remove ".readlink = generic_readlink" assignments
by Miklos Szeredi
· 8 years ago
9593265
CIFS: Add new mount option to set owner uid and gid from special sids in acl
by Steve French
· 8 years ago
cb978ac
Expose cifs module parameters in sysfs
by Germano Percossi
· 8 years ago
3afca26
Clarify locking of cifs file and tcon structures and make more granular
by Steve French
· 8 years ago
fa70b87
SMB3: GUIDs should be constructed as random but valid uuids
by Steve French
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
Next »