Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b724e846b491ef8db943be8086226c9d8da31877
/
fs
b724e84
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
0101db7
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
f459dffa
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
by Dominik Brodowski
· 7 years ago
6380161
hostfs: rename do_rmdir() to hostfs_do_rmdir()
by Dominik Brodowski
· 7 years ago
447016e
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
by Dominik Brodowski
· 7 years ago
e7a3e8b
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
by Dominik Brodowski
· 7 years ago
a16fe33
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
by Dominik Brodowski
· 7 years ago
c724832
fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
by Dominik Brodowski
· 7 years ago
3a18ef5
fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
by Dominik Brodowski
· 7 years ago
312db1a
fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
by Dominik Brodowski
· 7 years ago
ab0d1e8
fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
by Dominik Brodowski
· 7 years ago
cb0b476
fs/quota: add kernel_quotactl() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
183caa3
fanotify: add do_fanotify_mark() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
d0d89d1
inotify: add do_inotify_init() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
ab641af
fs: add do_compat_futimesat() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
570484b
fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
05585e4
fs: add do_compat_select() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
e02af2f
fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
by Dominik Brodowski
· 7 years ago
4bdb9ac
fs: add kern_select() helper; remove in-kernel call to sys_select()
by Dominik Brodowski
· 7 years ago
30cfe4e
fs: add do_vmsplice() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
98e5f7b
fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall
by Dominik Brodowski
· 7 years ago
2fc96f8
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
by Dominik Brodowski
· 7 years ago
52fb6db
fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
by Dominik Brodowski
· 7 years ago
791eb22
fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
by Dominik Brodowski
· 7 years ago
f139035
fs: add do_futimesat() helper; remove internal call to sys_futimesat()
by Dominik Brodowski
· 7 years ago
ee81feb
fs: add do_renameat2() helper; remove internal call to sys_renameat2()
by Dominik Brodowski
· 7 years ago
0a216dd
fs: add do_pipe2() helper; remove internal call to sys_pipe2()
by Dominik Brodowski
· 7 years ago
2dae024
fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
by Dominik Brodowski
· 7 years ago
719ea86
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
2d9b1d69
Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
3b5da96
gfs2: Fixes to "Implement iomap for block_map" (2)
by Andreas Gruenbacher
· 7 years ago
36cd95df
ovl: update Kconfig texts
by Miklos Szeredi
· 7 years ago
af8c081
Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
2833419
Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
fb6d47a
Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
ff3d8b9
xfs: don't block on the ilock for RWF_NOWAIT
by Christoph Hellwig
· 7 years ago
af5b5af
xfs: don't start out with the exclusive ilock for direct I/O
by Christoph Hellwig
· 7 years ago
172ed39
xfs: don't allocate COW blocks for zeroing holes or unwritten extents
by Christoph Hellwig
· 7 years ago
1c78924
ceph: fix potential memory leak in init_caches()
by Chengguang Xu
· 7 years ago
1f250e9
Btrfs: fix log replay failure after unlink and link combination
by Filipe Manana
· 7 years ago
9a6509c
Btrfs: fix log replay failure after linking special file and fsync
by Filipe Manana
· 7 years ago
d4dfc0f
Btrfs: send, fix issuing write op when processing hole in no data mode
by Filipe Manana
· 7 years ago
3c181c1
btrfs: use proper endianness accessors for super_copy
by Anand Jain
· 7 years ago
92e222d
btrfs: alloc_chunk: fix DUP stripe size handling
by Hans van Kranenburg
· 7 years ago
765f3ce
btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster
by Nikolay Borisov
· 7 years ago
ac01f26
btrfs: handle failure of add_pending_csums
by Nikolay Borisov
· 7 years ago
a8fd1f7
btrfs: use kvzalloc to allocate btrfs_fs_info
by Jeff Mahoney
· 7 years ago
c02be23
Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
5b4c845
xfs: fix potential memory leak in mount option parsing
by Chengguang Xu
· 7 years ago
560e7cb
blockdev: Avoid two active bdev inodes for one device
by Jan Kara
· 7 years ago
8973665
genhd: Fix use after free in __blkdev_get()
by Jan Kara
· 7 years ago
9df6c29
genhd: Add helper put_disk_and_module()
by Jan Kara
· 7 years ago
d9c10e5
direct-io: Fix sleep in atomic due to sync AIO
by Jan Kara
· 7 years ago
d1fe96c
ovl: redirect_dir=nofollow should not follow redirect for opaque lower
by Vivek Goyal
· 7 years ago
1810673
ceph: fix dentry leak when failing to init debugfs
by Chengguang Xu
· 7 years ago
937441f
libceph, ceph: avoid memory leak when specifying same option several times
by Chengguang Xu
· 7 years ago
6ef0bc6
ceph: flush dirty caps of unlinked inode ASAP
by Zhi Zhang
· 7 years ago
b5095f2
ovl: fix ptr_ret.cocci warnings
by Fengguang Wu
· 7 years ago
c89be52
Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
bae6cfe
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
b31c2bd
xfs: reserve blocks for refcount / rmap log item recovery
by Darrick J. Wong
· 7 years ago
86516ef
xfs: use memset to initialize xfs_scrub_agfl_info
by Eric Sandeen
· 7 years ago
9026e82
fs/signalfd: fix build error for BUS_MCEERR_AR
by Randy Dunlap
· 7 years ago
bef3efb
efivarfs: Limit the rate for non-root to read files
by Luck, Tony
· 7 years ago
1b72040
NFS: make struct nlmclnt_fl_close_lock_ops static
by Colin Ian King
· 7 years ago
ad86f60
nfs: system crashes after NFS4ERR_MOVED recovery
by Bill.Baker@oracle.com
· 7 years ago
6d243a23
NFSv4: Fix broken cast in nfs4_callback_recallany()
by Trond Myklebust
· 7 years ago
da370f1
Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
7168179
ovl: check ERR_PTR() return value from ovl_lookup_real()
by Amir Goldstein
· 7 years ago
2ca3c14
ovl: check lower ancestry on encode of lower dir file handle
by Amir Goldstein
· 7 years ago
764baba
ovl: hash non-dir by lower inode for fsnotify
by Amir Goldstein
· 7 years ago
e525de3
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
6556677
Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 7 years ago
49edd5bf
gfs2: Fixes to "Implement iomap for block_map"
by Andreas Gruenbacher
· 7 years ago
595dd46
vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
by Jia Zhang
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
ee5daa1
Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
878e66d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
a283483
Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
f1517df
Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
a0f7938
Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 7 years ago
8115333
Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 7 years ago
9e95dae
Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
a8c6db0
cramfs: better MTD dependency expression
by Nicolas Pitre
· 7 years ago
2285ae7
NFSD: hide unused svcxdr_dupstr()
by Arnd Bergmann
· 7 years ago
39ca1bf
nfsd: store stat times in fill_pre_wcc() instead of inode times
by Amir Goldstein
· 7 years ago
76c4794
nfsd: encode stat->mtime for getattr instead of inode->i_mtime
by Amir Goldstein
· 7 years ago
0078117
nfsd: return RESOURCE not GARBAGE_ARGS on too many ops
by J. Bruce Fields
· 7 years ago
6fbac20
Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
fe803f8
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
5f60a56
Add missing structs and defines from recent SMB3.1.1 documentation
by Steve French
· 7 years ago
f9de151
address lock imbalance warnings in smbdirect.c
by Steve French
· 7 years ago
ade7db9
cifs: silence compiler warnings showing up with gcc-8.0.0
by Arnd Bergmann
· 7 years ago
ede2e52
Add some missing debug fields in server and tcon structs
by Steve French
· 7 years ago
a2e5790
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
f734076
pipe: read buffer limits atomically
by Eric Biggers
· 7 years ago
c4fed5a
pipe: simplify round_pipe_size()
by Eric Biggers
· 7 years ago
96e99be40
pipe: reject F_SETPIPE_SZ with size over UINT_MAX
by Eric Biggers
· 7 years ago
9903a91
pipe: fix off-by-one error when checking buffer limits
by Eric Biggers
· 7 years ago
85c2dd5
pipe: actually allow root to exceed the pipe buffer limits
by Eric Biggers
· 7 years ago
Next »