aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cramfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-02-25bdev: open block device as filesChristian Brauner1-1/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-2/+2
2023-10-28fs: Convert to bdev_open_by_dev()Jan Kara1-1/+1
2023-10-18cramfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+6
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig1-1/+1
2023-08-10fs: open block device after superblock creationJan Kara1-2/+6
2023-07-13cramfs: convert to ctime accessor functionsJeff Layton1-1/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-03-02fs/cramfs/inode.c: initialize file_ra_stateAndrew Morton1-1/+1
2023-02-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+4
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-02cramfs: Kconfig: fix spelling & punctuationRandy Dunlap1-1/+1
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-1/+1
2023-01-10fs/cramfs: Convert kmap() to kmap_local_data()Fabio M. De Francesco1-5/+4
2022-08-02cramfs: read_mapping_page() is synchronousMatthew Wilcox (Oracle)1-13/+4
2022-05-09cramfs: Convert cramfs to read_folioMatthew Wilcox (Oracle)2-7/+8
2021-10-18cramfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-01-05cramfs: use %pD instead of messing with file_dentry()->d_nameAl Viro1-10/+8
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-02-07cramfs: switch to use of errofc() et.al.Al Viro1-7/+7
2019-11-23cramfs: fix usage on non-MTD deviceMaxime Bizon1-2/+2
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-30/+39
2019-09-05vfs: Convert cramfs to use the new mount APIDavid Howells1-30/+39
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-10-30Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds1-3/+4
2018-10-30Cramfs: trivial whitespace fixesNicolas Pitre1-2/+2
2018-10-30Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2018-10-26cramfs: convert to use vmf_insert_mixedNicolas Pitre1-1/+4
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-22cramfs_lookup(): use d_splice_alias()Al Viro1-4/+1
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches1-1/+1
2018-02-08cramfs: better MTD dependency expressionNicolas Pitre1-2/+1
2017-12-17cramfs: fix MTD dependencyArnd Bergmann1-0/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-17Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-66/+515
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-15cramfs: rehabilitate itNicolas Pitre1-3/+6
2017-10-15cramfs: add mmap supportNicolas Pitre1-0/+209
2017-10-15cramfs: implement uncompressed and arbitrary data block positioningNicolas Pitre2-20/+101
2017-10-15cramfs: direct memory access supportNicolas Pitre2-43/+199
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2-14/+14
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-15/+15
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-08fs/cramfs: code clean-upFabian Frederick2-12/+15
2014-08-08fs/cramfs: use pr_fmtFabian Frederick2-8/+12
2014-08-08fs/cramfs: convert printk to pr_foo()Fabian Frederick2-10/+10
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2014-04-03mm: remove read_cache_page_async()Sasha Levin1-2/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-01-25cramfs: take headers to fs/cramfsAl Viro3-5/+25
2014-01-25cramfs: get rid of ->put_super()Al Viro1-16/+12
2013-11-13cramfs: mark as obsoleteMichael Opdenacker1-1/+4
2013-06-29[readdir] convert f2fsAl Viro1-13/+8
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-21userns: Convert cramfs to use kuid/kgid where appropriateEric W. Biederman1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-02-21cramfs: Fix typo in inode.cMasanari Iida1-3/+3
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro1-2/+1
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-07-17cramfs: get_cramfs_inode() returns ERR_PTR() on failureAl Viro1-10/+12
2011-01-13cramfs: generate unique inode number for better inode cache usageStefani Seibold1-41/+69
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-08-18cramfs: only unlock new inodesAlexander Shishkin1-1/+1
2010-08-09simplify get_cramfs_inode()Al Viro1-50/+38
2009-04-02fs/cramfs: return f_fsid for statfs(2)Coly Li1-0/+3
2009-04-02cramfs: propagate uncompression errorsDavid VomLehn2-11/+27
2009-01-22fs/Kconfig: move cramfs outAlexey Dobriyan1-0/+19
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2008-08-20cramfs: fix named-pipe handlingAl Viro1-46/+38
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2007-10-18fs/cramfs/inode.c: replace hardcoded value with preprocessor constantAndi Drebes1-3/+3
2007-10-18fs/cramfs/inode.c: remove unused variableAndi Drebes1-2/+1
2007-10-17cramfs: error message about endianessAndi Drebes1-1/+10
2007-05-07mm: make read_cache_page synchronousNick Piggin1-1/+2
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-2/+2
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-2/+2
2006-12-08[PATCH] struct path: convert cramfsJosef Sipek1-1/+1
2006-12-07[PATCH] corrupted cramfs filesystems cause kernel oopsPhillip Lougher1-0/+2
2006-09-29[PATCH] cramfs: make cramfs_uncompress_exit() return voidAlexey Dobriyan1-2/+1
2006-09-29[PATCH] cramfs: rewrite init_cramfs_fs()Alexey Dobriyan1-2/+9
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-2/+2
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-3/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+3
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar1-15/+16
2006-03-06[PATCH] cramfs mounts provide corrupted content since 2.6.15Dave Johnson1-31/+29
2005-09-10[PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h>Adrian Bunk1-0/+1
2005-09-07[PATCH] fix cramfs making duplicate entries in inode cacheDave Johnson1-4/+39
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds4-0/+777