aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-55/+50
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04CIFS: Cleanup byte-range locking code stylePavel Shilovsky1-24/+19
2011-11-04CIFS: Simplify setlk error handling for mandatory lockingPavel Shilovsky1-32/+32
2011-11-03Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-64/+32
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-3/+3
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar5-60/+23
2011-10-29CIFS: Fix the VFS brlock cache usage in posix locking casePavel Shilovsky1-2/+8
2011-10-28[CIFS] Update cifs version to 1.76Steve French1-1/+1
2011-10-28CIFS: Remove extra mutex_unlock in cifs_lock_add_ifPavel Shilovsky1-1/+0
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-1/+1
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-1015/+2229
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-1/+1
2011-10-27Add definition for share encryptionSteve French1-7/+37
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-22/+18
2011-10-24CIFS: Make cifs_push_locks send as many locks at once as possiblePavel Shilovsky1-6/+43
2011-10-24CIFS: Send as many mandatory unlock ranges at once as possiblePavel Shilovsky3-36/+167
2011-10-24CIFS: Implement caching mechanism for posix brlocksPavel Shilovsky3-15/+147
2011-10-24CIFS: Implement caching mechanism for mandatory brlocksPavel Shilovsky2-11/+197
2011-10-22CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky1-7/+12
2011-10-21CIFS: Fix error handling in cifs_readv_completePavel Shilovsky1-1/+1
2011-10-19Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeffSteve French8-366/+880
2011-10-19[CIFS] Show nostrictsync and noperm mount options in /proc/mountsSteve French1-0/+4
2011-10-19cifs, freezer: add wait_event_freezekillable and have cifs use itJeff Layton1-1/+2
2011-10-19cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parametersJeff Layton1-1/+1
2011-10-19cifs: tune bdi.ra_pages in accordance with the rsizeJeff Layton1-2/+19
2011-10-19cifs: allow for larger rsize= options and change defaultsJeff Layton2-50/+84
2011-10-19cifs: convert cifs_readpages to use async readsJeff Layton1-168/+113
2011-10-19cifs: add cifs_async_readvJeff Layton3-13/+396
2011-10-19cifs: fix protocol definition for READ_RSPJeff Layton1-3/+1
2011-10-19cifs: add a callback function to receive the rest of the frameJeff Layton5-10/+34
2011-10-19cifs: break out 3rd receive phase into separate functionJeff Layton1-42/+59
2011-10-19cifs: find mid earlier in receive codepathJeff Layton1-15/+9
2011-10-19cifs: move buffer pointers into TCP_Server_InfoJeff Layton2-55/+50
2011-10-19cifs: eliminate is_multi_rsp parm to find_cifs_midJeff Layton1-20/+16
2011-10-19cifs: move mid finding into separate routineJeff Layton1-47/+66
2011-10-19cifs: add a third receive phase to cifs_demultiplex_threadJeff Layton1-7/+24
2011-10-19cifs: keep a reusable kvec array for receivesJeff Layton2-2/+22
2011-10-19cifs: turn read_from_socket into a wrapper around a vectorized versionJeff Layton1-7/+61
2011-10-18CIFS: fix automount for DFS sharesGerlando Falauto1-1/+9
2011-10-18CIFS: cleanup min_t() cast in cifs_read()Dan Carpenter1-2/+2
2011-10-17cifs: Call id to SID mapping functions to change owner/group (try #4 repost)Shirish Pargaonkar5-70/+113
2011-10-13CIFS: Move byte range lock list from fd to inodePavel Shilovsky3-17/+23
2011-10-13cifs: clean up check_rfc1002_headerJeff Layton1-33/+30
2011-10-13CIFS: Simplify byte range locking codePavel Shilovsky4-172/+205
2011-10-13CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky1-2/+2
2011-10-13cifs: simplify read_from_socketJeff Layton1-53/+24