| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 1 | -0/+1 |
| 2012-09-26 | CIFS: Make ops->close return void | Pavel Shilovsky | 1 | -3/+2 |
| 2012-09-24 | cifs: add FL_CLOSE to fl_flags mask in cifs_read_flock | Jeff Layton | 1 | -1/+2 |
| 2012-09-24 | CIFS: Fix fast lease break after open problem | Pavel Shilovsky | 1 | -4/+31 |
| 2012-09-24 | CIFS: Fix cache coherency for read oplock case | Pavel Shilovsky | 1 | -4/+23 |
| 2012-09-24 | CIFS: Request SMB2.1 leases | Pavel Shilovsky | 1 | -6/+15 |
| 2012-09-24 | CIFS: Check for mandatory brlocks on read/write | Pavel Shilovsky | 1 | -23/+98 |
| 2012-09-24 | CIFS: Turn lock mutex into rw semaphore | Pavel Shilovsky | 1 | -29/+31 |
| 2012-09-24 | CIFS: Add brlock support for SMB2 | Pavel Shilovsky | 1 | -5/+3 |
| 2012-09-24 | CIFS: Move brlock code to ops struct | Pavel Shilovsky | 1 | -25/+17 |
| 2012-09-24 | CIFS: Remove spinlock dependence in brlock processing | Pavel Shilovsky | 1 | -30/+43 |
| 2012-09-24 | cifs: replace kvec array in readdata with a single kvec | Jeff Layton | 1 | -9/+0 |
| 2012-09-24 | cifs: convert async read code to use pages array without kmapping | Jeff Layton | 1 | -61/+60 |
| 2012-09-24 | cifs: turn the pages list in cifs_readdata into an array | Jeff Layton | 1 | -37/+50 |
| 2012-09-24 | cifs: allocate kvec array for cifs_readdata as a separate allocation | Jeff Layton | 1 | -3/+12 |
| 2012-09-24 | cifs: convert async write code to pass in data via rq_pages array | Jeff Layton | 1 | -38/+10 |
| 2012-09-24 | CIFS: Move oplock break to ops struct | Pavel Shilovsky | 1 | -4/+3 |
| 2012-09-24 | CIFS: Move readdir code to ops struct | Pavel Shilovsky | 1 | -26/+34 |
| 2012-09-24 | CIFS: Move writepage to ops struct | Pavel Shilovsky | 1 | -16/+20 |
| 2012-09-24 | CIFS: Move readpage code to ops struct | Pavel Shilovsky | 1 | -11/+17 |
| 2012-09-24 | CIFS: Move async write to ops struct | Pavel Shilovsky | 1 | -2/+11 |
| 2012-09-24 | CIFS: Add SMB2 support for cifs_iovec_read | Pavel Shilovsky | 1 | -0/+4 |
| 2012-09-24 | CIFS: Move async read to ops struct | Pavel Shilovsky | 1 | -1/+7 |
| 2012-09-24 | CIFS: Make flush code use ops struct | Pavel Shilovsky | 1 | -4/+16 |
| 2012-09-24 | CIFS: Move reopen code to ops struct | Pavel Shilovsky | 1 | -57/+64 |
| 2012-09-24 | CIFS: Move create code use ops struct | Pavel Shilovsky | 1 | -5/+5 |
| 2012-09-24 | CIFS: Move close code to ops struct | Pavel Shilovsky | 1 | -3/+7 |
| 2012-09-24 | CIFS: Move open code to ops struct | Pavel Shilovsky | 1 | -33/+30 |
| 2012-09-24 | CIFS: Replace netfid with cifs_fid struct in cifsFileInfo | Pavel Shilovsky | 1 | -58/+58 |
| 2012-09-06 | CIFS: Fix error handling in cifs_push_mandatory_locks | Pavel Shilovsky | 1 | -1/+1 |
| 2012-07-25 | cifs: ensure that we always do cifsFileInfo_get under the spinlock | Jeff Layton | 1 | -5/+12 |
| 2012-07-24 | CIFS: Make CAP_* checks protocol independent | Pavel Shilovsky | 1 | -17/+16 |
| 2012-07-24 | CIFS: Rename Get/FreeXid and make them work with unsigned int | Pavel Shilovsky | 1 | -65/+68 |
| 2012-07-23 | cifs: move file_lock off stack in cifs_push_posix_locks | Jeff Layton | 1 | -5/+3 |
| 2012-07-23 | cifs: remove extraneous newlines from cERROR and cFYI calls | Jeff Layton | 1 | -1/+1 |
| 2012-06-01 | CIFS: Improve identation in cifs_unlock_range | Pavel Shilovsky | 1 | -40/+35 |
| 2012-06-01 | CIFS: Fix possible wrong memory allocation | Pavel Shilovsky | 1 | -6/+25 |
| 2012-05-23 | cifs: fix oops while traversing open file list (try #4) | Shirish Pargaonkar | 1 | -24/+33 |
| 2012-05-17 | CIFS: Separate protocol specific part from setlk | Pavel Shilovsky | 1 | -2/+2 |
| 2012-05-17 | CIFS: Separate protocol specific part from getlk | Pavel Shilovsky | 1 | -22/+30 |
| 2012-05-16 | CIFS: Separate protocol specific lock type handling | Pavel Shilovsky | 1 | -16/+24 |
| 2012-05-16 | CIFS: Convert lock type to 32 bit variable | Pavel Shilovsky | 1 | -6/+7 |
| 2012-05-16 | CIFS: Move locks to cifsFileInfo structure | Pavel Shilovsky | 1 | -40/+49 |
| 2012-05-16 | cifs: convert cifs_iovec_read to use async reads | Jeff Layton | 1 | -60/+234 |
| 2012-05-16 | cifs: add wrapper for cifs_async_readv to retry opening file | Jeff Layton | 1 | -9/+18 |
| 2012-05-16 | cifs: add refcounting to cifs_readdata structures | Jeff Layton | 1 | -7/+14 |
| 2012-05-16 | cifs: abstract out function to marshal the iovec for readv receives | Jeff Layton | 1 | -0/+68 |
| 2012-05-16 | cifs: make cifs_readdata_alloc take a work_func_t arg | Jeff Layton | 1 | -1/+49 |
| 2012-04-19 | cifs: fix offset handling in cifs_iovec_write | Jeff Layton | 1 | -1/+2 |
| 2012-04-01 | CIFS: Fix VFS lock usage for oplocked files | Pavel Shilovsky | 1 | -1/+9 |
| 2012-04-01 | Revert "CIFS: Fix VFS lock usage for oplocked files" | Steve French | 1 | -52/+4 |
| 2012-03-31 | CIFS: Fix VFS lock usage for oplocked files | Pavel Shilovsky | 1 | -4/+52 |
| 2012-03-23 | [CIFS] Fix trivial sparse warning with asyn i/o patch | Steve French | 1 | -1/+1 |
| 2012-03-23 | cifs: convert cifs_iovec_write to use async writes | Jeff Layton | 1 | -85/+138 |
| 2012-03-23 | cifs: call cifs_update_eof with i_lock held | Jeff Layton | 1 | -1/+8 |
| 2012-03-23 | cifs: abstract out function to marshal up the iovec array for async writes | Jeff Layton | 1 | -0/+22 |
| 2012-03-23 | cifs: fix up get_numpages | Jeff Layton | 1 | -3/+1 |
| 2012-03-23 | cifs: fix allocation in cifs_write_allocate_pages | Jeff Layton | 1 | -7/+6 |
| 2012-03-23 | cifs: allow caller to specify completion op when allocating writedata | Jeff Layton | 1 | -1/+2 |
| 2012-03-23 | cifs: add pid field to cifs_writedata | Jeff Layton | 1 | -0/+1 |
| 2012-03-20 | CIFS: Respect negotiated MaxMpxCount | Pavel Shilovsky | 1 | -2/+2 |
| 2012-03-19 | CIFS: Fix a spurious error in cifs_push_posix_locks | Pavel Shilovsky | 1 | -9/+10 |
| 2012-03-06 | CIFS: Do not kmalloc under the flocks spinlock | Pavel Shilovsky | 1 | -13/+56 |
| 2011-12-08 | CIFS: Add descriptions to the brlock cache functions | Pavel Shilovsky | 1 | -0/+26 |
| 2011-11-04 | CIFS: Cleanup byte-range locking code style | Pavel Shilovsky | 1 | -24/+19 |
| 2011-11-04 | CIFS: Simplify setlk error handling for mandatory locking | Pavel Shilovsky | 1 | -32/+32 |
| 2011-10-29 | CIFS: Fix the VFS brlock cache usage in posix locking case | Pavel Shilovsky | 1 | -2/+8 |
| 2011-10-28 | CIFS: Remove extra mutex_unlock in cifs_lock_add_if | Pavel Shilovsky | 1 | -1/+0 |
| 2011-10-24 | CIFS: Make cifs_push_locks send as many locks at once as possible | Pavel Shilovsky | 1 | -6/+43 |
| 2011-10-24 | CIFS: Send as many mandatory unlock ranges at once as possible | Pavel Shilovsky | 1 | -36/+124 |
| 2011-10-24 | CIFS: Implement caching mechanism for posix brlocks | Pavel Shilovsky | 1 | -9/+141 |
| 2011-10-24 | CIFS: Implement caching mechanism for mandatory brlocks | Pavel Shilovsky | 1 | -11/+195 |
| 2011-10-19 | cifs: allow for larger rsize= options and change defaults | Jeff Layton | 1 | -3/+11 |
| 2011-10-19 | cifs: convert cifs_readpages to use async reads | Jeff Layton | 1 | -168/+113 |
| 2011-10-18 | CIFS: cleanup min_t() cast in cifs_read() | Dan Carpenter | 1 | -2/+2 |
| 2011-10-13 | CIFS: Move byte range lock list from fd to inode | Pavel Shilovsky | 1 | -13/+17 |
| 2011-10-13 | CIFS: Simplify byte range locking code | Pavel Shilovsky | 1 | -169/+201 |
| 2011-10-12 | cifs: Add mount options for backup intent (try #6) | Shirish Pargaonkar | 1 | -2/+10 |
| 2011-10-12 | add new module parameter 'enable_oplocks' | Steve French | 1 | -2/+2 |
| 2011-10-12 | cifs: untangle server->maxBuf and CIFSMaxBufSize | Jeff Layton | 1 | -1/+1 |
| 2011-07-31 | cifs: simplify refcounting for oplock breaks | Jeff Layton | 1 | -25/+2 |
| 2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+16 |
| 2011-07-21 | CIFS: Fix wrong length in cifs_iovec_read | Pavel Shilovsky | 1 | -1/+1 |
| 2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -2/+16 |
| 2011-05-27 | [CIFS] Rename three structures to avoid camel case | Steve French | 1 | -14/+14 |
| 2011-05-27 | CIFS: Add rwpidforward mount option | Pavel Shilovsky | 1 | -20/+62 |
| 2011-05-26 | CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size | Pavel Shilovsky | 1 | -10/+21 |
| 2011-05-25 | cifs: convert cifs_writepages to use async writes | Jeff Layton | 1 | -142/+99 |
| 2011-05-19 | CIFS: Simplify invalidate part (try #5) | Pavel Shilovsky | 1 | -4/+12 |
| 2011-05-19 | CIFS: directio read/write cleanups | Pavel Shilovsky | 1 | -101/+2 |
| 2011-05-19 | CIFS: Add launder_page operation (try #3) | Pavel Shilovsky | 1 | -6/+42 |
| 2011-04-12 | cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3) | Jeff Layton | 1 | -31/+33 |
| 2011-04-12 | cifs: replace /proc/fs/cifs/Experimental with a module parm | Jeff Layton | 1 | -2/+2 |
| 2011-04-12 | cifs: check for private_data before trying to put it | Jeff Layton | 1 | -2/+4 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -30/+0 |
| 2011-02-04 | CIFS: Fix variable types in cifs_iovec_read/write (try #2) | Pavel Shilovsky | 1 | -5/+6 |
| 2011-01-31 | cifs: clean up some compiler warnings | Jeff Layton | 1 | -6/+2 |
| 2011-01-25 | CIFS: Implement cifs_strict_writev (try #4) | Pavel Shilovsky | 1 | -1/+201 |
| 2011-01-20 | CIFS: Implement cifs_strict_readv (try #4) | Pavel Shilovsky | 1 | -37/+79 |
| 2011-01-20 | CIFS: Implement cifs_file_strict_mmap (try #2) | Pavel Shilovsky | 1 | -0/+15 |
| 2011-01-20 | CIFS: Implement cifs_strict_fsync | Pavel Shilovsky | 1 | -8/+28 |
| 2011-01-20 | CIFS: Make cifsFileInfo_put work with strict cache mode | Pavel Shilovsky | 1 | -0/+8 |
| 2011-01-20 | cifs: remove code for setting timeouts on requests | Jeff Layton | 1 | -37/+7 |
| 2011-01-19 | cifs: don't fail writepages on -EAGAIN errors | Jeff Layton | 1 | -12/+37 |
| 2011-01-19 | CIFS: Fix oplock break handling (try #2) | Pavel Shilovsky | 1 | -10/+11 |
| 2011-01-09 | cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo | Jeff Layton | 1 | -4/+2 |
| 2011-01-06 | CIFS: Simplify cifs_open code | Pavel Shilovsky | 1 | -31/+23 |
| 2011-01-06 | CIFS: Simplify non-posix open stuff (try #2) | Pavel Shilovsky | 1 | -116/+73 |
| 2010-12-06 | cifs: fix use of CONFIG_CIFS_ACL | Jeff Layton | 1 | -2/+0 |
| 2010-11-10 | cifs: fix potential use-after-free in cifs_oplock_break_put | Jeff Layton | 1 | -1/+3 |
| 2010-11-05 | cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer | Pavel Shilovsky | 1 | -4/+4 |
| 2010-11-04 | cifs: dereferencing first then checking | Jeff Layton | 1 | -7/+3 |
| 2010-11-02 | [CIFS] Cleanup unused variable build warning | Steve French | 1 | -1/+0 |
| 2010-11-02 | CIFS: Add cifs_set_oplock_level | Pavel Shilovsky | 1 | -29/+9 |
| 2010-11-02 | FS: cifs, remove unneeded NULL tests | Jiri Slaby | 1 | -14/+11 |
| 2010-10-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 1 | -39/+18 |
| 2010-10-28 | cifs: add kfree() on error path | Dan Carpenter | 1 | -0/+1 |
| 2010-10-26 | writeback: remove nonblocking/encountered_congestion references | Wu Fengguang | 1 | -10/+0 |
| 2010-10-25 | cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g] | Suresh Jayaraman | 1 | -1/+1 |
| 2010-10-25 | cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) | Jeff Layton | 1 | -27/+10 |
| 2010-10-25 | cifs: wait for writeback to complete in cifs_flush | Jeff Layton | 1 | -14/+7 |
| 2010-10-25 | cifs: convert cifsFileInfo->count to non-atomic counter | Jeff Layton | 1 | -3/+5 |
| 2010-10-21 | [CIFS] move close processing from cifs_close to cifsFileInfo_put | Steve French | 1 | -127/+60 |
| 2010-10-18 | cifs: move cifsFileInfo_put to file.c | Jeff Layton | 1 | -0/+10 |
| 2010-10-18 | cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock | Jeff Layton | 1 | -27/+27 |
| 2010-10-18 | cifs: move cifs_new_fileinfo to file.c | Jeff Layton | 1 | -0/+47 |
| 2010-10-18 | cifs: eliminate pfile pointer from cifsFileInfo | Jeff Layton | 1 | -8/+3 |
| 2010-10-18 | cifs: cifs_write argument change and cleanup | Jeff Layton | 1 | -34/+17 |
| 2010-10-18 | cifs: clean up cifs_reopen_file | Jeff Layton | 1 | -74/+55 |
| 2010-10-18 | cifs: eliminate the inode argument from cifs_new_fileinfo | Jeff Layton | 1 | -3/+3 |
| 2010-10-18 | cifs: eliminate oflags option from cifs_new_fileinfo | Jeff Layton | 1 | -3/+2 |
| 2010-10-18 | cifs: fix flags handling in cifs_posix_open | Jeff Layton | 1 | -25/+88 |
| 2010-10-15 | cifs: eliminate cifs_posix_open_inode_helper | Jeff Layton | 1 | -67/+0 |
| 2010-10-12 | cifs: don't use vfsmount to pin superblock for oplock breaks | Jeff Layton | 1 | -5/+4 |
| 2010-10-12 | cifs: keep dentry reference in cifsFileInfo instead of inode reference | Jeff Layton | 1 | -1/+1 |
| 2010-10-06 | cifs: have find_readable/writable_file filter by fsuid | Jeff Layton | 1 | -8/+25 |
| 2010-10-06 | cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer | Jeff Layton | 1 | -15/+16 |
| 2010-10-06 | cifs: add refcounted and timestamped container for holding tcons | Jeff Layton | 1 | -1/+8 |
| 2010-09-29 | cifs: fix handling of signing with writepages (try #6) | Jeff Layton | 1 | -31/+37 |
| 2010-09-29 | cifs: have cifs_new_fileinfo take a tcon arg | Jeff Layton | 1 | -2/+2 |
| 2010-09-29 | cifs: add function to get a tcon from cifs_sb | Jeff Layton | 1 | -2/+2 |
| 2010-09-29 | cifs: make various routines use the cifsFileInfo->tcon pointer | Jeff Layton | 1 | -23/+16 |
| 2010-09-29 | cifs: fix broken oplock handling | Suresh Jayaraman | 1 | -2/+2 |
| 2010-09-29 | cifs: use type __u32 instead of int for the oplock parameter | Suresh Jayaraman | 1 | -4/+4 |
| 2010-08-16 | cifs: consolidate error handling in several functions | Jeff Layton | 1 | -2/+1 |
| 2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -17/+13 |
| 2010-08-02 | cifs: read pages from FS-Cache | Suresh Jayaraman | 1 | -0/+17 |
| 2010-08-02 | cifs: store pages into local cache | Suresh Jayaraman | 1 | -0/+7 |
| 2010-08-02 | cifs: FS-Cache page management | Suresh Jayaraman | 1 | -0/+20 |
| 2010-08-02 | cifs: define inode-level cache object and register them | Suresh Jayaraman | 1 | -0/+6 |
| 2010-08-02 | fs/cifs: Remove unnecessary casts of private_data | Joe Perches | 1 | -14/+10 |
| 2010-07-22 | cifs: use workqueue instead of slow-work | Tejun Heo | 1 | -17/+13 |
| 2010-06-16 | cifs: don't call cifs_new_fileinfo unless cifs_open succeeds | Jeff Layton | 1 | -6/+11 |
| 2010-06-16 | cifs: don't ignore cifs_posix_open_inode_helper return value | Suresh Jayaraman | 1 | -2/+2 |
| 2010-06-16 | cifs: clean up arguments to cifs_open_inode_helper | Jeff Layton | 1 | -16/+14 |
| 2010-06-16 | cifs: pass instantiated filp back after open call | Jeff Layton | 1 | -42/+2 |
| 2010-06-16 | cifs: move cifs_new_fileinfo call out of cifs_posix_open | Jeff Layton | 1 | -5/+12 |
| 2010-06-01 | cifs: fix page refcount leak | Jeff Layton | 1 | -0/+1 |
| 2010-05-27 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -2/+2 |
| 2010-05-10 | cifs: remove unused parameter from cifs_posix_open_inode_helper() | Suresh Jayaraman | 1 | -3/+2 |
| 2010-04-27 | [CIFS] Fix lease break for writes | Steve French | 1 | -4/+2 |
| 2010-04-22 | [CIFS] Allow null nd (as nfs server uses) on create | Steve French | 1 | -4/+7 |
| 2010-04-21 | [CIFS] Fix losing locks during fork() | Pavel Shilovsky | 1 | -3/+4 |
| 2010-04-21 | [CIFS] Cleanup various minor breakage in previous cFYI cleanup | Steve French | 1 | -6/+6 |
| 2010-04-21 | [CIFS] Neaten cERROR and cFYI macros, reduce text space | Joe Perches | 1 | -87/+85 |
| 2010-04-21 | [CIFS] use add_to_page_cache_lru | Nick Piggin | 1 | -10/+3 |
| 2010-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 1 | -2/+26 |
| 2010-04-06 | not overwriting file_lock structure after GET_LK | Pavel Shilovsky | 1 | -2/+26 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-09 | [CIFS] checkpatch cleanup | Steve French | 1 | -2/+2 |
| 2010-03-09 | cifs: add cifs_revalidate_file | Jeff Layton | 1 | -2/+1 |
| 2010-03-06 | cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry | Jeff Layton | 1 | -1/+1 |
| 2010-03-03 | Switch may_open() and break_lease() to passing O_... | Al Viro | 1 | -2/+2 |
| 2009-12-10 | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 1 | -2/+4 |
| 2009-09-25 | cifs: fix locking and list handling code in cifs_open and its helper | Jeff Layton | 1 | -19/+3 |
| 2009-09-24 | cifs: eliminate cifs_init_private | Jeff Layton | 1 | -28/+3 |
| 2009-09-24 | cifs: convert oplock breaks to use slow_work facility (try #4) | Jeff Layton | 1 | -2/+72 |
| 2009-09-15 | cifs: have cifsFileInfo hold an extra inode reference | Jeff Layton | 1 | -1/+1 |
| 2009-09-15 | cifs: fix oplock request handling in posix codepath | Jeff Layton | 1 | -5/+9 |
| 2009-09-01 | cifs: Replace wrtPending with a real reference count | Dave Kleikamp | 1 | -32/+11 |
| 2009-07-09 | cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo | Jeff Layton | 1 | -3/+3 |
| 2009-06-27 | cifs: fix fh_mutex locking in cifs_reopen_file | Jeff Layton | 1 | -5/+5 |
| 2009-06-25 | cifs: Fix incorrect return code being printed in cFYI messages | Suresh Jayaraman | 1 | -8/+16 |
| 2009-05-28 | cifs: have cifs_NTtimeToUnix take a little-endian arg | Jeff Layton | 1 | -1/+1 |
| 2009-05-21 | [CIFS] fix posix open regression | Steve French | 1 | -29/+37 |
| 2009-05-08 | [CIFS] Fix double list addition in cifs posix open code | Steve French | 1 | -14/+0 |
| 2009-04-17 | [CIFS] Fix sparse warnings | Steve French | 1 | -3/+1 |
| 2009-04-17 | [CIFS] Add support for posix open during lookup | Steve French | 1 | -33/+32 |
| 2009-04-17 | cifs: vary timeout on writes past EOF based on offset (try #5) | Jeff Layton | 1 | -14/+50 |
| 2009-03-12 | [CIFS] work around bug in Samba server handling for posix open | Steve French | 1 | -3/+13 |
| 2009-03-12 | [CIFS] Use posix open on file open when server supports it | Steve French | 1 | -13/+111 |
| 2009-03-12 | [CIFS] fix build error | Steve French | 1 | -1/+1 |
| 2009-03-12 | [CIFS] reopen file via newer posix open protocol operation if available | Steve French | 1 | -6/+51 |
| 2009-03-12 | [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush | Steve French | 1 | -1/+2 |
| 2009-03-12 | [CIFS] Send SMB flush in cifs_fsync | Steve French | 1 | -0/+7 |
| 2009-01-04 | fs: symlink write_begin allocation context fix | Nick Piggin | 1 | -1/+1 |
| 2008-12-26 | [CIFS] remove sparse warning | Steve French | 1 | -1/+1 |
| 2008-12-26 | [CIFS] add mount option to send mandatory rather than advisory locks | Steve French | 1 | -12/+13 |
| 2008-11-26 | [CIFS] fix regression in cifs_write_begin/cifs_write_end | Jeff Layton | 1 | -21/+56 |
| 2008-11-20 | [CIFS] Do not attempt to close invalidated file handles | Steve French | 1 | -7/+14 |