summaryrefslogtreecommitdiffstats
path: root/fs/cifs
AgeCommit message (Expand)Author
2011-06-20cifs_permission() doesn't need to bail out in RCU modeAl Viro
2011-06-14[CIFS] update cifs version to 1.73Steve French
2011-06-14[CIFS] trivial cleanup fscache cFYI and cERROR messagesSteve French
2011-06-13cifs: correctly handle NULL tcon pointer in CIFSTConJeff Layton
2011-06-13cifs: show sec= option in /proc/mountsJeff Layton
2011-06-13cifs: don't allow cifs_reconnect to exit with NULL socket pointerJeff Layton
2011-06-13CIFS: Fix sparse errorPavel Shilovsky
2011-06-08cifs: trivial: add space in fsc error messageJeff Layton
2011-06-07cifs: silence printk when establishing first session on socketJeff Layton
2011-06-06CIFS ACL support needs CONFIG_KEYS, so depend on itDarren Salt
2011-06-06possible memory corruption in cifs_parse_mount_options()Vasily Averin
2011-06-03cifs: make CIFS depend on CRYPTO_ECBSuresh Jayaraman
2011-06-03cifs: fix the kernel release version in the default security warning messageSuresh Jayaraman
2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro
2011-05-27[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)Steve French
2011-05-27[CIFS] Fix endian error comparing authusers when cifsacl enabledSteve French
2011-05-27[CIFS] Rename three structures to avoid camel caseSteve French
2011-05-27Fix extended security auth failureSteve French
2011-05-27CIFS: Add rwpidforward mount optionPavel Shilovsky
2011-05-27CIFS: Migrate to shared superblock modelPavel Shilovsky
2011-05-27[CIFS] Migrate from prefixpath logicSteve French
2011-05-27CIFS: Fix memory leak in cifs_do_mountPavel Shilovsky
2011-05-26[CIFS] When mandatory encryption on share, fail mountSteve French
2011-05-26CIFS: Use pid saved from cifsFileInfo in writepages and set_file_sizePavel Shilovsky
2011-05-25cifs: add cifs_async_writevJeff Layton
2011-05-25cifs: clean up wsize negotiation and allow for larger wsizeJeff Layton
2011-05-25cifs: convert cifs_writepages to use async writesJeff Layton
2011-05-25CIFS: Fix undefined behavior when mount failsPavel Shilovsky
2011-05-24cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)Jeff Layton
2011-05-24CIFS: Simplify mount code for further shared sb capabilityPavel Shilovsky
2011-05-23CIFS: Simplify connection structure search callsPavel Shilovsky
2011-05-23cifs: remove unused SMB2 config and mount optionsChristoph Hellwig
2011-05-23cifs: add ignore_pend flag to cifs_call_asyncJeff Layton
2011-05-23cifs: make cifs_send_async take a kvec arrayJeff Layton
2011-05-23cifs: consolidate SendReceive response checksJeff Layton
2011-05-20[CIFS] Fix to problem with getattr caused by invalidate simplification patchSteve French
2011-05-19[CIFS] Remove sparse warningSteve French
2011-05-19[CIFS] Update cifs to version 1.72Steve French
2011-05-19cifs: Change key name to cifs.idmap, misc. clean-upShirish Pargaonkar
2011-05-19cifs: Unconditionally copy mount options to superblock infoSean Finney
2011-05-19cifs: Use kstrndup for cifs_sb->mountdataSean Finney
2011-05-19cifs: Simplify handling of submount options in cifs_mount.Sean Finney
2011-05-19cifs: cifs_parse_mount_options: do not tokenize mount options in-placeSean Finney
2011-05-19cifs: Add support for mounting Windows 2008 DFS sharesSean Finney
2011-05-19cifs: Extract DFS referral expansion logic to separate functionSean Finney
2011-05-19cifs: turn BCC into a static inlined functionJeff Layton
2011-05-19cifs: keep BCC in little-endian formatJeff Layton
2011-05-19cifs: fix some unused variable warnings in id_rb_searchJeff Layton
2011-05-19CIFS: Simplify invalidate part (try #5)Pavel Shilovsky
2011-05-19CIFS: directio read/write cleanupsPavel Shilovsky