index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
2006-06-20
2
-2
/
+5
|
\
|
*
[PATCH] Fix missing ret assignment in __bio_map_user() error path
Jens Axboe
2006-06-17
1
-2
/
+3
|
*
[PATCH] Return error in case flock_lock_file failure
Kirill Korotaev
2006-06-14
1
-0
/
+2
*
|
NLM: Fix reclaim races
Trond Myklebust
2006-06-09
3
-15
/
+39
*
|
NLM: sem to mutex conversion
Trond Myklebust
2006-06-09
1
-4
/
+4
*
|
NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mounts
Trond Myklebust
2006-06-09
1
-0
/
+29
*
|
NFS: Split fs/nfs/inode.c
David Howells
2006-06-09
16
-1802
/
+1993
*
|
NFS: Fix typo in nfs_do_clone_mount()
Trond Myklebust
2006-06-09
1
-2
/
+2
*
|
NFS: Fix compile errors introduced by referrals patches
Trond Myklebust
2006-06-09
1
-11
/
+26
*
|
NFSv4: Ensure that referral mounts bind to a reserved port
Trond Myklebust
2006-06-09
1
-0
/
+2
*
|
NFSv4: A root pathname is sent as a zero component4
Andy Adamson
2006-06-09
1
-1
/
+10
*
|
NFSv4: Follow a referral
Manoj Naik
2006-06-09
3
-2
/
+58
*
|
NFSv4: Ensure client submounts when following a referral
Manoj Naik
2006-06-09
1
-3
/
+267
*
|
NFS: Expand clone mounts to include other servers
Manoj Naik
2006-06-09
1
-47
/
+64
*
|
NFSv4: Create NFSv4 transport and client
Manoj Naik
2006-06-09
1
-58
/
+73
*
|
NFSv4: Define an fs_locations bitmap
Manoj Naik
2006-06-09
3
-2
/
+30
*
|
NFSv4: GETATTR attributes on referral
Manoj Naik
2006-06-09
1
-2
/
+2
*
|
NFSv4: Decode mounted_on_fileid attribute in getattr.
Manoj Naik
2006-06-09
1
-0
/
+21
*
|
NFSv4: convert fs-locations-components to conform to RFC3530
Manoj Naik
2006-06-09
3
-12
/
+74
*
|
NFSv4: Implement the fs_locations function call
Trond Myklebust
2006-06-09
3
-2
/
+141
*
|
NFS: Add timeout to submounts
Trond Myklebust
2006-06-09
3
-1
/
+37
*
|
NFS: Ensure the client submounts, when it crosses a server mountpoint.
Trond Myklebust
2006-06-09
6
-5
/
+409
*
|
NFS: Store the file system "fsid" value in the NFS super block.
Trond Myklebust
2006-06-09
5
-5
/
+14
*
|
VFS: Remove dependency of ->umount_begin() call on MNT_FORCE
Trond Myklebust
2006-06-09
5
-14
/
+22
*
|
VFS: Add shrink_submounts()
Trond Myklebust
2006-06-09
1
-25
/
+99
*
|
VFS: Unexport do_kern_mount() and clean up simple_pin_fs()
Trond Myklebust
2006-06-09
8
-10
/
+11
*
|
VFS: Add GPL_EXPORTED function vfs_kern_mount()
Trond Myklebust
2006-06-09
1
-7
/
+15
*
|
NFS: Remove nfs_delete_inode()
Trond Myklebust
2006-06-09
1
-22
/
+4
*
|
NFS: Flesh out nfs_invalidate_page()
Trond Myklebust
2006-06-09
3
-23
/
+57
*
|
NFSv4: remove obviously bogus comparison from decode_getacl
J. Bruce Fields
2006-06-09
1
-2
/
+1
*
|
NFSv4: really return status from decode_recall_args()
Alexey Dobriyan
2006-06-09
1
-1
/
+1
*
|
NFSv3: Client-side nfsacl caching fix
Andreas Gruenbacher
2006-06-09
1
-3
/
+8
*
|
NFS: Fix up inode revalidation accounting
Trond Myklebust
2006-06-09
1
-1
/
+1
*
|
NFS: Separate metadata and page cache revalidation mechanisms
Trond Myklebust
2006-06-09
4
-28
/
+16
*
|
NFS: More page cache revalidation fixups
Trond Myklebust
2006-06-09
1
-5
/
+5
*
|
NFS: Fix page cache revalidation
Trond Myklebust
2006-06-09
1
-13
/
+6
*
|
NFS: Optimize allocation of nfs_read/write_data structures
Chuck Lever
2006-06-09
2
-18
/
+11
*
|
NFS: Clean up inode metadata updates
Trond Myklebust
2006-06-09
2
-13
/
+1
*
|
NFSv4: Some NFSv4 servers have broken behaviour for the change attribute
Trond Myklebust
2006-06-09
1
-13
/
+9
*
|
NFS: Clean up and fix page zeroing when we have short reads
Trond Myklebust
2006-06-09
1
-32
/
+75
|
/
*
[PATCH] debugfs inode leak
Jens Axboe
2006-06-08
1
-1
/
+2
*
[PATCH] fs/namei.c: Call to file_permission() under a spinlock in do_lookup_p...
Trond Myklebust
2006-06-05
1
-9
/
+10
*
[PATCH] ext3 resize: fix double unlock_super()
Andrew Morton
2006-05-31
1
-1
/
+0
*
[[CIFS] Pass truncate open flag through on file open in case setattr fails
Steve French
2006-05-30
1
-0
/
+2
*
[CIFS] Fix typos in previous fix
Steve French
2006-05-30
2
-5
/
+5
*
[CIFS] endian fix for new POSIX byte range lock support
Steve French
2006-05-30
1
-2
/
+2
*
[CIFS] fix memory leak in cifs session info struct on reconnect
Steve French
2006-05-30
1
-6
/
+82
*
[CIFS] ACPI suspend oops
Steve French
2006-05-30
1
-2
/
+4
*
[CIFS] Do not limit the length of share names (was 100 for whole UNC name)
Steve French
2006-05-30
2
-4
/
+9
*
[CIFS] Fix new POSIX Locking for setting lock_type correctly on unlock
Steve French
2006-05-30
5
-7
/
+42
[next]