- 3c6bee1 [PATCH] turn "const static" into "static const" by Jesper Juhl · 19 years ago
- 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
- 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 19 years ago
- 25741b3 [CIFS] For previous fix, mode on mkdir needed S_IFDIR left out. by Steve French · 19 years ago
- 2a138ebb [CIFS] Missing parenthesis and typo in previous fix by Steve French · 19 years ago
- 6ab16d2 [CIFS] Fix umount --force to wake up the pending response queue, not just by Steve French · 19 years ago
- 6473a55 [CIFS] Fix missing permission check on setattr when noperm mount option is by Steve French · 19 years ago
- 3abb927 [CIFS] When file is deleted locally but later recreated on the server by Steve French · 19 years ago
- cdbce9c [CIFS] Fix setattr of mode only (e.g. in some chmod cases) to Windows by Steve French · 19 years ago
- 86c96b4 [CIFS] Fix mknod of block and chardev over SFU mounts by Steve French · 19 years ago
- c119b87 [CIFS] Missing part of previous patch by Steve French · 19 years ago
- 3020a1f [CIFS] Fix scheduling while atomic when pending writes at file close time by Steve French · 19 years ago
- 87c89dd [CIFS] Vectored and async i/o turned on and correct the by Steve French · 19 years ago
- 9e294f1 [CIFS] Recognize properly symlinks and char/blk devices (not just by Steve French · 19 years ago
- 0f2b27c [CIFS] Fix sparse warnings on smb bcc (byte count) by Steve French · 19 years ago
- ff7feac [CIFS] Fix endian errors (setfacl/getfacl failures) in handling ACLs by Steve French · 19 years ago
- d6e2f2a4 [CIFS] Recognize properly symlinks and char/blk devices (not just FIFOs) by Steve French · 19 years ago
- e89dc92 [CIFS] Cleanup sparse warnings for unicode little endian casts by Steve French · 19 years ago
- 8b94bcb [CIFS] Fix CIFS "nobrl" mount option so does not disable sending brl requests by Steve French · 19 years ago
- 6911408 [CIFS] Reduce sparse endian warnings by Steve French · 19 years ago
- 3c50c61 [CIFS] Update CIFS change log by Steve French · 19 years ago
- a2653eb [CIFS] Reserve upcall IDX value for CIFS with connector header and add by Steve French · 19 years ago
- 7b7abfe by Steve French · 19 years ago
- e82b3ae Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
- f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
- ec58ef0 [CIFS] Update kconfig for cifs by Steve French · 19 years ago
- 0753ca7 [CIFS] Change pragma pack(1) to attribute(packed) to allow cifs on arm to access by Steve French · 19 years ago
- d6d3f5b Merge with /pub/scm/linux/kernel/git/sfrench/cifs-2.6.git/ by Steve French · 19 years ago
- 23e7dd7 [CIFS] Defer close of file handle slightly if there are pending writes that by Steve French · 19 years ago
- 84d2f07 CIFS: cifs_writepages should not write beyond end of file by Steve French · 19 years ago
- 47c786e [CIFS] Add null malloc response check in notify experimental code by Steve French · 19 years ago
- 1047abc [CIFS] CIFS Stats improvements by Steve French · 19 years ago
- 4ca9c19 [CIFS] Fix oops in experimental notify code (when CONFIG_CIFS_EXPERIMENTAL by Steve French · 19 years ago
- 34210f3 [CIFS] Still missing a line from previous fix by Steve French · 19 years ago
- 9e2e85f [CIFS] Fix minor build problem with previous changeset by Steve French · 19 years ago
- b387eae [CIFS] Do not shrink tcp sndbuf/rcvbuf from their defaults by Steve French · 19 years ago
- 5e1253b [CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN. by Steve French · 19 years ago
- 02c37a6d [CIFS] Update cifs version to 1.38 by Steve French · 19 years ago
- 190fdeb [CIFS] Fix byte range locking to Windows when Windows server returns by Steve French · 19 years ago
- 0ae0efa [CIFS] Fix rsize calculation so that large readx flag is checked. by Steve French · 19 years ago
- 68058e7 [CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoff by Steve French · 19 years ago
- 131afd0b [CIFS] /proc/fs/cifs debug code cleanup and new stats2 by Steve French · 19 years ago
- dd99cd8 [CIFS] cleanup sparse and compile errors in previous fix by Steve French · 19 years ago
- 4a77118 CIFS: Allow wsize to exceed CIFSMaxBufSize by Steve French · 19 years ago
- 37c0eb4 CIFS: implement cifs_writepages to perform multi-page I/O by Steve French · 19 years ago
- 6148a74 CIFS: Create routine find_writable_file to reduce redundant code by Steve French · 19 years ago
- 04c0881 [CIFS] Missing parenthesis from error message in previous fix by Steve French · 19 years ago
- 8cc64c6 [CIFS] Allow SMBWrite2 to work to older servers by Steve French · 19 years ago
- 3e84469 [CIFS] Add writepages support to shrink memory usage on writes, by Steve French · 19 years ago
- ede1327 [PATCH] cifs: Add support for suspend by Steve French · 19 years ago
- 70ca734 [CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes by Steve French · 19 years ago
- 2096243 [CIFS] Add support for legacy servers part nine. statfs (df and du) is now by Steve French · 19 years ago
- e30dcf3 [CIFS] Add support for legacy servers part eight. Write fixes for Windows by Steve French · 19 years ago
- 3e87d80 [CIFS] Add support for legacy servers part seven. Fix open for write, by Steve French · 19 years ago
- f9f5c817 [CIFS] Add support for legacy servers part six. Fix read syntax so by Steve French · 19 years ago
- eafe870 [CIFS] Fix readdir caching when unlink removes file in current search by Steve French · 19 years ago
- ab2f218 [CIFS] Fix compiler warnings by Steve French · 19 years ago
- 041e0e3 [PATCH] fs: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
- e915fc4 [PATCH] fs: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
- e08fc04 [PATCH] cifs_create() fix by Miklos Szeredi · 19 years ago
- 9a899e7 [CIFS] Update cifs TODO list with additional new features that by Steve French · 19 years ago
- bfa0d75 [CIFS] Add support for legacy servers part 5 by Steve French · 19 years ago
- 1c95518 [CIFS] Add support for legacy servers part 4 by Steve French · 19 years ago
- cb8be64 [CIFS] Add nolock synonym (ala nfs) for nobrl to disable sending byte range by Steve French · 19 years ago
- 16abbec [CIFS] Add support for suspend by Steve French · 19 years ago
- 2016ef7 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
- 7f57356 [CIFS] Remove cifs_sb argument from *build_path_from_dentry by Steve French · 19 years ago
- d634cc1 [PATCH] Fix oops in fs/locks.c on close of file with pending locks by Steve French · 19 years ago
- a9d02ad [CIFS] Support for legacy servers part 3 - Add support for Open and most by Steve French · 19 years ago
- e22cb8b [CIFS] Use file instead of dentry in cifs dir_notify struct by Steve French · 19 years ago
- 167a251 [CIFS] Change notify support part 3 by Steve French · 19 years ago
- abb15b8 [CIFS] Missing line from previous patch by Steve French · 19 years ago
- ff5dbd9 [CIFS] Change notify support part 2 by Steve French · 19 years ago
- e2a98a7 [CIFS] Update thanks/contributor list with Miklos Szeredi by Steve French · 19 years ago
- c0c3e8e CIFS: Fix typos in fs/cifs/CHANGES by Steve French · 19 years ago
- a454434 CIFS: Reduce CONFIG_CIFS_STATS ifdefs by Steve French · 19 years ago
- 6b8edfe [CIFS] Support for mounting to older servers part 2. Add support for by Steve French · 19 years ago
- a10faeb2 [CIFS] Support for mounting to older, pre-CIFS servers added. This by Steve French · 19 years ago
- b92327f [CIFS] Finish up of case-insensitive dentry handling for cifs. This by Steve French · 19 years ago
- a5a2b48 [CIFS] Make CIFS statistics more accurate and add some stats that were by Steve French · 19 years ago
- 6463523 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
- cc314ee Fix nasty ncpfs symlink handling bug. by Linus Torvalds · 19 years ago
- d3485d3 [CIFS] Finish cifs mount option which requests case insensitive path by Steve French · 19 years ago
- c46fa8a [CIFS] Add mount option for disabling sending byte range lock requests by Steve French · 19 years ago
- 8d0d509 [CIFS] Change Notify support part 1 - add dnotify thread for processing by Steve French · 19 years ago
- f191401 [CIFS] rmmod cifs can oops if done soon after the last cifs unmount by Steve French · 19 years ago
- 1982c34 [CIFS] Ensure that cifs multiplex ids do not collide. by Steve French · 19 years ago
- a59c658 [CIFS] Missing ; from previous fix. Pointed out by Shaggy. by Steve French · 19 years ago
- 27876d0 [PATCH] CIFS: Fix path name conversion for long filenames by Steve French · 19 years ago
- d024709 [PATCH] CIFS: Fix missing entries in search results by Steve French · 19 years ago
- 4a6d87f [CIFS] Add missing check for path name allocation failure. Remove four by Steve French · 19 years ago
- ef6724e [CIFS] Fix missing entries in search results when very long file names and by Steve French · 19 years ago
- eda3c029 [CIFS] Add compat with SFU (part 2) by Steve French · 19 years ago
- f4cfd69 [CIFS] Fix path name conversion for long filenames when mapchars mount by Steve French · 19 years ago
- d7245c2 [CIFS] Add compat with SFU (part 1) by Steve French · 19 years ago
- 0c0ff09 [CIFS] Performance improvement, finish up adding CIFSSMBWrite2 by Steve French · 19 years ago
- 45abc6e [CIFS] Fix typo in POSIX SetFSInfo call by Steve French · 19 years ago
- ea0daab Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git by Steve French · 19 years ago
- ac67055 [CIFS] POSIX extensions, SetFSInfo added by Jeremy Allison · 19 years ago
- dfb7533 [CIFS] Add stats for findfirst, findnext, findclose by Steve French · 19 years ago