aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17cifs: fix noserverino handling when unix extensions are enabledJeff Layton3-0/+15
2010-05-17cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton1-1/+0
2010-05-17cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton1-0/+5
2010-05-13Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French4-2/+33
2010-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2-2/+20
2010-05-12[CIFS] drop quota operation stubsSteve French1-107/+0
2010-05-11cifs: guard against hardlinking directoriesJeff Layton2-2/+20
2010-05-11cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman1-4/+13
2010-05-10cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman1-2/+16
2010-05-10cifs: remove unused parameter from cifs_posix_open_inode_helper()Suresh Jayaraman1-3/+2
2010-05-06[CIFS] Remove unused cifs_oplock_cachepSteve French2-14/+0
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton6-30/+26
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton3-33/+52
2010-04-28cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton3-11/+15
2010-04-27[CIFS] Fix lease break for writesSteve French3-17/+3
2010-04-27cifs: save the dialect chosen by serverJeff Layton2-6/+6
2010-04-26cifs: change && to ||Dan Carpenter1-1/+1
2010-04-26cifs: rename "extended_security" to "global_secflags"Jeff Layton6-12/+12
2010-04-26cifs: move tcon find/create into separate functionJeff Layton1-70/+86
2010-04-26cifs: move SMB session creation code into separate functionJeff Layton1-65/+93
2010-04-26cifs: track local_nls in volume infoJeff Layton1-5/+6
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French3-14/+23
2010-04-22cifs: add bdi backing to mount sessionJens Axboe2-0/+13
2010-04-21[CIFS] Fix losing locks during fork()Pavel Shilovsky1-3/+4
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French4-29/+29
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches25-835/+845
2010-04-21[CIFS] use add_to_page_cache_lruNick Piggin1-10/+3
2010-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-4/+59
2010-04-06not overwriting file_lock structure after GET_LKPavel Shilovsky2-3/+40
2010-04-03cifs: Fix a kernel BUG with remote OS/2 server (try #3)Suresh Jayaraman1-0/+16
2010-04-03[CIFS] initialize nbytes at the beginning of CIFSSMBWrite()Steve French1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo17-0/+17
2010-03-27[CIFS] Add mmap for direct, nobrl cifs mount typesPavel Shilovsky1-0/+1
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds8-121/+333
2010-03-15cifs: trivial white spaceDan Carpenter1-1/+1
2010-03-09[CIFS] checkpatch cleanupSteve French2-5/+5
2010-03-09cifs: add cifs_revalidate_fileJeff Layton5-3/+91
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina3-3/+3
2010-03-06cifs: add a CIFSSMBUnixQFileInfo functionJeff Layton2-0/+71
2010-03-06cifs: add a CIFSSMBQFileInfo functionJeff Layton2-0/+66
2010-03-06cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton6-117/+104
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+2
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-2/+2
2010-02-25[CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex andSteve French4-12/+12
2010-02-24[CIFS] Use unsigned ea length for claritySteve French1-1/+1
2010-02-23cifs: set server_eof in cifs_fattr_to_inodeJeff Layton1-0/+1
2010-02-23[CIFS] Minor cleanup to EA patchSteve French2-2/+3
2010-02-23cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton4-177/+54
2010-02-23cifs: verify lengths of QueryAllEAs replyJeff Layton1-18/+31
2010-02-23cifs: increase maximum buffer size in CIFSSMBQAllEAsJeff Layton1-1/+1