Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / fs / cifs / file.c
2012-04-20 Jeff Laytoncifs: fix offset handling in cifs_iovec_write
2012-04-01 Pavel ShilovskyCIFS: Fix VFS lock usage for oplocked files
2012-04-01 Steve FrenchRevert "CIFS: Fix VFS lock usage for oplocked files"
2012-03-31 Pavel ShilovskyCIFS: Fix VFS lock usage for oplocked files
2012-03-23 Steve French[CIFS] Fix trivial sparse warning with asyn i/o patch
2012-03-23 Jeff Laytoncifs: convert cifs_iovec_write to use async writes
2012-03-23 Jeff Laytoncifs: call cifs_update_eof with i_lock held
2012-03-23 Jeff Laytoncifs: abstract out function to marshal up the iovec...
2012-03-23 Jeff Laytoncifs: fix up get_numpages
2012-03-23 Jeff Laytoncifs: fix allocation in cifs_write_allocate_pages
2012-03-23 Jeff Laytoncifs: allow caller to specify completion op when alloca...
2012-03-23 Jeff Laytoncifs: add pid field to cifs_writedata
2012-03-20 Pavel ShilovskyCIFS: Respect negotiated MaxMpxCount
2012-03-19 Pavel ShilovskyCIFS: Fix a spurious error in cifs_push_posix_locks
2012-03-07 Pavel ShilovskyCIFS: Do not kmalloc under the flocks spinlock
2011-12-09 Pavel ShilovskyCIFS: Add descriptions to the brlock cache functions
2011-11-08 Pavel ShilovskyCIFS: Add descriptions to the brlock cache functions
2011-11-04 Pavel ShilovskyCIFS: Cleanup byte-range locking code style
2011-11-04 Pavel ShilovskyCIFS: Simplify setlk error handling for mandatory locking
2011-10-30 Pavel ShilovskyCIFS: Fix the VFS brlock cache usage in posix locking...
2011-10-28 Pavel ShilovskyCIFS: Remove extra mutex_unlock in cifs_lock_add_if
2011-10-24 Pavel ShilovskyCIFS: Make cifs_push_locks send as many locks at once...
2011-10-24 Pavel ShilovskyCIFS: Send as many mandatory unlock ranges at once...
2011-10-24 Pavel ShilovskyCIFS: Implement caching mechanism for posix brlocks
2011-10-24 Pavel ShilovskyCIFS: Implement caching mechanism for mandatory brlocks
2011-10-19 Jeff Laytoncifs: allow for larger rsize= options and change defaults
2011-10-19 Jeff Laytoncifs: convert cifs_readpages to use async reads
2011-10-18 Dan CarpenterCIFS: cleanup min_t() cast in cifs_read()
2011-10-14 Pavel ShilovskyCIFS: Move byte range lock list from fd to inode
2011-10-13 Pavel ShilovskyCIFS: Simplify byte range locking code
2011-10-13 Shirish Pargaonkarcifs: Add mount options for backup intent (try #6)
2011-10-13 Steve Frenchadd new module parameter 'enable_oplocks'
2011-10-13 Jeff Laytoncifs: untangle server->maxBuf and CIFSMaxBufSize
2011-07-31 Jeff Laytoncifs: simplify refcounting for oplock breaks
2011-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-21 Pavel ShilovskyCIFS: Fix wrong length in cifs_iovec_read
2011-07-21 Josef Bacikfs: push i_mutex and filemap_write_and_wait down into...
2011-05-27 Steve French[CIFS] Rename three structures to avoid camel case
2011-05-27 Pavel ShilovskyCIFS: Add rwpidforward mount option
2011-05-26 Pavel ShilovskyCIFS: Use pid saved from cifsFileInfo in writepages...
2011-05-25 Jeff Laytoncifs: convert cifs_writepages to use async writes
2011-05-19 Pavel ShilovskyCIFS: Simplify invalidate part (try #5)
2011-05-19 Pavel ShilovskyCIFS: directio read/write cleanups
2011-05-19 Pavel ShilovskyCIFS: Add launder_page operation (try #3)
2011-04-12 Jeff Laytoncifs: don't allow mmap'ed pages to be dirtied while...
2011-04-12 Jeff Laytoncifs: replace /proc/fs/cifs/Experimental with a module...
2011-04-12 Jeff Laytoncifs: check for private_data before trying to put it
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-04 Pavel ShilovskyCIFS: Fix variable types in cifs_iovec_read/write ...
2011-01-31 Jeff Laytoncifs: clean up some compiler warnings
2011-01-25 Pavel ShilovskyCIFS: Implement cifs_strict_writev (try #4)
2011-01-20 Pavel ShilovskyCIFS: Implement cifs_strict_readv (try #4)
2011-01-20 Pavel ShilovskyCIFS: Implement cifs_file_strict_mmap (try #2)
2011-01-20 Pavel ShilovskyCIFS: Implement cifs_strict_fsync
2011-01-20 Pavel ShilovskyCIFS: Make cifsFileInfo_put work with strict cache...
2011-01-20 Jeff Laytoncifs: remove code for setting timeouts on requests
2011-01-19 Jeff Laytoncifs: don't fail writepages on -EAGAIN errors
2011-01-19 Pavel ShilovskyCIFS: Fix oplock break handling (try #2)
2011-01-09 Jeff Laytoncifs: switch cifs_open and cifs_create to use CIFSSMBUn...
2011-01-06 Pavel ShilovskyCIFS: Simplify cifs_open code
2011-01-06 Pavel ShilovskyCIFS: Simplify non-posix open stuff (try #2)
2010-12-06 Jeff Laytoncifs: fix use of CONFIG_CIFS_ACL
2010-11-10 Jeff Laytoncifs: fix potential use-after-free in cifs_oplock_break_put
2010-11-05 Pavel Shilovskycifs: make cifs_set_oplock_level() take a cifsInodeInfo...
2010-11-04 Jeff Laytoncifs: dereferencing first then checking
2010-11-02 Steve French[CIFS] Cleanup unused variable build warning
2010-11-02 Pavel ShilovskyCIFS: Add cifs_set_oplock_level
2010-11-02 Jiri SlabyFS: cifs, remove unneeded NULL tests
2010-10-29 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2010-10-28 Dan Carpentercifs: add kfree() on error path
2010-10-26 Wu Fengguangwriteback: remove nonblocking/encountered_congestion...
2010-10-25 Suresh Jayaramancifs: update comments - [s/GlobalSMBSesLock/cifs_file_l...
2010-10-25 Jeff Laytoncifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
2010-10-25 Jeff Laytoncifs: wait for writeback to complete in cifs_flush
2010-10-25 Jeff Laytoncifs: convert cifsFileInfo->count to non-atomic counter
2010-10-21 Steve French[CIFS] move close processing from cifs_close to cifsFi...
2010-10-18 Jeff Laytoncifs: move cifsFileInfo_put to file.c
2010-10-18 Jeff Laytoncifs: convert GlobalSMBSeslock from a rwlock to regular...
2010-10-18 Jeff Laytoncifs: move cifs_new_fileinfo to file.c
2010-10-18 Jeff Laytoncifs: eliminate pfile pointer from cifsFileInfo
2010-10-18 Jeff Laytoncifs: cifs_write argument change and cleanup
2010-10-18 Jeff Laytoncifs: clean up cifs_reopen_file
2010-10-18 Jeff Laytoncifs: eliminate the inode argument from cifs_new_fileinfo
2010-10-18 Jeff Laytoncifs: eliminate oflags option from cifs_new_fileinfo
2010-10-18 Jeff Laytoncifs: fix flags handling in cifs_posix_open
2010-10-15 Jeff Laytoncifs: eliminate cifs_posix_open_inode_helper
2010-10-12 Jeff Laytoncifs: don't use vfsmount to pin superblock for oplock...
2010-10-12 Jeff Laytoncifs: keep dentry reference in cifsFileInfo instead...
2010-10-06 Jeff Laytoncifs: have find_readable/writable_file filter by fsuid
2010-10-06 Jeff Laytoncifs: have cifsFileInfo hold a reference to a tlink...
2010-10-06 Jeff Laytoncifs: add refcounted and timestamped container for...
2010-09-29 Jeff Laytoncifs: fix handling of signing with writepages (try #6)
2010-09-29 Jeff Laytoncifs: have cifs_new_fileinfo take a tcon arg
2010-09-29 Jeff Laytoncifs: add function to get a tcon from cifs_sb
2010-09-29 Jeff Laytoncifs: make various routines use the cifsFileInfo->tcon...
2010-09-29 Suresh Jayaramancifs: fix broken oplock handling
2010-09-29 Suresh Jayaramancifs: use type __u32 instead of int for the oplock...
2010-08-16 Jeff Laytoncifs: consolidate error handling in several functions
2010-08-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-02 Suresh Jayaramancifs: read pages from FS-Cache
next