summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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: 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
2011-10-12cifs: clean up checkSMBJeff Layton
2011-10-12cifs: untangle server->maxBuf and CIFSMaxBufSizeJeff Layton
2011-10-12cifs: Fix typo 'CIFS_NFSD_EXPORT'Paul Bolle
2011-10-12cifs: get rid of unused xid in cifs_get_rootJeff Layton
2011-10-12cifs: use memcpy for magic string in cifs signature generation BSRSPYLJeff Layton
2011-10-12cifs: switch CIFSSMBQAllEAs to use memcmpJeff Layton
2011-10-11cifs: Display strictcache mount option in /proc/mountsSachin Prabhu
2011-10-10Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2011-10-07[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2Steve French
2011-10-03Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-30Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik
2011-09-27vfs: remove LOOKUP_NO_AUTOMOUNT flagLinus Torvalds
2011-09-26VFS: Fix the remaining automounter semantics regressionsTrond Myklebust
2011-09-26vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-09-21teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen
2011-09-21break out numa_maps gather_pte_stats() checksDave Hansen
2011-09-21make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen
2011-09-20Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds
2011-09-20Merge branch 'btrfs-3.0' into for-linusChris Mason
2011-09-20Btrfs: reserve sufficient space for ioctl cloneSage Weil
2011-09-19cifs: Fix broken sec=ntlmv2/i sec option (try #2)Shirish Pargaonkar