Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9c2bcf288ed7f600bc3f8e7541ea0522a8912bae
9c2bcf2
orangefs: remove vestigial async io code
by Martin Brandenburg
· 9 years ago
47b4948
orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAX
by Martin Brandenburg
· 9 years ago
ee70fca
orangefs: don't d_drop in d_revalidate since the caller will
by Martin Brandenburg
· 9 years ago
ee3b8d3
orangefs: free readdir buffer index before the dir_emit loop
by Martin Brandenburg
· 9 years ago
adcf34a
Orangefs: code sanitation
by Mike Marshall
· 9 years ago
d37c0f3
Orangefs: clean up orangefs_kernel_op_s comments.
by Mike Marshall
· 9 years ago
c1223ca
orangefs: get rid of op refcounts
by Al Viro
· 9 years ago
05a50a5
orangefs: have ..._clean_interrupted_...() wait for copy to/from daemon
by Al Viro
· 9 years ago
5964c1b
orangefs: set correct ->downcall.status on failing to copy reply from daemon
by Al Viro
· 9 years ago
ddb84da
Orangefs: remove vestigial ASYNC code
by Mike Marshall
· 9 years ago
5253487
Orangefs: make some gossip statements more helpful.
by Mike Marshall
· 9 years ago
897c5df
orangefs: get rid of op->done
by Al Viro
· 9 years ago
82d37f1
orangefs_readdir_index_put(): get rid of bufmap argument
by Al Viro
· 9 years ago
ea2c9c9
orangefs: bufmap rewrite
by Al Viro
· 9 years ago
1780418
orangefs_bufmap_..._query(): don't bother with refcounts
by Al Viro
· 9 years ago
05b39a8
orangefs: lift handling of timeouts and attempts count to service_operation()
by Al Viro
· 9 years ago
c72f15b
service_operation(): don't block signals, just use ..._killable
by Al Viro
· 9 years ago
98815ad
orangefs: sanitize handling of request list
by Al Viro
· 9 years ago
d2d87a3
orangefs: get rid of loop in wait_for_matching_downcall()
by Al Viro
· 9 years ago
cf22644
orangefs: use S_ISREG(mode) and friends instead of mode & S_IFREG.
by Martin Brandenburg
· 9 years ago
78699e2
orangefs: delay freeing slot until cancel completes
by Al Viro
· 9 years ago
1357d06
get rid of bufmap argument of orangefs_bufmap_put()
by Al Viro
· 9 years ago
c0eae8c
orangefs: get rid of handle_io_error()
by Al Viro
· 9 years ago
7b9761a
orangefs: wait_for_direct_io(): restore the position in iter when restarting
by Al Viro
· 9 years ago
e17be9f
orangefs: avoid freeing a slot twice in wait_for_direct_io()
by Al Viro
· 9 years ago
6ebcc3f
Orangefs: added a couple of WARN_ONs, perhaps just temporarily.
by Mike Marshall
· 9 years ago
237f828
orangefs: Do not retrieve size from servers unless it it necessary.
by Martin Brandenburg
· 9 years ago
933287d
orangefs: Implement inode_operations->permission().
by Martin Brandenburg
· 9 years ago
fe88adc
orangefs: Only compare attributes specified in orangefs_inode_getattr.
by Martin Brandenburg
· 9 years ago
2d4cae0
Orangefs: clean up slab allocation.
by Mike Marshall
· 9 years ago
5090c96
Orangefs: improve gossip statement
by Mike Marshall
· 9 years ago
9910982
orangefs: Fix revalidate.
by Martin Brandenburg
· 9 years ago
394f647
orangefs: Util functions shouldn't operate on inode where it can be avoided.
by Martin Brandenburg
· 9 years ago
115b93a
orangefs: clean up op_alloc()
by Al Viro
· 9 years ago
b0bc3a7
orangefs: move handle_io_error() to file.c
by Al Viro
· 9 years ago
2a9e5c2
orangefs: don't reinvent completion.h...
by Al Viro
· 9 years ago
4f55e39
if ORANGEFS_VFS_OP_FILE_IO request had been given up, don't bother waiting
by Al Viro
· 9 years ago
727cbfe
orangefs: get rid of MSECS_TO_JIFFIES
by Al Viro
· 9 years ago
eab9b38
orangefs_clean_up_interrupted_operation: call with op->lock held
by Al Viro
· 9 years ago
70c6ea2
orangefs: reduce nesting in wait_for_matching_downcall()
by Al Viro
· 9 years ago
e1056a9
orangefs: remove cargo-culting spin_lock_irqsave() in service_operation()
by Al Viro
· 9 years ago
ed42fe0
orangefs: hopefully saner op refcounting and locking
by Al Viro
· 9 years ago
fee25ce
orangefs: make sure that reopening pvfs2-req won't overlap with the end of close
by Al Viro
· 9 years ago
96acf9d6
orangefs: nothing should remain in request list and in hash
by Al Viro
· 9 years ago
6083194
orangefs: move wakeups into set_op_state_{serviced,purged}()
by Al Viro
· 9 years ago
ade3d78
orangefs: make wait_for_...downcall() static
by Al Viro
· 9 years ago
831d094
orangefs: move wakeups into set_op_state_{serviced,purged}()
by Al Viro
· 9 years ago
b7ae37b
orangefs: make wait_for_...downcall() static
by Al Viro
· 9 years ago
e07db0a
make orangefs_clean_up_interrupted_operation() static
by Al Viro
· 9 years ago
1264ddf
orangefs: kill orangefs_inode_s ->list
by Al Viro
· 9 years ago
fc916da
orangefs: get rid of <censored> macros
by Al Viro
· 9 years ago
90e54e3
orangefs: ->poll() doesn't need spinlock
by Al Viro
· 9 years ago
8016387
orangefs: kill ioctl32 rudiments
by Al Viro
· 9 years ago
83595db
orangefs: ->poll() is only called between successful ->open() and ->release()
by Al Viro
· 9 years ago
fb6d252
orangefs: generic_file_open() is pointless for character devices
by Al Viro
· 9 years ago
3e1dd9a
orangefs: use DEFINE_MUTEX (and mutex_init() had been too late)
by Al Viro
· 9 years ago
cf0c277
Orangefs: make gossip statement more palatable to xtensa
by Mike Marshall
· 9 years ago
5e1f393
Orangefs: merge with V4.4
by Mike Marshall
· 9 years ago
1808f8c
Orangefs: add verification to decode_dirents
by Mike Marshall
· 9 years ago
fcac9d5
Orangefs: add protocol information to Documentation/filesystems/orangefs.txt
by Mike Marshall
· 9 years ago
be57366
Orangefs: make .statfs gossip_debug more complete.
by Mike Marshall
· 9 years ago
569dbfc
Orangefs: define a minimum compatible userspace version.
by Mike Marshall
· 9 years ago
4c27b32
Orangefs: change ORANGEFS_VERSION from "Unknown" to "upstream"
by Mike Marshall
· 9 years ago
c817e26
Orangefs: rename orangefs_kernel_op_s.aio_ref_count to just ref_count.
by Mike Marshall
· 9 years ago
b3ae475
Orangefs: implement .write_iter
by Mike Marshall
· 9 years ago
afd2ff9
Linux 4.4
by Linus Torvalds
· 9 years ago
eac6f76
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
c0cb139
Merge tag 'pci-v4.4-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
751e5f5
vmstat: allocate vmstat_wq before it is used
by Michal Hocko
· 9 years ago
44d8a7d
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
516c50c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
496b0b5
Merge tag 'pm+acpi-4.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
650e545
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
de03017
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
3ab6d1e
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ea83ae2
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
a6a7358
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
212c7f6
Merge tag 'dmaengine-fix-4.4' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 9 years ago
436950a
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 9 years ago
4054f64
Merge tag 'sound-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 9 years ago
841bcd2
Merge tag 'omap-for-v4.4/onenand-corruption' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Arnd Bergmann
· 9 years ago
6126eb2
Revert "block: Split bios on chunk boundaries"
by Jens Axboe
· 9 years ago
5c3b99d
PCI: dra7xx: Mark driver as broken
by Richard Cochran
· 9 years ago
ff4319d
firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6
by Andrea Arcangeli
· 9 years ago
9db22d9
ACPI / property: avoid leaking format string into kobject name
by Kees Cook
· 9 years ago
02006f7a
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
1d8b0e7
Merge tag 'iommu-fixes-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 9 years ago
2626820
Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
049fb9b
ftrace/module: Call clean up function when module init fails early
by Steven Rostedt (Red Hat)
· 9 years ago
0f090bf
dts: vt8500: Add SDHC node to DTS file for WM8650
by Roman Volkov
· 9 years ago
5b1a618
ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
by Timo Sigurdsson
· 9 years ago
e5e57e7
kvm: x86: only channel 0 of the i8254 is linked to the HPET
by Paolo Bonzini
· 9 years ago
164afb1
iommu/dma: Use correct offset in map_sg
by Robin Murphy
· 9 years ago
3bea6a4
Merge branch 'linux-4.4' of git://github.com/skeggsb/linux into drm-fixes
by Dave Airlie
· 9 years ago
b0b7902
dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag
by Rameshwar Prasad Sahu
· 9 years ago
b02bab6
async_tx: use GFP_NOWAIT rather than GFP_IO
by NeilBrown
· 9 years ago
20f1275
ARM: versatile: fix MMC/SD interrupt assignment
by Linus Walleij
· 9 years ago
a461a3e
ARM: nomadik: set latencies to 8 cycles
by Linus Walleij
· 9 years ago
b06f3a1
Merge tag 'for-linus-20160106' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
51cb67c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
Next »