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
pinetabv-6.6.y-devel
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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-01
[CIFS] Add remaining ntlmssp flags and standardize field names
Steve French
2
-41
/
+57
2009-05-01
[CIFS] Fix build warning
Steve French
1
-1
/
+1
2009-05-01
cifs: fix length handling in cifs_get_name_from_search_buf
Jeff Layton
1
-5
/
+6
2009-05-01
[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status
Steve French
5
-11
/
+12
2009-05-01
ocfs2: Fix a missing credit when deleting from indexed directories.
Joel Becker
1
-2
/
+3
2009-04-30
[CIFS] rename cifs_strndup to cifs_strndup_from_ucs
Steve French
6
-19
/
+25
2009-04-30
Added loop check when mounting DFS tree.
Igor Mammedov
1
-0
/
+13
2009-04-30
Enable dfs submounts to handle remote referrals.
Igor Mammedov
1
-18
/
+14
2009-04-30
[CIFS] Remove older session setup implementation
Steve French
1
-374
/
+7
2009-04-30
cifs: change cifs_get_name_from_search_buf to use new unicode helper
Jeff Layton
3
-75
/
+13
2009-04-30
cifs: change CIFSSMBUnixQuerySymLink to use new helpers
Jeff Layton
3
-41
/
+20
2009-04-30
cifs: fix session setup unicode string saving to use new unicode helpers
Jeff Layton
1
-58
/
+22
2009-04-30
cifs: convert CIFSTCon to use new unicode helper functions
Jeff Layton
1
-35
/
+14
2009-04-30
cifs: rename cifs_strlcpy_to_host and make it use new functions
Jeff Layton
3
-43
/
+52
2009-04-30
cifs: add new function to get unicode string length in bytes
Jeff Layton
3
-23
/
+35
2009-04-30
cifs: add replacement for cifs_strtoUCS_le called cifs_from_ucs2
Jeff Layton
2
-0
/
+126
2009-04-30
cifs: move #defines for mapchars into cifs_unicode.h
Jeff Layton
2
-11
/
+13
2009-04-30
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Steve French
66
-1009
/
+1047
2009-04-30
xfs: fix getbmap vs mmap deadlock
Christoph Hellwig
1
-17
/
+35
2009-04-30
xfs: a couple getbmap cleanups
Christoph Hellwig
1
-83
/
+79
2009-04-30
xfs: add more checks to superblock validation
Olaf Weber
1
-0
/
+3
2009-04-30
xfs_file_last_byte() needs to acquire ilock
Lachlan McIlroy
1
-0
/
+2
2009-04-29
ocfs2/trivial: Remove unused variable in ocfs2_rename.
Tao Ma
1
-4
/
+0
2009-04-27
eCryptfs: Fix min function comparison warning
Tyler Hicks
1
-1
/
+1
2009-04-27
ecryptfs: fix printk format warning
Randy Dunlap
1
-1
/
+1
2009-04-28
bio: fix memcpy corruption in bio_copy_user_iov()
FUJITA Tomonori
1
-0
/
+3
2009-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
17
-337
/
+281
2009-04-27
Btrfs: look for acls during btrfs_read_locked_inode
Chris Mason
1
-0
/
+62
2009-04-27
Btrfs: fix acl caching
Chris Mason
2
-7
/
+15
2009-04-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-10
/
+3
2009-04-27
ext2: missing unlock in ext2_quota_write()
Dan Carpenter
1
-1
/
+3
2009-04-27
quota: remove obsolete comments in fs/quota/Makefile
Christoph Hellwig
1
-9
/
+0
2009-04-27
Btrfs: Fix a bunch of printk() warnings.
Joel Becker
5
-23
/
+40
2009-04-27
Btrfs: Fix a trivial warning using max() of u64 vs ULL.
Joel Becker
1
-1
/
+1
2009-04-27
Btrfs: remove unused btrfs_bit_radix slab
Chris Mason
1
-8
/
+0
2009-04-27
Btrfs: ratelimit IO error printks
Chris Mason
2
-17
/
+31
2009-04-27
Btrfs: remove #if 0 code
Chris Mason
3
-188
/
+1
2009-04-27
Btrfs: When shrinking, only update disk size on success
Chris Ball
2
-11
/
+27
2009-04-25
ext4: Do not try to validate extents on special files
Theodore Ts'o
1
-2
/
+6
2009-04-25
ROMFS: Advance destination buffer pointer when reading from a blockdev
David Howells
1
-0
/
+1
2009-04-25
ROMFS: romfs_lookup() shouldn't be doing a partial name comparison
David Howells
3
-22
/
+53
2009-04-25
ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
Theodore Ts'o
1
-3
/
+1
2009-04-24
Btrfs: fix deadlocks and stalls on dead root removal
Chris Mason
1
-0
/
+6
2009-04-24
Btrfs: fix fallocate deadlock on inode extent lock
Chris Mason
5
-17
/
+29
2009-04-24
Btrfs: kill btrfs_cache_create
Christoph Hellwig
3
-43
/
+28
2009-04-24
Btrfs: don't export symbols
Christoph Hellwig
1
-6
/
+0
2009-04-24
Btrfs: simplify makefile
Christoph Hellwig
1
-17
/
+2
2009-04-24
Btrfs: try to keep a healthy ratio of metadata vs data block groups
Josef Bacik
4
-2
/
+42
2009-04-24
ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
Theodore Ts'o
1
-1
/
+11
2009-04-24
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
6
-28
/
+42
[prev]
[next]