aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski1-1/+6
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski1-2/+7
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski1-1/+6
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski1-3/+13
2018-04-02fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski1-2/+7
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski1-2/+8
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski1-2/+3
2018-04-02fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscallDominik Brodowski2-6/+12
2018-04-02fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscallDominik Brodowski1-4/+10
2018-04-02inotify: add do_inotify_init() helper; remove in-kernel call to syscallDominik Brodowski1-2/+7
2018-04-02fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscallDominik Brodowski1-2/+10
2018-04-02fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscallDominik Brodowski1-5/+12
2018-04-02fs: add do_compat_select() helper; remove in-kernel call to compat syscallDominik Brodowski1-5/+12
2018-04-02fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscallDominik Brodowski1-3/+9
2018-04-02fs: add kern_select() helper; remove in-kernel call to sys_select()Dominik Brodowski1-3/+9
2018-04-02fs: add do_vmsplice() helper; remove in-kernel call to syscallDominik Brodowski1-3/+9
2018-04-02fs: add do_lookup_dcookie() helper; remove in-kernel call to syscallDominik Brodowski1-3/+8
2018-04-02fs: add do_eventfd() helper; remove internal call to sys_eventfd()Dominik Brodowski1-2/+7
2018-04-02fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()Dominik Brodowski1-4/+10
2018-04-02fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()Dominik Brodowski1-6/+17
2018-04-02fs: add do_futimesat() helper; remove internal call to sys_futimesat()Dominik Brodowski1-3/+10
2018-04-02fs: add do_renameat2() helper; remove internal call to sys_renameat2()Dominik Brodowski1-4/+10
2018-04-02fs: add do_pipe2() helper; remove internal call to sys_pipe2()Dominik Brodowski1-2/+7
2018-04-02fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()Dominik Brodowski1-3/+9
2018-03-09Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds6-68/+228
2018-03-09Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+30
2018-03-07gfs2: Fixes to "Implement iomap for block_map" (2)Andreas Gruenbacher1-3/+0
2018-03-07ovl: update Kconfig textsMiklos Szeredi1-0/+14
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds10-47/+191
2018-03-02Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds4-38/+45
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2-19/+33
2018-03-01xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig1-8/+19
2018-03-01xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig1-4/+2
2018-03-01xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig1-1/+10
2018-03-01ceph: fix potential memory leak in init_caches()Chengguang Xu1-3/+6
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana3-22/+139
2018-03-01Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana1-1/+1
2018-03-01Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana1-0/+3
2018-03-01btrfs: use proper endianness accessors for super_copyAnand Jain2-13/+15
2018-03-01btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg1-5/+6
2018-03-01btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterNikolay Borisov1-2/+16
2018-03-01btrfs: handle failure of add_pending_csumsNikolay Borisov1-2/+9
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2-2/+2
2018-02-28Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-5/+13
2018-02-26xfs: fix potential memory leak in mount option parsingChengguang Xu1-0/+2
2018-02-26blockdev: Avoid two active bdev inodes for one deviceJan Kara1-2/+23
2018-02-26genhd: Fix use after free in __blkdev_get()Jan Kara1-2/+5
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara1-14/+5
2018-02-26direct-io: Fix sleep in atomic due to sync AIOJan Kara1-2/+1
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal1-3/+3