Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4e56f858bdde5cbfb70f61baddfaa56a8ed851bf
/
fs
/
cifs
5930122
switch xattr_handler->set() to passing dentry and inode separately
by Al Viro
· 8 years ago
48a77aa
CIFS: Remove some obsolete comments
by Steve French
· 8 years ago
b74cb9a
cifs: Create dedicated keyring for spnego operations
by Sachin Prabhu
· 8 years ago
f4f27d0
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
442c9ac
Merge branch 'sendmsg.cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
8908c94
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
a7fd20d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
c2e7b20
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
681750c
Merge branch 'for-cifs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
897fba1
remove directory incorrectly tries to set delete on close on non-empty directories
by Steve French
· 8 years ago
5a4f7e8
Update cifs.ko version to 2.09
by Steve French
· 9 years ago
1a967d6
fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication
by Stefan Metzmacher
· 9 years ago
777f69b
fs/cifs: correctly to anonymous authentication for the NTLM(v1) authentication
by Stefan Metzmacher
· 9 years ago
fa8f3a3
fs/cifs: correctly to anonymous authentication for the LANMAN authentication
by Stefan Metzmacher
· 9 years ago
cfda35d
fs/cifs: correctly to anonymous authentication via NTLMSSP
by Stefan Metzmacher
· 9 years ago
11e3164
cifs: remove any preceding delimiter from prefix_path
by Sachin Prabhu
· 9 years ago
1f1735c
cifs: Use file_dentry()
by Goldwyn Rodrigues
· 9 years ago
3125d26
cifs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
e259221
fs: simplify the generic_write_sync prototype
by Christoph Hellwig
· 9 years ago
dde0c2e
fs: add IOCB_SYNC and IOCB_DSYNC
by Christoph Hellwig
· 9 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
a9ae008
cifs: Switch to generic xattr handlers
by Andreas Gruenbacher
· 9 years ago
534bb0c
cifs: Fix removexattr for os2.* xattrs
by Andreas Gruenbacher
· 9 years ago
45987e0
cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT
by Andreas Gruenbacher
· 9 years ago
d9a1548
cifs: Fix xattr name checks
by Andreas Gruenbacher
· 9 years ago
fafc4e1
sock: tigthen lockdep checks for sock_owned_by_user
by Hannes Frederic Sowa
· 9 years ago
5ac7eac
KEYS: Add a facility to restrict new links into a keyring
by David Howells
· 9 years ago
ce23e64
->getxattr(): pass dentry and inode as separate arguments
by Al Viro
· 9 years ago
5fdccfe
cifs: kill more bogus checks in ->...xattr() methods
by Al Viro
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
ea1754a
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
by Kirill A. Shutemov
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
7133566
cifs: don't bother with kmap on read_pages side
by Al Viro
· 9 years ago
a613730
cifs_readv_receive: use cifs_read_from_socket()
by Al Viro
· 9 years ago
09aab88
cifs: no need to wank with copying and advancing iovec on recvmsg side either
by Al Viro
· 9 years ago
3ab3f2a
cifs: quit playing games with draining iovecs
by Al Viro
· 9 years ago
16c568e
cifs: merge the hash calculation helpers
by Al Viro
· 9 years ago
3c2de27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
814a2bf
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
1404297
lib: update single-char callers of strtobool()
by Kees Cook
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
85f4048
cifs_get_root(): use lookup_one_len_unlocked()
by Al Viro
· 9 years ago
9589995
CIFS: Fix duplicate line introduced by clone_file_range patch
by Steve French
· 9 years ago
1ee9f4b
Fix cifs_uniqueid_to_ino_t() function for s390x
by Yadan Fan
· 9 years ago
6cc3b24
CIFS: Fix SMB2+ interim response processing for read requests
by Pavel Shilovsky
· 9 years ago
deb7def
cifs: fix out-of-bounds access in lease parsing
by Justin Maggard
· 9 years ago
4b550af
cifs: fix erroneous return value
by Anton Protopopov
· 9 years ago
f34d69c
cifs: fix potential overflow in cifs_compose_mount_options
by Insu Yun
· 9 years ago
997152f
cifs: remove redundant check for null string pointer
by Colin Ian King
· 9 years ago
9651ddb
cifs: Use skcipher
by Herbert Xu
· 9 years ago
772950e
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
48c935a
page-flags: define PG_locked behavior on compound pages
by Kirill A. Shutemov
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
01b9b0b
cifs_dbg() outputs an uninitialized buffer in cifs_readdir()
by Vasily Averin
· 9 years ago
820962d
cifs: fix race between call_async() and reconnect()
by Rabin Vincent
· 9 years ago
373512e
Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this.
by Steve French
· 9 years ago
882137c
cifs: Allow using O_DIRECT with cache=loose
by Ross Lagerwall
· 9 years ago
adfeb3e
cifs: Make echo interval tunable
by Steve French
· 9 years ago
a108471b
cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary
by Ross Lagerwall
· 9 years ago
275516c
Print IP address of unresponsive server
by Arnd Hannemann
· 9 years ago
ec7147a
cifs: Ratelimit kernel log messages
by Jamie Bainbridge
· 9 years ago
fce205e
Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
ddf1d62
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
32fb378
Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
fceef39
switch ->get_link() to delayed_call, kill ->put_link()
by Al Viro
· 9 years ago
dfd01f0
sched/wait: Fix the signal handling fix
by Peter Zijlstra
· 9 years ago
6b25539
replace ->follow_link() with new method that could stay in RCU mode
by Al Viro
· 9 years ago
8c36e9d
cifs: avoid unused variable and label
by Arnd Bergmann
· 9 years ago
04b38d6
vfs: pull btrfs clone API to vfs layer
by Christoph Hellwig
· 9 years ago
97d7929
posix acls: Remove duplicate xattr name definitions
by Andreas Gruenbacher
· 9 years ago
f3996e6
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 9 years ago
7b52e27
Allow copy offload (CopyChunk) across shares
by Steve French
· 9 years ago
ad804a0
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
75021d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
c62d255
mm, fs: introduce mapping_gfp_constraint()
by Michal Hocko
· 9 years ago
1873499
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 9 years ago
9576c2f
Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 9 years ago
592fafe
Add resilienthandles mount parm
by Steve French
· 9 years ago
b56eae4
[SMB3] Send durable handle v2 contexts when use of persistent handles required
by Steve French
· 9 years ago
f16dfa7
[SMB3] Display persistenthandles in /proc/mounts for SMB3 shares if enabled
by Steve French
· 9 years ago
b618f00
[SMB3] Enable checking for continuous availability and persistent handle support
by Steve French
· 9 years ago
b2a3077
[SMB3] Add parsing for new mount option controlling persistent handles
by Steve French
· 9 years ago
ca9e7a1
Allow duplicate extents in SMB3 not just SMB3.1.1
by Steve French
· 9 years ago
4f65636
Move locks API users to locks_lock_inode_wait()
by Benjamin Coddington
· 9 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 9 years ago
063d99b
mm, fs: obey gfp_mapping for add_to_page_cache()
by Michal Hocko
· 9 years ago
616a539
[CIFS] Update cifs version number
by Steve French
· 9 years ago
646200a
[SMB3] Do not fall back to SMBWriteX in set_file_size error cases
by Steve French
· 9 years ago
a1c8368
fs: Drop unlikely before IS_ERR(_OR_NULL)
by Viresh Kumar
· 9 years ago
ff9f84b
[SMB3] Missing null tcon check
by Steve French
· 9 years ago
8862714
fix encryption error checks on mount
by Steve French
· 9 years ago
ceb1b0b
[SMB3] Fix sec=krb5 on smb3 mounts
by Steve French
· 9 years ago
98ce94c
cifs: use server timestamp for ntlmv2 authentication
by Peter Seiderer
· 9 years ago
e0ddde9
disabling oplocks/leases via module parm enable_oplocks broken for SMB3
by Steve French
· 9 years ago
eda2116
[CIFS] mount option sec=none not displayed properly in /proc/mounts
by Steve French
· 9 years ago
4c17a6d
CIFS: fix type confusion in copy offload ioctl
by Jann Horn
· 9 years ago
33e247c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
7cbea8d
mm: mark most vm_operations_struct const
by Kirill A. Shutemov
· 9 years ago
Next »