Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
28e35e42fb255cbaeee8b9f89643f26fe376374d
28e35e4
jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait
by Tao Ma
· 14 years ago
f6d2f6b
ext4: fix unbalanced up_write() in ext4_ext_truncate() error path
by Eric Gouriou
· 14 years ago
77f4135
ext4: count hits/misses of extent cache and expose in sysfs
by Vivek Haldar
· 14 years ago
9391741
ext4: make ext4_split_extent() handle error correctly
by Yongqiang Yang
· 14 years ago
373cd5c
ext4: don't show mount options in /proc/mounts if there is no journal
by Theodore Ts'o
· 14 years ago
1bb933f
ext4: fix possible use-after-free in ext4_remove_li_request()
by Lukas Czerner
· 14 years ago
51ce651
ext4: fix the mount option "init_itable=n" to work as expected for n=0
by Lukas Czerner
· 14 years ago
e1290b3
ext4: Remove unnecessary wait_event ext4_run_lazyinit_thread()
by Lukas Czerner
· 14 years ago
4ed5c03
ext4: Use schedule_timeout_interruptible() for waiting in lazyinit thread
by Lukas Czerner
· 14 years ago
0e49989
ext4: wait for writeback to complete while making pages writable
by Darrick J. Wong
· 14 years ago
7cb1a53
ext4: clean up some wait_on_page_writeback calls
by Darrick J. Wong
· 14 years ago
ed3ce80
ext4: don't warn about mnt_count if it has been disabled
by Tao Ma
· 14 years ago
9b940f8
ext4: ext4_ext_convert_to_initialized bug found in extended FSX testing
by Allison Henderson
· 14 years ago
0b26859
ext4: fix oops in ext4_quota_off()
by Amir Goldstein
· 14 years ago
6976a6f
ext4: don't dereference null pointer when make_indexed_dir() fails
by Allison Henderson
· 14 years ago
44183d4
ext4: remove alloc_semp
by Amir Goldstein
· 14 years ago
9b8b7d3
ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches
by Amir Goldstein
· 14 years ago
2de8807
ext4: synchronize ext4_mb_init_group() with buddy page lock
by Amir Goldstein
· 14 years ago
e73a347
ext4: implement ext4_add_groupblocks() by freeing blocks
by Amir Goldstein
· 14 years ago
2cd05cc
ext4: remove unneeded ext4_journal_get_undo_access
by Theodore Ts'o
· 14 years ago
2846e82
ext4: move ext4_add_groupblocks() to mballoc.c
by Amir Goldstein
· 14 years ago
66bb827
ext4: remove redundant #ifdef in super.c
by Amerigo Wang
· 14 years ago
55ff384
ext4: remove redundant check for first_not_zeroed in ext4_register_li_request
by Tao Ma
· 14 years ago
00d0988
ext4: use s_inodes_per_block directly in __ext4_get_inode_loc
by Tao Ma
· 14 years ago
e8bbe8c
ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.c
by Tao Ma
· 14 years ago
1be2add
jbd2: only print the debugging information for tid wraparound once
by Theodore Ts'o
· 14 years ago
229309c
jbd2: Fix forever sleeping process in do_get_write_access()
by Jan Kara
· 14 years ago
667eff3
ext4: reimplement convert and split_unwritten
by Yongqiang Yang
· 14 years ago
47ea3bb
ext4: add ext4_split_extent_at() and ext4_split_extent()
by Yongqiang Yang
· 14 years ago
197217a
ext4: add a function merging extents right and left
by Yongqiang Yang
· 14 years ago
df5e622
ext4: fix deadlock in ext4_symlink() in ENOSPC conditions
by Jan Kara
· 14 years ago
7ad8e4e
ext4: Fix fs corruption when make_indexed_dir() fails
by Jan Kara
· 14 years ago
74e4e6d
ext4: set extents flag when migrating file to use extents
by Theodore Ts'o
· 14 years ago
deeeaf1
jbd2: fix fsync() tid wraparound bug
by Theodore Ts'o
· 14 years ago
59802db
ext4: remove obsolete mount options from ext4's documentation
by Theodore Ts'o
· 14 years ago
dc2070a
ext4: remove dead code in ext4_has_free_blocks()
by Shaohua Li
· 14 years ago
d9f3450
ext4: ignore errors when issuing discards
by Theodore Ts'o
· 14 years ago
39db00f
ext4: don't set PageUptodate in ext4_end_bio()
by Curt Wohlgemuth
· 14 years ago
2035e77
ext4: check for ext[23] file system features when mounting as ext[23]
by Theodore Ts'o
· 14 years ago
26626f11
ext4: release page cache in ext4_mb_load_buddy error path
by Yang Ruirui
· 14 years ago
a6360dd
Linux 2.6.39-rc3
by Linus Torvalds
· 14 years ago
1e05ff0
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
39411f8
xfs_destroy_workqueues() should not be tagged with__exit
by Luck, Tony
· 14 years ago
a97b520
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
18770c7
Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
6b98cd5
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
b42282e
pci: fix PCI bus allocation alignment handling
by Linus Torvalds
· 14 years ago
c44eaf4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
8faa7cf
dt/fsldma: fix build warning caused by of_platform_device changes
by Ira W. Snyder
· 14 years ago
c820563
ext4: fix data corruption regression by reverting commit 6de9843dab3f
by Theodore Ts'o
· 14 years ago
f80da1e
ext4: Allow indirect-block file to grow the file size to max file size
by Kazuya Mio
· 14 years ago
be4f27d
ext4: allow an active handle to be started when freezing
by Yongqiang Yang
· 14 years ago
0893ed4
ext4: sync the directory inode in ext4_sync_parent()
by Curt Wohlgemuth
· 14 years ago
88edaa4
net: Add support for SMSC LAN9530, LAN9730 and LAN89530
by Steve Glendinning
· 14 years ago
4263a2f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
23fcf2e
nfsd4: fix oops on lock failure
by J. Bruce Fields
· 14 years ago
510ec7b
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
84f3b6d
Merge branch 'fix/hda' into for-linus
by Takashi Iwai
· 14 years ago
664cee4
Merge branch 'fix/asoc' into for-linus
by Takashi Iwai
· 14 years ago
94c8a98
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
f9fa0bc
signal.c: fix erroneous syscall kernel-doc
by Randy Dunlap
· 14 years ago
bb3c90f
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 14 years ago
3d762ca
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
a1b7ea5
xfs: use proper interfaces for on-stack plugging
by Christoph Hellwig
· 14 years ago
957935d
xfs: fix xfs_debug warnings
by Christoph Hellwig
· 14 years ago
ecb697c
xfs: fix variable set but not used warnings
by Christoph Hellwig
· 14 years ago
60b1809
mlx4_en: Restoring RX buffer pointer in case of failure
by Yevgeny Petrilin
· 14 years ago
ab6dc30
mlx4: Sensing link type at device initialization
by Yevgeny Petrilin
· 14 years ago
da8a1a4
xfs: convert log tail checking to a warning
by Dave Chinner
· 14 years ago
be65b18
xfs: catch bad block numbers freeing extents.
by Dave Chinner
· 14 years ago
fd07484
xfs: push the AIL from memory reclaim and periodic sync
by Dave Chinner
· 14 years ago
cd4a3c5
xfs: clean up code layout in xfs_trans_ail.c
by Dave Chinner
· 14 years ago
0bf6a5b
xfs: convert the xfsaild threads to a workqueue
by Dave Chinner
· 14 years ago
a7b339f
xfs: introduce background inode reclaim work
by Dave Chinner
· 14 years ago
89e4cb5
xfs: convert ENOSPC inode flushing to use new syncd workqueue
by Dave Chinner
· 14 years ago
c6d09b6
xfs: introduce a xfssyncd workqueue
by Dave Chinner
· 14 years ago
e828776
xfs: fix extent format buffer allocation size
by Dave Chinner
· 14 years ago
1b86a58
ipv4: Fix "Set rt->rt_iif more sanely on output routes."
by OGAWA Hirofumi
· 14 years ago
0c3efe5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
by Linus Torvalds
· 14 years ago
d856b41
watchdog: mpc8xxx_wdt: fix build
by Peter Korsgaard
· 14 years ago
37adb89
NFS: Change initial mount authflavor only when server returns NFS4ERR_WRONGSEC
by Bryan Schumaker
· 14 years ago
132452e
Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6
by Linus Torvalds
· 14 years ago
1744573
Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 14 years ago
26cf445
Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 14 years ago
8b9686f
Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
df9b29d
Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 14 years ago
7bc30c2
Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
ccfeef0
Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 14 years ago
850a28e
spi: Fix race condition in stop_queue()
by Vasily Khoruzhick
· 14 years ago
454abcc
Merge commit 'v2.6.39-rc2' into spi/merge
by Grant Likely
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
2b9accb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 14 years ago
7e3bf1d
fix build fail for hv_mouse indefine udelay
by Youquan Song
· 14 years ago
982134b
mm: avoid wrapping vm_pgoff in mremap()
by Linus Torvalds
· 14 years ago
cd9abc7
ALSA: hda - Don't query connections for widgets have no connections
by Takashi Iwai
· 14 years ago
262ac22
ALSA: HDA: Fix single internal mic on ALC275 (Sony Vaio VPCSB1C5E)
by David Henningsson
· 14 years ago
1f34852
ALSA: hda - HDMI: Fix MCP7x audio infoframe checksums
by Aaron Plattner
· 14 years ago
09552b2
x86/mrst/vrtc: Fix boot crash in mrst_rtc_init()
by Feng Tang
· 14 years ago
de97a21
rtc, x86/mrst/vrtc: Fix boot crash in rtc_read_alarm()
by Feng Tang
· 14 years ago
f994d99
x86-32, fpu: Fix FPU exception handling on non-SSE systems
by Hans Rosenfeld
· 14 years ago
Next »