Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d6eac039133b31f9db1c63d2e51b88df61d075cc
d6eac03
ovl: Move the copy up helpers to copy_up.c
by Vivek Goyal
· 7 years ago
9cec54c
ovl: Initialize ovl_inode->redirect in ovl_get_inode()
by Vivek Goyal
· 7 years ago
0c31d67
ovl: fix documentation of non-standard behavior
by Miklos Szeredi
· 6 years ago
670c232
ovl: obsolete "check_copy_up" module option
by Miklos Szeredi
· 6 years ago
fb16043
vfs: remove open_flags from d_real()
by Miklos Szeredi
· 6 years ago
573e178
Revert "fsnotify: support overlayfs"
by Miklos Szeredi
· 6 years ago
de2a4a5
Partially revert "locks: fix file locking on overlayfs"
by Miklos Szeredi
· 6 years ago
8cf9ee5
Revert "vfs: do get_write_access() on upper layer of overlayfs"
by Miklos Szeredi
· 6 years ago
4ab3031
Revert "vfs: add flags to d_real()"
by Miklos Szeredi
· 6 years ago
c671854
Revert "vfs: update ovl inode before relatime check"
by Miklos Szeredi
· 6 years ago
88059de
Revert "ovl: fix relatime for directories"
by Miklos Szeredi
· 6 years ago
a6795a5
vfs: fix freeze protection in mnt_want_write_file() for overlayfs
by Miklos Szeredi
· 6 years ago
6742cee
Revert "ovl: don't allow writing ioctl on lower layer"
by Miklos Szeredi
· 6 years ago
d561f21
Revert "ovl: fix may_write_real() for overlayfs directories"
by Miklos Szeredi
· 6 years ago
a6518f7
vfs: don't open real
by Miklos Szeredi
· 7 years ago
8ede205
ovl: add reflink/copyfile/dedup support
by Miklos Szeredi
· 6 years ago
f7c7239
ovl: add O_DIRECT support
by Miklos Szeredi
· 6 years ago
9e142c4
ovl: add ovl_fiemap()
by Miklos Szeredi
· 6 years ago
dab5ca8
ovl: add lsattr/chattr support
by Miklos Szeredi
· 6 years ago
aab8848
ovl: add ovl_fallocate()
by Miklos Szeredi
· 6 years ago
2f50283
ovl: add ovl_mmap()
by Miklos Szeredi
· 6 years ago
de30dfd
ovl: add ovl_fsync()
by Miklos Szeredi
· 6 years ago
2a92e07
ovl: add ovl_write_iter()
by Miklos Szeredi
· 6 years ago
16914e6
ovl: add ovl_read_iter()
by Miklos Szeredi
· 6 years ago
2ef66b8
ovl: add helper to return real file
by Miklos Szeredi
· 6 years ago
d1d04ef
ovl: stack file ops
by Miklos Szeredi
· 6 years ago
e8c985b
ovl: deal with overlay files in ovl_d_real()
by Miklos Szeredi
· 6 years ago
46e5d0a
ovl: copy up file size as well
by Miklos Szeredi
· 6 years ago
5812160
Revert "Revert "ovl: get_write_access() in truncate""
by Miklos Szeredi
· 6 years ago
4f35729
ovl: copy up inode flags
by Miklos Szeredi
· 6 years ago
d9854c8
ovl: copy up times
by Miklos Szeredi
· 6 years ago
f182536
vfs: export vfs_dedupe_file_range_one() to modules
by Miklos Szeredi
· 6 years ago
9df6702
vfs: export vfs_ioctl() to modules
by Miklos Szeredi
· 6 years ago
d3b1084
vfs: make open_with_fake_path() not contribute to nr_files
by Miklos Szeredi
· 6 years ago
51e6ce8
Merge branch 'dedupe-cleanup' into overlayfs-next
by Miklos Szeredi
· 6 years ago
9951934
Merge branch 'for-ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into overlayfs-next
by Miklos Szeredi
· 6 years ago
6781069
ovl: fix wrong use of impure dir cache in ovl_iterate()
by Amir Goldstein
· 6 years ago
2abc77a
new helper: open_with_fake_path()
by Al Viro
· 7 years ago
69527c5
now we can fold open_check_o_direct() into do_dentry_open()
by Al Viro
· 7 years ago
7c1c01e
lift fput() on late failures into path_openat()
by Al Viro
· 7 years ago
4d27f32
fold put_filp() into fput()
by Al Viro
· 7 years ago
f5d1140
introduce FMODE_OPENED
by Al Viro
· 7 years ago
9481769
->file_open(): lose cred argument
by Al Viro
· 7 years ago
e3f20ae
security_file_open(): lose cred argument
by Al Viro
· 7 years ago
ae2bb29
get rid of cred argument of vfs_open() and do_dentry_open()
by Al Viro
· 7 years ago
ea73ea7
pass ->f_flags value to alloc_empty_file()
by Al Viro
· 7 years ago
6de37b6
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
by Al Viro
· 7 years ago
c9c554f
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
by Al Viro
· 7 years ago
6b4e808
make sure do_dentry_open() won't return positive as an error
by Al Viro
· 7 years ago
b10a4a9
create_pipe_files(): use fput() if allocation of the second file fails
by Al Viro
· 7 years ago
19f391e
turn filp_clone_open() into inline wrapper for dentry_open()
by Al Viro
· 7 years ago
e8cff84
fold security_file_free() into file_free()
by Al Viro
· 7 years ago
c7e9075
ocxlflash_getfile(): fix double-iput() on alloc_file() failures
by Al Viro
· 7 years ago
d202797
cxl_getfile(): fix double-iput() on alloc_file() failures
by Al Viro
· 7 years ago
b4e7a7a
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
by Al Viro
· 7 years ago
1b4f42a
vfs: dedupe: extract helper for a single dedup
by Miklos Szeredi
· 7 years ago
87eb5eb
vfs: dedupe: rationalize args
by Miklos Szeredi
· 7 years ago
5740c99
vfs: dedupe: return int
by Miklos Szeredi
· 7 years ago
92b66d2
vfs: limit size of dedupe
by Miklos Szeredi
· 7 years ago
877f919
proc: add proc_seq_release
by Chunyu Hu
· 7 years ago
ce397d2
Linux 4.18-rc1
by Linus Torvalds
· 7 years ago
265c5596
Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
5e7b921
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
by Linus Torvalds
· 7 years ago
dbb2816f
Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
644f263
Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux
by Linus Torvalds
· 7 years ago
35773c9
Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
29d6849
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
a5b729e
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
9215310
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
de7f01c
Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
8d1e513
Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 7 years ago
6a4d4b3
Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 7 years ago
8949170c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
2f3f056
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 7 years ago
44348e8a
fix a series of Documentation/ broken file name references
by Mauro Carvalho Chehab
· 7 years ago
315e6bc
Documentation: rstFlatTable.py: fix a broken reference
by Mauro Carvalho Chehab
· 7 years ago
6ec71b2
ABI: sysfs-devices-system-cpu: remove a broken reference
by Mauro Carvalho Chehab
· 7 years ago
e5ca425
devicetree: fix a series of wrong file references
by Mauro Carvalho Chehab
· 7 years ago
18ba1f9
devicetree: fix name of pinctrl-bindings.txt
by Mauro Carvalho Chehab
· 7 years ago
6c79521
devicetree: fix some bindings file names
by Mauro Carvalho Chehab
· 7 years ago
5efa6f8
MAINTAINERS: fix location of DT npcm files
by Mauro Carvalho Chehab
· 7 years ago
2f635cf
MAINTAINERS: fix location of some display DT bindings
by Mauro Carvalho Chehab
· 7 years ago
1ca2c80
kernel-parameters.txt: fix pointers to sound parameters
by Mauro Carvalho Chehab
· 7 years ago
042c768
bindings: nvmem/zii: Fix location of nvmem.txt
by Mauro Carvalho Chehab
· 7 years ago
34962fb
docs: Fix more broken references
by Mauro Carvalho Chehab
· 7 years ago
a78513c
scripts/documentation-file-ref-check: check tools/*/Documentation
by Mauro Carvalho Chehab
· 7 years ago
2d69708
scripts/documentation-file-ref-check: get rid of false-positives
by Mauro Carvalho Chehab
· 7 years ago
e1f319f
scripts/documentation-file-ref-check: hint: dash or underline
by Mauro Carvalho Chehab
· 7 years ago
be600e5
scripts/documentation-file-ref-check: add a fix logic for DT
by Mauro Carvalho Chehab
· 7 years ago
5044024
scripts/documentation-file-ref-check: accept more wildcards at filenames
by Mauro Carvalho Chehab
· 7 years ago
40fc3eb
scripts/documentation-file-ref-check: fix help message
by Mauro Carvalho Chehab
· 7 years ago
b698201
media: max2175: fix location of driver's companion documentation
by Mauro Carvalho Chehab
· 7 years ago
2ebe0bb
media: v4l: fix broken video4linux docs locations
by Mauro Carvalho Chehab
· 7 years ago
670d7adb
media: dvb: point to the location of the old README.dvb-usb file
by Mauro Carvalho Chehab
· 7 years ago
fe63a1a
media: dvb: fix location of get_dvb_firmware script
by Mauro Carvalho Chehab
· 7 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
ec15872
docs: fix broken references with multiple hints
by Mauro Carvalho Chehab
· 7 years ago
7cfde0a
net: stmmac: Run HWIF Quirks after getting HW caps
by Jose Abreu
· 7 years ago
f6a6f20
neighbour: skip NTF_EXT_LEARNED entries during forced gc
by Roopa Prabhu
· 7 years ago
7c09977
net: cxgb3: add error handling for sysfs_create_group
by Zhouyang Jia
· 7 years ago
Next »