summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-017-31/+31
|\
| * y2038: timerfd: Use timespec64 internallyArnd Bergmann2019-11-151-7/+7
| * y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-153-14/+14
| * y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-152-9/+9
| * y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-1/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-0117-907/+151
|\ \
| * | compat_ioctl: move SG_GET_REQUEST_TABLE handlingArnd Bergmann2019-10-231-56/+1
| * | compat_ioctl: ppp: move simple commands into ppp_generic.cArnd Bergmann2019-10-231-32/+4
| * | compat_ioctl: handle PPPIOCGIDLE for 64-bit time_tArnd Bergmann2019-10-231-33/+5
| * | compat_ioctl: move PPPIOCSCOMPRESS to ppp_genericAl Viro2019-10-231-32/+0
| * | compat_ioctl: unify copy-in of ppp filtersAl Viro2019-10-231-37/+0
| * | compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-231-2/+0
| * | compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-231-147/+1
| * | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-11/+0
| * | 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
* | | Merge tag 'audit-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-301-2/+6
|\ \ \
| * | | audit: Report suspicious O_CREAT usageKees Cook2019-10-031-2/+6
* | | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-305-185/+277
|\ \ \ \
| * | | | pipe: Remove sync on wake_upsDavid Howells2019-11-151-4/+4
| * | | | pipe: Increase the writer-wakeup threshold to reduce context-switch countDavid Howells2019-11-151-2/+4
| * | | | pipe: Check for ring full inside of the spinlock in pipe_write()David Howells2019-11-151-0/+5
| * | | | pipe: Remove redundant wakeup from pipe_write()David Howells2019-11-151-5/+0
| * | | | pipe: Rearrange sequence in pipe_write() to preallocate slotDavid Howells2019-11-151-18/+33