Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
389a6cfc2afb833e65b93ad6d8220ad1a84538a2
389a6cf
btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace
by David Sterba
· 8 years ago
fe30853
btrfs: add memalloc_nofs protections around alloc_workspace callback
by David Sterba
· 8 years ago
adf0212
btrfs: adjust includes after vmalloc removal
by David Sterba
· 8 years ago
f54de06
btrfs: use GFP_KERNEL in init_ipath
by David Sterba
· 8 years ago
de2491f
btrfs: scrub: add memalloc_nofs protection around init_ipath
by David Sterba
· 8 years ago
f11f744
btrfs: send: use kvmalloc in iterate_dir_item
by David Sterba
· 8 years ago
818e010
btrfs: replace opencoded kvzalloc with the helper
by David Sterba
· 8 years ago
1e9d729
Btrfs: lzo: compressed data size must be less then input size
by Timofey Titovets
· 8 years ago
054ec2f
btrfs: simplify code with bio_io_error
by Guoqing Jiang
· 8 years ago
25ff17e
Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmaps
by Omar Sandoval
· 8 years ago
4b5faea
btrfs: use generic slab for for btrfs_transaction
by David Sterba
· 8 years ago
3fb9930
btrfs: scrub: embed scrub_wr_ctx into scrub context
by David Sterba
· 8 years ago
25cc122
btrfs: scrub: use fs_info::sectorsize and drop it from scrub context
by David Sterba
· 8 years ago
04a87e3
Btrfs: add statx support
by Yonghong Song
· 8 years ago
036b021
Btrfs: lzo: fix typo in error message after failed deflate
by Timofey Titovets
· 8 years ago
3189ff7
btrfs: btrfs_wait_tree_block_writeback can be void return
by Jeff Layton
· 8 years ago
118c701
btrfs: remove __BTRFS_LEAF_DATA_SIZE
by Nikolay Borisov
· 8 years ago
3d9ec8c
btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET
by Nikolay Borisov
· 8 years ago
e1ddce7
btrfs: reduce arguments for decompress_bio ops
by Anand Jain
· 8 years ago
8140dc3
btrfs: btrfs_decompress_bio() could accept compressed_bio instead
by Anand Jain
· 8 years ago
d2006e6
btrfs: Refactor update_space_info
by Nikolay Borisov
· 8 years ago
2be12ef
btrfs: Separate space_info create/update
by Nikolay Borisov
· 8 years ago
555ba41
Btrfs: let btrfs_print_leaf print more about block group
by Liu Bo
· 8 years ago
28785f7
Btrfs: skip commit transaction if we don't have enough pinned bytes
by Liu Bo
· 8 years ago
4e2814e
btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx
by David Sterba
· 8 years ago
e241dde
btrfs: scrub: inline helper scrub_free_wr_ctx
by David Sterba
· 8 years ago
8fcdac3
btrfs: scrub: inline helper scrub_setup_wr_ctx
by David Sterba
· 8 years ago
c1c4919
btrfs: remove root usage from can_overcommit
by Jeff Mahoney
· 8 years ago
1b86826
btrfs: cleanup root usage by btrfs_get_alloc_profile
by Jeff Mahoney
· 8 years ago
e03733d
btrfs: fix bool type in btrfs_page_exists_in_range
by David Sterba
· 8 years ago
c9fed2b
btrfs: remove unused member list from btrfs_end_io_wq
by David Sterba
· 8 years ago
ee4ea69
btrfs: remove unused members dir_path from recorded_ref
by David Sterba
· 8 years ago
b297c9f
btrfs: remove unused member list from async_submit_bio
by David Sterba
· 8 years ago
106204f
btrfs: remove unused member err from reada_extent
by David Sterba
· 8 years ago
0bef710
btrfs: Remove unnecessary branching in free-space-tree.c
by Sahil Kang
· 8 years ago
e477094
Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partial
by Liu Bo
· 8 years ago
3c91ee6
Btrfs: work around maybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
3892ac9
Btrfs: unify naming of btrfs_io_bio
by Liu Bo
· 8 years ago
11b5616
Btrfs: check-integrity use bvec_iter
by Liu Bo
· 8 years ago
629ebf4
Btrfs: record error if one block has failed to retry
by Liu Bo
· 8 years ago
17347ce
Btrfs: change how we iterate bios in endio
by Liu Bo
· 8 years ago
725130b
Btrfs: use bio_clone_bioset_partial to simplify DIO submit
by Liu Bo
· 8 years ago
2f8e914
Btrfs: new helper btrfs_bio_clone_partial
by Liu Bo
· 8 years ago
015c1bd
Btrfs: use bio_clone_fast to clone our bio
by Liu Bo
· 8 years ago
7870d08
Btrfs: don't pass the inode through clean_io_failure
by Josef Bacik
· 8 years ago
6ec656b
btrfs: remove inode argument from repair_io_failure
by Josef Bacik
· 8 years ago
c6100a4
Btrfs: replace tree->mapping with tree->private_data
by Josef Bacik
· 8 years ago
2723480
btrfs: Add quota_override knob into sysfs
by Sargun Dhillon
· 8 years ago
f29efe2
btrfs: add quota override flag to enable quota override for CAP_SYS_RESOURCE
by Sargun Dhillon
· 8 years ago
a5ed45f
btrfs: Convert fs_info->free_chunk_space to atomic64_t
by Nikolay Borisov
· 8 years ago
401b41e
btrfs: add framework to handle device flush error as a volume
by Anand Jain
· 8 years ago
6b349df
Btrfs: remove obsolete FIXMEs in qgroup ioctls
by Daichou
· 8 years ago
62b163f
btrfs: cleanup unused qgroup trace event
by Anand Jain
· 8 years ago
97d0385
Btrfs: remove an unused variable
by Dan Carpenter
· 8 years ago
977ec79
btrfs: kmap() can't fail
by Fabian Frederick
· 8 years ago
41f1830
Linux 4.12-rc6
by Linus Torvalds
· 7 years ago
1be7107
mm: larger stack guard gap, between vmas
by Hugh Dickins
· 7 years ago
1132d5e
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
a1858df
Merge tag 'sunxi-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes
by Olof Johansson
· 7 years ago
51b6e28
Merge tag 'omap-for-v4.12/fixes-sl50' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 7 years ago
3696e4f
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 7 years ago
7d62d94
Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
b3ee4ed
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 7 years ago
e41b135
virtio_balloon: disable VIOMMU support
by Michael S. Tsirkin
· 7 years ago
edf9364
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
4f51d57
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
0be5255
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a1ff31d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
2277ba7
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
0cbf341
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
374d801
Merge tag 'led_fixes_for_4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
by Linus Torvalds
· 7 years ago
19ea9d6
Merge tag 'usb-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
1be627d
Merge tag 'staging-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
6e20350
Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
adc3110
Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
c8636b9
Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
ccd3d90
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
1439ccf
Merge tag 'pci-v4.12-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
3a44829
Merge tag 'fbdev-v4.12-rc6' of git://github.com/bzolnier/linux
by Linus Torvalds
· 7 years ago
162f73f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
d7143e3
mm: correct the comment when reclaimed pages exceed the scanned pages
by zhongjiang
· 7 years ago
64c2b20
userfaultfd: shmem: handle coredumping in handle_userfault()
by Andrea Arcangeli
· 7 years ago
3c226c6
mm: numa: avoid waiting on freed migrated pages
by Mark Rutland
· 7 years ago
ef70762
swap: cond_resched in swap_cgroup_prepare()
by Yu Zhao
· 7 years ago
7258ae5
mm/memory-failure.c: use compound_head() flags for huge pages
by James Morse
· 7 years ago
5ac447d
Merge tag 'powerpc-4.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
531c221
Merge tag 'perf-urgent-for-mingo-4.12-20170616' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 7 years ago
9126cbb
perf unwind: Report module before querying isactivation in dwfl unwind
by Milian Wolff
· 8 years ago
ab2789b
Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfs
by Linus Torvalds
· 7 years ago
20223f0
fs: pass on flags in compat_writev
by Christoph Hellwig
· 7 years ago
92b0a14
objtool: Add fortify_panic as __noreturn function
by Kees Cook
· 7 years ago
3bee197
Merge tag 'mmc-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 7 years ago
db96d58
Merge tag 'drm-fixes-for-v4.12-rc6' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
51ce5f3
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 7 years ago
f69d64d
Merge tag 'platform-drivers-x86-v4.12-2' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 7 years ago
e78e462
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
cbfb749
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 7 years ago
550ad8e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
a093c92
powerpc/debug: Add missing warn flag to WARN_ON's non-builtin path
by Alexey Kardashevskiy
· 7 years ago
7119dbd
Merge tag 'drm-intel-fixes-2017-06-15' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes
by Dave Airlie
· 7 years ago
Next »