| Commit message (Expand) | Author | Age | Files | Lines |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 1 | -4/+4 |
* | [CIFS] CIFS should honour umask | Steve French | 2007-06-08 | 2 | -4/+7 |
* | [CIFS] Missing flag on negprot needed for some servers to force packet signing | Yehuda Sadeh Weinraub | 2007-06-05 | 1 | -2/+2 |
* | [CIFS] whitespace cleanup part 2 | Steve French | 2007-06-05 | 3 | -132/+138 |
* | [CIFS] whitespace cleanup | Steve French | 2007-06-05 | 4 | -125/+124 |
* | [CIFS] fix mempool destroy done in wrong order in cifs error path | Akinobu Mita | 2007-06-04 | 1 | -1/+1 |
* | [CIFS] typo in previous patch | Steve French | 2007-05-24 | 1 | -3/+3 |
* | [CIFS] Fix oops on failed cifs mount (in kthread_stop) | Steve French | 2007-05-23 | 1 | -2/+12 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 1 | -4/+2 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 2 | -2/+0 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -2/+1 |
* | [CIFS] Fix typo in cifs readme from previous commit | Steve French | 2007-05-06 | 1 | -2/+2 |
* | [CIFS] Make sec=none force an anonymous mount | Jeff Layton | 2007-05-05 | 3 | -8/+24 |
* | [CIFS] Change semaphore to mutex for cifs lock_sem | Roland Dreier | 2007-05-03 | 3 | -9/+9 |
* | [CIFS] Fix oops in reset_cifs_unix_caps on reconnect | Steve French | 2007-05-03 | 1 | -1/+1 |
* | [CIFS] UID/GID override on CIFS mounts to Samba | Steve French | 2007-04-30 | 8 | -171/+213 |
* | [CIFS] prefixpath mounts to servers supporting posix paths used wrong slash | Steve French | 2007-04-26 | 1 | -1/+7 |
* | [CIFS] Update cifs version to 1.49 | Steve French | 2007-04-26 | 2 | -41/+30 |
* | [CIFS] Replace kmalloc/memset combination with kzalloc | vignesh | 2007-04-25 | 1 | -5/+2 |
* | [CIFS] Add IPv6 support | Steve French | 2007-04-25 | 3 | -7/+40 |
* | [CIFS] New CIFS POSIX mkdir performance improvement (part 2) | Steve French | 2007-04-25 | 2 | -15/+39 |
* | [CIFS] New CIFS POSIX mkdir performance improvement | Steve French | 2007-04-24 | 5 | -15/+340 |
* | [CIFS] Add write perm for usr to file on windows should remove r/o dos attr | Steve French | 2007-04-06 | 2 | -12/+15 |
* | [CIFS] Remove unnecessary parm to cifs_reopen_file | Steve French | 2007-04-04 | 2 | -62/+28 |
* | [CIFS] Switch cifsd to kthread_run from kernel_thread | Igor Mammedov | 2007-04-03 | 1 | -16/+16 |
* | [CIFS] Remove unnecessary checks | Christoph Hellwig | 2007-04-02 | 3 | -53/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2007-03-23 | 4 | -4/+35 |
|\ |
|
| * | [CIFS] Allow reset of file to ATTR_NORMAL when archive bit not set | Steve French | 2007-03-23 | 2 | -4/+16 |
| * | [CIFS] Do not negotiate new POSIX_PATH_OPERATIONS_CAP yet | Steve French | 2007-03-16 | 1 | -1/+7 |
| * | [CIFS] reset mode when client notices that ATTR_READONLY is no longer set | Alan Tyson | 2007-03-10 | 3 | -0/+13 |
* | | [PATCH] cifs endianness annotations | Al Viro | 2007-03-14 | 1 | -1/+1 |
|/ |
|
* | [CIFS] cifs_prepare_write was incorrectly rereading page in some cases | Steve French | 2007-03-06 | 3 | -28/+45 |
* | [CIFS] Fix set file size to zero when doing chmod to Samba 3.0.26pre | Steve French | 2007-03-01 | 2 | -0/+13 |
* | [CIFS] Remove some unused functions/declarations | Steve French | 2007-02-27 | 6 | -10/+14 |
* | [CIFS] New file for previous commit | Steve French | 2007-02-27 | 1 | -0/+52 |
* | [CIFS] cifs export operations | Steve French | 2007-02-27 | 3 | -12/+18 |
* | [CIFS] small piece missing from previous patch | Steve French | 2007-02-26 | 1 | -5/+11 |
* | [CIFS] Fix locking problem around some cifs uses of i_size write | Steve French | 2007-02-26 | 4 | -23/+82 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2007-02-21 | 6 | -10/+28 |
|\ |
|
| * | [CIFS] One line missing from previous commit | Steve French | 2007-02-17 | 2 | -2/+4 |
| * | [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwritten | Steve French | 2007-02-17 | 4 | -4/+18 |
| * | [CIFS] fix &&/& typo in cifs_setattr() | Steve French | 2007-02-15 | 2 | -4/+6 |
* | | Storage class should be before const qualifier | Tobias Klauser | 2007-02-17 | 1 | -2/+2 |
* | | Fix typos concerning hierarchy | Uwe Kleine-König | 2007-02-17 | 1 | -1/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2007-02-14 | 10 | -79/+192 |
|\ |
|
| * | [CIFS] on reconnect to Samba - reset the unix capabilities | Steve French | 2007-02-14 | 7 | -49/+119 |
| * | [CIFS] Allow update of EOF on remote extend of file | Steve French | 2007-02-08 | 4 | -8/+11 |
| * | [CIFS] POSIX CIFS Extensions (continued) - POSIX Open | Steve French | 2007-02-08 | 2 | -0/+17 |
| * | [CIFS] Additional POSIX CIFS Extensions infolevels | Steve French | 2007-02-07 | 1 | -23/+46 |
* | | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 2007-02-12 | 2 | -3/+3 |