[CIFS] minor checkpatch cleanup
[safe/jmp/linux-2.6] / fs / cifs /
2007-11-16 Steve French[CIFS] minor checkpatch cleanup
2007-11-16 Jeff Layton[CIFS] have cifs_get_spnego_key get the hostname from...
2007-11-16 Jeff Layton[CIFS] add hostname field to TCP_Server_Info struct
2007-11-16 Jeff Layton[CIFS] clean up error handling in cifs_mount
2007-11-16 Steve French[CIFS] add ver= prefix to upcall format version
2007-11-13 Steve French[CIFS] Fix buffer overflow if server sends corrupt...
2007-11-13 Trond Myklebust[NET]: Add the helper kernel_sock_shutdown()
2007-11-12 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-11-09 Jeff Layton[CIFS] fix oops on second mount to same server when...
2007-11-08 Steve French[CIFS] Fix stale mode after readdir when cifsacl specified
2007-11-08 Steve French[CIFS] add mode to acl conversion helper function
2007-11-08 Steve French[CIFS] Fix incorrect mode when ACL had deny access...
2007-11-08 Igor Mammedov[CIFS] Add uid to key description so krb can handle...
2007-11-05 Steve French[CIFS] Fix walking out end of cifs dacl
2007-11-05 Steve French[CIFS] Add upcall files for cifs to use spnego/kerberos
2007-11-03 Jeff Layton[CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing...
2007-11-03 Jeff Layton[CIFS] Register and unregister cifs_spnego_key_type...
2007-11-03 Jeff Layton[CIFS] implement upcalls for SPNEGO blob via keyctl API
2007-11-03 Jeff Layton[CIFS] allow cifs_calc_signature2 to deal with a zero...
2007-11-01 Steve French[CIFS] If no Access Control Entries, set mode perm...
2007-11-01 Steve French[CIFS] when mount helper missing fix slash wrong direct...
2007-10-31 Steve French[CIFS] Don't request too much permission when reading...
2007-10-30 Shirish Pargaonkar[CIFS] enable get mode from ACL when cifsacl mount...
2007-10-26 Steve French[CIFS] ACL support part 8
2007-10-26 Steve French[CIFS] acl support part 7
2007-10-25 Steve French[CIFS] acl support part 6
2007-10-23 Steve French[CIFS] acl support part 6
2007-10-23 Parag Warudkar[CIFS] remove unused funtion compile warning when exper...
2007-10-22 Christoph Hellwigexportfs: make struct export_operations const
2007-10-19 Steve French[CIFS] ACL support part 5
2007-10-19 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-18 Steve French[CIFS] log better errors on failed mounts
2007-10-18 Jeff LaytonCIFS: ignore mode change if it's just for clearing...
2007-10-18 Steve French[CIFS] Return better error when server requires signing...
2007-10-17 Steve French[CIFS] fix typo
2007-10-17 Steve French[CIFS] acl support part 4
2007-10-17 Steve French[CIFS] Fix minor problems noticed by scan
2007-10-17 Steve French[CIFS] fix bad handling of EAGAIN error on kernel_recvm...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-17 Steve French[CIFS] build break
2007-10-17 Steve French[CIFS] endian fixes
2007-10-16 Dave Kleikamp[CIFS] endian fixes in new acl code
2007-10-16 Steve French[CIFS] Fix some endianness problems in new acl code
2007-10-16 Steve French[CIFS] missing #endif from a previous patch
2007-10-16 Cyrill Gorcunov[CIFS] formatting fixes
2007-10-16 Jeff Layton[CIFS] Break up unicode_sessetup string functions
2007-10-16 Jeff Layton[CIFS] parse server_GUID in SPNEGO negProt response
2007-10-16 Jeff Layton[CIFS]
2007-10-14 Cyril Gorcunov[CIFS] Fix endian conversion problem in posix mkdir
2007-10-12 Steve French[CIFS] fix build break when lanman not enabled
2007-10-12 Steve French[CIFS] remove two sparse warnings
2007-10-12 Steve French[CIFS] remove compile warnings when debug disabled
2007-10-12 Steve French[CIFS] CIFS ACL support part 3
2007-10-04 Steve French[CIFS] Fix cifsd so shuts down when signing fails durin...
2007-10-03 Steve French[CIFS] Cleanup formatting
2007-10-03 Shirish Pargaonkar[CIFS] CIFS ACL support (part 2)
2007-10-03 Mariusz Kozlowski[CIFS] remove some redundant argument checks
2007-10-02 Steve French[CIFS] Reduce chance of list corruption in find_writabl...
2007-10-01 Steve French[CIFS] change misleading field name
2007-09-29 Steve French[CIFS] named pipe support (part 2)
2007-09-28 Steve French[CIFS] CIFS support for named pipes (part 1)
2007-09-28 Steve French[CIFS] Fix memory leak in statfs to very old servers
2007-09-25 Steve French[CIFS] fix cut and paste error - missing defines cause...
2007-09-25 Steve French[CIFS] move cifs acl code to new file and fix build...
2007-09-24 Steve French[CIFS] Support for CIFS ACLs (part 1)
2007-09-20 Steve French[CIFS] fix typo in previous commit
2007-09-20 Steve French[CIFS] Print better error when server returns malformed...
2007-09-20 Steve French[CIFS] Add warning message when broken server fails...
2007-09-17 Steve French[CIFS] Fallback to standard mkdir if server incorrectly...
2007-09-16 Steve French[CIFS] fix small memory leak in an error path in new...
2007-09-15 Steve French[CIFS] missing field in debug output from previous fix
2007-09-15 Steve French[CIFS] Fix potential NULL pointer usage if kzalloc...
2007-09-15 Steve French[CIFS] typo in earlier cifs_reconnect fix
2007-09-13 Jeff[CIFS] Respect umask when using POSIX mkdir
2007-09-11 Steve French[CIFS] lock inode open file list in close in case racin...
2007-09-07 Steve French[CIFS] Fix oops in find_writable_file
2007-08-31 Steve French[CIFS] Fix warnings shown by newer version of sparse
2007-08-30 Steve French[CIFS] formatting cleanup found by checkpatch
2007-08-30 Steve French[CIFS] fix for incorrect session reconnects
2007-08-30 Andre Haupt[CIFS][KJ] use abs() from kernel.h where appropriate
2007-08-24 Steve French[CIFS] fix typo in previous
2007-08-24 Jeff Layton[CIFS] Byte range unlock request to non-Unix server...
2007-08-24 Cyrill Gorcunov[CIFS] Fix unbalanced call to GetXid/FreeXid
2007-08-22 Steve French[CIFS] cifs truncate missing a fix for private map...
2007-08-18 Cyrill Gorcunov[CIFS] Check return code on failed alloc
2007-07-26 Steve French[CIFS] Fix hang in find_writable_file
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Steve FrenchMerge branch 'master' of /linux/kernel/git/torvalds...
2007-07-19 Steve French[CIFS] merge conflict in fs/cifs/export.c
2007-07-18 Steve French[CIFS] Allow disabling CIFS Unix Extensions as mount...
2007-07-17 Steve French[CIFS] More whitespace/formatting fixes (noticed by...
2007-07-17 Christoph Hellwigknfsd: exportfs: add exportfs.h header
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-16 Steve French[CIFS] Typo in previous patch
2007-07-16 Eric[CIFS] zero_user_page() conversions
2007-07-16 Nate[CIFS] use simple_prepare_write to zero page data
2007-07-15 Steve French[CIFS] Fix build break - inet.h not included when exper...
2007-07-15 Steve French[CIFS] Add support for new POSIX unlink
2007-07-13 Steve French[CIFS] whitespace/formatting fixes
next