index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
ioctl.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-10
ext3: Add FITRIM handling
Lukas Czerner
1
-0
/
+22
2011-01-10
ext3: Add batched discard support for ext3
Lukas Czerner
2
-0
/
+267
2011-01-06
ext3: Add journal error check into ext3_rename()
Namhyung Kim
1
-4
/
+15
2011-01-06
ext3: Use search_dirblock() in ext3_dx_find_entry()
Theodore Ts'o
1
-21
/
+12
2011-01-06
ext3: Avoid uninitialized memory references with a corrupted htree directory
Theodore Ts'o
1
-15
/
+15
2011-01-06
ext3: Return error code from generic_check_addressable
Darrick J. Wong
1
-2
/
+4
2011-01-06
ext3: Add journal error check into ext3_delete_entry()
Namhyung Kim
1
-2
/
+12
2011-01-06
ext3: Add error check in ext3_mkdir()
Namhyung Kim
1
-14
/
+22
2011-01-06
fs/ext3/super.c: Use printf extension %pV
Joe Perches
1
-19
/
+37
2011-01-06
fs/ext2/super.c: Use printf extension %pV
Joe Perches
1
-8
/
+17
2011-01-06
ext3: don't update sb journal_devnum when RO dev
Maciej Żenczykowski
1
-1
/
+1
2011-01-04
Linux 2.6.37
Linus Torvalds
1
-1
/
+1
2011-01-04
ipv4/route.c: respect prefsrc for local routes
Joel Sing
1
-2
/
+6
2011-01-04
remove trim_fs method from Documentation/filesystems/Locking
Christoph Hellwig
1
-2
/
+0
2011-01-03
arch/mn10300/kernel/irq.c: fix build
Andrew Morton
1
-1
/
+1
2011-01-03
ima: fix add LSM rule bug
Mimi Zohar
1
-0
/
+2
2011-01-03
bridge: stp: ensure mac header is set
Florian Westphal
1
-0
/
+2
2011-01-03
name_to_dev_t() must not call __init code
Jan Beulich
1
-1
/
+1
2011-01-03
bridge: fix br_multicast_ipv6_rcv for paged skbs
Tomas Winkler
1
-10
/
+18
2011-01-03
atl1: fix oops when changing tx/rx ring params
J. K. Cliburn
1
-0
/
+10
2011-01-03
ARM: pxa: fix page table corruption on resume
Aric D. Blumer
1
-2
/
+2
2011-01-03
ARM: it8152: add IT8152_LAST_IRQ definition to fix build error
Mike Rapoport
1
-0
/
+1
2011-01-03
ARM: pxa: PXA_ESERIES depends on FB_W100.
Lennert Buytenhek
1
-0
/
+1
2011-01-03
perf: Fix callchain hit bad cast on ascii display
Frederic Weisbecker
1
-1
/
+1
2011-01-03
arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPU
Robert Richter
1
-8
/
+16
2011-01-03
[media] em28xx: radio_fops should also use unlocked_ioctl
Hans Verkuil
1
-1
/
+1
2011-01-03
[media] wm8775: Revert changeset fcb9757333 to avoid a regression
Mauro Carvalho Chehab
6
-185
/
+61
2011-01-03
[media] cx25840: Prevent device probe failure due to volume control ERANGE error
Andy Walls
1
-2
/
+17
2011-01-03
dmaengine: provide dummy functions for DMA_ENGINE=n
Guennadi Liakhovetski
1
-3
/
+10
2011-01-03
mv_xor: fix race in tasklet function
Saeed Bishara
1
-1
/
+1
2011-01-03
ARM: 6605/1: Add missing include "asm/memory.h"
Axel Lin
1
-0
/
+1
2011-01-03
watchdog: Improve initialisation error message and documentation
Ben Hutchings
2
-2
/
+3
2011-01-02
hwmon: (s3c-hwmon) Fix compilation
Maurus Cuelenaere
1
-2
/
+0
2011-01-02
KVM: i8259: initialize isr_ack
Avi Kivity
1
-0
/
+2
2010-12-31
drivers/atm/atmtcp.c: add missing atm_dev_put
Julia Lawall
1
-1
/
+4
2010-12-31
starfire: Fix dma_addr_t size test for MIPS
Ben Hutchings
1
-1
/
+1
2010-12-31
tg3: fix return value check in tg3_read_vpd()
David Sterba
1
-1
/
+1
2010-12-31
Broadcom CNIC core network driver: fix mem leak on allocation failures in cnic_alloc_uio_rings()
Jesper Juhl
1
-2
/
+8
2010-12-31
ISDN, Gigaset: Fix memory leak in do_disconnect_req()
Jesper Juhl
1
-0
/
+1
2010-12-31
CAN: Use inode instead of kernel address for /proc file
Dan Rosenberg
1
-2
/
+2
2010-12-30
Revert "Staging: zram: work around oops due to startup ordering snafu"
Nitin Gupta
1
-6
/
+0
2010-12-30
memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner check
KAMEZAWA Hiroyuki
1
-10
/
+9
2010-12-30
update Documentation/filesystems/Locking
Christoph Hellwig
1
-112
/
+102
2010-12-30
drm/i915/dvo: Report LVDS attached to ch701x as connected
Chris Wilson
1
-1
/
+1
2010-12-30
Revert "drm/i915/bios: Reverse order of 100/120 Mhz SSC clocks"
Chris Wilson
1
-1
/
+1
2010-12-30
ALSA: hda: Use LPIB quirk for Dell Inspiron m101z/1120
Daniel T Chen
1
-0
/
+1
2010-12-30
sound: Prevent buffer overflow in OSS load_mixer_volumes
Dan Rosenberg
1
-2
/
+2
2010-12-29
spi/m68knommu: Coldfire QSPI platform support
Jate Sujjavanich
1
-1
/
+1
2010-12-29
kconfig: fix undesirable side effect of adding "visible" menu attribute
Jan Beulich
1
-0
/
+14
2010-12-29
spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transition
Gregory CLEMENT
1
-0
/
+39
[next]