summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/map.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-23ext4: remove failed journal checksum checkTheodore Ts'o1-20/+0
2009-11-15jbd2: don't wipe the journal on a failed journal checksumTheodore Ts'o1-0/+7
2009-11-14ext4: plug a buffer_head leak in an error path of ext4_iget()Theodore Ts'o1-8/+3
2009-11-23ext4: fix spelling typos in move_extent.cAkira Fujita1-2/+2
2009-11-23ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXTAkira Fujita1-1/+1
2009-11-23ext4: fix lock order problem in ext4_move_extents()Akira Fujita1-64/+53
2009-11-23ext4: fix the returned block count if EXT4_IOC_MOVE_EXT failsAkira Fujita1-66/+73
2009-11-23ext4: avoid divide by zero when trying to mount a corrupted file systemTheodore Ts'o1-4/+4
2009-11-23ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPCTheodore Ts'o1-18/+12
2009-11-13Linux 2.6.32-rc7v2.6.32-rc7Linus Torvalds1-1/+1
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBMike Hommey1-1/+1
2009-11-12pps: events reporting fix upRodolfo Giometti1-5/+15
2009-11-12pps: locking scheme fix up for PPS_GETPARAMSRodolfo Giometti1-3/+8
2009-11-12drivers/video/msm: update to new kernelPavel Machek5-38/+3
2009-11-12gpiolib: fix device_create() result checkSergei Shtylyov1-4/+4
2009-11-12rtc: v3020: fix v3020_mmio_read_bit()Scott Valentine1-1/+1
2009-11-12rtc-vr41xx: fix do_div() warningYoichi Yuasa1-5/+4
2009-11-12exec: setup_arg_pages() fails to return errorsAnton Blanchard1-5/+3
2009-11-12fb: put framebuffer drivers back under the "frame buffer devices" menuGuennadi Liakhovetski1-1/+1
2009-11-12MAINTAINERS: correct SECURITY SUBSYSTEM git entryJoe Perches1-1/+1
2009-11-12MAINTAINERS: correct NETFILTER git entry formatJoe Perches1-1/+1
2009-11-12MAINTAINERS: correct 9P FILE SYSTEM git entryJoe Perches1-1/+1
2009-11-12mmci-omap: free irq resourceLadislav Michl1-0/+1
2009-11-12serial: add support for the Lava Quattro PCI quad-port 16550A cardLennert Buytenhek2-0/+8
2009-11-12serial: fix printk format specifiers for struct uart_port::iobaseLennert Buytenhek2-2/+2
2009-11-12rtc: pcf50633: consider alrm->enable in pcf50633_rtc_set_alarmWerner Almesberger1-1/+2
2009-11-12rtc: pcf50633: fix month off-by-one errorRask Ingemann Lambertsen1-2/+2
2009-11-12atmel_lcdfb: new alternate pixel clock formulaNicolas Ferre1-3/+8
2009-11-12fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlHeiko Carstens1-2/+2
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu1-2/+1
2009-11-12alpha: move THREAD_SIZE definition outside #ifndef ASSEMBLYAndrew Morton1-2/+2
2009-11-12alpha: fix F_SETOWN_EX and F_GETLK64 conflictPeter Zijlstra2-10/+13
2009-11-12memcg: fix wrong pointer initialization at page migration when memcg is disab...KAMEZAWA Hiroyuki1-1/+1
2009-11-12savagefb: fix blanking mode on CRT displayKrzysztof Helt1-1/+1
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt5-62/+1
2009-11-12page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman1-1/+1
2009-11-12page allocator: always wake kswapd when restarting an allocation attempt afte...Mel Gorman1-1/+1
2009-11-12MAINTAINERS: openipmi list is moderatedRandy Dunlap1-1/+1
2009-11-12get_maintainer: fix usage commentRoel Kluin1-2/+2
2009-11-12MAINTAINERS: VMWARE VMXNET3 - Quote name with comma and period, use tabsJoe Perches1-5/+5
2009-11-12MAINTAINERS: SERVER ENGINES 10Gbps iSCSI - Use single line M:Joe Perches1-6/+5
2009-11-12MAINTAINERS: BROCADE BFA - Use single line M: and tabsJoe Perches1-5/+4
2009-11-12MAINTAINERS: ASUS ACPI EXTRAS - remove F:arch/x86/kernel/acpi/boot.cJoe Perches1-1/+0
2009-11-12fs/jbd: Export log_start_commit to fix ext3 build.Stefan Schmidt1-0/+1
2009-11-11omap3: Decrease cpufreq transition latencyMike Turquette1-1/+1
2009-11-11btusb bluetooth driver: wait for 'waker' work too before closingLinus Torvalds1-0/+1
2009-11-11Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik1-0/+10
2009-11-11Btrfs: allow more metadata chunk preallocationChris Mason1-2/+2
2009-11-11Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik1-8/+23
2009-11-11Btrfs: find ideal block group for cachingJosef Bacik1-23/+86