projects
/
platform
/
kernel
/
linux-rpi.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cifs: check if SMB2 PDU size has been padded and suppress the warning
[platform/kernel/linux-rpi.git]
/
fs
/
2018-08-23
Ronnie Sahlberg
cifs: check if SMB2 PDU size has been padded and suppre...
tree
|
commitdiff
2018-08-23
Ronnie Sahlberg
cifs: create a define for how many iovs we need for...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'platform-drivers-x86-v4.19-1' of git://git...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge branch 'parisc-4.19-2' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'xtensa-20180820' of git://github.com/jcmvbkb...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'for-linus' of git://git./virt/kvm/kvm
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'for-4.19/post-20180822' of git://git.kernel...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'f2fs-for-4.19' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-22
Miklos Szeredi
ovl: set I_CREATING on inode being created
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge branch 'akpm' (patches from Andrew)
tree
|
commitdiff
2018-08-22
Arnd Bergmann
fs/sysv/inode.c: use ktime_get_real_seconds() for super...
tree
|
commitdiff
2018-08-22
Arnd Bergmann
adfs: use timespec64 for time conversion
tree
|
commitdiff
2018-08-22
Arnd Bergmann
fat: propagate 64-bit inode timestamps
tree
|
commitdiff
2018-08-22
OGAWA Hirofumi
fat: validate ->i_start before using
tree
|
commitdiff
2018-08-22
Wentao Wang
fat: add FITRIM ioctl for FAT file system
tree
|
commitdiff
2018-08-22
Jann Horn
reiserfs: fix broken xattr handling (heap corruption...
tree
|
commitdiff
2018-08-22
Arnd Bergmann
reiserfs: change j_timestamp type to time64_t
tree
|
commitdiff
2018-08-22
Arnd Bergmann
reiserfs: remove obsolete print_time function
tree
|
commitdiff
2018-08-22
Arnd Bergmann
reiserfs: use monotonic time for j_trans_start_time
tree
|
commitdiff
2018-08-22
Ernesto A. Fernández
hfsplus: drop ACL support
tree
|
commitdiff
2018-08-22
Ernesto A. Fernández
hfsplus: fix decomposition of Hangul characters
tree
|
commitdiff
2018-08-22
Ernesto A. Fernández
hfsplus: avoid deadlock on file truncation
tree
|
commitdiff
2018-08-22
Tetsuo Handa
hfsplus: don't return 0 when fill_super() failed
tree
|
commitdiff
2018-08-22
Souptick Joarder
fs/nilfs2/file.c: use new return type vm_fault_t
tree
|
commitdiff
2018-08-22
Arnd Bergmann
nilfs2: use 64-bit superblock timstamps
tree
|
commitdiff
2018-08-22
Ian Kent
autofs: add AUTOFS_EXP_FORCED flag
tree
|
commitdiff
2018-08-22
Ian Kent
autofs: make expire flags usage consistent with v5...
tree
|
commitdiff
2018-08-22
Ian Kent
autofs: make autofs_expire_indirect() static
tree
|
commitdiff
2018-08-22
Ian Kent
autofs: make autofs_expire_direct() static
tree
|
commitdiff
2018-08-22
Ian Kent
autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire...
tree
|
commitdiff
2018-08-22
Ian Kent
autofs: fix inconsistent use of now variable
tree
|
commitdiff
2018-08-22
Ian Kent
autofs: fix directory and symlink access
tree
|
commitdiff
2018-08-22
Davidlohr Bueso
fs/eventpoll.c: simplify ep_is_linked() callers
tree
|
commitdiff
2018-08-22
Davidlohr Bueso
fs/eventpoll.c: loosen irq safety in ep_poll()
tree
|
commitdiff
2018-08-22
Davidlohr Bueso
fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery
tree
|
commitdiff
2018-08-22
Davidlohr Bueso
s/epoll: robustify irq safety with lockdep_assert_irqs_...
tree
|
commitdiff
2018-08-22
Davidlohr Bueso
fs/epoll: loosen irq safety in epoll_insert() and epoll...
tree
|
commitdiff
2018-08-22
Davidlohr Bueso
fs/epoll: loosen irq safety in ep_scan_ready_list()
tree
|
commitdiff
2018-08-22
Matthew Wilcox
userfaultfd: use fault_wqh lock
tree
|
commitdiff
2018-08-22
Christoph Hellwig
epoll: use the waitqueue lock to protect ep->wq
tree
|
commitdiff
2018-08-22
Omar Sandoval
proc/kcore: add vmcoreinfo note to /proc/kcore
tree
|
commitdiff
2018-08-22
Omar Sandoval
proc/kcore: optimize multiple page reads
tree
|
commitdiff
2018-08-22
Omar Sandoval
proc/kcore: clean up ELF header generation
tree
|
commitdiff
2018-08-22
Omar Sandoval
proc/kcore: hold lock during read
tree
|
commitdiff
2018-08-22
Omar Sandoval
proc/kcore: fix memory hotplug vs multiple opens race
tree
|
commitdiff
2018-08-22
Omar Sandoval
proc/kcore: replace kclist_lock rwlock with rwsem
tree
|
commitdiff
2018-08-22
Omar Sandoval
proc/kcore: don't grab lock for memory hotplug notifier
tree
|
commitdiff
2018-08-22
Omar Sandoval
proc/kcore: don't grab lock for kclist_add()
tree
|
commitdiff
2018-08-22
James Morse
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list...
tree
|
commitdiff
2018-08-22
Souptick Joarder
fs/proc/vmcore.c: use new typedef vm_fault_t
tree
|
commitdiff
2018-08-22
Alexey Dobriyan
proc: use "unsigned int" in /proc/stat hook
tree
|
commitdiff
2018-08-22
Alexey Dobriyan
proc: spread "const" a bit
tree
|
commitdiff
2018-08-22
Alexey Dobriyan
proc: use macro in /proc/latency hook
tree
|
commitdiff
2018-08-22
Alexey Dobriyan
proc: save 2 atomic ops on write to "/proc/*/attr/*"
tree
|
commitdiff
2018-08-22
Alexey Dobriyan
proc: put task earlier in /proc/*/fail-nth
tree
|
commitdiff
2018-08-22
Alexey Dobriyan
proc: smaller readlock section in readdir("/proc")
tree
|
commitdiff
2018-08-22
Arnd Bergmann
fs/proc/uptime.c: use ktime_get_boottime_ts64
tree
|
commitdiff
2018-08-22
Alexey Dobriyan
proc: fixup PDE allocation bloat
tree
|
commitdiff
2018-08-22
Dennis Zhou (Facebook)
/proc/meminfo: add percpu populated pages count
tree
|
commitdiff
2018-08-22
Andrew Morton
mm: zero out the vma in vma_init()
tree
|
commitdiff
2018-08-22
Vlastimil Babka
mm: /proc/pid/smaps_rollup: convert to single value...
tree
|
commitdiff
2018-08-22
Vlastimil Babka
mm: /proc/pid/smaps: factor out common stats printing
tree
|
commitdiff
2018-08-22
Vlastimil Babka
mm: /proc/pid/smaps: factor out mem stats gathering
tree
|
commitdiff
2018-08-22
Vlastimil Babka
mm: /proc/pid/*maps remove is_pid and related wrappers
tree
|
commitdiff
2018-08-22
Ian Kent
autofs: fix autofs_sbi() does not check super block...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'acpi-4.19-rc1-2' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'pm-4.19-rc1-2' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge git://git./linux/kernel/git/davem/ide
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge git://git./linux/kernel/git/davem/sparc
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroo...
tree
|
commitdiff
2018-08-22
Paolo Bonzini
Merge tag 'kvmarm-for-v4.19' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'fuse-update-4.19' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'ovl-update-4.19' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'xfs-4.19-merge-7' of git://git./fs/xfs/xfs...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge tag 'for-v4.19' of git://git./linux/kernel/git...
tree
|
commitdiff
2018-08-22
Linus Torvalds
Merge branch 'i2c/for-4.19' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-21
Linus Torvalds
Merge branch 'siginfo-linus' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-21
Linus Torvalds
Merge tag 'chrome-platform-for-linus-4.19' of git:...
tree
|
commitdiff
2018-08-21
Linus Torvalds
Merge tag 'microblaze-v4.19-rc1' of git://git.monstr...
tree
|
commitdiff
2018-08-21
Chao Yu
f2fs: readahead encrypted block during GC
tree
|
commitdiff
2018-08-21
Jaegeuk Kim
f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
tree
|
commitdiff
2018-08-21
Jaegeuk Kim
f2fs: fix performance issue observed with multi-thread...
tree
|
commitdiff
2018-08-21
Linus Torvalds
Merge tag 'please-pull-noboot' of git://git./linux...
tree
|
commitdiff
2018-08-21
Linus Torvalds
Merge tag 'linux-kselftest-4.19-rc1' of git://git....
tree
|
commitdiff
2018-08-21
Linus Torvalds
Merge tag 'trace-v4.19' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-21
Linus Torvalds
Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph...
tree
|
commitdiff
2018-08-20
Linus Torvalds
Merge tag 'rtc-4.19' of git://git./linux/kernel/git...
tree
|
commitdiff
2018-08-20
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-20
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-20
Linus Torvalds
Merge tag 'backlight-next-4.19' of git://git./linux...
tree
|
commitdiff
2018-08-20
Linus Torvalds
Merge tag 'mfd-next-4.19' of git://git./linux/kernel...
tree
|
commitdiff
2018-08-20
Linus Torvalds
Merge tag 'edac_fixes_for_4.19' of git://git./linux...
tree
|
commitdiff
2018-08-20
Max Filippov
Merge branch 'xtensa-dma-fixes' (early part) into xtens...
tree
|
commitdiff
2018-08-20
Jiri Kosina
Merge branch 'for-4.19/wiimote' into for-linus
tree
|
commitdiff
2018-08-20
Jiri Kosina
Merge branch 'for-4.19/wacom' into for-linus
tree
|
commitdiff
2018-08-20
Jiri Kosina
Merge branch 'for-4.19/upstream' into for-linus
tree
|
commitdiff
2018-08-20
Jiri Kosina
Merge branch 'for-4.19/sony' into for-linus
tree
|
commitdiff
2018-08-20
Jiri Kosina
Merge branch 'for-4.19/i2c-hid' into for-linus
tree
|
commitdiff
2018-08-20
Jiri Kosina
Merge branch 'for-4.19/cougar' into for-linus
tree
|
commitdiff
2018-08-19
Linus Torvalds
Merge branch 'for-next' of git://git./linux/kernel...
tree
|
commitdiff
next