summaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2008-08-061-3/+15
* Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-061-5/+6
* change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-061-4/+4
* bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-061-22/+32
* Fix missing braces in cifs_revalidate()Suresh Jayaraman2008-08-051-1/+2
* [CIFS] break ATTR_SIZE changes out into their own functionJeff Layton2008-07-231-73/+78
* cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton2008-07-121-10/+10
* disable most mode changes on non-unix/non-cifsacl mountsJeff Layton2008-05-251-12/+26
* silently ignore ownership changes unless unix extensions are enabled or we're...Jeff Layton2008-05-231-7/+20
* [CIFS] remove trailing whitespaceSteve French2008-05-231-1/+1
* when creating new inodes, use file_mode/dir_mode exclusively on mount without...Jeff Layton2008-05-231-2/+5
* on non-posix shares, clear write bits in mode when ATTR_READONLY is setJeff Layton2008-05-231-40/+36Star
* [CIFS] Fix reversed memset argumentsDave Jones2008-05-221-2/+2
* [CIFS] Remove debug statementSteve French2008-05-211-1/+1
* [CIFS] Enable DFS support for Windows query path infoSteve French2008-05-201-146/+178
* [CIFS] Enable DFS support for Unix query path infoSteve French2008-05-201-43/+74
* [CIFS] Fix paths when share is in DFS to include proper prefixSteve French2008-05-151-57/+8Star
* add function to convert access flags to legacy open modeJeff Layton2008-05-141-2/+1Star
* [CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre...Jeff Layton2008-05-111-4/+11
* [CIFS] add local struct inode pointer to cifs_setattrJeff Layton2008-05-111-10/+10
* [CIFS] fix typoSteve French2008-05-021-1/+1
* [CIFS] Remove duplicate call to mode_to_aclSteve French2008-04-291-4/+0Star
* [CIFS] convert usage of implicit booleans to boolSteve French2008-04-291-21/+21
* [CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slashSteve French2008-04-191-4/+11
* [CIFS] Fix mem leak on dfs referralSteve French2008-03-221-2/+8
* [CIFS] file create with acl support enabled is slowSteve French2008-03-141-5/+6
* [CIFS] Fix mtime on cp -p when file data cached but written out too lateSteve French2008-03-141-4/+5
* [CIFS] Fix build problemSteve French2008-03-111-0/+4
* [CIFS] DFS patch that connects inode with dfs handling opsIgor Mammedov2008-03-091-62/+71
* [CIFS] remove unused variableSteve French2008-02-261-3/+2Star
* [CIFS] consolidate duplicate code in posix/unix inode handlingChristoph Hellwig2008-02-251-176/+103Star
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-02-151-3/+19
|\
| * iget: stop CIFS from using iget() and read_inode()David Howells2008-02-071-3/+19
* | [CIFS] factoring out common code in get_inode_info functionsChristoph Hellwig2008-02-151-63/+43Star
* | [CIFS] clean up some hard to read ifdefsSteve French2008-02-121-3/+1Star
* | [CIFS] reduce checkpatch warningsSteve French2008-02-081-4/+3Star
|/
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-1/+1
* [CIFS] fix checkpatch warnings in fs/cifs/inode.cSteve French2008-01-091-6/+8
* [CIFS] Allow setting mode via cifs aclSteve French2007-12-311-4/+10
* [CIFS] Fix potential data corruption when writing out cached dirty pagesJeff Layton2007-11-211-6/+20
* [CIFS] Don't request too much permission when reading an ACLSteve French2007-10-311-5/+4Star
* [CIFS] acl support part 6Steve French2007-10-251-1/+1
* [CIFS] ACL support part 5Steve French2007-10-191-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2007-10-191-10/+42
|\
| * [CIFS] Fix endian conversion problem in posix mkdirCyril Gorcunov2007-10-141-1/+2
| * [CIFS] CIFS support for named pipes (part 1)Steve French2007-09-291-4/+18
| * [CIFS] Fallback to standard mkdir if server incorrectly claims support forSteve French2007-09-171-2/+5
| * [CIFS] fix small memory leak in an error path in new posix mkdirSteve French2007-09-171-2/+6
| * [CIFS] Respect umask when using POSIX mkdirJeff2007-09-131-0/+1
| * [CIFS] Fix warnings shown by newer version of sparseSteve French2007-08-311-2/+2