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
starfive-6.6.48-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
2008-05-22
[CIFS] Fix reversed memset arguments
Dave Jones
1
-2
/
+2
2008-05-21
[CIFS] Remove debug statement
Steve French
1
-1
/
+1
2008-05-21
[CIFS] Enable DFS support for Windows query path info
Steve French
1
-146
/
+178
2008-05-20
[CIFS] Enable DFS support for Unix query path info
Steve French
1
-43
/
+74
2008-05-15
[CIFS] Fix paths when share is in DFS to include proper prefix
Steve French
1
-57
/
+8
2008-05-14
add function to convert access flags to legacy open mode
Jeff Layton
1
-2
/
+1
2008-05-11
[CIFS] when not using unix extensions, check for and set ATTR_READONLY on cre...
Jeff Layton
1
-4
/
+11
2008-05-11
[CIFS] add local struct inode pointer to cifs_setattr
Jeff Layton
1
-10
/
+10
2008-05-03
[CIFS] fix typo
Steve French
1
-1
/
+1
2008-04-30
[CIFS] Remove duplicate call to mode_to_acl
Steve French
1
-4
/
+0
2008-04-29
[CIFS] convert usage of implicit booleans to bool
Steve French
1
-21
/
+21
2008-04-19
[CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slash
Steve French
1
-4
/
+11
2008-03-23
[CIFS] Fix mem leak on dfs referral
Steve French
1
-2
/
+8
2008-03-15
[CIFS] file create with acl support enabled is slow
Steve French
1
-5
/
+6
2008-03-14
[CIFS] Fix mtime on cp -p when file data cached but written out too late
Steve French
1
-4
/
+5
2008-03-12
[CIFS] Fix build problem
Steve French
1
-0
/
+4
2008-03-09
[CIFS] DFS patch that connects inode with dfs handling ops
Igor Mammedov
1
-62
/
+71
2008-02-26
[CIFS] remove unused variable
Steve French
1
-3
/
+2
2008-02-25
[CIFS] consolidate duplicate code in posix/unix inode handling
Christoph Hellwig
1
-176
/
+103
2008-02-16
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Steve French
1
-3
/
+19
2008-02-15
[CIFS] factoring out common code in get_inode_info functions
Christoph Hellwig
1
-63
/
+43
2008-02-12
[CIFS] clean up some hard to read ifdefs
Steve French
1
-3
/
+1
2008-02-08
[CIFS] reduce checkpatch warnings
Steve French
1
-4
/
+3
2008-02-07
iget: stop CIFS from using iget() and read_inode()
David Howells
1
-3
/
+19
2008-02-05
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
1
-1
/
+1
2008-01-09
[CIFS] fix checkpatch warnings in fs/cifs/inode.c
Steve French
1
-6
/
+8
2007-12-31
[CIFS] Allow setting mode via cifs acl
Steve French
1
-4
/
+10
2007-11-21
[CIFS] Fix potential data corruption when writing out cached dirty pages
Jeff Layton
1
-6
/
+20
2007-10-31
[CIFS] Don't request too much permission when reading an ACL
Steve French
1
-5
/
+4
2007-10-26
[CIFS] acl support part 6
Steve French
1
-1
/
+1
2007-10-20
[CIFS] ACL support part 5
Steve French
1
-0
/
+6
2007-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
1
-10
/
+42
2007-10-19
CIFS: ignore mode change if it's just for clearing setuid/setgid bits
Jeff Layton
1
-0
/
+5
2007-10-14
[CIFS] Fix endian conversion problem in posix mkdir
Cyril Gorcunov
1
-1
/
+2
2007-09-29
[CIFS] CIFS support for named pipes (part 1)
Steve French
1
-4
/
+18
2007-09-17
[CIFS] Fallback to standard mkdir if server incorrectly claims support for
Steve French
1
-2
/
+5
2007-09-17
[CIFS] fix small memory leak in an error path in new posix mkdir
Steve French
1
-2
/
+6
2007-09-13
[CIFS] Respect umask when using POSIX mkdir
Jeff
1
-0
/
+1
2007-08-31
[CIFS] Fix warnings shown by newer version of sparse
Steve French
1
-2
/
+2
2007-08-23
[CIFS] cifs truncate missing a fix for private map COW race
Steve French
1
-0
/
+9
2007-07-19
[CIFS] Allow disabling CIFS Unix Extensions as mount option
Steve French
1
-6
/
+7
2007-07-16
[CIFS] Typo in previous patch
Steve French
1
-2
/
+1
2007-07-16
[CIFS] zero_user_page() conversions
Eric
1
-4
/
+1
2007-07-15
[CIFS] Add support for new POSIX unlink
Steve French
1
-1
/
+13
2007-07-13
[CIFS] whitespace/formatting fixes
Steve French
1
-16
/
+12
2007-07-10
[CIFS] whitespace cleanup
Steve French
1
-128
/
+131
2007-06-08
[CIFS] CIFS should honour umask
Steve French
1
-2
/
+3
2007-05-01
[CIFS] UID/GID override on CIFS mounts to Samba
Steve French
1
-22
/
+33
2007-04-25
[CIFS] New CIFS POSIX mkdir performance improvement (part 2)
Steve French
1
-11
/
+32
2007-04-24
[CIFS] New CIFS POSIX mkdir performance improvement
Steve French
1
-3
/
+181
[next]