index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
1
-20
/
+20
2011-05-27
CIFS: Add rwpidforward mount option
Pavel Shilovsky
1
-3
/
+8
2011-05-27
[CIFS] Migrate from prefixpath logic
Steve French
1
-13
/
+6
2011-05-26
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
Pavel Shilovsky
1
-6
/
+18
2011-05-20
[CIFS] Fix to problem with getattr caused by invalidate simplification patch
Steve French
1
-2
/
+4
2011-05-19
CIFS: Simplify invalidate part (try #5)
Pavel Shilovsky
1
-42
/
+75
2011-05-19
CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)
Pavel Shilovsky
1
-2
/
+8
2011-05-19
cifs: Remove unused inode number while fetching root inode
Shirish Pargaonkar
1
-1
/
+1
2011-01-21
CIFS: Implement cifs_strict_fsync
Pavel Shilovsky
1
-2
/
+6
2011-01-16
CIFS: Use d_automount() rather than abusing follow_link()
David Howells
1
-3
/
+5
2011-01-13
switch cifs
Al Viro
1
-8
/
+0
2011-01-10
cifs: use CreationTime like an i_generation field
Jeff Layton
1
-0
/
+6
2011-01-07
fs: dcache per-inode inode alias locking
Nick Piggin
1
-3
/
+3
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
1
-4
/
+4
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
1
-3
/
+0
2011-01-07
fs: scale inode alias list
Nick Piggin
1
-0
/
+3
2010-12-07
cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb
Jeff Layton
1
-3
/
+3
2010-12-06
cifs: fix use of CONFIG_CIFS_ACL
Jeff Layton
1
-4
/
+4
2010-12-02
cifs: add attribute cache timeout (actimeo) tunable
Suresh Jayaraman
1
-3
/
+4
2010-11-30
cifs: Misc. cleanup in cifsacl handling [try #4]
Shirish Pargaonkar
1
-5
/
+15
2010-11-29
cifs: trivial comment fix for cifs_invalidate_mapping
Suresh Jayaraman
1
-1
/
+3
2010-11-11
cifs: fix another memleak, in cifs_root_iget
Oskar Schirmer
1
-6
/
+6
2010-11-09
cifs: fix a memleak in cifs_setattr_nounix()
Suresh Jayaraman
1
-1
/
+0
2010-10-25
cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
Jeff Layton
1
-10
/
+5
2010-10-12
cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7)
Jeff Layton
1
-3
/
+9
2010-10-08
Merge branch 'for-next'
Steve French
1
-52
/
+177
2010-10-08
cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #5)
Jeff Layton
1
-0
/
+10
2010-10-06
cifs: have find_readable/writable_file filter by fsuid
Jeff Layton
1
-3
/
+3
2010-10-06
cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer
Jeff Layton
1
-6
/
+6
2010-10-06
cifs: add refcounted and timestamped container for holding tcons
Jeff Layton
1
-35
/
+122
2010-09-29
cifs: set backing_dev_info on new S_ISREG inodes
Jeff Layton
1
-0
/
+2
2010-09-29
cifs: add cifs_sb_master_tcon and convert some callers to use it
Jeff Layton
1
-13
/
+16
2010-09-29
cifs: add function to get a tcon from cifs_sb
Jeff Layton
1
-24
/
+25
2010-09-29
cifs: make various routines use the cifsFileInfo->tcon pointer
Jeff Layton
1
-6
/
+16
2010-09-29
cifs: use Minshall+French symlink functions
Stefan Metzmacher
1
-0
/
+14
2010-09-09
cifs: eliminate redundant xdev check in cifs_rename
Jeff Layton
1
-21
/
+9
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
[next]