index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-26
Cannot allocate memory error on mount
Suresh Jayaraman
1
-1
/
+1
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-42
/
+44
2010-08-10
cifs: truncate fallout
Christoph Hellwig
1
-23
/
+7
2010-08-10
always call inode_change_ok early in ->setattr
Christoph Hellwig
1
-16
/
+13
2010-08-10
remove inode_setattr
Christoph Hellwig
1
-12
/
+33
2010-08-05
cifs: reduce false positives with inode aliasing serverino autodisable
Jeff Layton
1
-12
/
+31
2010-08-02
cifs: don't allow cifs_iget to match inodes of the wrong type
Jeff Layton
1
-0
/
+5
2010-08-02
[CIFS] Missing ifdef
Steve French
1
-0
/
+4
2010-08-02
cifs: define inode-level cache object and register them
Suresh Jayaraman
1
-0
/
+4
2010-08-02
cifs: define superblock-level cache index objects and register them
Suresh Jayaraman
1
-0
/
+3
2010-08-02
fs/cifs: Remove unnecessary casts of private_data
Joe Perches
1
-2
/
+2
2010-06-12
cifs: don't attempt busy-file rename unless it's in same directory
Jeff Layton
1
-0
/
+4
2010-05-18
cifs: fix noserverino handling when unix extensions are enabled
Jeff Layton
1
-0
/
+13
2010-05-18
cifs: don't update uniqueid in cifs_fattr_to_inode
Jeff Layton
1
-1
/
+0
2010-05-18
cifs: always revalidate hardlinked inodes when using noserverino
Jeff Layton
1
-0
/
+5
2010-05-14
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Steve French
1
-2
/
+19
2010-05-12
cifs: guard against hardlinking directories
Jeff Layton
1
-2
/
+19
2010-04-21
[CIFS] Cleanup various minor breakage in previous cFYI cleanup
Steve French
1
-11
/
+11
2010-04-21
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
1
-41
/
+41
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-09
[CIFS] checkpatch cleanup
Steve French
1
-3
/
+3
2010-03-09
cifs: add cifs_revalidate_file
Jeff Layton
1
-0
/
+86
2010-03-06
cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry
Jeff Layton
1
-113
/
+98
2010-02-24
cifs: set server_eof in cifs_fattr_to_inode
Jeff Layton
1
-0
/
+1
2010-02-23
cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs
Jeff Layton
1
-1
/
+1
2010-02-08
[CIFS] Don't cache timestamps on utimes due to coarse granularity
Steve French
1
-1
/
+11
2009-12-07
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-2
/
+2
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-2
/
+2
2009-11-07
cifs: clean up handling when server doesn't consistently support inode numbers
Jeff Layton
1
-5
/
+2
2009-09-24
truncate: use new helpers
npiggin@suse.de
1
-43
/
+10
2009-09-02
cifs: Replace wrtPending with a real reference count
Dave Kleikamp
1
-3
/
+3
2009-07-23
[CIFS] fix sparse warning
Steve French
1
-2
/
+2
2009-07-23
cifs: disable serverino if server doesn't support it
Jeff Layton
1
-1
/
+4
2009-07-10
cifs: when ATTR_READONLY is set, only clear write bits on non-directories
Jeff Layton
1
-4
/
+4
2009-07-10
cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget
Jeff Layton
1
-246
/
+151
2009-07-10
cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls
Jeff Layton
1
-1
/
+10
2009-07-10
cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo
Jeff Layton
1
-8
/
+8
2009-07-02
cifs: add new cifs_iget function and convert unix codepath to use it
Jeff Layton
1
-188
/
+192
2009-06-25
cifs: Fix incorrect return code being printed in cFYI messages
Suresh Jayaraman
1
-5
/
+10
2009-05-28
cifs: reorganize get_cifs_acl
Christoph Hellwig
1
-1
/
+1
2009-05-28
cifs: rename cifs_iget to cifs_root_iget
Jeff Layton
1
-1
/
+1
2009-05-28
cifs: have cifs_NTtimeToUnix take a little-endian arg
Jeff Layton
1
-9
/
+6
2009-04-20
[CIFS] Make cifs_unlink consistent in checks for null inode
Steve French
1
-6
/
+15
2009-04-18
cifs: when renaming don't try to unlink negative dentry
Jeff Layton
1
-1
/
+2
2009-04-17
cifs: vary timeout on writes past EOF based on offset (try #5)
Jeff Layton
1
-3
/
+5
2009-04-17
[CIFS] Endian convert UniqueId when reporting inode numbers from server files
Steve French
1
-3
/
+5
2009-04-17
cifs: flush data on any setattr
Jeff Layton
1
-28
/
+30
2009-04-01
New helper - current_umask()
Al Viro
1
-2
/
+2
2009-03-12
[CIFS] add extra null attr check
Steve French
1
-0
/
+3
2009-02-21
cifs: posix fill in inode needed by posix open
Jeff Layton
1
-1
/
+1
[next]