aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/ubifs.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-25ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng1-0/+4
2024-02-25ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedZhihao Cheng1-0/+1
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-10-10ubifs: move ubifs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-09-15ubifs: Do not include crypto/algapi.hHerbert Xu1-1/+1
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-1/+1
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2023-02-02ubifs: Fix build errors as symbol undefinedLi Hua1-0/+5
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-09-21ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng1-1/+1
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers1-1/+1
2022-01-09ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng1-1/+1
2021-12-23ubifs: Export filesystem error countersStefan Schaeckeler1-0/+35
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun1-1/+1
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng1-0/+2
2021-04-12ubifs: convert to fileattrMiklos Szeredi1-0/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+3
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng1-2/+2
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu1-2/+4
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra1-0/+1
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers1-7/+0
2019-07-08ubifs: support offline signed imagesSascha Hauer1-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing1-1/+5
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer1-2/+0
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger1-0/+1
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger1-0/+3
2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra1-3/+2
2018-10-23ubifs: Do not update inode size in-place in authenticated modeSascha Hauer1-1/+1
2018-10-23ubifs: Create hash for default LPTSascha Hauer1-1/+1
2018-10-23ubfis: authentication: Authenticate master nodeSascha Hauer1-0/+1
2018-10-23ubifs: authentication: Authenticate LPTSascha Hauer1-0/+1
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer1-0/+8
2018-10-23ubifs: authentication: Add hashes to index nodesSascha Hauer1-0/+4
2018-10-23ubifs: Add hashes to the tree node cacheSascha Hauer1-2/+5
2018-10-23ubifs: Create functions to embed a HMAC in a nodeSascha Hauer1-0/+4
2018-10-23ubifs: Add helper functions for authentication supportSascha Hauer1-0/+218
2018-10-23ubifs: Add separate functions to init/crc a nodeSascha Hauer1-0/+2
2018-10-23ubifs: Store read superblock nodeSascha Hauer1-1/+2
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer1-0/+1
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger1-0/+14
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-6/+11
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner1-0/+6
2018-08-15ubifs: tnc: use monotonic znode timestampArnd Bergmann1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-07ubifs: remove set but never used variableSascha Hauer1-2/+0
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2
2017-10-18fscrypt: remove ->is_encrypted()Eric Biggers1-7/+2
2017-10-18fscrypt: clean up include file messDave Chinner1-5/+4
2017-07-14ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li1-1/+1
2017-07-14ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger1-0/+2
2017-07-14ubifs: Correctly evict xattr inodesRichard Weinberger1-0/+1
2017-07-14ubifs: Unexport ubifs_inode_slabRichard Weinberger1-1/+0
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-2/+12
2017-05-08ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee1-2/+12
2017-04-20ubifs: Convert to separately allocated bdiJan Kara1-3/+0
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+2
2017-02-08fscrypt: constify struct fscrypt_operationsEric Biggers1-1/+1
2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers1-23/+5
2016-12-13ubifs: Use fscrypt ioctl() helpersRichard Weinberger1-2/+2
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger1-0/+3
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger1-0/+2
2016-12-12ubifs: Use a random number for cookiesRichard Weinberger1-0/+1
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger1-0/+2
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger1-10/+14
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger1-2/+29
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger1-1/+6
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger1-1/+36
2016-12-12ubifs: Export xattr get and set functionsRichard Weinberger1-0/+4
2016-12-12ubifs: Export ubifs_check_dir_empty()Richard Weinberger1-0/+1
2016-12-12ubifs: Use dirty_writeback_interval value for wbuf timerRafał Miłecki1-4/+0
2016-12-12ubifs: Drop softlimit and delta fields from struct ubifs_wbufRafał Miłecki1-5/+0
2016-10-02ubifs: Implement RENAME_EXCHANGERichard Weinberger1-0/+4
2016-10-02ubifs: Implement RENAME_WHITEOUTRichard Weinberger1-1/+3
2016-07-29ubifs: Update comment for ubifs_errcDaniel Golle1-2/+2
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+2
2016-05-17ubifs: Switch to generic xattr handlersAndreas Gruenbacher1-5/+2
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-2/+2
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-20ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warnJoe Perches1-24/+17
2015-11-13Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2015-11-13ubifs: Remove unused security xattr handlerAndreas Gruenbacher1-1/+0
2015-11-07ubifs: introduce UBIFS_ATIME_SUPPORT to ubifsDongsheng Yang1-0/+3
2015-10-03UBIFS: fix a typo in comment of ubifs_budget_reqDongsheng Yang1-2/+2
2015-03-25UBIFS: extend debug/message capabilitiesSheng Yong1-11/+15
2015-03-25UBIFS: Fix trivial typos in commentsYannick Guerrini1-7/+7
2015-01-28UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure1-0/+4
2014-07-19UBIFS: remove mst_mutexArtem Bityutskiy1-2/+0
2014-07-19UBIFS: remove useless @ecc in struct ubifs_scan_lebhujianyang1-2/+0
2014-06-02UBIFS: respect MS_SILENT mount flagDaniel Golle1-0/+11
2013-09-10fs: convert fs shrinkers to new scan/count APIDave Chinner1-1/+4
2013-02-04UBIFS: fix double free of ubifs_orphan objectsAdam Thomas1-0/+2
2013-02-04UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas1-1/+3
2012-10-26UBIFS: introduce categorized lprops counterArtem Bityutskiy1-0/+3
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds1-7/+6
2012-09-21userns: Convert ubifs to use kuid/kgidEric W. Biederman1-2/+2
2012-08-31UBIFS: use pr_ helper instead of printkArtem Bityutskiy1-7/+6
2012-05-20UBI: Kill data type hintRichard Weinberger1-10/+5
2012-05-16UBIFS: remove Kconfig debugging optionArtem Bityutskiy1-5/+6
2012-02-29UBIFS: kill CUR_MAX_KEY_LEN macroArtem Bityutskiy1-7/+4
2012-01-03ubifs: propagate umode_tAl Viro1-1/+1
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+1
2011-07-04UBIFS: introduce more I/O helpersArtem Bityutskiy1-2/+11
2011-07-04UBIFS: use correct flags in lpropsArtem Bityutskiy1-4/+4
2011-06-01UBIFS: amend ubifs_recover_leb interfaceArtem Bityutskiy1-1/+1
2011-06-01UBIFS: introduce a "grouped" journal head flagArtem Bityutskiy1-0/+2
2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro1-1/+1
2011-05-16UBIFS: add the fixup functionMatthew L. Creech1-0/+1
2011-05-16UBIFS: add a superblock flag for free space fix-upMatthew L. Creech1-0/+2
2011-05-16UBIFS: substitute the replay tree with a replay listArtem Bityutskiy1-2/+0
2011-05-13UBIFS: introduce a separate structure for budgeting infoArtem Bityutskiy1-35/+40
2011-05-13UBIFS: fix minor stylistic issuesArtem Bityutskiy1-3/+3
2011-03-11UBIFS: handle allocation failures in UBIFS write pathMatthew L. Creech1-0/+14
2011-03-08UBIFS: introduce write-buffer size fieldArtem Bityutskiy1-0/+2
2011-03-08UBI: incorporate LEB offset informationArtem Bityutskiy1-0/+3
2011-03-08UBIFS: incorporate maximum write sizeArtem Bityutskiy1-0/+5
2011-01-17UBIFS: introduce mounting flagArtem Bityutskiy1-3/+2
2011-01-17UBIFS: re-arrange variables in ubifs_infoArtem Bityutskiy1-11/+11
2010-09-19UBIFS: introduce new flags for RO mountsArtem Bityutskiy1-4/+9
2010-09-17UBIFS: introduce new flag for RO due to errorsArtem Bityutskiy1-1/+3
2010-08-30UBIFS: mark unused key objects as invalidArtem Bityutskiy1-1/+5
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-1/+1
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-1/+1
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-15UBIFS: improve lprops dumpArtem Bityutskiy1-0/+1
2009-09-15UBIFS: define journal head numbers in ubifs-media.hArtem Bityutskiy1-6/+4
2009-09-10UBIFS: do not print scary error messages needlesslyArtem Bityutskiy1-1/+1
2009-07-05UBIFS: minor spelling and grammar fixesAdrian Hunter1-2/+2
2009-07-05UBIFS: set write-buffer timout to 3-5 secondsArtem Bityutskiy1-2/+3
2009-07-05UBIFS: slightly optimize write-buffer timer usageArtem Bityutskiy1-2/+4
2009-06-08UBIFS: start using hrtimersArtem Bityutskiy1-5/+8
2009-03-26UBIFS: add R/O compatibilityArtem Bityutskiy1-0/+4
2009-03-16UBIFS: introduce a helpful variableArtem Bityutskiy1-2/+5
2009-03-08UBIFS: improve find function interfaceArtem Bityutskiy1-1/+1
2009-01-29UBIFS: remove fast unmountingArtem Bityutskiy1-2/+0
2009-01-29UBIFS: remount ro fixesAdrian Hunter1-1/+1
2009-01-27UBIFS: fix no_chk_data_crcArtem Bityutskiy1-1/+1
2009-01-26UBIFS: ensure orphan area head is initializedAdrian Hunter1-0/+1
2009-01-26UBIFS: add re-mount debugging checksArtem Bityutskiy1-1/+2
2009-01-26UBIFS: fix LEB list freeingArtem Bityutskiy1-1/+1
2009-01-20UBIFS: document dark_wm and dead_wm betterArtem Bityutskiy1-2/+2
2009-01-18UBIFS: constify operationsArtem Bityutskiy1-7/+7
2008-12-31UBIFS: fix numerous spelling mistakesArtem Bityutskiy1-1/+0
2008-12-31UBIFS: fix checkpatch.pl warningsArtem Bityutskiy1-4/+4
2008-12-23UBIFS: use nicer 64-bit mathArtem Bityutskiy1-1/+1
2008-12-23UBIFS: fix available blocks countArtem Bityutskiy1-0/+8
2008-12-23UBIFS: various comment improvements and fixesArtem Bityutskiy1-16/+18
2008-12-23UBIFS: improve budgeting dumpArtem Bityutskiy1-1/+1
2008-12-04UBIFS: fix section mismatchAlexey Dobriyan1-1/+1
2008-12-03UBIFS: introduce LPT dump functionArtem Bityutskiy1-0/+3
2008-12-03UBIFS: add debugfs supportArtem Bityutskiy1-0/+1
2008-12-03UBIFS: separate debugging fields outArtem Bityutskiy1-30/+4
2008-12-03UBIFS: introduce compression mount optionsArtem Bityutskiy1-2/+10
2008-12-03UBIFS: use bit-fields to store compression typeArtem Bityutskiy1-3/+3
2008-11-21UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy1-0/+6
2008-11-21UBIFS: do not allocate too muchArtem Bityutskiy1-2/+2
2008-11-21UBIFS: do not print scary memory allocation warningsArtem Bityutskiy1-1/+1
2008-09-30UBIFS: add more debugging messages for LPTAdrian Hunter1-2/+8
2008-09-30UBIFS: fix commentaryArtem Bityutskiy1-2/+2
2008-09-30UBIFS: fix races in bit-fieldsArtem Bityutskiy1-8/+9
2008-09-30UBIFS: use bit-fields when possibleArtem Bityutskiy1-13/+11
2008-09-30UBIFS: add no_chk_data_crc mount optionAdrian Hunter1-1/+10
2008-09-30UBIFS: add bulk-read facilityAdrian Hunter1-2/+43
2008-09-30UBIFS: inline one-line functionsArtem Bityutskiy1-2/+0
2008-08-31UBIFS: improve statfs reporting even moreArtem Bityutskiy1-1/+1
2008-08-31UBIFS: introduce LEB overheadArtem Bityutskiy1-0/+5
2008-08-31UBIFS: improve statfs reportingArtem Bityutskiy1-0/+1
2008-08-25UBIFS: allow for racing between GC and TNCAdrian Hunter1-2/+4
2008-08-13UBIFS: few commentary fixesArtem Bityutskiy1-2/+0
2008-08-13UBIFS: always set i_generation to 0Adrian Hunter1-3/+1
2008-08-13UBIFS: align inode data to eightArtem Bityutskiy1-0/+4
2008-08-13UBIFS: improve budgeting checksArtem Bityutskiy1-1/+7
2008-08-13UBIFS: do not union creat_sqnum and del_cmtnoAdrian Hunter1-4/+2
2008-08-13UBIFS: optimize deletionsArtem Bityutskiy1-3/+9
2008-08-13UBIFS: increment commit number earlierArtem Bityutskiy1-1/+2
2008-08-13UBIFS: remove unneeded function parameterArtem Bityutskiy1-2/+1
2008-08-13UBIFS: make ubifs_ro_mode() not inlineAdrian Hunter1-0/+1
2008-07-15UBIFS: add new flash file systemArtem Bityutskiy1-0/+1649