Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
013f1b12f4fc479f697acae2f31bad220162cd03
013f1b1
Btrfs: make sure the async caching thread advances the key
by Chris Mason
· 15 years ago
6606bb9
Btrfs: fix btrfs_remove_from_free_space corner case
by Josef Bacik
· 15 years ago
f36f304
Btrfs: be more polite in the async caching threads
by Chris Mason
· 15 years ago
276e680
Btrfs: preserve commit_root for async caching
by Yan Zheng
· 15 years ago
f25784b
Btrfs: Fix async caching interaction with unmount
by Yan Zheng
· 15 years ago
68b3855
Btrfs: change how we unpin extents
by Josef Bacik
· 15 years ago
631c07c
Btrfs: Correct redundant test in add_inode_ref
by Julia Lawall
· 15 years ago
9779b72
Btrfs: find smallest available device extent during chunk allocation
by Chris Mason
· 15 years ago
283bb19
Btrfs: clear all space_info->full after removing a block group
by Chris Mason
· 15 years ago
ebecd3d9
Btrfs: make flushoncommit mount option correctly wait on ordered_extents
by Sage Weil
· 15 years ago
d717aa1
Btrfs: Avoid delayed reference update looping
by Yan Zheng
· 15 years ago
0a4eefb
Btrfs: Fix ordering of key field checks in btrfs_previous_item
by Yan Zheng
· 15 years ago
1fcbac5
Btrfs: find_free_dev_extent doesn't handle holes at the start of the device
by Yan Zheng
· 15 years ago
20736ab
Btrfs: Remove code duplication in comp_keys
by Diego Calleja
· 15 years ago
817d52f
Btrfs: async block group caching
by Josef Bacik
· 15 years ago
9630308
Btrfs: use hybrid extents+bitmap rb tree for free space
by Josef Bacik
· 15 years ago
8312194
Btrfs: Fix crash on read failures at mount
by David Woodhouse
· 15 years ago
c271b49
Btrfs: remove of redundant btrfs_header_level
by Daniel Cadete
· 15 years ago
33c17ad
Btrfs: adjust NULL test
by Julia Lawall
· 15 years ago
3acada4
Btrfs: Remove broken sanity check from btrfs_rmap_block()
by David Woodhouse
· 15 years ago
29c5e8c
Btrfs: convert nested spin_lock_irqsave to spin_lock
by Julia Lawall
· 15 years ago
4a8c9a6
Btrfs: make sure all dirty blocks are written at commit time
by Yan Zheng
· 15 years ago
33c66f4
Btrfs: fix locking issue in btrfs_find_next_key
by Yan Zheng
· 15 years ago
e457afe
Btrfs: fix double increment of path->slots[0] in btrfs_next_leaf
by Yan Zheng
· 15 years ago
bf1fb51
Btrfs: properly update space information after shrinking device.
by Yan Zheng
· 15 years ago
1bec1ae
Btrfs: fix definition of struct btrfs_extent_inline_ref
by Yan Zheng
· 15 years ago
68f5a38
Btrfs: fix error message formatting
by Hu Tao
· 16 years ago
9b627e9
Btrfs: fix use after free in btrfs_start_workers fail path
by Jiri Slaby
· 16 years ago
9427216
Btrfs: honor nodatacow/sum mount options for new files
by Chris Mason
· 16 years ago
2c47e605
Btrfs: update backrefs while dropping snapshot
by Yan Zheng
· 16 years ago
a970b0a
Btrfs: account for space we may use in fallocate
by Josef Bacik
· 16 years ago
c8a894d
Btrfs: fix the file clone ioctl for preallocated extents
by Chris Mason
· 16 years ago
f597bb1
Btrfs: don't log the inode in file_write while growing the file
by Chris Mason
· 16 years ago
978d910
Btrfs: always update root items for fs trees at commit time
by Yan Zheng
· 16 years ago
b263c2c
Btrfs: fix extent_buffer leak during tree log replay
by Chris Mason
· 16 years ago
0b4dcea
Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dir
by Chris Mason
· 16 years ago
067c28a
Btrfs: fix -o nodatasum printk spelling
by Chris Mason
· 16 years ago
85d4198
Btrfs: check duplicate backrefs for both data and metadata
by Yan Zheng
· 16 years ago
fd0fb03
Btrfs: init worker struct fields before kthread-run
by Shin Hong
· 16 years ago
4eedeb7
Btrfs: pin buffers during write_dev_supers
by Hisashi Hifumi
· 16 years ago
e5e9a52
Btrfs: avoid races between super writeout and device list updates
by Chris Mason
· 16 years ago
7df336e
Fix btrfs when ACLs are configured out
by Al Viro
· 16 years ago
524724e
Btrfs: fdatasync should skip metadata writeout
by Hisashi Hifumi
· 16 years ago
163e783
Btrfs: remove crc32c.h and use libcrc32c directly.
by David Woodhouse
· 16 years ago
6cbff00
Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
by Christoph Hellwig
· 16 years ago
c289811
Btrfs: autodetect SSD devices
by Chris Mason
· 16 years ago
451d758
Btrfs: add mount -o ssd_spread to spread allocations out
by Chris Mason
· 16 years ago
c604480
Btrfs: avoid allocation clusters that are too spread out
by Chris Mason
· 16 years ago
3b30c22
Btrfs: Add mount -o nossd
by Chris Mason
· 16 years ago
d644d8a
Btrfs: avoid IO stalls behind congested devices in a multi-device FS
by Chris Mason
· 16 years ago
d84275c
Btrfs: don't allow WRITE_SYNC bios to starve out regular writes
by Chris Mason
· 16 years ago
585ad2c
Btrfs: fix metadata dirty throttling limits
by Chris Mason
· 16 years ago
2c943de
Btrfs: reduce mount -o ssd CPU usage
by Chris Mason
· 16 years ago
cfbb930
Btrfs: balance btree more often
by Chris Mason
· 16 years ago
b361242
Btrfs: stop avoiding balancing at the end of the transaction.
by Chris Mason
· 16 years ago
5d4f98a
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
by Yan Zheng
· 16 years ago
5c939df
btrfs: Fix set/clear_extent_bit for 'end == (u64)-1'
by Yan Zheng
· 16 years ago
07a2039
Linux 2.6.30
by Linus Torvalds
· 16 years ago
96050df
char: mxser, fix ISA board lookup
by Peter Botha
· 16 years ago
a61d90d
jbd: fix race in buffer processing in commit code
by Jan Kara
· 16 years ago
463aea1
autofs4: remove hashed check in validate_wait()
by Ian Kent
· 16 years ago
586c7e6
shm: fix unused warnings on nommu
by Mike Frysinger
· 16 years ago
13df635
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 16 years ago
9cdba30
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
fd4d342
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
4d11eff
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 16 years ago
c1d4c41
bsg: setting rq->bio to NULL
by FUJITA Tomonori
· 16 years ago
8437a617
kvm: fix kvm reboot crash when MAXSMP is used
by Avi Kivity
· 16 years ago
eaa9584
cpumask: alloc zeroed cpumask for static cpumask_var_ts
by Yinghai Lu
· 16 years ago
0281b5d
cpumask: introduce zalloc_cpumask_var
by Yinghai Lu
· 16 years ago
52ea3a5
cls_cgroup: Fix oops when user send improperly 'tc filter add' request
by Minoru Usui
· 16 years ago
fdd7b4c
r8169: fix crash when large packets are received
by Eric Dumazet
· 16 years ago
0e6e027
md/raid5: fix bug in reshape code when chunk_size decreases.
by NeilBrown
· 16 years ago
a8c906c
md/raid5 - avoid deadlocks in get_active_stripe during reshape
by NeilBrown
· 16 years ago
f001a70
md/raid5: use conf->raid_disks in preference to mddev->raid_disk
by NeilBrown
· 16 years ago
3af968e
async: Fix lack of boot-time console due to insufficient synchronization
by Linus Torvalds
· 16 years ago
46056be7
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 16 years ago
5284c6b
pata_netcell: Fix typo
by Alan Cox
· 16 years ago
c7e9cb4
Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 16 years ago
c46f87f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
5636919
MIPS: Outline udelay and fix a few issues.
by Ralf Baechle
· 16 years ago
3a55314
MIPS: ioctl.h: Fix headers_check warnings
by Jaswinder Singh Rajput
· 16 years ago
e25bfc9
MIPS: Cobalt: PCI bus is always required to obtain the board ID
by Yoichi Yuasa
· 16 years ago
c9d89d9
MIPS: Kconfig: Remove "Support for" from Cavium system type
by Yoichi Yuasa
· 16 years ago
e082f18
MIPS: Sibyte: Honor CONFIG_CMDLINE
by Ralf Baechle
· 16 years ago
e36b80b
SSB: BCM47xx: Export ssb_watchdog_timer_set
by Matthieu Castet
· 16 years ago
6025974
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
33fa108
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 16 years ago
a4c0364
KVM: Explicity initialize cpus_hardware_enabled
by Avi Kivity
· 16 years ago
aa853f8
[ARM] 5543/1: arm: serial amba: add missing declaration in serial.h
by Alessandro Rubini
· 16 years ago
669165d
pdc202xx_old: fix resetproc() method
by Sergei Shtylyov
· 16 years ago
521a415
pdc202xx_old: fix 'pdc20246_dma_ops'
by Sergei Shtylyov
· 16 years ago
ccc0d38e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
f07502d
integrity: fix IMA inode leak
by Hugh Dickins
· 16 years ago
81ee1ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
9ccb1aa
Merge branch 'upstream-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 16 years ago
72a43d6
ext3/4 with synchronous writes gets wedged by Postfix
by Al Viro
· 16 years ago
460bcf5
Fix nobh_truncate_page() to not pass stack garbage to get_block()
by Theodore Ts'o
· 16 years ago
a3cb900
[libata] pata_ali: Use IGN_SIMPLEX
by Alan Cox
· 16 years ago
064e38a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 16 years ago
Next »