aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French
2012-01-03cifs: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03cifs: fix bad buffer length check in coalesce_t2Jeff Layton
2011-12-08cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton
2011-12-08cifs: attempt to freeze while looping on a receive attemptJeff Layton
2011-12-08cifs: Fix sparse warning when calling cifs_strtoUCSSteve French
2011-12-08CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky
2011-11-07Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04CIFS: Cleanup byte-range locking code stylePavel Shilovsky
2011-11-04CIFS: Simplify setlk error handling for mandatory lockingPavel Shilovsky
2011-11-03Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker
2011-10-29cifs: Assume passwords are encoded according to iocharset (try #2)Shirish Pargaonkar
2011-10-29CIFS: Fix the VFS brlock cache usage in posix locking casePavel Shilovsky
2011-10-28[CIFS] Update cifs version to 1.76Steve French
2011-10-28CIFS: Remove extra mutex_unlock in cifs_lock_add_ifPavel Shilovsky
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