index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...
Dominik Brodowski
2
-3
/
+11
2018-04-02
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...
Dominik Brodowski
2
-3
/
+11
2018-04-02
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...
Dominik Brodowski
2
-2
/
+8
2018-04-02
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
Dominik Brodowski
2
-1
/
+2
2018-04-02
hostfs: rename do_rmdir() to hostfs_do_rmdir()
Dominik Brodowski
3
-3
/
+3
2018-04-02
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
Dominik Brodowski
1
-1
/
+6
2018-04-02
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
Dominik Brodowski
1
-1
/
+6
2018-04-02
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
Dominik Brodowski
1
-3
/
+13
2018-04-02
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
Dominik Brodowski
1
-2
/
+8
2018-04-02
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
Dominik Brodowski
1
-2
/
+3
2018-04-02
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-6
/
+12
2018-04-02
fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-4
/
+10
2018-04-02
inotify: add do_inotify_init() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-2
/
+10
2018-04-02
fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-5
/
+12
2018-04-02
fs: add do_compat_select() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-5
/
+12
2018-04-02
fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
Dominik Brodowski
1
-3
/
+9
2018-04-02
fs: add kern_select() helper; remove in-kernel call to sys_select()
Dominik Brodowski
1
-3
/
+9
2018-04-02
fs: add do_vmsplice() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+9
2018-04-02
fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+8
2018-04-02
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
Dominik Brodowski
1
-4
/
+10
2018-04-02
fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
Dominik Brodowski
1
-6
/
+17
2018-04-02
fs: add do_futimesat() helper; remove internal call to sys_futimesat()
Dominik Brodowski
1
-3
/
+10
2018-04-02
fs: add do_renameat2() helper; remove internal call to sys_renameat2()
Dominik Brodowski
1
-4
/
+10
2018-04-02
fs: add do_pipe2() helper; remove internal call to sys_pipe2()
Dominik Brodowski
1
-2
/
+7
2018-04-02
fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
Dominik Brodowski
1
-3
/
+9
2018-03-09
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-68
/
+228
2018-03-09
Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-12
/
+30
2018-03-07
gfs2: Fixes to "Implement iomap for block_map" (2)
Andreas Gruenbacher
1
-3
/
+0
2018-03-07
ovl: update Kconfig texts
Miklos Szeredi
1
-0
/
+14
2018-03-04
Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-47
/
+191
2018-03-02
Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-38
/
+45
2018-03-02
Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-19
/
+33
2018-03-01
xfs: don't block on the ilock for RWF_NOWAIT
Christoph Hellwig
1
-8
/
+19
2018-03-01
xfs: don't start out with the exclusive ilock for direct I/O
Christoph Hellwig
1
-4
/
+2
2018-03-01
xfs: don't allocate COW blocks for zeroing holes or unwritten extents
Christoph Hellwig
1
-1
/
+10
2018-03-01
ceph: fix potential memory leak in init_caches()
Chengguang Xu
1
-3
/
+6
2018-03-01
Btrfs: fix log replay failure after unlink and link combination
Filipe Manana
3
-22
/
+139
2018-03-01
Btrfs: fix log replay failure after linking special file and fsync
Filipe Manana
1
-1
/
+1
2018-03-01
Btrfs: send, fix issuing write op when processing hole in no data mode
Filipe Manana
1
-0
/
+3
2018-03-01
btrfs: use proper endianness accessors for super_copy
Anand Jain
2
-13
/
+15
2018-03-01
btrfs: alloc_chunk: fix DUP stripe size handling
Hans van Kranenburg
1
-5
/
+6
2018-03-01
btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster
Nikolay Borisov
1
-2
/
+16
2018-03-01
btrfs: handle failure of add_pending_csums
Nikolay Borisov
1
-2
/
+9
2018-03-01
btrfs: use kvzalloc to allocate btrfs_fs_info
Jeff Mahoney
2
-2
/
+2
2018-02-28
Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-5
/
+13
2018-02-26
xfs: fix potential memory leak in mount option parsing
Chengguang Xu
1
-0
/
+2
[next]