summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann2019-10-238-2/+7
* gfs2: add compat_ioctl supportArnd Bergmann2019-10-231-0/+30
* compat_ioctl: remove unused convert_in_user macroArnd Bergmann2019-10-231-7/+0
* compat_ioctl: remove last RAID handling codeArnd Bergmann2019-10-231-13/+0
* compat_ioctl: remove /dev/raw ioctl translationArnd Bergmann2019-10-231-4/+0
* compat_ioctl: remove PCI ioctl translationArnd Bergmann2019-10-231-6/+0
* compat_ioctl: remove joystick ioctl translationArnd Bergmann2019-10-231-7/+0
* compat_ioctl: remove /dev/random commandsArnd Bergmann2019-10-231-7/+0
* compat_ioctl: remove IGNORE_IOCTL()Arnd Bergmann2019-10-231-56/+0
* compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-231-158/+0
* compat_ioctl: remove HIDIO translationArnd Bergmann2019-10-231-17/+0
* compat_ioctl: remove HCIUART handlingArnd Bergmann2019-10-231-13/+0
* compat_ioctl: move hci_sock handlers into driverArnd Bergmann2019-10-231-24/+0
* compat_ioctl: move rfcomm handlers into driverArnd Bergmann2019-10-231-6/+0
* compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann2019-10-231-17/+0
* compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann2019-10-231-2/+0
* compat_ioctl: move tape handling into driversArnd Bergmann2019-10-231-73/+0
* compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-234-4/+4
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-12/+1
* compat_ioctl: move rtc handling into drivers/rtc/dev.cArnd Bergmann2019-10-231-53/+0
* ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2019-10-232-1/+2
* compat_sys_ioctl(): make parallel to do_vfs_ioctl()Al Viro2019-10-231-37/+28
* compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.cAl Viro2019-10-232-35/+29
* do_vfs_ioctl(): use saner typesAl Viro2019-10-231-8/+8
* compat: itanic doesn't have oneAl Viro2019-10-231-2/+2
* FIGETBSZ: fix compatAl Viro2019-10-231-1/+1
* fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPAl Viro2019-10-231-1/+2
* compat_ioctl: add compat_ptr_ioctl()Arnd Bergmann2019-10-231-0/+35
* elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds2019-10-061-10/+3
* Merge branch 'readdir' (readdir speedup and sanity checking)Linus Torvalds2019-10-051-35/+133
|\
| * Make filldir[64]() verify the directory entry filename is validLinus Torvalds2019-10-051-0/+40
| * Convert filldir[64]() from __put_user() to unsafe_put_user()Linus Torvalds2019-10-051-35/+93
* | Merge tag 'for-linus-2019-10-03' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-041-4/+4
|\ \
| * | io_uring: use __kernel_timespec in timeout ABIArnd Bergmann2019-10-011-4/+4
* | | vfs: Fix EOVERFLOW testing in put_compat_statfs64Eric Sandeen2019-10-031-13/+4
* | | erofs: fix mis-inplace determination related with noio chainGao Xiang2019-09-301-2/+10
* | | erofs: fix erofs_get_meta_page locking due to a cleanupGao Xiang2019-09-301-3/+7
* | | erofs: fix return value check in erofs_read_superblock()Wei Yongjun2019-09-301-2/+2
* | | Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-305-18/+58
|\ \ \
| * | | btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
| * | | btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
| * | | btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
| * | | btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
| * | | Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
| * | | Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2019-09-241-0/+4
| * | | btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-09-241-0/+9
| * | | Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-09-304-10/+2
|\ \ \ \
| * | | | afs dynroot: switch to simple_dir_operationsAl Viro2019-09-153-9/+1
| * | | | fs/handle.c - fix up kerneldocValdis Klētnieks2019-08-081-1/+1