aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/cdev.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-20ubi: ubi_get_ec_info: Fix compiling error 'cast specifies array type'Zhihao Cheng1-1/+2
2025-01-18ubi: Implement ioctl for detailed erase countersRickard Andersson1-0/+69
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-2/+0
2023-10-28ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p...Zhihao Cheng1-1/+1
2023-10-28ubi: fastmap: Add module parameter to control reserving filling pool PEBsZhihao Cheng1-1/+2
2022-09-21ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng1-1/+1
2022-09-21ubi: Fix repeated words in commentsJilin Yuan1-1/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-33/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-02-24ubi: Expose the bitrot interfaceRichard Weinberger1-0/+30
2018-08-15ubi: expose the volume CRC check skip flagQuentin Schulz1-0/+11
2016-10-02UBI: add an helper to check lnum validityBoris Brezillon1-2/+2
2016-10-02UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad)Boris Brezillon1-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-11-06UBI: Remove in vain semicolonRichard Weinberger1-1/+1
2015-03-26UBI: fix check for "too many bytes"Brian Norris1-1/+1
2015-01-28UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman1-5/+4
2015-01-28UBI: rename_volumes: Use UBI_METAONLYRichard Weinberger1-1/+1
2015-01-28UBI: Implement UBI_METAONLYRichard Weinberger1-3/+5
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-17/+19
2014-09-19UBI: return on error in rename_volumes()Dan Carpenter1-1/+1
2014-09-16UBI: Dispatch update notification if the volume is updatedEzequiel Garcia1-1/+3
2014-05-13UBI: weaken the 'exclusive' constraint when opening volumes to renameEzequiel Garcia1-1/+1
2014-03-05UBI: rename block device ioctlsArtem Bityutskiy1-4/+4
2014-03-04UBI: block: do not use term "attach"Artem Bityutskiy1-2/+2
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia1-0/+20
2013-06-29ubi/cdev: switch to fixed_size_llseek()Al Viro1-25/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-04UBI: print lessArtem Bityutskiy1-3/+3
2012-09-04UBI: comply with coding styleArtem Bityutskiy1-4/+5
2012-09-04UBI: add max_beb_per1024 to attach ioctlRichard Genoud1-1/+1
2012-09-04UBI: prepare for max_beb_per1024 module parameter additionRichard Genoud1-1/+2
2012-07-18UBI: fix spelling of detach in debug outputPeter Meerwald1-1/+1
2012-05-21UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon1-1/+1
2012-05-20UBI: get rid of dbg_errArtem Bityutskiy1-12/+12
2012-05-20UBI: rename ubi_dbg_dump_mkvol_reqArtem Bityutskiy1-1/+1
2012-05-20UBI: Kill data type hintRichard Weinberger1-6/+2
2012-01-15UBI: fix nameless volumes handlingRichard Weinberger1-0/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+7
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy1-2/+2
2011-04-14UBI: re-name set volume properties ioctlArtem Bityutskiy1-4/+4
2011-04-14UBI: make the control character device non-seekableArtem Bityutskiy1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-30UBI: eliminate update of list_for_each_entry loop cursorJulia Lawall1-6/+6
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-27UBI: fix volume creation input checkingMika Westerberg1-1/+0
2009-06-02UBI: remove built-in gluebiDmitry Pervushin1-1/+0
2009-06-02UBI: add notification APIDmitry Pervushin1-0/+1
2009-05-18UBI: improve debugging messagesArtem Bityutskiy1-2/+4
2009-05-18UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy1-11/+11
2009-05-18UBI: remove redundant mutexArtem Bityutskiy1-4/+2
2009-02-20UBI: add fsync capabilityCorentin Chary1-0/+11
2009-01-27UBI: allow direct user-space I/OSidney Amani1-8/+28
2009-01-18UBI: use nicer 64-bit mathArtem Bityutskiy1-15/+5
2009-01-18UBI: add ioctl compatibilityArtem Bityutskiy1-23/+57
2009-01-18UBI: constify file operationsJan Engelhardt1-3/+3
2009-01-18UBI: allow all ioctlsArtem Bityutskiy1-2/+0
2009-01-18UBI: remove unnecessry header inclusionArtem Bityutskiy1-1/+0
2009-01-18UBI: add ioctl for is_mapped operationCorentin Chary1-0/+14
2009-01-18UBI: add ioctl for unmap operationCorentin Chary1-1/+14
2009-01-18UBI: add ioctl for map operationCorentin Chary1-0/+14
2008-12-28UBI: fix checkpatch.pl warningsArtem Bityutskiy1-1/+2
2008-09-05UBI: remove BKLArtem Bityutskiy1-5/+1
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy1-2/+2
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy1-1/+187
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy1-13/+13
2008-07-24UBI: improve mkvol request validationArtem Bityutskiy1-2/+5
2008-07-24UBI: fix 64-bit calculationsBruce Leonard1-1/+2
2008-07-24UBI: avoid unnecessary division operationsKyungmin Park1-3/+3
2008-06-20UBI: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-01-25UBI: implement atomic LEB change ioctlArtem Bityutskiy1-12/+60
2008-01-25UBI: simplify internal interfacesArtem Bityutskiy1-2/+2
2008-01-25UBI: do not change file pointer while updatingArtem Bityutskiy1-3/+1
2008-01-25UBI: fix warningsArtem Bityutskiy1-5/+5
2007-12-26UBI: handle attach ioctlArtem Bityutskiy1-15/+80
2007-12-26UBI: add UBI devices reference countingArtem Bityutskiy1-24/+10
2007-12-26UBI: add UBI control deviceArtem Bityutskiy1-0/+10
2007-12-26UBI: tweak volumes locking some moreArtem Bityutskiy1-3/+10
2007-12-26UBI: get device when opening volumeArtem Bityutskiy1-3/+6
2007-12-26UBI: improve internal interfacesArtem Bityutskiy1-3/+3
2007-12-26UBI: remove ubi_devices_cntArtem Bityutskiy1-1/+1
2007-12-26UBI: improve error messagesArtem Bityutskiy1-1/+2
2007-12-26UBI: remove redundant fieldArtem Bityutskiy1-1/+1
2007-07-18UBI: fix compile warningPaul Mundt1-0/+1
2007-07-18UBI: cleanup ioctl handlingChristoph Hellwig1-28/+5
2007-07-18UBI: minor comma fixArtem Bityutskiy1-2/+2
2007-07-18UBI: use vmalloc for large buffersArtem Bityutskiy1-5/+5
2007-07-18UBI: set correct gluebi device sizeArtem Bityutskiy1-0/+1
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy1-0/+722