| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: add ksys_write() helper; remove in-kernel calls to sys_write() | Dominik Brodowski | 2018-04-02 | 1 | -2/+7 |
* | fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() | Dominik Brodowski | 2018-04-02 | 1 | -1/+6 |
* | fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() | Dominik Brodowski | 2018-04-02 | 1 | -3/+13 |
* | fs: add ksys_umount() helper; remove in-kernel call to sys_umount() | Dominik Brodowski | 2018-04-02 | 1 | -2/+7 |
* | fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() | Dominik Brodowski | 2018-04-02 | 1 | -2/+8 |
* | fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() | Dominik Brodowski | 2018-04-02 | 1 | -2/+3 |
* | fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall | Dominik Brodowski | 2018-04-02 | 2 | -6/+12 |
* | fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall | Dominik Brodowski | 2018-04-02 | 1 | -4/+10 |
* | inotify: add do_inotify_init() helper; remove in-kernel call to syscall | Dominik Brodowski | 2018-04-02 | 1 | -2/+7 |
* | fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall | Dominik Brodowski | 2018-04-02 | 1 | -2/+10 |
* | fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall | Dominik Brodowski | 2018-04-02 | 1 | -5/+12 |
* | fs: add do_compat_select() helper; remove in-kernel call to compat syscall | Dominik Brodowski | 2018-04-02 | 1 | -5/+12 |
* | fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall | Dominik Brodowski | 2018-04-02 | 1 | -3/+9 |
* | fs: add kern_select() helper; remove in-kernel call to sys_select() | Dominik Brodowski | 2018-04-02 | 1 | -3/+9 |
* | fs: add do_vmsplice() helper; remove in-kernel call to syscall | Dominik Brodowski | 2018-04-02 | 1 | -3/+9 |
* | fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall | Dominik Brodowski | 2018-04-02 | 1 | -3/+8 |
* | fs: add do_eventfd() helper; remove internal call to sys_eventfd() | Dominik Brodowski | 2018-04-02 | 1 | -2/+7 |
* | fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4() | Dominik Brodowski | 2018-04-02 | 1 | -4/+10 |
* | fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() | Dominik Brodowski | 2018-04-02 | 1 | -6/+17 |
* | fs: add do_futimesat() helper; remove internal call to sys_futimesat() | Dominik Brodowski | 2018-04-02 | 1 | -3/+10 |
* | fs: add do_renameat2() helper; remove internal call to sys_renameat2() | Dominik Brodowski | 2018-04-02 | 1 | -4/+10 |
* | fs: add do_pipe2() helper; remove internal call to sys_pipe2() | Dominik Brodowski | 2018-04-02 | 1 | -2/+7 |
* | fs: add do_readlinkat() helper; remove internal call to sys_readlinkat() | Dominik Brodowski | 2018-04-02 | 1 | -3/+9 |
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-03-09 | 6 | -68/+228 |
|\ |
|
| * | ovl: update Kconfig texts | Miklos Szeredi | 2018-03-07 | 1 | -0/+14 |
| * | ovl: redirect_dir=nofollow should not follow redirect for opaque lower | Vivek Goyal | 2018-02-26 | 1 | -3/+3 |
| * | ovl: fix ptr_ret.cocci warnings | Fengguang Wu | 2018-02-26 | 1 | -1/+1 |
| * | ovl: check ERR_PTR() return value from ovl_lookup_real() | Amir Goldstein | 2018-02-16 | 1 | -2/+2 |
| * | ovl: check lower ancestry on encode of lower dir file handle | Amir Goldstein | 2018-02-16 | 3 | -44/+168 |
| * | ovl: hash non-dir by lower inode for fsnotify | Amir Goldstein | 2018-02-16 | 1 | -18/+40 |
* | | Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2018-03-09 | 1 | -12/+30 |
|\ \ |
|
| * | | xfs: don't block on the ilock for RWF_NOWAIT | Christoph Hellwig | 2018-03-01 | 1 | -8/+19 |
| * | | xfs: don't start out with the exclusive ilock for direct I/O | Christoph Hellwig | 2018-03-01 | 1 | -4/+2 |
| * | | xfs: don't allocate COW blocks for zeroing holes or unwritten extents | Christoph Hellwig | 2018-03-01 | 1 | -1/+10 |
* | | | gfs2: Fixes to "Implement iomap for block_map" (2) | Andreas Gruenbacher | 2018-03-07 | 1 | -3/+0 |
* | | | Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-03-04 | 10 | -47/+191 |
|\ \ \ |
|
| * | | | Btrfs: fix log replay failure after unlink and link combination | Filipe Manana | 2018-03-01 | 3 | -22/+139 |
| * | | | Btrfs: fix log replay failure after linking special file and fsync | Filipe Manana | 2018-03-01 | 1 | -1/+1 |
| * | | | Btrfs: send, fix issuing write op when processing hole in no data mode | Filipe Manana | 2018-03-01 | 1 | -0/+3 |
| * | | | btrfs: use proper endianness accessors for super_copy | Anand Jain | 2018-03-01 | 2 | -13/+15 |
| * | | | btrfs: alloc_chunk: fix DUP stripe size handling | Hans van Kranenburg | 2018-03-01 | 1 | -5/+6 |
| * | | | btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster | Nikolay Borisov | 2018-03-01 | 1 | -2/+16 |
| * | | | btrfs: handle failure of add_pending_csums | Nikolay Borisov | 2018-03-01 | 1 | -2/+9 |
| * | | | btrfs: use kvzalloc to allocate btrfs_fs_info | Jeff Mahoney | 2018-03-01 | 2 | -2/+2 |
* | | | | Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-03-02 | 4 | -38/+45 |
|\ \ \ \ |
|
| * | | | | ceph: fix potential memory leak in init_caches() | Chengguang Xu | 2018-03-01 | 1 | -3/+6 |
| * | | | | ceph: fix dentry leak when failing to init debugfs | Chengguang Xu | 2018-02-26 | 1 | -11/+5 |
| * | | | | libceph, ceph: avoid memory leak when specifying same option several times | Chengguang Xu | 2018-02-26 | 1 | -0/+2 |
| * | | | | ceph: flush dirty caps of unlinked inode ASAP | Zhi Zhang | 2018-02-26 | 3 | -24/+32 |
* | | | | | Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-03-02 | 2 | -19/+33 |
|\ \ \ \ \ |
|