aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara2010-05-211-0/+1
* quota: unify quota init condition in setattrDmitry Monakhov2010-05-211-0/+8
* quota: unify ->set_dqblkChristoph Hellwig2010-05-213-3/+12
* quota: unify ->get_dqblkChristoph Hellwig2010-05-212-3/+3
* quota: Make quota stat accounting lockless.Dmitry Monakhov2010-05-211-8/+34
* jbd: Provide function to check whether transaction will issue data barrierJan Kara2010-05-211-1/+2
* ext2: Add ext2_sb_info s_lock spinlockJan Blunck2010-05-211-0/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-05-211-8/+9
|\
| * nilfs2: enlarge s_volume_name member in nilfs_super_blockJiro SEKIBA2010-05-101-2/+1
| * nilfs2: insert checkpoint number in segment summary headerRyusuke Konishi2010-05-101-0/+2
| * nilfs2: fix style problems in nilfs2_fs.hRyusuke Konishi2010-05-101-4/+4
| * nilfs2: update comment for struct nilfs_dat_entryQinghuang Feng2010-05-101-4/+4
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-05-2110-28/+79
|\ \
| * | mtd: nand: support alternate BB marker locations on MLCKevin Cernekee2010-05-141-0/+2
| * | mtd: nand: extend NAND flash detection to new MLC chipsKevin Cernekee2010-05-141-1/+1
| * | mtd: suppress warnings in inline_map_read()Kevin Cernekee2010-05-141-0/+2
| * | mtd: map.h: add missing bug.h includeKevin Cernekee2010-05-141-0/+1
| * | mtd: onenand: add new callback for bufferram readKyungmin Park2010-05-141-0/+2
| * | mtd: onenand: allocate verify buffer in the coreKyungmin Park2010-05-141-0/+3
| * | mtd: onenand: add support for chips with 4KiB page sizeKyungmin Park2010-05-141-0/+4
| * | mtd: chips: use common manufacturer codes in jedec_probe()Wolfram Sang2010-05-141-2/+11
| * | mtd: cfi_probe: add support for SST 0x0701 vendornameGuillaume LECERF2010-05-141-0/+1
| * | mtd/nand/sh_flctl: Move function mtd_to_flctl to fix build failurePeter Huewe2010-05-121-5/+5
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-1071-188/+349
| |\ \ | | |/
| * | mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold2010-05-101-2/+2
| * | mtd/nand/sh_flctl: Replace the dangerous mtd_to_flctl macroFerenc Wagner2010-05-101-1/+4
| * | mtd: mtdram.h: checkpatch cleanupAndrea Gelmini2010-05-101-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-26262-1786/+10244
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-02-26122-3696/+1573
| |\ \ \
| * | | | mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky2010-02-261-0/+6
| * | | | mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-261-1/+3
| * | | | mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky2010-02-261-0/+1
| * | | | mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky2010-02-261-3/+1
| * | | | mtd: blktrans: allow FTL drivers to export sysfs attributesMaxim Levitsky2010-02-261-0/+2
| * | | | mtd: blktrans: Hotplug fixesMaxim Levitsky2010-02-261-0/+3
| * | | | mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and threadMaxim Levitsky2010-02-261-5/+5
| * | | | mtd: create unlocked versions of {get,put}_mtd_deviceMaxim Levitsky2010-02-261-1/+2
| * | | | mtd: move more manufacturers to the common cfi.h header fileGuillaume LECERF2010-02-261-5/+7
| * | | | mtd: nand: add lock/unlock routinesVimal Singh2010-02-261-0/+10
| * | | | JFFS2: avoid using C++ keyword `new' in userspace-visible headerAndrew Morton2010-02-251-2/+2
| * | | | mtd: Replace static array of devices with an idr structureBen Hutchings2010-02-251-1/+0
| * | | | mtd: quiet sparse noise in cfi.hH Hartley Sweeten2010-02-251-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-211-0/+3
|\ \ \ \ \
| * \ \ \ \ [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley2010-05-181-0/+3
| |\ \ \ \ \
| | * | | | | [SCSI] ftrace: add __print_hex()Kei Tokunaga2010-04-301-0/+3
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-2025-152/+1741
|\ \ \ \ \ \ \
| * | | | | | | USB: remove unused usb_buffer_alloc and usb_buffer_free macrosGreg Kroah-Hartman2010-05-201-12/+0
| * | | | | | | USB: include/usb/*.h checkpatch cleanupGreg Kroah-Hartman2010-05-2014-88/+92
| * | | | | | | USB: usb.h: checkpatch cleanupsGreg Kroah-Hartman2010-05-201-16/+16
| * | | | | | | USB: remove usb_find_deviceMing Lei2010-05-201-1/+0