summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/net' into masterSascha Hauer2020-09-251-0/+34
|\
| * fs: Warn when filesystem operations are called from a pollerSascha Hauer2020-08-191-0/+34
* | fs: Fix use after freeSascha Hauer2020-09-141-3/+3
* | fs: Drop unnecessary dput()Sascha Hauer2020-09-141-1/+0
* | fs: don't free device in remove callbackAhmad Fatoum2020-09-141-2/+9
* | fs: Use iget_locked() rather than squashfs specific functionSascha Hauer2020-08-202-18/+1
* | fs: squashfs: Do not free root inodeSascha Hauer2020-08-201-1/+0
* | fs: squashfs: set s_op in timeSascha Hauer2020-08-201-2/+1
|/
* Merge branch 'for-next/ramfs'Sascha Hauer2020-07-276-164/+228
|\
| * fs: ramfs: Implement memmapSascha Hauer2020-07-051-0/+20
| * fs: ramfs: Use dynamically sized chunksSascha Hauer2020-07-051-148/+159
| * fs: ramfs: Drop dead codeSascha Hauer2020-07-051-14/+0
| * fs: ramfs: Return -ENOSPCSascha Hauer2020-07-051-2/+2
| * fs: free inodes we no longer needSascha Hauer2020-07-051-3/+5
| * fs: Make iput() accept NULL pointersSascha Hauer2020-07-051-0/+3
| * fs: Add destroy_inode callbacks to filesystemsSascha Hauer2020-07-055-1/+43
* | fs: fat: extend for in-PBL supportAhmad Fatoum2020-07-119-83/+175
|/
* Merge branch 'for-next/misc'Sascha Hauer2020-05-1410-30/+0
|\
| * treewide: remove references to CREDITSUwe Kleine-König2020-04-2710-30/+0
* | fs: Fix inode size setting in ftruncateSascha Hauer2020-05-051-0/+1
|/
* nfs: Do not allow to abortSascha Hauer2020-03-301-3/+0
* fs: nfs: don't maintain nfs dentries in dcacheSascha Hauer2020-03-301-0/+1
* nfs: queue received packetsSascha Hauer2020-03-301-23/+29
* nfs: Fix polling for packetsSascha Hauer2020-03-301-2/+5
* nfs: Fix rpc_check_reply() return value for stale packetsSascha Hauer2020-03-301-7/+2
* nfs: remove unnecessary checkSascha Hauer2020-03-301-3/+0
* nfs: Add missing freeSascha Hauer2020-03-301-0/+1
* nfs: Add function to free packetsSascha Hauer2020-03-301-11/+16
* Merge branch 'for-next/block'Sascha Hauer2020-03-182-0/+46
|\
| * cdev: Add discard_range hookSascha Hauer2020-02-141-0/+21
| * fs: Introduce discard_range()Sascha Hauer2020-02-141-0/+25
* | fs: jffs2: add initial support for reading jffs2Steffen Trumtrar2020-02-1028-0/+8459
|/
* pstore: ramoops: use correct format specifier for size_t variablesLucas Stach2019-12-021-4/+4
* pstore: don't try to grab non-existent logbufLucas Stach2019-12-021-0/+3
* pstore: remove unused goto labelAhmad Fatoum2019-11-271-1/+0
* pstore: fix build by re-resolving botched merge conflictAhmad Fatoum2019-11-271-29/+0
* Merge branch 'for-next/misc'Sascha Hauer2019-11-072-2/+2
|\
| * fs: ubootvarfs: use correct format specifier for pointer diffLucas Stach2019-11-041-1/+1
| * fs: devfs-core: do a case-insensitive compare of partuuidsAhmad Fatoum2019-10-231-1/+1
* | Merge branch 'for-next/ext4'Sascha Hauer2019-11-072-70/+23
|\ \
| * | fs: ext4: return NULL instead of 0Sascha Hauer2019-10-291-2/+2
| * | fs: ext4: Fix handling of sparse filesSascha Hauer2019-10-291-14/+14
| * | fs: ext4: remove unnecessarily clever file readSascha Hauer2019-10-291-53/+6
| * | fs: ext4: Fix out of bounds memsetSascha Hauer2019-10-291-1/+1
| |/
* / efi: use efi_guidcmp helper where appropriateAhmad Fatoum2019-10-181-1/+1
|/
* fs: devfs-core: have device_find_partition search symlinksAhmad Fatoum2019-10-151-0/+21
* chdir(): add LOOKUP_DIRECTORY flag to filename_lookup()Robert Karszniewicz2019-10-141-1/+1
* trivial: fix typo lenght -> lengthUwe Kleine-König2019-10-141-1/+1
* Merge branch 'for-next/tftp'Sascha Hauer2019-09-122-1/+10
|\
| * fs: tftp: don't maintain tftp dentries in dcacheAhmad Fatoum2019-08-231-0/+1