Show patches with: Submitter = Jeff Layton       |    State = Action Required       |    Archived = No       |   225 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
cifs: fix fh_mutex locking in cifs_reopen_file - - - - --- 2009-06-27 Jeff Layton New
mkstemp fails on cifs linux-2.6.31-rc1 / samba-3.3.6 - - - - --- 2009-07-01 Jeff Layton New
[1/3] cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo - - - - --- 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
[3/3] cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls - - - - --- 2009-07-02 Jeff Layton New
[1/2] cifs: add pid of initiating process to spnego upcall info - - - - --- 2009-07-08 Jeff Layton New
[2/2] cifs.upcall: use pid value from kernel to determine KRB5CCNAME to use - - - - --- 2009-07-08 Jeff Layton New
cifs: fix sb->s_maxbytes so that it casts properly to a signed value - - - - --- 2009-07-21 Jeff Layton New
cifs: disable serverino if server doesn't support it - - - - --- 2009-07-22 Jeff Layton New
cifs: fix error handling in mount-time DFS referral chasing code 1 - - - --- 2009-07-23 Jeff Layton New
cifs: reinstate original behavior when uid=/gid= options are specified - - - - --- 2009-07-31 Jeff Layton New
Follow on patches for uid=/gid= behavior changes - - - - --- 2009-07-31 Jeff Layton New
cifs: show noforceuid/noforcegid options instead of forceuid/forcegid - - - - --- 2009-08-03 Jeff Layton New
cifs: show noforceuid/noforcegid mount options (try #2) - - - - --- 2009-08-03 Jeff Layton New
cifs: send IPv6 addr in upcall with colon delimiters - - - - --- 2009-08-03 Jeff Layton New
cifs: send real uid of initiating process to upcall instead of mount uid - - - - --- 2009-08-03 Jeff Layton New
[1/7] cifs.upcall: clean up logging and add debug messages - - - - --- 2009-08-07 Jeff Layton New
[2/7] cifs.upcall: formatting cleanup - - - - --- 2009-08-07 Jeff Layton New
[3/7] cifs.upcall: declare a structure for holding decoded args - - - - --- 2009-08-07 Jeff Layton New
[4/7] cifs.upcall: try getting a "cifs/" principal and fall back to "host/" - - - - --- 2009-08-07 Jeff Layton New
[5/7] cifs.upcall: clean up flag handling - - - - --- 2009-08-07 Jeff Layton New
[6/7] cifs.upcall: use ip address passed by kernel to get server's hostname - - - - --- 2009-08-07 Jeff Layton New
[7/7] cifs.upcall: fix IPv6 addrs sent to upcall to have colon delimiters - - - - --- 2009-08-07 Jeff Layton New
cifs: use tcon pointer in cifs_show_options - - - - --- 2009-08-14 Jeff Layton New
cifs: consolidate reconnect logic in smb_init routines - - - - --- 2009-08-15 Jeff Layton New
[1/4] cifs: protect GlobalOplock_Q with its own mutex - - - - --- 2009-08-17 Jeff Layton New
[2/4] cifs: iterate over cifs_oplock_list using list_for_each_entry_safe - - - - --- 2009-08-17 Jeff Layton New
[3/4] cifs: take reference to inode for oplock breaks - - - - --- 2009-08-17 Jeff Layton New
[4/4] cifs: hold cifs_oplock_mutex while doing oplock release call - - - - --- 2009-08-17 Jeff Layton New
[1/5] cifs: protect GlobalOplock_Q with its own spinlock 1 - - - --- 2009-08-18 Jeff Layton New
[2/5] cifs: take tcon reference for oplock breaks 1 - - - --- 2009-08-18 Jeff Layton New
[3/5] cifs: clean up cifs_oplock_thread loop 1 - - - --- 2009-08-18 Jeff Layton New
[4/5] cifs: take reference to inode for oplock breaks 1 - - - --- 2009-08-18 Jeff Layton New
[5/5] cifs: cancel oplock release callbacks during reconnect 1 - - - --- 2009-08-18 Jeff Layton New
cifs.upcall: switch to getopt_long - - - - --- 2009-08-19 Jeff Layton New
cifs.upcall: make using ip address conditional on new option - - - - --- 2009-08-19 Jeff Layton New
cifs.upcall: do a brute-force search for KRB5 credcache - - - - --- 2009-08-29 Jeff Layton New
[4/5] cifs: take reference to inode for oplock breaks 1 - - - --- 2009-08-31 Jeff Layton New
[1/4] cifs: remove cifsInodeInfo.oplockPending flag - - - - --- 2009-09-08 Jeff Layton New
[2/4] cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_break - - - - --- 2009-09-08 Jeff Layton New
[3/4] cifs: have cifsFileInfo hold an extra inode reference - - - - --- 2009-09-08 Jeff Layton New
[4/4] cifs: turn oplock breaks into a workqueue job - - - - --- 2009-09-08 Jeff Layton New
[0/4] cifs: alternate approach to fixing oplock queue races - - - - --- 2009-09-09 Jeff Layton New
[1/4] cifs: remove cifsInodeInfo.oplockPending flag - - - - --- 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
[4/4] cifs: convert oplock breaks to use slow_work facility - - - - --- 2009-09-11 Jeff Layton New
cifs: fix oplock request handling in posix codepath - - - - --- 2009-09-11 Jeff Layton New
[4/4] cifs: convert oplock breaks to use slow_work facility - - - - --- 2009-09-12 Jeff Layton New
[4/4] cifs: convert oplock breaks to use slow_work facility - - - - --- 2009-09-14 Jeff Layton New
cifs: convert oplock breaks to use slow_work facility (try #4) - - - - --- 2009-09-21 Jeff Layton New
cifs: eliminate cifs_init_private - - - - --- 2009-09-21 Jeff Layton New
cifs: fix locking and list handling code in cifs_open and its helper 1 - - - --- 2009-09-25 Jeff Layton New
[RFC,1/9] sunrpc: abstract out encoding function at rpc_clnt level - - - - --- 2009-09-27 Jeff Layton New
[RFC,2/9] sunrpc: move check for too small reply size into rpc_verify_header - - - - --- 2009-09-27 Jeff Layton New
[RFC,3/9] sunrpc: abstract our call decoding routine - - - - --- 2009-09-27 Jeff Layton New
[RFC,4/9] sunrpc: move rpc_xdr_buf_init to clnt.h - - - - --- 2009-09-27 Jeff Layton New
[RFC,5/9] sunrpc: make call_bind non-static - - - - --- 2009-09-27 Jeff Layton New
[RFC,6/9] sunrpc: add new SMB transport class for sunrpc - - - - --- 2009-09-27 Jeff Layton New
[RFC,7/9] sunrpc: add encoding and decoding routines for SMB - - - - --- 2009-09-27 Jeff Layton New
[RFC,8/9] sunrpc: add Kconfig option for CONFIG_SUNRPC_SMB - - - - --- 2009-09-27 Jeff Layton New
[RFC,9/9] smbtest: simple module for testing SMB/RPC code - - - - --- 2009-09-27 Jeff Layton New
Can't mount smb shares using mount.cifs with 2.6.31 kernel - - - - --- 2009-10-16 Jeff Layton New
Can't mount smb shares using mount.cifs with 2.6.31 kernel - - - - --- 2009-10-16 Jeff Layton New
cifs: fix server returning zeroed out FileID's in SMB_FIND_FILE_ID_FULL_DIR_INFO - - - - --- 2009-10-27 Jeff Layton New
cifs: don't use CIFSGetSrvInodeNumber in is_path_accessible - - - - --- 2009-10-27 Jeff Layton New
cifs: clean up handling when server doesn't consistently support inode numbers - - - - --- 2009-11-09 Jeff Layton New
cifs: don't use CIFSGetSrvInodeNumber in is_path_accessible - - - - --- 2009-11-09 Jeff Layton New
kernel crash - CIFS client unstable on faulty network conditions - - - - --- 2009-12-02 Jeff Layton New
cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referrals - - - - --- 2009-12-03 Jeff Layton New
[1/4] cifs: add parens around smb_var in BCC macros - - - - --- 2010-01-11 Jeff Layton New
[2/4] cifs: clean up indentation in CIFSSMBQAllEAs - - - - --- 2010-01-11 Jeff Layton New
[3/4] cifs: rename name_len to list_len in CIFSSMBQAllEAs - - - - --- 2010-01-11 Jeff Layton New
[4/4] cifs: verify lengths of QueryAllEAs reply - - - - --- 2010-01-11 Jeff Layton New
[1/4] cifs: add parens around smb_var in BCC macros - - - - --- 2010-01-12 Jeff Layton New
[2/4] cifs: clean up indentation in CIFSSMBQAllEAs - - - - --- 2010-01-12 Jeff Layton New
[3/4] cifs: rename name_len to list_len in CIFSSMBQAllEAs - - - - --- 2010-01-12 Jeff Layton New
[4/4] cifs: verify lengths of QueryAllEAs reply - - - - --- 2010-01-12 Jeff Layton New
[1/6] cifs: add parens around smb_var in BCC macros - - - - --- 2010-01-15 Jeff Layton New
[2/6] cifs: clean up indentation in CIFSSMBQAllEAs - - - - --- 2010-01-15 Jeff Layton New
[3/6] cifs: rename name_len to list_len in CIFSSMBQAllEAs - - - - --- 2010-01-15 Jeff Layton New
[4/6] cifs: increase maximum buffer size in CIFSSMBQAllEAs - - - - --- 2010-01-15 Jeff Layton New
[5/6] cifs: verify lengths of QueryAllEAs reply - - - - --- 2010-01-15 Jeff Layton New
[6/6] cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs - - - - --- 2010-01-15 Jeff Layton New
cifs: fix length calculation for converted unicode readdir names 1 - - - --- 2010-02-05 Jeff Layton New
cifs: fix dentry hash calculation for case-insensitive mounts - - - - --- 2010-02-05 Jeff Layton New
[1/8] cifs: set server_eof in cifs_fattr_to_inode - - - - --- 2010-02-11 Jeff Layton New
[2/8] cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry - - - - --- 2010-02-11 Jeff Layton New
[3/8] cifs: add a CIFSSMBQFileInfo function - - - - --- 2010-02-11 Jeff Layton New
[4/8] cifs: add a CIFSSMBUnixQFileInfo function - - - - --- 2010-02-11 Jeff Layton New
[5/8] cifs: add cifs_revalidate_file - - - - --- 2010-02-11 Jeff Layton New
[6/8] cifs: add aio_read wrapper for cifs - - - - --- 2010-02-11 Jeff Layton New
[7/8] cifs: add revalidation wrapper for splice_read - - - - --- 2010-02-11 Jeff Layton New
[8/8] cifs: clean up d_revalidate error return - - - - --- 2010-02-11 Jeff Layton New
cifs: remove "legacy" parm from CIFSSMBQPathInfo - - - - --- 2010-02-12 Jeff Layton New
samba: remove cifs-utils tools from build systems - - - - --- 2010-03-07 Jeff Layton New
Error segmentation fault. - - - - --- 2010-03-08 Jeff Layton New
[01/10] mount.cifs: clean up parse_server - - - - --- 2010-03-21 Jeff Layton New
[02/10] mount.cifs: remove unneeded uname call - - - - --- 2010-03-21 Jeff Layton New
[03/10] mount.cifs: simplify command-line option parsing - - - - --- 2010-03-21 Jeff Layton New
« 1 2 3 »