aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-09switch ufs directories to ufs_sync_file()Al Viro3-3/+3
2009-05-09Switch open_exec() and sys_uselib() to do_open_filp()Al Viro5-56/+34
2009-05-09Make open_exec() and sys_uselib() use may_open(), instead of duplicating its partsAl Viro1-9/+2
2009-05-09Reduce path_lookup() abusesAl Viro4-25/+25
2009-05-09Make checkpatch.pl shut up on fs/inode.cManish Katiyar1-46/+35
2009-05-09NULL noise in fs/super.c:kill_bdev_super()H Hartley Sweeten1-1/+1
2009-05-09romfs: cleanup romfs_fs.hChristoph Hellwig2-6/+1
2009-05-09ROMFS: romfs_dev_read() error ignoredRoel Kluin1-1/+2
2009-05-09fs: dcache fix LRU orderingnpiggin@suse.de1-1/+1
2009-05-09ocfs2: Use nd_set_link().Joel Becker1-40/+37
2009-05-09Fix deadlock in ipathfs ->get_sb()Al Viro1-1/+1
2009-05-09Fix a leak in failure exit in 9p ->get_sb()Al Viro1-0/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro12-42/+21
2009-05-09New helper: deactivate_locked_super()Al Viro2-12/+35
2009-05-09reiserfs: remove privroot hiding in lookupJeff Mahoney4-28/+16
2009-05-09reiserfs: dont associate security.* with xattr filesJeff Mahoney1-2/+10
2009-05-09reiserfs: fixup xattr_root cachingJeff Mahoney3-29/+48
2009-05-09Always lookup priv_root on reiserfs mount and keep itAl Viro3-52/+41
2009-05-09reiserfs: Expand i_mutex to enclose lookup_one_lenJeff Mahoney1-18/+14
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani5-4/+17
2009-05-08Linux 2.6.30-rc5Linus Torvalds1-1/+1
2009-05-08Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-15/+29
2009-05-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-15/+40
2009-05-08Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2-1/+4
2009-05-08Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-3/+3
2009-05-08kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu1-9/+22
2009-05-08hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)Jean Delvare1-1/+2
2009-05-08hwmon: (asus_atk0110) Fix compiler warningLuca Tettamanti1-0/+2
2009-05-08mtd: fix timeout in M25P80 driverPeter Horton1-8/+8
2009-05-08x86: MCE: make cmci_discover_lock irq-safeHidetoshi Seto1-4/+6
2009-05-08x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge1-0/+5
2009-05-07x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMPHuang Ying2-4/+4
2009-05-07x86-64: finish cleanup_highmaps()'s job wrt. _brk_endJan Beulich1-1/+17
2009-05-07x86: fix boot hang in early_reserve_e820()Jan Beulich1-5/+6
2009-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds22-1642/+810
2009-05-08[CIFS] Fix double list addition in cifs posix open codeSteve French2-20/+9
2009-05-07NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()David Howells1-2/+0
2009-05-07Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-51/+60
2009-05-07random: make get_random_int() more randomLinus Torvalds1-7/+12
2009-05-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds19-1027/+795
2009-05-07[ARM] 5507/1: support R_ARM_MOVW_ABS_NC and MOVT_ABS relocation typesPaul Gortmaker2-7/+24
2009-05-07[ARM] 5506/1: davinci: DMA_32BIT_MASK --> DMA_BIT_MASK(32)Kevin Hilman1-2/+2
2009-05-07md: remove rd%d links immediately after stopping an array.NeilBrown1-8/+8
2009-05-07md: remove ability to explicit set an inactive array to 'clean'.NeilBrown1-5/+2
2009-05-07md: constify VFTsJan Engelhardt1-1/+1
2009-05-07md: tidy up status_resync to handle large arrays.NeilBrown1-17/+28
2009-05-07md: fix some (more) errors with bitmaps on devices larger than 2TB.NeilBrown1-7/+11
2009-05-07md/raid10: don't clear bitmap during recovery if array will still be degraded.NeilBrown1-6/+6
2009-05-07md: fix loading of out-of-date bitmap.NeilBrown1-7/+4
2009-05-06drivers/base/iommu.c: add missing includesAndrew Morton1-0/+2