projects
/
akaros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove CONFIG_KTHREAD_POISON
[akaros.git]
/
kern
/
src
/
vfs.c
2016-11-29
Barret Rhoden
slab: Update the ctor/dtor interface
blob
|
commitdiff
2016-11-29
Barret Rhoden
slab: Add an arena pointer to the interface
blob
|
commitdiff
|
diff to current
2016-05-18
Dan Cross
It's to its in VFS comments and remove trailing whitespace.
blob
|
commitdiff
|
diff to current
2016-05-02
Barret Rhoden
Fix VFS clone_fdt bug
blob
|
commitdiff
|
diff to current
2016-04-29
Michael Davidson
Initial clean up of gettimeofday and timekeeping
blob
|
commitdiff
|
diff to current
2016-03-31
Barret Rhoden
Rename KMALLOC_* -> MEM_* [2/2]
blob
|
commitdiff
|
diff to current
2015-12-10
Barret Rhoden
Mark kthreads as ktasks for kernel I/O [2/2]
blob
|
commitdiff
|
diff to current
2015-12-10
Barret Rhoden
Determine bufs with is_ktask in the VFS [1/2]
blob
|
commitdiff
|
diff to current
2015-12-10
Barret Rhoden
Have switch_{to,back} use an opaque uintptr_t
blob
|
commitdiff
|
diff to current
2015-11-18
Davide Libenzi
Added API to retrieve the full path of a struct dentry
blob
|
commitdiff
|
diff to current
2015-10-28
Dan Cross
Replace most uses of strncpy with strlcpy.
blob
|
commitdiff
|
diff to current
2015-09-28
Barret Rhoden
Perform basic mode checks for VFS I/O
blob
|
commitdiff
|
diff to current
2015-09-28
Barret Rhoden
Replace IS_READONLY with an O_WRITE check [5/7]
blob
|
commitdiff
|
diff to current
2015-09-28
Barret Rhoden
Properly convert open mode flags to rwx [3/7]
blob
|
commitdiff
|
diff to current
2015-09-28
Barret Rhoden
Add FD tap infrastructure (XCC)
blob
|
commitdiff
|
diff to current
2015-08-27
Barret Rhoden
Fix do_mkdir on root directories
blob
|
commitdiff
|
diff to current
2015-07-28
Barret Rhoden
Fix FD table's next/hint FD
blob
|
commitdiff
|
diff to current
2015-07-28
Barret Rhoden
Clean up FD support code
blob
|
commitdiff
|
diff to current
2015-07-28
Barret Rhoden
Remove all fgrp code
blob
|
commitdiff
|
diff to current
2015-07-28
Barret Rhoden
Implement 9ns FD functions with fd tables
blob
|
commitdiff
|
diff to current
2015-07-27
Barret Rhoden
Decref file/chan outside of the fd_table lock
blob
|
commitdiff
|
diff to current
2015-07-27
Barret Rhoden
Make fd tables work for files or chans
blob
|
commitdiff
|
diff to current
2015-07-27
Barret Rhoden
Rename files_struct -> fd_table
blob
|
commitdiff
|
diff to current
2015-05-06
Barret Rhoden
Untangling the glibc header rat's nest (P.1) (XCC)
blob
|
commitdiff
|
diff to current
2015-03-01
Barret Rhoden
VFS helpers for reading files in kernel mode
blob
|
commitdiff
|
diff to current
2015-03-01
Barret Rhoden
Adds epoch_*sec() helpers
blob
|
commitdiff
|
diff to current
2015-01-19
Barret Rhoden
Fixes O_CLOEXEC
blob
|
commitdiff
|
diff to current
2014-10-07
Barret Rhoden
Fixes deadlock on growing the FD set
blob
|
commitdiff
|
diff to current
2014-10-06
Barret Rhoden
Fixes FD set freeing
blob
|
commitdiff
|
diff to current
2014-09-23
Barret Rhoden
Fixes errno value for opens without O_CREATE
blob
|
commitdiff
|
diff to current
2014-09-17
Barret Rhoden
VFS: only lookup once
blob
|
commitdiff
|
diff to current
2014-09-17
Barret Rhoden
VFS: use a proper hash function
blob
|
commitdiff
|
diff to current
2014-09-17
Barret Rhoden
VFS: superblock init can handle d_ops
blob
|
commitdiff
|
diff to current
2014-08-27
Barret Rhoden
Fixes chdir retval
blob
|
commitdiff
|
diff to current
2014-08-24
Barret Rhoden
VFS O_APPEND
blob
|
commitdiff
|
diff to current
2014-08-21
Barret Rhoden
VFS truncate
blob
|
commitdiff
|
diff to current
2014-08-20
Barret Rhoden
VFS rename
blob
|
commitdiff
|
diff to current
2014-08-19
Barret Rhoden
Fixes insert_file()
blob
|
commitdiff
|
diff to current
2014-08-19
Barret Rhoden
Fixes buggy assert in __claim_fd()
blob
|
commitdiff
|
diff to current
2014-08-19
Ronald G. Minnich
Allow a parent to set up a child's fd's via a new syste...
blob
|
commitdiff
|
diff to current
2014-08-14
Kevin Klues
Add more restrictive oflag checks to sys_open
blob
|
commitdiff
|
diff to current
2014-08-13
Barret Rhoden
fchdir() (XCC)
blob
|
commitdiff
|
diff to current
2014-07-23
Barret Rhoden
New VFS files have the 'correct' ctime
blob
|
commitdiff
|
diff to current
2014-07-22
Barret Rhoden
Decreases harm from races on VFS file offsets
blob
|
commitdiff
|
diff to current
2014-07-22
Barret Rhoden
Allows concurrent dcache_put() calls
blob
|
commitdiff
|
diff to current
2014-07-22
Barret Rhoden
Fixes VFS generic_file_read with too large offsets
blob
|
commitdiff
|
diff to current
2014-07-16
Barret Rhoden
chmod() and fchmod(), implemented with wstat (XCC)
blob
|
commitdiff
|
diff to current
2014-07-16
Barret Rhoden
Fixes the VFS chmod
blob
|
commitdiff
|
diff to current
2014-07-16
Barret Rhoden
Fixes VFS getcwd
blob
|
commitdiff
|
diff to current
2014-06-12
Kevin Klues
Turn noisy vfs debugging code into printds
blob
|
commitdiff
|
diff to current
2014-04-01
Kevin Klues
Add ability for vfs fd_set/fd_array to grow on demand
blob
|
commitdiff
|
diff to current
2014-03-21
Kevin Klues
Fix bug with duping fds for plan 9 files
blob
|
commitdiff
|
diff to current
2014-01-19
Barret Rhoden
Converts between 9ns and VFS stat structs
blob
|
commitdiff
|
diff to current
2014-01-18
Barret Rhoden
Akaros side of the VFS/9ns connection
blob
|
commitdiff
|
diff to current
2014-01-17
Barret Rhoden
Page map interface and munmap changes
blob
|
commitdiff
|
diff to current
2014-01-16
Barret Rhoden
Fixes VFS open bug
blob
|
commitdiff
|
diff to current
2014-01-16
Barret Rhoden
Half-assed file truncation
blob
|
commitdiff
|
diff to current
2014-01-16
Barret Rhoden
VFS helpers for getting/putting FDs
blob
|
commitdiff
|
diff to current
2014-01-16
Barret Rhoden
Properly close files when destroying procs
blob
|
commitdiff
|
diff to current
2014-01-16
Barret Rhoden
Fixes bug in pipe
blob
|
commitdiff
|
diff to current
2013-09-12
Barret Rhoden
Fixes bug in sys_pipe()
blob
|
commitdiff
|
diff to current
2013-08-28
Kevin Klues
Pipe open/release should depend on mode not flags
blob
|
commitdiff
|
diff to current
2013-08-22
Kevin Klues
Initialize num pipe readerw/writers to 0
blob
|
commitdiff
|
diff to current
2013-08-20
Barret Rhoden
Fixes error handling in do_pipe()
blob
|
commitdiff
|
diff to current
2013-08-20
Barret Rhoden
VFS: get_dentry() sets errno
blob
|
commitdiff
|
diff to current
2013-08-19
Barret Rhoden
Pipes (XCC)
blob
|
commitdiff
|
diff to current
2013-08-19
Barret Rhoden
VFS dummy ops
blob
|
commitdiff
|
diff to current
2013-05-31
Barret Rhoden
Replaces all __CONFIG_*__ with CONFIG_*
blob
|
commitdiff
|
diff to current
2013-05-27
Barret Rhoden
Replaces %08p with %p
blob
|
commitdiff
|
diff to current
2013-03-22
Barret Rhoden
Merge origin/netpush (networking code) (XCC)
blob
|
commitdiff
|
diff to current
2013-03-06
Barret Rhoden
64 bit file seeking (XCC)
blob
|
commitdiff
|
diff to current
2012-10-04
Barret Rhoden
Fixes bug in generic_dir_read()
blob
|
commitdiff
|
diff to current
2012-04-02
David Zhu
Initial commit for socket related networking stuff.
blob
|
commitdiff
|
diff to current
2011-11-03
Andrew Waterman
32b/64b compatibility fixes
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
CONFIG_EXT2 controls the loading of the fs_type
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Fixes a bug with sparc's atomic_sub_and_test()
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Applies FD flags per file desc, not per file
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Ext2 uses the page cache for block metadata
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Converts page_map for bdev usage
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Changed readpage() to not require a file
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Buffer heads to track page mappings -> block num
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Fixes icache_put on creation and KFS refcounting
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Dentry cache pruning function
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
rmdir() can't remove mountpoints
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Inode cache
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Dentry cache
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
ext2_dealloc_inode(), clarifies dealloc vs delete
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Readdir fixes, ext2_readdir()
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Pushes the empty dir check into fs->rmdir()
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
readdir() now reports . and ..
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Fixed a dir's i_nlink to track only child dirs
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
ext2: lookup() and read_ino_block()
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
ext2: alloc_ and read_inode()
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Mounts ext2
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Block layer and ext2 headers
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Fixes bug in close_all_files()
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Fixed file insertion of stdin/stdout/stderr
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
sys_fcntl() supports dup
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Fixes path_lookup() for "/" and LOOKUP_PARENT
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
File mode stored in i_mode
blob
|
commitdiff
|
diff to current
next