aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-23ext4: call ext4_forget() from ext4_free_blocks()Theodore Ts'o
2009-11-22ext4: fold ext4_free_blocks() and ext4_mb_free_blocks()Theodore Ts'o
2009-11-22ext4: fold ext4_journal_forget() into ext4_forget()Theodore Ts'o
2009-11-24ext4: fold ext4_journal_revoke() into ext4_forget()Theodore Ts'o
2009-11-22ext4: move ext4_forget() to ext4_jbd2.cTheodore Ts'o
2009-11-19ext4: make "norecovery" an alias for "noload"Eric Sandeen
2009-11-19ext4: make trim/discard optional (and off by default)Eric Sandeen
2009-11-23ext4: fix error handling in ext4_ind_get_blocks()Jan Kara
2009-11-23ext4: avoid issuing unnecessary barriersTheodore Ts'o
2009-11-15ext4: fix block validity checks so they work correctly with meta_bgTheodore Ts'o
2009-11-23ext4: fix uninit block bitmap initialization when s_meta_first_bg is non-zeroTheodore Ts'o
2009-11-23ext4: don't update the superblock in ext4_statfs()Theodore Ts'o
2009-11-15ext4: journal all modifications in ext4_xattr_set_handleEric Sandeen
2009-11-15ext4: fix i_flags access in ext4_da_writepages_trans_blocks()Julia Lawall
2009-11-23ext4: make sure directory and symlink blocks are revokedTheodore Ts'o
2009-11-23ext4: add tracepoint for ext4_forget()Theodore Ts'o
2009-11-22ext4: remove failed journal checksum checkTheodore Ts'o
2009-11-15jbd2: don't wipe the journal on a failed journal checksumTheodore Ts'o
2009-11-14ext4: plug a buffer_head leak in an error path of ext4_iget()Theodore Ts'o
2009-11-23ext4: fix spelling typos in move_extent.cAkira Fujita
2009-11-23ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXTAkira Fujita
2009-11-23ext4: fix lock order problem in ext4_move_extents()Akira Fujita
2009-11-23ext4: fix the returned block count if EXT4_IOC_MOVE_EXT failsAkira Fujita
2009-11-23ext4: avoid divide by zero when trying to mount a corrupted file systemTheodore Ts'o
2009-11-23ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPCTheodore Ts'o
2009-11-12Linux 2.6.32-rc7Linus Torvalds
2009-11-12Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBMike Hommey
2009-11-12pps: events reporting fix upRodolfo Giometti
2009-11-12pps: locking scheme fix up for PPS_GETPARAMSRodolfo Giometti
2009-11-12drivers/video/msm: update to new kernelPavel Machek
2009-11-12gpiolib: fix device_create() result checkSergei Shtylyov
2009-11-12rtc: v3020: fix v3020_mmio_read_bit()Scott Valentine
2009-11-12rtc-vr41xx: fix do_div() warningYoichi Yuasa
2009-11-12exec: setup_arg_pages() fails to return errorsAnton Blanchard
2009-11-12fb: put framebuffer drivers back under the "frame buffer devices" menuGuennadi Liakhovetski
2009-11-12MAINTAINERS: correct SECURITY SUBSYSTEM git entryJoe Perches
2009-11-12MAINTAINERS: correct NETFILTER git entry formatJoe Perches
2009-11-12MAINTAINERS: correct 9P FILE SYSTEM git entryJoe Perches
2009-11-12mmci-omap: free irq resourceLadislav Michl
2009-11-12serial: add support for the Lava Quattro PCI quad-port 16550A cardLennert Buytenhek
2009-11-12serial: fix printk format specifiers for struct uart_port::iobaseLennert Buytenhek
2009-11-12rtc: pcf50633: consider alrm->enable in pcf50633_rtc_set_alarmWerner Almesberger
2009-11-12rtc: pcf50633: fix month off-by-one errorRask Ingemann Lambertsen
2009-11-12atmel_lcdfb: new alternate pixel clock formulaNicolas Ferre
2009-11-12fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlHeiko Carstens
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu
2009-11-12alpha: move THREAD_SIZE definition outside #ifndef ASSEMBLYAndrew Morton
2009-11-12alpha: fix F_SETOWN_EX and F_GETLK64 conflictPeter Zijlstra
2009-11-12memcg: fix wrong pointer initialization at page migration when memcg is disab...KAMEZAWA Hiroyuki