summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen
2011-10-27Add definition for share encryptionSteve French
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-24CIFS: Make cifs_push_locks send as many locks at once as possiblePavel Shilovsky
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky
2011-10-24CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky
2011-10-24CIFS: Implement caching mechanism for mandatory brlocksPavel Shilovsky
2011-10-22CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky
2011-10-21CIFS: Fix error handling in cifs_readv_completePavel Shilovsky
2011-10-19Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeffSteve French
2011-10-19[CIFS] Show nostrictsync and noperm mount options in /proc/mountsSteve French
2011-10-19cifs, freezer: add wait_event_freezekillable and have cifs use itJeff Layton
2011-10-19cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parametersJeff Layton
2011-10-19cifs: tune bdi.ra_pages in accordance with the rsizeJeff Layton
2011-10-19cifs: allow for larger rsize= options and change defaultsJeff Layton
2011-10-19cifs: convert cifs_readpages to use async readsJeff Layton
2011-10-19cifs: add cifs_async_readvJeff Layton
2011-10-19cifs: fix protocol definition for READ_RSPJeff Layton
2011-10-19cifs: add a callback function to receive the rest of the frameJeff Layton
2011-10-19cifs: break out 3rd receive phase into separate functionJeff Layton
2011-10-19cifs: find mid earlier in receive codepathJeff Layton
2011-10-19cifs: move buffer pointers into TCP_Server_InfoJeff Layton
2011-10-19cifs: eliminate is_multi_rsp parm to find_cifs_midJeff Layton
2011-10-19cifs: move mid finding into separate routineJeff Layton
2011-10-19cifs: add a third receive phase to cifs_demultiplex_threadJeff Layton
2011-10-19cifs: keep a reusable kvec array for receivesJeff Layton
2011-10-19cifs: turn read_from_socket into a wrapper around a vectorized versionJeff Layton
2011-10-18CIFS: fix automount for DFS sharesGerlando Falauto
2011-10-18CIFS: cleanup min_t() cast in cifs_read()Dan Carpenter
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar
2011-10-13CIFS: Move byte range lock list from fd to inodePavel Shilovsky
2011-10-13cifs: clean up check_rfc1002_headerJeff Layton
2011-10-13CIFS: Simplify byte range locking codePavel Shilovsky
2011-10-13CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky
2011-10-13cifs: simplify read_from_socketJeff Layton
2011-10-12cifs: Add data structures and functions for uid/gid to SID mapping (try #4)Shirish Pargaonkar
2011-10-12Typo in cifs readme in name of module parm directorySteve French
2011-10-12cifs: clean up unused encryption codeShirish Pargaonkar
2011-10-12cifs: Add mount options for backup intent (try #6)Shirish Pargaonkar
2011-10-12cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interfaceSuresh Jayaraman
2011-10-12cifs: update README about the kernel module parametersSuresh Jayaraman
2011-10-12add new module parameter 'enable_oplocks'Steve French
2011-10-12cifs: check for unresponsive server every time we call kernel_recvmsgJeff Layton
2011-10-12cifs: make smb_msg local to read_from_socketJeff Layton
2011-10-12cifs: trivial: remove obsolete commentJeff Layton
2011-10-12cifs: consolidate signature generating codeJeff Layton