summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cifs: update module internal version numberSteve French2019-05-071-1/+1
| * | | | | | SMB3: Clean up query symlink when reparse pointRonnie Sahlberg2019-05-074-17/+118
| * | | | | | cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-071-6/+8
| * | | | | | Negotiate and save preferred compression algorithmsSteve French2019-05-074-7/+61
| * | | | | | cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-074-107/+14
| * | | | | | cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-073-6/+7
| * | | | | | smb3: Add protocol structs for change notify supportSteve French2019-05-071-0/+36
| * | | | | | cifs: fix smb3_zero_range for AzureRonnie Sahlberg2019-05-071-47/+7
| * | | | | | cifs: zero-range does not require the file is sparseRonnie Sahlberg2019-05-071-12/+0
| * | | | | | Add new flag on SMB3.1.1 readSteve French2019-05-071-0/+1
| * | | | | | cifs: add fiemap supportRonnie Sahlberg2019-05-078-2/+132
| * | | | | | SMB3: Add defines for new negotiate contextsSteve French2019-05-072-4/+27
| * | | | | | cifs: fix bi-directional fsctl passthrough callsRonnie Sahlberg2019-05-071-1/+8
| * | | | | | cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-073-30/+32
| * | | | | | SMB3: Add handling for different FSCTL access flagsSteve French2019-05-071-1/+9
| * | | | | | cifs: Add support for FSCTL passthrough that write data to the serverRonnie Sahlberg2019-05-072-2/+42
| * | | | | | cifs: remove superfluous inode_lock in cifs_{strict_}fsyncJeff Layton2019-05-071-5/+0
| * | | | | | cifs: Call MID callback before destroying transportLong Li2019-05-071-17/+19
| * | | | | | cifs: smbd: Retry on memory registration failureLong Li2019-05-071-2/+2
| * | | | | | cifs: smbd: Indicate to retry on transport sending failureLong Li2019-05-071-2/+3
| * | | | | | cifs: smbd: Return EINTR when interruptedLong Li2019-05-071-1/+1
| * | | | | | cifs: smbd: Don't destroy transport on RDMA disconnectLong Li2019-05-073-127/+10
| * | | | | | smbd: Make upper layer decide when to destroy the transportLong Li2019-05-073-27/+101
| * | | | | | SMB3: update comment to clarify enumerating snapshotsSteve French2019-05-071-0/+8
| * | | | | | CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel2019-05-071-1/+10
| * | | | | | CIFS: Show locallease in /proc/mounts for cifs shares mounted with locallease...Kenneth D'souza2019-05-071-0/+2
| * | | | | | cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-074-25/+151
| * | | | | | cifs: don't use __constant_cpu_to_le32()Sergey Senozhatsky2019-05-071-1740/+1740
| * | | | | | SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French2019-05-073-6/+44
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-072-4/+22
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0217-155/+337
| |\ \ \ \ \ \ \
| * | | | | | | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-2521-43/+171
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-221-4/+21
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-1/+1
| | * | | | | | | | | bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-5/+17
| | * | | | | | | | | bpf: Sysctl hookAndrey Ignatov2019-04-121-0/+5
* | | | | | | | | | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-05-0716-121/+241
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fscrypt: cache decrypted symlink target in ->i_linkEric Biggers2019-04-175-7/+63
| * | | | | | | | | | | vfs: use READ_ONCE() to access ->i_linkEric Biggers2019-04-171-2/+2
| * | | | | | | | | | | fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertextEric Biggers2019-04-176-56/+119
| * | | | | | | | | | | fscrypt: only set dentry_operations on ciphertext dentriesEric Biggers2019-04-171-2/+1
| * | | | | | | | | | | fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers2019-04-171-0/+2
| * | | | | | | | | | | fscrypt: fix race allowing rename() and link() of ciphertext dentriesEric Biggers2019-04-171-1/+11
| * | | | | | | | | | | fscrypt: clean up and improve dentry revalidationEric Biggers2019-04-172-30/+32
| * | | | | | | | | | | fscrypt: use READ_ONCE() to access ->i_crypt_infoEric Biggers2019-04-164-8/+8
| * | | | | | | | | | | fscrypt: remove WARN_ON_ONCE() when decryption failsEric Biggers2019-04-161-4/+2
| * | | | | | | | | | | fscrypt: drop inode argument from fscrypt_get_ctx()Eric Biggers2019-04-163-13/+7
* | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2019-05-0730-59/+9513
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o2019-05-061-0/+6