summaryrefslogtreecommitdiffstats
path: root/fs/cramfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds2018-10-301-3/+4
|\
| * Cramfs: trivial whitespace fixesNicolas Pitre2018-10-301-2/+2
| * Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre2018-10-301-1/+2
* | cramfs: convert to use vmf_insert_mixedNicolas Pitre2018-10-271-1/+4
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-141-1/+1
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-1/+1
* | | cramfs_lookup(): use d_splice_alias()Al Viro2018-05-221-4/+1Star
|/ /
* / cramfs: Fix IS_ENABLED typoJoe Perches2018-05-211-1/+1
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-2/+2
* cramfs: add mmap supportNicolas Pitre2017-10-151-0/+209
* cramfs: implement uncompressed and arbitrary data block positioningNicolas Pitre2017-10-151-19/+71
* cramfs: direct memory access supportNicolas Pitre2017-10-151-42/+170
* more trivial ->iterate_shared conversionsAl Viro2016-05-091-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-15/+15
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-091-0/+1
* fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick2014-08-091-1/+1
* fs/cramfs: code clean-upFabian Frederick2014-08-091-11/+14
* fs/cramfs: use pr_fmtFabian Frederick2014-08-091-8/+10
* fs/cramfs: convert printk to pr_foo()Fabian Frederick2014-08-091-7/+7
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | mm: remove read_cache_page_async()Sasha Levin2014-04-041-2/+1Star
|/
* cramfs: take headers to fs/cramfsAl Viro2014-01-251-4/+20
* cramfs: get rid of ->put_super()Al Viro2014-01-251-16/+12Star
* [readdir] convert f2fsAl Viro2013-06-291-13/+8Star
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* userns: Convert cramfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-2/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-4/+2Star
|\
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-4/+2Star
* | cramfs: Fix typo in inode.cMasanari Iida2012-02-211-3/+3
|/
*-. Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-071-2/+1Star
|\ \
| | * fs: move code out of buffer.cAl Viro2012-01-041-1/+0Star
| |/ |/|
| * fs: propagate umode_t, misc bitsAl Viro2012-01-041-1/+1
|/
* cramfs: get_cramfs_inode() returns ERR_PTR() on failureAl Viro2011-07-181-10/+12
* cramfs: generate unique inode number for better inode cache usageStefani Seibold2011-01-131-41/+69
* new helper: mount_bdev()Al Viro2010-10-291-5/+4Star
* cramfs: only unlock new inodesAlexander Shishkin2010-08-181-1/+1
* simplify get_cramfs_inode()Al Viro2010-08-091-50/+38Star
* fs/cramfs: return f_fsid for statfs(2)Coly Li2009-04-031-0/+3
* cramfs: propagate uncompression errorsDavid VomLehn2009-04-031-10/+26
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0Star
* cramfs: fix named-pipe handlingAl Viro2008-08-211-46/+38Star
* fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
* fs/cramfs/inode.c: replace hardcoded value with preprocessor constantAndi Drebes2007-10-181-3/+3
* fs/cramfs/inode.c: remove unused variableAndi Drebes2007-10-181-2/+1Star
* cramfs: error message about endianessAndi Drebes2007-10-171-1/+10