Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
263fade51f7bdd5ad7ebbfe82113a44c5ea4c36c
/
fs
a2036a1
fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
by Arnd Bergmann
· 6 years ago
0722f18
fs/afs: use new return type vm_fault_t
by Souptick Joarder
· 6 years ago
30aba66
namei: allow restricted O_CREAT of FIFOs and regular files
by Salvatore Mesoraca
· 6 years ago
dc25727
hfs: prevent crash on exit from failed search
by Ernesto A. Fernández
· 6 years ago
aba93a9
hfsplus: prevent crash on exit from failed search
by Ernesto A. Fernandez
· 6 years ago
a7ec7a4
hfsplus: fix NULL dereference in hfsplus_lookup()
by Ernesto A. Fernández
· 6 years ago
fe6f0ed
Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 6 years ago
6faf05c
ovl: set I_CREATING on inode being created
by Miklos Szeredi
· 6 years ago
cd9b44f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
3e811f0
fs/sysv/inode.c: use ktime_get_real_seconds() for superblock stamp
by Arnd Bergmann
· 6 years ago
d9edcbc4
adfs: use timespec64 for time conversion
by Arnd Bergmann
· 6 years ago
f423420
fat: propagate 64-bit inode timestamps
by Arnd Bergmann
· 6 years ago
0afa962
fat: validate ->i_start before using
by OGAWA Hirofumi
· 6 years ago
f663b5b
fat: add FITRIM ioctl for FAT file system
by Wentao Wang
· 6 years ago
a13f085
reiserfs: fix broken xattr handling (heap corruption, bad retval)
by Jann Horn
· 6 years ago
8b73ce6
reiserfs: change j_timestamp type to time64_t
by Arnd Bergmann
· 6 years ago
5b1d149
reiserfs: remove obsolete print_time function
by Arnd Bergmann
· 6 years ago
34d0826
reiserfs: use monotonic time for j_trans_start_time
by Arnd Bergmann
· 6 years ago
f168d9f
hfsplus: drop ACL support
by Ernesto A. Fernández
· 6 years ago
afd6c9e
hfsplus: fix decomposition of Hangul characters
by Ernesto A. Fernández
· 6 years ago
31651c6
hfsplus: avoid deadlock on file truncation
by Ernesto A. Fernández
· 6 years ago
7464726
hfsplus: don't return 0 when fill_super() failed
by Tetsuo Handa
· 6 years ago
c8ed98c
fs/nilfs2/file.c: use new return type vm_fault_t
by Souptick Joarder
· 6 years ago
21a1a52
nilfs2: use 64-bit superblock timstamps
by Arnd Bergmann
· 6 years ago
cbf6898
autofs: add AUTOFS_EXP_FORCED flag
by Ian Kent
· 6 years ago
e5c85e1
autofs: make expire flags usage consistent with v5 params
by Ian Kent
· 6 years ago
571bc35
autofs: make autofs_expire_indirect() static
by Ian Kent
· 6 years ago
5d30517
autofs: make autofs_expire_direct() static
by Ian Kent
· 6 years ago
d105556
autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()
by Ian Kent
· 6 years ago
2fd9944
autofs: fix inconsistent use of now variable
by Ian Kent
· 6 years ago
d4d79b8
autofs: fix directory and symlink access
by Ian Kent
· 6 years ago
992991c
fs/eventpoll.c: simplify ep_is_linked() callers
by Davidlohr Bueso
· 6 years ago
679abf3
fs/eventpoll.c: loosen irq safety in ep_poll()
by Davidlohr Bueso
· 6 years ago
514056d
fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery
by Davidlohr Bueso
· 6 years ago
92e6417
s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()
by Davidlohr Bueso
· 6 years ago
304b18b
fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()
by Davidlohr Bueso
· 6 years ago
002b343
fs/epoll: loosen irq safety in ep_scan_ready_list()
by Davidlohr Bueso
· 6 years ago
c430d1e
userfaultfd: use fault_wqh lock
by Matthew Wilcox
· 6 years ago
ee8ef0a
epoll: use the waitqueue lock to protect ep->wq
by Christoph Hellwig
· 6 years ago
23c8509
proc/kcore: add vmcoreinfo note to /proc/kcore
by Omar Sandoval
· 6 years ago
bf991c2
proc/kcore: optimize multiple page reads
by Omar Sandoval
· 6 years ago
37e949b
proc/kcore: clean up ELF header generation
by Omar Sandoval
· 6 years ago
3673fb0
proc/kcore: hold lock during read
by Omar Sandoval
· 6 years ago
b66fb00
proc/kcore: fix memory hotplug vs multiple opens race
by Omar Sandoval
· 6 years ago
0b172f8
proc/kcore: replace kclist_lock rwlock with rwsem
by Omar Sandoval
· 6 years ago
bf53183
proc/kcore: don't grab lock for memory hotplug notifier
by Omar Sandoval
· 6 years ago
a8dd9c4
proc/kcore: don't grab lock for kclist_add()
by Omar Sandoval
· 6 years ago
df865e8
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
by James Morse
· 6 years ago
36f0620
fs/proc/vmcore.c: use new typedef vm_fault_t
by Souptick Joarder
· 6 years ago
9a27e97
proc: use "unsigned int" in /proc/stat hook
by Alexey Dobriyan
· 6 years ago
891ae71
proc: spread "const" a bit
by Alexey Dobriyan
· 6 years ago
f6d2f58
proc: use macro in /proc/latency hook
by Alexey Dobriyan
· 6 years ago
41089b6
proc: save 2 atomic ops on write to "/proc/*/attr/*"
by Alexey Dobriyan
· 6 years ago
a44937f
proc: put task earlier in /proc/*/fail-nth
by Alexey Dobriyan
· 6 years ago
8d48b2e
proc: smaller readlock section in readdir("/proc")
by Alexey Dobriyan
· 6 years ago
bdf228a
fs/proc/uptime.c: use ktime_get_boottime_ts64
by Arnd Bergmann
· 6 years ago
2d6e4e8
proc: fixup PDE allocation bloat
by Alexey Dobriyan
· 6 years ago
7e8a630
/proc/meminfo: add percpu populated pages count
by Dennis Zhou (Facebook)
· 6 years ago
a670468
mm: zero out the vma in vma_init()
by Andrew Morton
· 6 years ago
258f669
mm: /proc/pid/smaps_rollup: convert to single value seq_file
by Vlastimil Babka
· 6 years ago
f154795
mm: /proc/pid/smaps: factor out common stats printing
by Vlastimil Babka
· 6 years ago
8e68d68
mm: /proc/pid/smaps: factor out mem stats gathering
by Vlastimil Babka
· 6 years ago
871305b
mm: /proc/pid/*maps remove is_pid and related wrappers
by Vlastimil Babka
· 6 years ago
0633da4
autofs: fix autofs_sbi() does not check super block type
by Ian Kent
· 6 years ago
ad1d697
Merge tag 'fuse-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 6 years ago
d9a185f
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
c22fc16
Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
0214f46
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
6aa58d8
f2fs: readahead encrypted block during GC
by Chao Yu
· 6 years ago
6f8d445
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
by Jaegeuk Kim
· 6 years ago
853137c
f2fs: fix performance issue observed with multi-thread sequential read
by Jaegeuk Kim
· 6 years ago
7140ad3
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
0a78ac4
Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
a18d783
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
1f7a4c7
Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux
by Linus Torvalds
· 6 years ago
6ada4e2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
5241d47
fs/userfaultfd.c: remove redundant pointer uwq
by Colin Ian King
· 6 years ago
9b99646
mm: add SHRINK_EMPTY shrinker methods return value
by Kirill Tkhai
· 6 years ago
c92e8e1
fs: propagate shrinker::id to list_lru
by Kirill Tkhai
· 6 years ago
2b3648a
fs/super.c: refactor alloc_super()
by Kirill Tkhai
· 6 years ago
f745c6f
fs, mm: account buffer_head to kmemcg
by Shakeel Butt
· 6 years ago
d46eb14b
fs: fsnotify: account fsnotify metadata to kmemcg
by Shakeel Butt
· 6 years ago
ac22b46
ext4: readpages() should submit IO as read-ahead
by Jens Axboe
· 6 years ago
5e9d398
btrfs: readpages() should submit IO as read-ahead
by Jens Axboe
· 6 years ago
74c8164
mpage: mpage_readpages() should submit IO as read-ahead
by Jens Axboe
· 6 years ago
357c120
mpage: add argument structure for do_mpage_readpage()
by Jens Axboe
· 6 years ago
1f4aace
fs/seq_file.c: simplify seq_file iteration code and interface
by NeilBrown
· 6 years ago
4cdfffc
vfs: discard ATTR_ATTR_FLAG
by NeilBrown
· 6 years ago
6cd00a0
fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
by Tetsuo Handa
· 6 years ago
480bd56
ocfs2: make several functions and variables static (and some const)
by Colin Ian King
· 6 years ago
229ba1f
ocfs2: clean up some unnecessary code
by wangyan
· 6 years ago
93f5920
ocfs2: return -EROFS when filesystem becomes read-only
by Jun Piao
· 6 years ago
ab62ef8
ntfs: mft: remove VLA usage
by Kees Cook
· 6 years ago
2c27ce9
ntfs: decompress: remove VLA usage
by Kees Cook
· 6 years ago
ac4ecf9
ntfs: aops: remove VLA usage
by Kees Cook
· 6 years ago
a10dceb
fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()
by Sebastian Andrzej Siewior
· 6 years ago
f08957d0
fs/hpfs: extend gmt_to_local() conversion to 64-bit times
by Arnd Bergmann
· 6 years ago
bcf451e
fs/ntfs: use timespec64 directly for timestamp conversion
by Arnd Bergmann
· 6 years ago
a3fda0f
fs/ufs: use ktime_get_real_seconds for sb and cg timestamps
by Arnd Bergmann
· 6 years ago
e1fb4a0
dax: remove VM_MIXEDMAP for fsdax and device dax
by Dave Jiang
· 6 years ago
Next »