Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
94a97dfeb61e32a213ca5519b063076c5201c5b2
94a97df
btrfs: Small cleanup for get index_srcdev loop
by Zhao Lei
· 9 years ago
f04b772
btrfs: Enhance chunk validation check
by Qu Wenruo
· 9 years ago
319e4d0
btrfs: Enhance super validation check
by Qu Wenruo
· 9 years ago
c2d6cb1
Btrfs: fix deadlock running delayed iputs at transaction commit time
by Filipe Manana
· 9 years ago
fedc004
Btrfs: fix typo in log message when starting a balance
by Filipe Manana
· 9 years ago
326f784
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
acc3085
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
fb75d85
btrfs: remove duplicate const specifier
by Colin Ian King
· 9 years ago
546bed6
btrfs: initialize the seq counter in struct btrfs_device
by Sebastian Andrzej Siewior
· 9 years ago
0dc924c5
Btrfs: clean up an error code in btrfs_init_space_info()
by Dan Carpenter
· 9 years ago
8e21785
btrfs: fix iterator with update error in backref.c
by Geliang Tang
· 9 years ago
b7c47bb
Btrfs: fix output of compression message in btrfs_parse_options()
by Tsutomu Itoh
· 9 years ago
f32e48e
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and subvolume roots
by Chandan Rajendra
· 9 years ago
95617d6
btrfs: cleanup, stop casting for extent_map->lookup everywhere
by Jeff Mahoney
· 9 years ago
988f1f5
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5
by Chris Mason
· 9 years ago
b28cf57
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
a305810
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
8cdc7c5
Btrfs: fix fitrim discarding device area reserved for boot loader's use
by Filipe Manana
· 9 years ago
ee592d0
Btrfs: Check metadata redundancy on balance
by Sam Tygier
· 9 years ago
ca8a51b
btrfs: statfs: report zero available if metadata are exhausted
by David Sterba
· 9 years ago
8546b57
btrfs: preallocate path for snapshot creation at ioctl time
by David Sterba
· 9 years ago
b0c0ea6
btrfs: allocate root item at snapshot ioctl time
by David Sterba
· 9 years ago
a1ee736
btrfs: do an allocation earlier during snapshot creation
by David Sterba
· 9 years ago
4fb72bf
btrfs: use smaller type for btrfs_path locks
by David Sterba
· 9 years ago
7853f15
btrfs: use smaller type for btrfs_path lowest_level
by David Sterba
· 9 years ago
dccabfa
btrfs: use smaller type for btrfs_path reada
by David Sterba
· 9 years ago
e4058b5
btrfs: cleanup, use enum values for btrfs_path reada
by David Sterba
· 9 years ago
4d4ab6d
btrfs: constify static arrays
by David Sterba
· 9 years ago
20e5506
btrfs: constify remaining structs with function pointers
by David Sterba
· 9 years ago
28f0779
btrfs tests: replace whole ops structure for free space tests
by David Sterba
· 9 years ago
a7ca422
btrfs: use list_for_each_entry* in backref.c
by Geliang Tang
· 9 years ago
7ae1681
btrfs: use list_for_each_entry_safe in free-space-cache.c
by Geliang Tang
· 9 years ago
b69f2be
btrfs: use list_for_each_entry* in check-integrity.c
by Geliang Tang
· 9 years ago
ee22184
Btrfs: use linux/sizes.h to represent constants
by Byongho Lee
· 9 years ago
7928d67
btrfs: cleanup, remove stray return statements
by David Sterba
· 9 years ago
352dd9c
btrfs: zero out delayed node upon allocation
by Alexandru Moise
· 9 years ago
575a75d
btrfs: pass proper enum type to start_transaction()
by Alexandru Moise
· 9 years ago
9780c49
btrfs: switch __btrfs_fs_incompat return type from int to bool
by Alexandru Moise
· 9 years ago
e40da0e
btrfs: remove unused inode argument from uncompress_inline()
by Byongho Lee
· 10 years ago
100d570
btrfs: don't use slab cache for struct btrfs_delalloc_work
by David Sterba
· 9 years ago
0de270f
btrfs: drop duplicate prefix from scrub workqueues
by David Sterba
· 9 years ago
93a3d46
btrfs: verbose error when we find an unexpected item in sys_array
by David Sterba
· 9 years ago
f5cdedd
btrfs: handle invalid num_stripes in sys_array
by David Sterba
· 9 years ago
35b3ad5
btrfs: better packing of btrfs_delayed_extent_op
by David Sterba
· 9 years ago
8089fe6
btrfs: put delayed item hook into inode
by David Sterba
· 9 years ago
c5ca878
btrfs: Support convert to -d dup for btrfs-convert
by Zhao Lei
· 9 years ago
be7bd73
Btrfs: igrab inode in writepage
by Josef Bacik
· 9 years ago
b2acddd
Btrfs: add missing brelse when superblock checksum fails
by Anand Jain
· 9 years ago
271dba4
Btrfs: fix transaction handle leak on failure to create hard link
by Filipe Manana
· 9 years ago
9269d12
Btrfs: fix number of transaction units required to create symlink
by Filipe Manana
· 9 years ago
d50866d
Btrfs: don't leave dangling dentry if symlink creation failed
by Filipe Manana
· 9 years ago
a879719
Btrfs: send, don't BUG_ON() when an empty symlink is found
by Filipe Manana
· 9 years ago
2bc0bb5
Btrfs: fix race between free space endio workers and space cache writeout
by Filipe Manana
· 9 years ago
511711a
btrfs: don't run delayed references while we are creating the free space tree
by Chris Mason
· 9 years ago
b4570aa
btrfs: fix compiling with CONFIG_BTRFS_DEBUG enabled.
by Chris Mason
· 9 years ago
140e639
btrfs: fix warning on uninit variable in btrfs_finish_chunk_alloc
by Chris Mason
· 9 years ago
f0f7641
Merge branch 'freespace-4.5' into for-linus-4.5
by Chris Mason
· 9 years ago
a53fe25
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5
by Chris Mason
· 9 years ago
bb9d687
Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
13d5d15
Merge branch 'dev/gfp-flags' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
afa427c
Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
e44081e
Btrfs: fix unprotected list operations at btrfs_write_dirty_block_groups
by Filipe Manana
· 9 years ago
4ef7675
Linux 4.4-rc6
by Linus Torvalds
· 9 years ago
9f7e432
Merge tag 'rtc-4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 9 years ago
77535ac
rtc: da9063: fix access ordering error during RTC interrupt at system power on
by Steve Twiss
· 9 years ago
f076ef4
rtc: rk808: Compensate for Rockchip calendar deviation on November 31st
by Julius Werner
· 9 years ago
69c37a9
Merge tag 'tty-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
24b0d5e7
Merge tag 'usb-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
3a87711
Merge tag 'md/4.4-rc5-fixes' of git://neil.brown.name/md
by Linus Torvalds
· 9 years ago
35b3154
Merge tag 'powerpc-4.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
3c73a2d
Merge tag 'spi-fix-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 9 years ago
d525c13
Merge tag 'gpio-v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
38beb96
Merge tag 'pinctrl-v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 9 years ago
d7d3d84
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
632f857
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 9 years ago
b4cd08a
i2c: rcar: disable runtime PM correctly in slave mode
by Wolfram Sang
· 9 years ago
1eab0e4
Merge tag 'pm+acpi-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
4fee35a
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
478e5ed
Input: elants_i2c - fix wake-on-touch
by James Chen
· 9 years ago
76b8ebd
Merge tag 'media/v4.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 9 years ago
fc315e3
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
8b4414f
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
1d5cda4
include/linux/mmdebug.h: should include linux/bug.h
by James Morse
· 9 years ago
8bc8b22
mm/zswap: change incorrect strncmp use to strcmp
by Dan Streetman
· 9 years ago
41a0c249
proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
by Colin Ian King
· 9 years ago
65d70e7
Merge tag 'hwmon-for-linus-v4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 9 years ago
ccdd96b
Merge tag 'iommu-fixes-v4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 9 years ago
3273cba
Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
83ad283
Merge tag 'arc-fixes-for-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 9 years ago
7b61225
Merge tag 'sound-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 9 years ago
19c5224
Merge tag 'for-linus-20151217' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
f7d3d2f
Merge branch 'freespace-tree' into for-linus-4.5
by Chris Mason
· 9 years ago
e50293e
USB: fix invalid memory access in hub_activate()
by Alan Stern
· 9 years ago
abdc9a3
USB: ipaq.c: fix a timeout loop
by Dan Carpenter
· 9 years ago
aa0850e
[media] airspy: increase USB control message buffer size
by Antti Palosaari
· 9 years ago
d47fa53
[media] hackrf: move RF gain ctrl enable behind module parameter
by Antti Palosaari
· 9 years ago
eb35cf4
[media] hackrf: fix possible null ptr on debug printing
by Antti Palosaari
· 9 years ago
dfcf36d
[media] Revert "[media] ivtv: avoid going past input/audio array"
by Mauro Carvalho Chehab
· 9 years ago
fabb1c3
Merge tag 'phy-for-4.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus
by Greg Kroah-Hartman
· 9 years ago
584a561
xen-pciback: fix up cleanup path when alloc fails
by Doug Goldstein
· 9 years ago
Next »