aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20cifs_permission() doesn't need to bail out in RCU modeAl Viro1-3/+0
2011-06-14[CIFS] update cifs version to 1.73Steve French1-1/+1
2011-06-14[CIFS] trivial cleanup fscache cFYI and cERROR messagesSteve French2-30/+27
2011-06-13cifs: correctly handle NULL tcon pointer in CIFSTConJeff Layton1-1/+5
2011-06-13cifs: show sec= option in /proc/mountsJeff Layton1-0/+33
2011-06-13cifs: don't allow cifs_reconnect to exit with NULL socket pointerJeff Layton1-3/+3
2011-06-13CIFS: Fix sparse errorPavel Shilovsky1-7/+4
2011-06-08cifs: trivial: add space in fsc error messageJeff Layton1-1/+1
2011-06-07cifs: silence printk when establishing first session on socketJeff Layton1-1/+1
2011-06-06CIFS ACL support needs CONFIG_KEYS, so depend on itDarren Salt1-1/+1
2011-06-06possible memory corruption in cifs_parse_mount_options()Vasily Averin1-1/+1
2011-06-03cifs: make CIFS depend on CRYPTO_ECBSuresh Jayaraman1-0/+1
2011-06-03cifs: fix the kernel release version in the default security warning messageSuresh Jayaraman1-1/+1
2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro1-1/+2
2011-05-27[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)Steve French1-1/+1
2011-05-27[CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French1-2/+3
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French24-353/+353
2011-05-27Fix extended security auth failureSteve French1-11/+6
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky10-39/+115
2011-05-27CIFS: Migrate to shared superblock modelPavel Shilovsky3-1/+139
2011-05-27[CIFS] Migrate from prefixpath logicSteve French7-148/+189
2011-05-27CIFS: Fix memory leak in cifs_do_mountPavel Shilovsky1-9/+10
2011-05-26[CIFS] When mandatory encryption on share, fail mountSteve French1-9/+22
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky7-43/+96
2011-05-25cifs: add cifs_async_writevJeff Layton2-0/+254
2011-05-25cifs: clean up wsize negotiation and allow for larger wsizeJeff Layton1-20/+49
2011-05-25cifs: convert cifs_writepages to use async writesJeff Layton1-142/+99
2011-05-25CIFS: Fix undefined behavior when mount failsPavel Shilovsky1-27/+17
2011-05-24cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)Jeff Layton3-24/+35
2011-05-24CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky3-71/+114
2011-05-23CIFS: Simplify connection structure search callsPavel Shilovsky1-34/+56
2011-05-23cifs: remove unused SMB2 config and mount optionsChristoph Hellwig2-28/+0
2011-05-23cifs: add ignore_pend flag to cifs_call_asyncJeff Layton3-4/+5
2011-05-23cifs: make cifs_send_async take a kvec arrayJeff Layton3-10/+13
2011-05-23cifs: consolidate SendReceive response checksJeff Layton3-118/+45
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French2-4/+8
2011-05-19[CIFS] Remove sparse warningSteve French2-2/+3
2011-05-19[CIFS] Update cifs to version 1.72Steve French1-1/+1
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar3-62/+6
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney4-16/+6
2011-05-19cifs: Use kstrndup for cifs_sb->mountdataSean Finney1-11/+6
2011-05-19cifs: Simplify handling of submount options in cifs_mount.Sean Finney1-13/+11
2011-05-19cifs: cifs_parse_mount_options: do not tokenize mount options in-placeSean Finney1-35/+74
2011-05-19cifs: Add support for mounting Windows 2008 DFS sharesSean Finney1-0/+18
2011-05-19cifs: Extract DFS referral expansion logic to separate functionSean Finney1-36/+69
2011-05-19cifs: turn BCC into a static inlined functionJeff Layton1-3/+6
2011-05-19cifs: keep BCC in little-endian formatJeff Layton9-82/+41
2011-05-19cifs: fix some unused variable warnings in id_rb_searchJeff Layton1-5/+0
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky4-57/+113
2011-05-19CIFS: directio read/write cleanupsPavel Shilovsky3-113/+16