aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/inode.c
Commit message (Expand)AuthorAge
* cifs: use Minshall+French symlink functionsStefan Metzmacher2010-09-29
* cifs: eliminate redundant xdev check in cifs_renameJeff Layton2010-09-08
* Cannot allocate memory error on mountSuresh Jayaraman2010-08-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\
| * cifs: truncate falloutChristoph Hellwig2010-08-09
| * always call inode_change_ok early in ->setattrChristoph Hellwig2010-08-09
| * remove inode_setattrChristoph Hellwig2010-08-09
* | cifs: reduce false positives with inode aliasing serverino autodisableJeff Layton2010-08-05
|/
* cifs: don't allow cifs_iget to match inodes of the wrong typeJeff Layton2010-08-02
* [CIFS] Missing ifdefSteve French2010-08-02
* cifs: define inode-level cache object and register themSuresh Jayaraman2010-08-02
* cifs: define superblock-level cache index objects and register themSuresh Jayaraman2010-08-02
* fs/cifs: Remove unnecessary casts of private_dataJoe Perches2010-08-02
* cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton2010-06-11
* cifs: fix noserverino handling when unix extensions are enabledJeff Layton2010-05-17
* cifs: don't update uniqueid in cifs_fattr_to_inodeJeff Layton2010-05-17
* cifs: always revalidate hardlinked inodes when using noserverinoJeff Layton2010-05-17
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2010-05-13
|\
| * cifs: guard against hardlinking directoriesJeff Layton2010-05-11
* | [CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French2010-04-21
* | [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-20
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* [CIFS] checkpatch cleanupSteve French2010-03-09
* cifs: add cifs_revalidate_fileJeff Layton2010-03-09
* cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentryJeff Layton2010-03-05
* cifs: set server_eof in cifs_fattr_to_inodeJeff Layton2010-02-23
* cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAsJeff Layton2010-02-23
* [CIFS] Don't cache timestamps on utimes due to coarse granularitySteve French2010-02-08
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-07
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton2009-11-06
|/
* truncate: use new helpersnpiggin@suse.de2009-09-24
* cifs: Replace wrtPending with a real reference countDave Kleikamp2009-09-01
* [CIFS] fix sparse warningSteve French2009-07-22
* cifs: disable serverino if server doesn't support itJeff Layton2009-07-22
* cifs: when ATTR_READONLY is set, only clear write bits on non-directoriesJeff Layton2009-07-09
* cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_igetJeff Layton2009-07-09
* cifs: add and use CIFSSMBUnixSetFileInfo for setattr callsJeff Layton2009-07-09
* cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfoJeff Layton2009-07-09
* cifs: add new cifs_iget function and convert unix codepath to use itJeff Layton2009-07-01
* cifs: Fix incorrect return code being printed in cFYI messagesSuresh Jayaraman2009-06-25
* cifs: reorganize get_cifs_aclChristoph Hellwig2009-05-28
* cifs: rename cifs_iget to cifs_root_igetJeff Layton2009-05-28
* cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton2009-05-28
* [CIFS] Make cifs_unlink consistent in checks for null inodeSteve French2009-04-20
* cifs: when renaming don't try to unlink negative dentryJeff Layton2009-04-17
* cifs: vary timeout on writes past EOF based on offset (try #5)Jeff Layton2009-04-16
* [CIFS] Endian convert UniqueId when reporting inode numbers from server filesSteve French2009-04-16
* cifs: flush data on any setattrJeff Layton2009-04-16
* New helper - current_umask()Al Viro2009-03-31