summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext_barebox.c
Commit message (Expand)AuthorAgeFilesLines
* fs: ext4: initialize variable to silence GCC false-positiveAhmad Fatoum2023-09-121-1/+1
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-1/+1
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-3/+3
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* fs: ext4: ext_barebox: handle ext_get_inode() errorsAhmad Fatoum2022-09-121-6/+12
* fs: ext4: support files exceeding 4GAhmad Fatoum2021-02-181-1/+1
* fs: ext4: use sector_t and loff_t where appropriateAhmad Fatoum2021-02-181-3/+3
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* fs: Drop trivial .lseek() implementaitons in FS driversAndrey Smirnov2019-01-291-6/+0
* fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-3/+1
* fs: ext4: Switch to dentry cache implementationSascha Hauer2018-07-111-122/+157
* ext4: use kernel names for byte swapsAntony Pavlov2017-03-301-5/+5
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-3/+3
* fs: cleanup backingstore handlingSascha Hauer2013-09-291-10/+4
* fs: implement initial ext4 support from U-BootSascha Hauer2012-12-031-0/+293