Age | Commit message (Expand) | Author | Files | Lines |
2008-07-27 | [PATCH] sanitize ->permission() prototype | Al Viro | 1 | -1/+1 |
2008-07-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc... | Linus Torvalds | 10 | -507/+399 |
2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
2008-07-25 | When verifying the decoded header before decoding the object identifier | Chris Wright | 1 | -1/+1 |
2008-07-24 | [CIFS] Fix warnings from checkpatch | Shirish Pargaonkar | 6 | -33/+31 |
2008-07-24 | [CIFS] Fix improper endian conversion of ACL subauth field | Shirish Pargaonkar | 1 | -2/+1 |
2008-07-24 | [CIFS] Fix possible double free if search immediately after search rewind fails | Shirish Pargaonkar | 1 | -0/+1 |
2008-07-24 | [CIFS] remove checkpatch warning | Steve French | 1 | -7/+12 |
2008-07-24 | Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> | Alexey Dobriyan | 1 | -395/+241 |
2008-07-24 | cifs: assorted endian annotations | Harvey Harrison | 2 | -2/+5 |
2008-07-24 | [CIFS] break ATTR_SIZE changes out into their own function | Jeff Layton | 1 | -73/+78 |
2008-07-23 | lockdep: annotate cifs in-kernel sockets | Jeff Layton | 1 | -0/+35 |
2008-07-22 | [CIFS] Fix compiler warning on 64-bit | Jan Beulich | 1 | -1/+1 |
2008-07-15 | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 26 | -653/+773 |
2008-07-13 | cifs: fix wksidarr declaration to be big-endian friendly | Jeff Layton | 1 | -5/+5 |
2008-07-13 | cifs: fix inode leak in cifs_get_inode_info_unix | Jeff Layton | 1 | -10/+10 |
2008-07-03 | Remove BKL from remote_llseek v2 | Andi Kleen | 1 | -1/+1 |
2008-06-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 11 | -130/+172 |
2008-06-11 | [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled | Steve French | 1 | -11/+10 |
2008-06-11 | [CIFS] Fix hang in mount when negprot causes server to kill tcp session | Steve French | 2 | -0/+6 |
2008-06-06 | asn1: additional sanity checking during BER decoding | Chris Wright | 1 | -0/+14 |
2008-06-04 | cifs endianness fixes | Al Viro | 1 | -3/+3 |
2008-05-25 | disable most mode changes on non-unix/non-cifsacl mounts | Jeff Layton | 1 | -12/+26 |
2008-05-24 | [CIFS] Correct incorrect obscure open flag | Steve French | 1 | -5/+18 |
2008-05-23 | [CIFS] warn if both dynperm and cifsacl mount options specified | Steve French | 1 | -0/+4 |
2008-05-23 | silently ignore ownership changes unless unix extensions are enabled or we're... | Jeff Layton | 1 | -7/+20 |
2008-05-23 | [CIFS] remove trailing whitespace | Steve French | 1 | -1/+1 |
2008-05-23 | when creating new inodes, use file_mode/dir_mode exclusively on mount without... | Jeff Layton | 2 | -3/+8 |
2008-05-23 | on non-posix shares, clear write bits in mode when ATTR_READONLY is set | Jeff Layton | 2 | -72/+75 |
2008-05-23 | [CIFS] remove unused variables | Steve French | 5 | -20/+5 |
2008-05-22 | [CIFS] Fix reversed memset arguments | Dave Jones | 1 | -2/+2 |
2008-05-22 | Adds username in the upcall key for unattended mounts with keytab | Igor Mammedov | 1 | -0/+3 |
2008-05-22 | [CIFS] Remove redundant NULL check | Steve French | 1 | -12/+6 |
2008-05-21 | [CIFS] Remove debug statement | Steve French | 1 | -1/+1 |
2008-05-21 | Fix possible access to undefined memory region. | Igor Mammedov | 1 | -4/+5 |
2008-05-21 | [CIFS] Enable DFS support for Windows query path info | Steve French | 1 | -146/+178 |
2008-05-20 | [CIFS] Enable DFS support for Unix query path info | Steve French | 4 | -50/+85 |
2008-05-20 | [CIFS] add missing seq_printf to cifs_show_options for hard mount option | Steve French | 1 | -0/+3 |
2008-05-17 | [CIFS] add more complete mount options to cifs_show_options | Steve French | 1 | -1/+30 |
2008-05-16 | [CIFS] Add missing defines for DFS | Steve French | 2 | -8/+18 |
2008-05-16 | CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 t... | Igor Mammedov | 2 | -82/+139 |
2008-05-16 | Fixed DFS code to work with new 'build_path_from_dentry', that returns full p... | Igor Mammedov | 1 | -48/+1 |
2008-05-15 | [CIFS] enable parsing for transport encryption mount parm | Steve French | 3 | -8/+23 |
2008-05-15 | [CIFS] Finishup DFS code | Steve French | 4 | -97/+80 |
2008-05-15 | [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl | Steve French | 3 | -9/+8 |
2008-05-15 | [CIFS] suppress duplicate warning | Steve French | 1 | -1/+1 |
2008-05-15 | [CIFS] Fix paths when share is in DFS to include proper prefix | Steve French | 5 | -127/+37 |
2008-05-14 | add function to convert access flags to legacy open mode | Jeff Layton | 2 | -9/+16 |
2008-05-14 | clarify return value of cifs_convert_flags() | Jeff Layton | 1 | -1/+5 |
2008-05-14 | [CIFS] don't explicitly do a FindClose on rewind when directory search has ended | Steve French | 1 | -2/+5 |