aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis1-0/+9
2020-06-02um: Use fdatasync() when mapping the UBD FSYNC commandAnton Ivanov1-1/+1
2020-06-02um: Add include: memset() and memcpy() are in <string.h>Zach van Rijn1-0/+1
2020-03-29um: Implement time-travel=extJohannes Berg1-0/+30
2020-03-29um: falloc.h needs to be directly included for older libcAlan Maguire1-0/+1
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann1-1/+1
2019-09-15um: Add SPDX headers for files in arch/um/os-LinuxAlex Dewar1-1/+1
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron1-0/+44
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov1-0/+10
2018-03-29um: Compile with modern headersJason A. Donenfeld1-0/+1
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov1-0/+19
2015-06-25um: Include sys/types.h for makedev(), major(), minor()Hans-Werner Hilse1-0/+1
2014-04-20um: Memory corruption on startupAnton Ivanov1-0/+6
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger1-0/+9
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro1-1/+1
2011-11-02um: -include user.h for USER_OBJ, trim includesAl Viro1-2/+0
2010-08-09Deal with missing exports for hostfsAl Viro1-0/+15
2008-02-05uml: implement O_APPENDJeff Dike1-0/+2
2008-02-05uml: style fixes in file.cJeff Dike1-114/+118
2008-02-05uml: miscellaneous code cleanupsJeff Dike1-27/+11
2008-02-05uml: tidy kern_util.hJeff Dike1-1/+0
2008-02-05uml: code tidying under arch/um/os-LinuxWANG Cong1-7/+7
2007-11-14uml: fix recvmsg return value checkingJeff Dike1-2/+1
2007-10-16uml: userspace files should call libc directlyJeff Dike1-57/+45
2007-10-16uml: remove os_* usage from userspace filesJeff Dike1-11/+0
2007-10-16uml: style fixes pass 3Jeff Dike1-2/+2
2007-10-16uml: tidy recently-moved codeJeff Dike1-13/+0
2007-09-19uml: use correct type in BLKGETSIZE ioctlNicolas George1-1/+2
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike1-50/+0
2007-05-07uml: start fixing os_read_file and os_write_fileJeff Dike1-0/+18
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-02-11[PATCH] uml: libc-dependent code should call libc directlyJeff Dike1-19/+0
2006-07-10[PATCH] uml: add some EINTR protectionJeff Dike1-4/+2
2006-07-10[PATCH] uml: formatting fixesJeff Dike1-71/+66
2006-05-01[PATCH] uml: error handling fixesJeff Dike1-1/+1
2006-02-24[PATCH] uml: os_connect_socket error path fixupPaolo 'Blaisorblade' Giarrusso1-5/+14
2005-09-17[PATCH] uml: preserve errno in error pathsJeff Dike1-51/+31
2005-06-08[PATCH] uml: compile fixes for gcc 4Jeff Dike1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+680