| [12/19] mount.cifs: move mtab adding code to separate function |
2010-03-26 |
Jeff Layton |
|
New |
| [13/19] mount.cifs: run mount.cifs through Lindent |
2010-03-26 |
Jeff Layton |
|
New |
| [11/19] mount.cifs: clean up command-line options |
2010-03-26 |
Jeff Layton |
|
New |
| [09/19] mount.cifs: clean up setting of password field |
2010-03-26 |
Jeff Layton |
|
New |
| [10/19] mount.cifs: reassemble device name from pieces |
2010-03-26 |
Jeff Layton |
|
New |
| [08/19] mount.cifs: eliminate "legacy" setuid behavior |
2010-03-26 |
Jeff Layton |
|
New |
| [07/19] mount.cifs: eliminate some unneeded flags in parsed_mount_info |
2010-03-26 |
Jeff Layton |
|
New |
| [06/19] mount.cifs: parse unc into separate fields |
2010-03-26 |
Jeff Layton |
|
New |
| [05/19] mount.cifs: add username and domain fields to parsed_mount_info |
2010-03-26 |
Jeff Layton |
|
New |
| [04/19] mount.cifs: make mountpassword a field in parsed_info |
2010-03-26 |
Jeff Layton |
|
New |
| [03/19] mount.cifs: make parse_options return proper mount error codes |
2010-03-26 |
Jeff Layton |
|
New |
| [02/19] mount.cifs: have parse_options fill parsed_mount_info |
2010-03-26 |
Jeff Layton |
|
New |
| [01/19] mount.cifs: declare new struct for holding parsed mount info |
2010-03-26 |
Jeff Layton |
|
New |
| [3/3] add mmap for direct,nobrl |
2010-03-24 |
piastry@etersoft.ru |
|
New |
| [1/3] #6823 page reading with mandatory locking style |
2010-03-24 |
piastry@etersoft.ru |
|
New |
| [2/3] getlk problem |
2010-03-24 |
piastry@etersoft.ru |
|
New |
| [09/10] mount.cifs: don't use exit(3) in mount_cifs_usage() |
2010-03-21 |
Jeff Layton |
|
New |
| [08/10] mount.cifs: don't use exit(3) in main() |
2010-03-21 |
Jeff Layton |
|
New |
| [01/10] mount.cifs: clean up parse_server |
2010-03-21 |
Jeff Layton |
|
New |
| mount.cifs: continued cleanup of open_cred_file and zero out buffer |
2010-04-25 |
Jeff Layton |
|
New |
| automake: don't use @foo@ constructs in Makefile.am |
2010-04-13 |
Jeff Layton |
|
New |
| doc: add information about nounix mount option |
2009-12-18 |
Suresh Jayaraman |
|
New |
| cifs: propagate cifs_new_fileinfo() error back to the caller |
2010-05-11 |
Suresh Jayaraman |
|
New |
| accept all supported values for dir_mode |
2010-06-03 |
Scott Lovenberg |
|
New |
| [2/2] connect.c: use defined constants for options |
2010-05-18 |
Scott Lovenberg |
|
New |
| [1/2] connect.c: define mount options enum and parsing function |
2010-05-18 |
Scott Lovenberg |
|
New |
| [11/11] cifs: add separate cred_uid field to sesInfo |
2010-04-24 |
Jeff Layton |
|
New |
| [10/11] cifs: clean up cifs_find_smb_ses |
2010-04-24 |
Jeff Layton |
|
New |
| [08/11] cifs: have decode_negTokenInit set flags in server struct |
2010-04-24 |
Jeff Layton |
|
New |
| [09/11] cifs: allow mixed secTypes on a socket |
2010-04-24 |
Jeff Layton |
|
New |
| [04/11] cifs: rename "extended_security" to "global_secflags" |
2010-04-24 |
Jeff Layton |
|
New |
| [07/11] cifs: break negotiate protocol calls out of cifs_setup_session |
2010-04-24 |
Jeff Layton |
|
New |
| [03/11] cifs: move tcon find/create into separate function |
2010-04-24 |
Jeff Layton |
|
New |
| [05/11] cifs: save the dialect chosen by server |
2010-04-24 |
Jeff Layton |
|
New |
| [06/11] cifs: eliminate "first_time" parm to CIFS_SessSetup |
2010-04-24 |
Jeff Layton |
|
New |
| [01/11] cifs: track local_nls in volume info |
2010-04-24 |
Jeff Layton |
|
New |
| cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referrals |
2009-12-03 |
Jeff Layton |
|
New |
| kernel crash - CIFS client unstable on faulty network conditions |
2009-12-03 |
Suresh Jayaraman |
|
New |
| samba: remove cifs-utils tools from build systems |
2010-03-07 |
Jeff Layton |
|
New |
| kernel crash - CIFS client unstable on faulty network conditions |
2009-12-02 |
Jeff Layton |
|
New |
| surprise behavior #1: ENOENT for existing directories |
2009-11-30 |
Suresh Jayaraman |
|
New |
| surprise behavior #1: ENOENT for existing directories |
2009-11-30 |
Suresh Jayaraman |
|
New |
| remove redundant check for file's private_data |
2010-03-10 |
Shirish Pargaonkar |
|
New |
| cifs: use xattr handlers |
2010-01-26 |
Christoph Hellwig |
|
New |
| cifs: Fix a kernel BUG with remote OS/2 server |
2010-03-30 |
Suresh Jayaraman |
|
New |
| add check for nameidata before accessing it |
2009-11-19 |
Shirish Pargaonkar |
|
New |
| cifs: clear server inode number flag while autodisabling |
2009-11-16 |
Suresh Jayaraman |
|
New |
| [1/2] docs: change source from Samba 3.6 |
2010-03-03 |
Michael Wood |
|
New |
| Fix missing DFS referral increment |
2010-01-21 |
Darren Williams |
|
New |
| cifs: remove redundant test in cifs_lookup() and cifs_do_rename() |
2010-01-11 |
roel kluin |
|
New |
| [2/2] Continued cleanup of open_cred_file and fixed a potential security risk. |
2010-04-23 |
Scott Lovenberg |
|
New |
| [1/2] Clean up credential file parsing in mount.cifs.c. |
2010-04-23 |
Scott Lovenberg |
|
New |
| [try3] cifs: implement hard mount option behaviour |
2010-05-26 |
Shirish Pargaonkar |
|
New |
| cifs: fix sb->s_maxbytes so that it casts properly to a signed value |
2009-07-21 |
Jeff Layton |
|
New |
| cifs: remove redundant test in cifs_lookup() and cifs_do_rename() |
2010-01-09 |
roel kluin |
|
New |
| [1/2] mount.cifs: check for NULL pointer before calling strchr() |
2010-04-14 |
Jeff Layton |
|
New |
| [2/2] mount.cifs: remove unneeded newline in verbose output |
2010-04-14 |
Jeff Layton |
|
New |
| Linux CIFS NTLMSSP mount failing against win2k8 |
2010-04-14 |
Jeff Layton |
|
New |
| SLOW_WORK: Move slow_work's proc file to debugfs |
2009-12-01 |
David Howells |
|
New |
| [2/5] fs: use new truncate helpers |
2009-07-10 |
Nick Piggin |
|
New |
| break out stats for posix open/mkdir |
2009-07-10 |
Steve French |
|
New |
| lookup create with O_EXCL patch merged |
2009-07-08 |
Steve French |
|
New |
| [6/7] cifs: Don't use PF_MEMALLOC |
2009-11-17 |
KOSAKI Motohiro |
|
New |
| [2/2] cifs.upcall: use pid value from kernel to determine KRB5CCNAME to use |
2009-07-08 |
Jeff Layton |
|
New |
| [1/2] cifs: add pid of initiating process to spnego upcall info |
2009-07-08 |
Jeff Layton |
|
New |
| [RESEND] doc: clarify that mount.cifs never uses smb.conf |
2009-07-06 |
Suresh Jayaraman |
|
New |
| [1/3] cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo |
2009-07-02 |
Jeff Layton |
|
New |
| [3/3] cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls |
2009-07-02 |
Jeff Layton |
|
New |
| [2/3] cifs: make a separate function for filling out FILE_UNIX_BASIC_INFO |
2009-07-02 |
Jeff Layton |
|
New |
| [try,2] cifs: implement hard mount option behaviour |
2010-05-25 |
Shirish Pargaonkar |
|
New |
| mkstemp fails on cifs linux-2.6.31-rc1 / samba-3.3.6 |
2009-07-01 |
Shirish Pargaonkar |
|
New |
| [4/4] cifs: convert oplock breaks to use slow_work facility |
2009-09-12 |
Jeff Layton |
|
New |
| mkstemp fails on cifs linux-2.6.31-rc1 / samba-3.3.6 |
2009-07-01 |
Jeff Layton |
|
New |
| cifs: implement drop_inode superblock op |
2010-05-25 |
Jeff Layton |
|
New |
| [01/27] BKL: Push down BKL from do_new_mount() to the filesystems get_sb/fill_super operation |
2009-11-02 |
Jan Blunck |
|
New |
| cifs: return more accurate errno |
2010-05-07 |
Dan Carpenter |
|
New |
| cifs: fix oplock request handling in posix codepath |
2009-09-11 |
Jeff Layton |
|
New |
| Error segmentation fault. |
2010-03-08 |
Jeff Layton |
|
New |
| cifs: potential NULL dereference in parse_DFS_referrals() |
2009-08-31 |
roel kluin |
|
New |
| return error code for a partial/short send for a retry of the send |
2009-09-11 |
Shirish Pargaonkar |
|
New |
| cifs: disable serverino if server doesn't support it |
2009-07-22 |
Jeff Layton |
|
New |
| [4/4] cifs: convert oplock breaks to use slow_work facility |
2009-09-11 |
Jeff Layton |
|
New |
| [2/4] cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_break |
2009-09-11 |
Jeff Layton |
|
New |
| [3/4] cifs: have cifsFileInfo hold an extra inode reference |
2009-09-11 |
Jeff Layton |
|
New |
| [1/4] cifs: remove cifsInodeInfo.oplockPending flag |
2009-09-11 |
Jeff Layton |
|
New |
| cifs: Read buffer overflow |
2009-08-02 |
roel kluin |
|
New |
| cifs: trivial white space |
2010-03-15 |
Dan Carpenter |
|
New |
| add info about how to obtain cifs module in cifs mount heleper manpages - formatted |
2009-09-09 |
Shirish S Pargaonkar |
|
New |
| [1/4] cifs: make cifs_lookup return a dentry |
2010-05-21 |
Jeff Layton |
|
New |
| [2/4] cifs: don't leave open files dangling |
2010-05-21 |
Jeff Layton |
|
New |
| cifs: change && to || |
2010-04-26 |
Dan Carpenter |
|
New |
| [02/11] cifs: move SMB session creation code into separate function |
2010-04-24 |
Jeff Layton |
|
New |
| [7/8] cifs: don't ignore cifs_posix_open_inode_helper return value |
2010-06-01 |
Jeff Layton |
|
New |
| [1/8] cifs: fix page refcount leak |
2010-06-01 |
Jeff Layton |
|
New |
| add info about how to obtain cifs module in cifs mount heleper manpages - retry |
2009-09-09 |
Shirish Pargaonkar |
|
New |
| [2/8] cifs: don't attempt busy-file rename unless it's in same directory |
2010-06-01 |
Jeff Layton |
|
New |
| [0/4] cifs: alternate approach to fixing oplock queue races |
2009-09-09 |
Jeff Layton |
|
New |
| add info about how to obtain cifs module in cifs mount heleper manpages |
2009-09-09 |
Shirish Pargaonkar |
|
New |
| return error code for a partial/short send for a retry of the send |
2009-09-09 |
Shirish Pargaonkar |
|
New |
| [4/4] cifs: turn oplock breaks into a workqueue job |
2009-09-08 |
Jeff Layton |
|
New |