summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-294-303/+97
|\
| * compat_ioctl: simplify the implementationArnd Bergmann2020-01-032-99/+64
| * compat_ioctl: move sys_compat_ioctl() to ioctl.cArnd Bergmann2020-01-033-134/+91
| * compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann2020-01-031-130/+2
* | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-293-3/+6
|\ \
| * | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-093-3/+6
* | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-2912-54/+106
|\ \ \
| * | | nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2019-12-183-11/+21
| * | | nfs: fix timstamp debug printsArnd Bergmann2019-12-181-5/+5
| * | | hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann2019-12-184-19/+53
| * | | hostfs: pass 64-bit timestamps to/from user spaceArnd Bergmann2019-12-182-15/+22
| * | | dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLDArnd Bergmann2019-12-181-3/+3
| * | | fat: use prandom_u32() for i_generationArnd Bergmann2019-12-181-1/+2
* | | | Merge tag 'erofs-for-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-295-107/+74
|\ \ \ \
| * | | | erofs: clean up z_erofs_submit_queue()Gao Xiang2020-01-211-55/+40
| * | | | erofs: fold in postsubmit_is_all_bypassed()Gao Xiang2020-01-211-16/+7
| * | | | erofs: fix out-of-bound read for shifted uncompressed blockGao Xiang2020-01-111-12/+10
| * | | | erofs: remove void tagging/untagging of workgroup pointersVladimir Zapolskiy2020-01-071-7/+2
| * | | | erofs: remove unused tag argument while registering a workgroupVladimir Zapolskiy2020-01-073-5/+4
| * | | | erofs: remove unused tag argument while finding a workgroupVladimir Zapolskiy2020-01-073-5/+3
| * | | | erofs: correct indentation of an assigned structure inside a functionVladimir Zapolskiy2020-01-071-8/+9
| | |/ / | |/| |
* | | | Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-01-299-740/+890
|\ \ \ \
| * | | | fs/adfs: bigdir: Fix an error code in adfs_fplus_read()Dan Carpenter2020-01-251-1/+2
| * | | | fs/adfs: mostly divorse inode number from indirect disc addressRussell King2020-01-203-4/+7
| * | | | fs/adfs: super: add support for E and E+ floppy image formatsRussell King2020-01-201-1/+17
| * | | | fs/adfs: super: extract filesystem block probeRussell King2020-01-201-71/+78
| * | | | fs/adfs: dir: remove debug in adfs_dir_update()Russell King2020-01-201-3/+0
| * | | | fs/adfs: super: fix inode droppingRussell King2020-01-201-1/+7
| * | | | fs/adfs: bigdir: implement directory update supportRussell King2020-01-201-1/+53
| * | | | fs/adfs: bigdir: calculate and validate directory checkbyteRussell King2020-01-201-0/+38
| * | | | fs/adfs: bigdir: directory validation strengtheningRussell King2020-01-201-1/+28
| * | | | fs/adfs: bigdir: extract directory validationRussell King2020-01-201-10/+31
| * | | | fs/adfs: bigdir: factor out directory entry offset calculationRussell King2020-01-201-6/+11
| * | | | fs/adfs: newdir: split out directory commit from updateRussell King2020-01-203-13/+18
| * | | | fs/adfs: newdir: clean up adfs_f_update()Russell King2020-01-201-49/+24
| * | | | fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read()Russell King2020-01-201-26/+7
| * | | | fs/adfs: newdir: improve directory validationRussell King2020-01-201-0/+1
| * | | | fs/adfs: newdir: factor out directory format validationRussell King2020-01-201-28/+20
| * | | | fs/adfs: dir: use pointers to access directory head/tailsRussell King2020-01-203-36/+29
| * | | | fs/adfs: dir: add more efficient iterate() per-format methodRussell King2020-01-204-14/+42
| * | | | fs/adfs: dir: switch to iterate_shared methodRussell King2020-01-201-3/+2
| * | | | fs/adfs: dir: improve compiler coverage in adfs_dir_updateRussell King2020-01-201-3/+5
| * | | | fs/adfs: dir: improve update failure handlingRussell King2020-01-201-12/+36
| * | | | fs/adfs: dir: modernise on-disk directory structuresRussell King2020-01-202-27/+31
| * | | | fs/adfs: dir: update directory lockingRussell King2020-01-201-26/+29
| * | | | fs/adfs: dir: add helper to mark directory buffers dirtyRussell King2020-01-202-4/+13
| * | | | fs/adfs: dir: add helper to read directory using inodeRussell King2020-01-201-10/+22
| * | | | fs/adfs: dir: add generic directory readingRussell King2020-01-204-77/+74
| * | | | fs/adfs: dir: add generic copy functionsRussell King2020-01-204-82/+75
| * | | | fs/adfs: dir: add common directory sync methodRussell King2020-01-204-40/+18