| Commit message (Expand) | Author | Age | Files | Lines |
* | cifs: don't allow cifs_iget to match inodes of the wrong type | Jeff Layton | 2010-08-02 | 1 | -0/+5 |
* | [CIFS] Missing ifdef | Steve French | 2010-08-02 | 1 | -0/+4 |
* | cifs: define inode-level cache object and register them | Suresh Jayaraman | 2010-08-02 | 1 | -0/+4 |
* | cifs: define superblock-level cache index objects and register them | Suresh Jayaraman | 2010-08-02 | 1 | -0/+3 |
* | fs/cifs: Remove unnecessary casts of private_data | Joe Perches | 2010-08-02 | 1 | -2/+2 |
* | cifs: don't attempt busy-file rename unless it's in same directory | Jeff Layton | 2010-06-12 | 1 | -0/+4 |
* | cifs: fix noserverino handling when unix extensions are enabled | Jeff Layton | 2010-05-17 | 1 | -0/+13 |
* | cifs: don't update uniqueid in cifs_fattr_to_inode | Jeff Layton | 2010-05-17 | 1 | -1/+0 |
* | cifs: always revalidate hardlinked inodes when using noserverino | Jeff Layton | 2010-05-17 | 1 | -0/+5 |
* | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 2010-05-13 | 1 | -2/+19 |
|\ |
|
| * | cifs: guard against hardlinking directories | Jeff Layton | 2010-05-11 | 1 | -2/+19 |
* | | [CIFS] Cleanup various minor breakage in previous cFYI cleanup | Steve French | 2010-04-21 | 1 | -11/+11 |
* | | [CIFS] Neaten cERROR and cFYI macros, reduce text space | Joe Perches | 2010-04-21 | 1 | -41/+41 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | [CIFS] checkpatch cleanup | Steve French | 2010-03-09 | 1 | -3/+3 |
* | cifs: add cifs_revalidate_file | Jeff Layton | 2010-03-09 | 1 | -0/+86 |
* | cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry | Jeff Layton | 2010-03-06 | 1 | -113/+98 |
* | cifs: set server_eof in cifs_fattr_to_inode | Jeff Layton | 2010-02-23 | 1 | -0/+1 |
* | cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs | Jeff Layton | 2010-02-23 | 1 | -1/+1 |
* | [CIFS] Don't cache timestamps on utimes due to coarse granularity | Steve French | 2010-02-08 | 1 | -1/+11 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -2/+2 |
|\ |
|
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -2/+2 |
* | | cifs: clean up handling when server doesn't consistently support inode numbers | Jeff Layton | 2009-11-06 | 1 | -5/+2 |
|/ |
|
* | truncate: use new helpers | npiggin@suse.de | 2009-09-24 | 1 | -43/+10 |
* | cifs: Replace wrtPending with a real reference count | Dave Kleikamp | 2009-09-01 | 1 | -3/+3 |
* | [CIFS] fix sparse warning | Steve French | 2009-07-22 | 1 | -2/+2 |
* | cifs: disable serverino if server doesn't support it | Jeff Layton | 2009-07-22 | 1 | -1/+4 |
* | cifs: when ATTR_READONLY is set, only clear write bits on non-directories | Jeff Layton | 2009-07-09 | 1 | -4/+4 |
* | cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget | Jeff Layton | 2009-07-09 | 1 | -246/+151 |
* | cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls | Jeff Layton | 2009-07-09 | 1 | -1/+10 |
* | cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo | Jeff Layton | 2009-07-09 | 1 | -8/+8 |
* | cifs: add new cifs_iget function and convert unix codepath to use it | Jeff Layton | 2009-07-01 | 1 | -188/+192 |
* | cifs: Fix incorrect return code being printed in cFYI messages | Suresh Jayaraman | 2009-06-25 | 1 | -5/+10 |
* | cifs: reorganize get_cifs_acl | Christoph Hellwig | 2009-05-28 | 1 | -1/+1 |
* | cifs: rename cifs_iget to cifs_root_iget | Jeff Layton | 2009-05-28 | 1 | -1/+1 |
* | cifs: have cifs_NTtimeToUnix take a little-endian arg | Jeff Layton | 2009-05-28 | 1 | -9/+6 |
* | [CIFS] Make cifs_unlink consistent in checks for null inode | Steve French | 2009-04-20 | 1 | -6/+15 |
* | cifs: when renaming don't try to unlink negative dentry | Jeff Layton | 2009-04-17 | 1 | -1/+2 |
* | cifs: vary timeout on writes past EOF based on offset (try #5) | Jeff Layton | 2009-04-17 | 1 | -3/+5 |
* | [CIFS] Endian convert UniqueId when reporting inode numbers from server files | Steve French | 2009-04-17 | 1 | -3/+5 |
* | cifs: flush data on any setattr | Jeff Layton | 2009-04-17 | 1 | -28/+30 |
* | New helper - current_umask() | Al Viro | 2009-03-31 | 1 | -2/+2 |
* | [CIFS] add extra null attr check | Steve French | 2009-03-12 | 1 | -0/+3 |
* | cifs: posix fill in inode needed by posix open | Jeff Layton | 2009-02-21 | 1 | -1/+1 |
* | cifs: properly handle case where CIFSGetSrvInodeNumber fails | Jeff Layton | 2009-02-21 | 1 | -10/+10 |
* | cifs: refactor new_inode() calls and inode initialization | Jeff Layton | 2009-02-21 | 1 | -36/+60 |
* | [CIFS] Prevent OOPs when mounting with remote prefixpath. | Igor Mammedov | 2009-02-21 | 1 | -2/+2 |
* | [CIFS] revalidate parent inode when rmdir done within that directory | Steve French | 2009-01-29 | 1 | -0/+5 |
* | inode->i_op is never NULL | Al Viro | 2009-01-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2008-12-28 | 1 | -5/+53 |
|\ |
|