summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: Fix filesystem detection with full pathPeter Mamonov2015-10-131-1/+5
* Merge branch 'for-next/omap'Sascha Hauer2015-10-071-1/+1
|\
| * detect_fs: use device instead of fileVicente Bergas2015-10-021-1/+1
* | fs: syntax fix in ramfs.cStefan Christ2015-10-011-1/+1
* | introduce strerrorpSascha Hauer2015-09-231-1/+1
|/
* cdev: Add function to find cdev by device_nodeSascha Hauer2015-09-011-0/+13
* Merge branch 'for-next/net'Sascha Hauer2015-08-062-6/+3
|\
| * fs/nfs.c: use SUNRPC_PORT remote port by defaultAntony Pavlov2015-07-201-1/+1
| * fs/nfs.c: use uint16_t for port numbersAntony Pavlov2015-07-201-2/+2
| * fs/tftp.c: drop unused server_port variableAntony Pavlov2015-07-201-3/+0
* | fs: efivars: read the attributes on the second get_variable()Michael Olbrich2015-07-271-3/+4
* | fs: efivars: add more error checkingMichael Olbrich2015-07-271-4/+12
* | fs: efivars: use xstrdup_* when appropriateMichael Olbrich2015-07-271-3/+3
* | fs: efi: use xstrdup_* when appropriateMichael Olbrich2015-07-271-2/+2
* | drop <stddef.h> includesSascha Hauer2015-07-231-1/+0
|/
* Merge branch 'for-next/blspec'Sascha Hauer2015-07-063-0/+84
|\
| * fs: nfs: Implement Linux rootargSascha Hauer2015-06-181-0/+24
| * fs: ubifs: Implement Linux rootargSascha Hauer2015-06-181-0/+23
| * fs: Add device parameter for Linux root= optionSascha Hauer2015-06-181-0/+37
* | Merge branch 'for-next/net'Sascha Hauer2015-07-031-21/+26
|\ \
| * | tftp_recv(): handle opcode field in a more natural wayAntony Pavlov2015-06-291-8/+7
| * | tftp_recv(): according to RFC1350 minimal tftp packet length is 4 bytesAntony Pavlov2015-06-291-3/+2
| * | fs/tftp: handle incoming packets in the separate tftp_recv() functionAntony Pavlov2015-06-291-10/+17
| |/
* / treewide: fix 'new blank line at EOF' formatting errorAntony Pavlov2015-07-023-3/+0
|/
* Merge branch 'for-next/misc'Sascha Hauer2015-06-091-8/+5
|\
| * mem: Fix memcpy_sz variable typesSascha Hauer2015-05-151-8/+5
* | fs: Add O_RWSIZE_8Sascha Hauer2015-05-281-0/+3
|/
* Merge branch 'for-next/fs'Sascha Hauer2015-03-0913-59/+59
|\
| * fs: rename inode member of struct filep to privSascha Hauer2015-03-0913-59/+59
* | fs: make "offset" parameter of erase() and protect() 64 bit safeMarc Kleine-Budde2015-03-031-2/+2
|/
* linux/kernel.h: rename USHORT_MAX, SHORT_MAX, SHORT_MINMasahiro Yamada2015-01-211-1/+1
* fs: ubifs: remove redundant macro definesMasahiro Yamada2015-01-211-4/+0
* Merge branch 'for-next/misc'Sascha Hauer2015-01-092-2/+2
|\
| * sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-082-2/+2
* | fs: efivars: implement write supportLucas Stach2014-12-091-0/+105
* | fs: efivars: don't store attributes in fileLucas Stach2014-12-091-7/+6
* | fs: efivar: preserve more info in inodeLucas Stach2014-12-091-5/+10
* | fs: efivar: move variable discovery into probeLucas Stach2014-12-091-51/+58
* | fs: efivar: switch to standard list implementationLucas Stach2014-12-091-21/+13
* | fs: efivars: cosmetic changesLucas Stach2014-12-091-4/+4
|/
* Merge branch 'for-next/randconfig-1'Sascha Hauer2014-12-081-0/+1
|\
| * fs: bpkfs: select CRC32Sascha Hauer2014-11-281-0/+1
* | fs: uImagefs: select crc32Sascha Hauer2014-11-271-0/+1
|/
* fs: implement fstatSascha Hauer2014-10-081-0/+16
* fs: Store the path in struct filepSascha Hauer2014-10-081-0/+5
* fs: do not lookup global FILE * when the file is already availableSascha Hauer2014-10-081-1/+1
* fs: store pointer to fsdev instead of dev in struct filepSascha Hauer2014-10-082-50/+29
* Merge branch 'for-next/metadata'Sascha Hauer2014-08-072-72/+1
|\
| * move file helper functions to separate fileSascha Hauer2014-08-072-72/+1
* | Merge branch 'for-next/efi'Sascha Hauer2014-08-075-2/+922
|\ \ | |/ |/|