summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * fs: implement EFI variable filesystem driverSascha Hauer2014-07-163-0/+348
| * fs: implement EFI filesystem driverSascha Hauer2014-07-163-0/+572
| * fat: Use correct format specifierSascha Hauer2014-07-111-2/+2
* | fs: ext4: le32_to_cpu() used on a 16-bit fieldSascha Hauer2014-07-251-6/+6
* | fs: ext4: use EXT2_BLOCK_SIZE instead of fs->blkszSascha Hauer2014-07-251-1/+2
* | fs: ext4: fix "invalid extent block" errorSascha Hauer2014-07-251-1/+1
|/
* automount: check for recursive automountSascha Hauer2014-07-031-1/+9
* drop CONFIG_PARTITION_NEED_MTDSascha Hauer2014-05-132-5/+2
* tftp: add timeframe when remote server is retransmittingChristoph Fritz2014-05-051-3/+5
* ubifs: Remove unused variableAlexander Shiyan2014-04-231-4/+0
* devfs-core: return new cdev also for mtd partitionsSascha Hauer2014-04-091-1/+1
* Merge branch 'for-next/ubi'Sascha Hauer2014-03-073-16/+29
|\
| * fs: ubifs: rework loggingSascha Hauer2014-02-283-16/+27
| * fs: ubifs: Fix unused function warningSascha Hauer2014-02-281-0/+2
* | Merge branch 'for-next/partitionhelper'Sascha Hauer2014-03-071-17/+83
|\ \
| * | devfs: partitioning: add new helper devfs_create_partitionsUwe Kleine-König2014-02-281-17/+82
| * | devfs_add_partition: make flags parameter unsignedUwe Kleine-König2014-02-281-1/+1
| * | devfs: partitioning: add missing free in error pathUwe Kleine-König2014-02-281-0/+1
| |/
* | Merge branch 'for-next/nfs'Sascha Hauer2014-03-075-319/+702
|\ \
| * | run_command: remove unused flag parameterSascha Hauer2014-03-071-1/+1
| * | nfs: parse nfsport and mount port from file system optionsUwe Kleine-König2014-02-104-12/+57
| * | mount: support filesystem options passed via -oUwe Kleine-König2014-02-101-6/+13
| * | nfs: switch to nfs3Uwe Kleine-König2014-02-101-269/+625
| * | nfs: drop an unneeded variable from nfs_do_open()Uwe Kleine-König2014-02-101-10/+8
| * | nfs: simplify rpc_lookup_reqUwe Kleine-König2014-02-101-18/+6
| * | nfs: shorten and simplify rpc_add_credentials a bitUwe Kleine-König2014-02-101-21/+5
| * | nfs: skip over stale rpc packetsUwe Kleine-König2014-02-101-1/+6