Intel FB: obvious changes and corrections
[safe/jmp/linux-2.6] / fs / cifs /
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
2007-07-11 Steve French[CIFS] Fix oops in cifs_create when nfsd server exports...
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-07-10 Steve French[CIFS] whitespace cleanup
2007-07-09 Steve French[CIFS] Fix packet signatures for NTLMv2 case
2007-07-08 Steve French[CIFS] more whitespace fixes
2007-07-07 Steve French[CIFS] more whitespace cleanup
2007-07-06 Steve French[CIFS] whitespace cleanup
2007-07-06 Steve French[CIFS] whitespace cleanup
2007-07-06 Jeff[CIFS] ipv6 support no longer experimental
2007-07-06 Jeff[CIFS] Mount should fail if server signing off but...
2007-06-28 Steve French[CIFS] whitespace fixes
2007-06-28 Steve French[CIFS] Fix sign mount option and sign proc config setting
2007-06-27 Steve French[CIFS] whitespace cleanup
2007-06-25 Jeff[CIFS] Do not allow signals in cifs_demultiplex_thread
2007-06-24 Steve French[CIFS] fix whitespace
2007-06-24 Steve French[CIFS] Add in some missing flags and cifs README and...
2007-06-08 Steve French[CIFS] CIFS should honour umask
2007-06-05 Yehuda Sadeh Weinraub[CIFS] Missing flag on negprot needed for some servers...
2007-06-05 Steve French[CIFS] whitespace cleanup part 2
2007-06-05 Steve French[CIFS] whitespace cleanup
2007-06-04 Akinobu Mita[CIFS] fix mempool destroy done in wrong order in cifs...
2007-05-24 Steve French[CIFS] typo in previous patch
2007-05-23 Steve French[CIFS] Fix oops on failed cifs mount (in kthread_stop)
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-05 Steve French[CIFS] Fix typo in cifs readme from previous commit
2007-05-05 Jeff Layton[CIFS] Make sec=none force an anonymous mount
2007-05-03 Roland Dreier[CIFS] Change semaphore to mutex for cifs lock_sem
2007-05-03 Steve French[CIFS] Fix oops in reset_cifs_unix_caps on reconnect
2007-04-30 Steve French[CIFS] UID/GID override on CIFS mounts to Samba
2007-04-26 Steve French[CIFS] prefixpath mounts to servers supporting posix...
2007-04-26 Steve French[CIFS] Update cifs version to 1.49
2007-04-25 vignesh[CIFS] Replace kmalloc/memset combination with kzalloc
2007-04-25 Steve French[CIFS] Add IPv6 support
2007-04-25 Steve French[CIFS] New CIFS POSIX mkdir performance improvement...
2007-04-23 Steve French[CIFS] New CIFS POSIX mkdir performance improvement
2007-04-06 Steve French[CIFS] Add write perm for usr to file on windows should...
2007-04-04 Steve French[CIFS] Remove unnecessary parm to cifs_reopen_file
2007-04-03 Igor Mammedov[CIFS] Switch cifsd to kthread_run from kernel_thread
2007-04-02 Christoph Hellwig[CIFS] Remove unnecessary checks
2007-03-23 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-03-23 Steve French[CIFS] Allow reset of file to ATTR_NORMAL when archive...
2007-03-16 Steve French[CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yet
2007-03-14 Al Viro[PATCH] cifs endianness annotations
2007-03-10 Alan Tyson[CIFS] reset mode when client notices that ATTR_READONL...
2007-03-06 Steve French[CIFS] cifs_prepare_write was incorrectly rereading...
2007-03-01 Steve French[CIFS] Fix set file size to zero when doing chmod to...
2007-02-27 Steve French[CIFS] Remove some unused functions/declarations
2007-02-27 Steve French[CIFS] New file for previous commit
2007-02-27 Steve French[CIFS] cifs export operations
2007-02-26 Steve French[CIFS] small piece missing from previous patch
2007-02-26 Steve French[CIFS] Fix locking problem around some cifs uses of...
2007-02-21 Linus TorvaldsMerge /pub/scm/linux/kernel/git/sfrench/cifs-2.6
2007-02-17 Tobias KlauserStorage class should be before const qualifier
2007-02-17 Uwe Kleine-KönigFix typos concerning hierarchy
2007-02-17 Steve French[CIFS] One line missing from previous commit
2007-02-17 Steve French[CIFS] mtime bounces from local to remote when cifs...
2007-02-15 Steve French[CIFS] fix &&/& typo in cifs_setattr()
2007-02-14 Linus TorvaldsMerge /pub/scm/linux/kernel/git/sfrench/cifs-2.6
2007-02-14 Steve French[CIFS] on reconnect to Samba - reset the unix capabilities
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2007-02-08 Steve French[CIFS] Allow update of EOF on remote extend of file
2007-02-08 Steve French[CIFS] POSIX CIFS Extensions (continued) - POSIX Open
2007-02-07 Steve French[CIFS] Additional POSIX CIFS Extensions infolevels
2007-02-06 Steve French[CIFS] Minor cleanup
2007-02-02 Steve French[CIFS] Missing free in error path
2007-02-02 Steve French[CIFS] Reduce cifs stack space usage
2007-02-01 Steve French[CIFS] lseek polling returned stale EOF
2007-01-24 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-01-22 Steve French[CIFS] Fix oops when Windows server sent bad domain...
2007-01-21 Steve French[CIFS] cifs sprintf fix
2007-01-21 Steve French[CIFS] Remove 2 unneeded kzalloc casts
2006-12-24 Linus TorvaldsFix up CIFS for "test_clear_page_dirty()" removal
2006-12-23 Steve French[CIFS] Update CIFS version number
2006-12-13 Robert P. J. Day[PATCH] getting rid of all casts of k[cmz]alloc() calls
2006-12-10 Andrew Morton[PATCH] io-accounting-read-accounting cifs fix
2006-12-09 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2006-12-08 Josef "Jeff" Sipek[PATCH] cifs: change uses of f_{dentry, vfsmnt} to...
2006-12-08 Steve French[CIFS] Fix NTLMv2 mounts to Windows servers
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_NOFS
next