aboutsummaryrefslogtreecommitdiffstats
path: root/fs/adfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2023-12-29adfs: remove writepage implementationMatthew Wilcox (Oracle)1-4/+7
2023-10-18adfs: convert to new timestamp accessorsJeff Layton1-5/+8
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-5/+0
2023-08-21adfs: delete unused "union adfs_dirtail" definitionAlexey Dobriyan1-5/+0
2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig1-0/+1
2023-07-13adfs: convert to ctime accessor functionsJeff Layton1-2/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-3/+3
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2022-01-20fs/adfs: remove unneeded variable make code cleanerMinghao Chi1-3/+1
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner2-2/+4
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig1-0/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-01-25fs/adfs: bigdir: Fix an error code in adfs_fplus_read()Dan Carpenter1-1/+2
2020-01-20fs/adfs: mostly divorse inode number from indirect disc addressRussell King3-4/+7
2020-01-20fs/adfs: super: add support for E and E+ floppy image formatsRussell King1-1/+17
2020-01-20fs/adfs: super: extract filesystem block probeRussell King1-71/+78
2020-01-20fs/adfs: dir: remove debug in adfs_dir_update()Russell King1-3/+0
2020-01-20fs/adfs: super: fix inode droppingRussell King1-1/+7
2020-01-20fs/adfs: bigdir: implement directory update supportRussell King1-1/+53
2020-01-20fs/adfs: bigdir: calculate and validate directory checkbyteRussell King1-0/+38
2020-01-20fs/adfs: bigdir: directory validation strengtheningRussell King1-1/+28
2020-01-20fs/adfs: bigdir: extract directory validationRussell King1-10/+31
2020-01-20fs/adfs: bigdir: factor out directory entry offset calculationRussell King1-6/+11
2020-01-20fs/adfs: newdir: split out directory commit from updateRussell King3-13/+18
2020-01-20fs/adfs: newdir: clean up adfs_f_update()Russell King1-49/+24
2020-01-20fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()Russell King1-26/+7
2020-01-20fs/adfs: newdir: improve directory validationRussell King1-0/+1
2020-01-20fs/adfs: newdir: factor out directory format validationRussell King1-28/+20
2020-01-20fs/adfs: dir: use pointers to access directory head/tailsRussell King3-36/+29
2020-01-20fs/adfs: dir: add more efficient iterate() per-format methodRussell King4-14/+42
2020-01-20fs/adfs: dir: switch to iterate_shared methodRussell King1-3/+2
2020-01-20fs/adfs: dir: improve compiler coverage in adfs_dir_updateRussell King1-3/+5
2020-01-20fs/adfs: dir: improve update failure handlingRussell King1-12/+36
2020-01-20fs/adfs: dir: modernise on-disk directory structuresRussell King2-27/+31
2020-01-20fs/adfs: dir: update directory lockingRussell King1-26/+29
2020-01-20fs/adfs: dir: add helper to mark directory buffers dirtyRussell King2-4/+13
2020-01-20fs/adfs: dir: add helper to read directory using inodeRussell King1-10/+22
2020-01-20fs/adfs: dir: add generic directory readingRussell King4-77/+74
2020-01-20fs/adfs: dir: add generic copy functionsRussell King4-82/+75
2020-01-20fs/adfs: dir: add common directory sync methodRussell King4-40/+18
2020-01-20fs/adfs: dir: add common directory buffer release methodRussell King4-60/+25
2020-01-20fs/adfs: dir: add common dir object initialisationRussell King3-12/+13
2020-01-20fs/adfs: dir: rename bh_fplus to bhsRussell King2-30/+28
2020-01-20fs/adfs: map: fix map scanningRussell King1-2/+7
2020-01-20fs/adfs: map: move map-specific sb initialisation to map.cRussell King2-10/+10
2020-01-20fs/adfs: map: use find_next_bit_le() rather than open coding itRussell King1-55/+21
2020-01-20fs/adfs: map: incorporate map offsets into layoutRussell King1-11/+11
2020-01-20fs/adfs: map: factor out map cleanupRussell King3-8/+11
2020-01-20fs/adfs: map: break up adfs_read_map()Russell King1-21/+59
2020-01-20fs/adfs: map: rename adfs_map_free() to adfs_map_statfs()Russell King3-9/+10
2020-01-20fs/adfs: map: move map reading and validation to map.cRussell King3-98/+100
2020-01-20fs/adfs: inode: fix adfs_mode2atts()Russell King1-9/+9
2020-01-20fs/adfs: inode: update timestamps to centisecond precisionRussell King2-20/+22
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-141/+161
2019-06-26fs/adfs: add time stamp and file type helpersRussell King4-27/+27
2019-06-26fs/adfs: super: limit idlen according to directory typeRussell King1-2/+8
2019-06-26fs/adfs: super: fix use-after-free bugRussell King1-1/+4
2019-06-26fs/adfs: super: safely update options on remountRussell King1-4/+13
2019-06-26fs/adfs: super: correct superblock flagsRussell King1-2/+4
2019-06-26fs/adfs: clean up indirect disc addresses and fragment IDsRussell King7-49/+41
2019-06-26fs/adfs: clean up error message printingRussell King3-26/+38
2019-06-26fs/adfs: use %pV for error messagesRussell King1-5/+7
2019-06-26fs/adfs: use format_version from disc_recordRussell King2-3/+1
2019-06-26fs/adfs: add helper to get filesystem sizeRussell King2-15/+9
2019-06-26fs/adfs: add helper to get discrecord from mapRussell King5-7/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner8-32/+8
2019-06-06Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-129/+89
2019-05-31fs/adfs: fix filename fixup handling for "/" and "//" namesRussell King1-4/+11
2019-05-31fs/adfs: move append_filetype_suffix() into adfs_object_fixup()Russell King2-18/+8
2019-05-31fs/adfs: remove truncated filename hashingRussell King1-10/+5
2019-05-31fs/adfs: factor out filename fixupRussell King3-21/+24
2019-05-31fs/adfs: factor out object fixupsRussell King4-33/+24
2019-05-31fs/adfs: factor out filename case loweringRussell King1-22/+12
2019-05-31fs/adfs: factor out filename comparisonRussell King1-42/+26
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+6
2019-05-01adfs: switch to ->free_inode()Al Viro1-8/+2
2019-04-08adfs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-08-22adfs: use timespec64 for time conversionArnd Bergmann1-7/+4
2018-08-03adfs: don't put inodes into icacheAl Viro2-1/+2
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-2/+5
2018-05-22adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias()Al Viro1-5/+5
2018-05-22adfs_lookup_byname: .. *is* taken care of in fs/namei.cAl Viro1-14/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-30qstr: constify instances in adfsAl Viro1-2/+2
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-01-20fs/adfs/adfs.h: tidy up commentsAndrew Morton1-14/+14
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2015-12-06adfs: constify adfs_dir_ops structuresJulia Lawall4-8/+8
2015-06-30fs/adfs: remove unneeded castFiro Yang1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-17adfs: return correct return valuesSanidhya Kashyap2-5/+16
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2014-08-08adfs: add __printf verification, fix format/argument mismatchesJoe Perches3-4/+4
2014-08-08fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-08fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-04-07fs/adfs/super.c: add __init to init_inodecache()Fabian Frederick1-1/+1
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-10-24adfs: delayed freeing of sbiAl Viro2-5/+7
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-4/+2
2013-06-29[readdir] convert adfsAl Viro1-24/+18
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-21fs/adfs: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20adfs: drop vmtruncateMarco Stornelli1-5/+10
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-21userns: Convert adfs to use kuid and kgid where appropriateEric W. Biederman3-12/+17
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14adfs: don't bother with ->i_dentry in ->destroy_inode()Al Viro1-1/+0
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-23fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton1-1/+1
2011-03-22adfs: add hexadecimal filetype suffix optionStuart Swales5-26/+81
2011-03-22adfs: improve timestamp precisionStuart Swales1-21/+19
2011-03-22adfs: fix E+/F+ dir size > 2048 crashing kernelStuart Swales2-21/+84
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-02adfs: remove the big kernel lockArnd Bergmann4-25/+1
2011-01-12switch adfsAl Viro2-3/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-3/+5
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+7
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-4/+1
2010-08-09get rid of cont_write_begin_newtruncChristoph Hellwig1-1/+10
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-1/+2
2010-05-27rename the generic fsync implementationsChristoph Hellwig2-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+4
2009-09-24adfs: remove redundant test on unsignedRoel Kluin1-7/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-17Cleanup of adfs headersAl Viro8-59/+57
2009-06-11Fix adfs GET_FRAG_ID() on big-endianAl Viro1-1/+1
2009-06-11repair adfs ->write_inode(), switch to simple_fsync()Al Viro6-6/+48
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+4
2009-04-02fs/adfs: return f_fsid for statfs(2)Coly Li1-6/+10
2009-03-27constify dentry_operations: misc filesystemsAl Viro2-2/+2
2009-01-22fs/Kconfig: move adfs outAlexey Dobriyan1-0/+27
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-29adfs: work around bogus sparse warningHarvey Harrison1-2/+2
2008-02-08mount options: fix adfsMiklos Szeredi1-2/+24
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16fs: adfs convert to new aopsNick Piggin1-5/+9
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven3-4/+4
2007-01-05[PATCH] adfs: fix filename handlingJames Bursa1-1/+1
2006-12-08[PATCH] struct path: convert adfsJosef Sipek1-1/+1
2006-12-07[PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+1
2006-08-14[PATCH] adfs error message fixAndrew Morton1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-4/+4