summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udf: Fortify loading of sparing tableJan Kara2012-06-281-33/+53
* udf: Avoid run away loop when partition table length is corruptedJan Kara2012-06-281-1/+9
* udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara2012-06-281-4/+2
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-05-284-2/+230
|\
| * exofs: Add SYSFS info for autologin/pNFS exportSachin Bhamare2012-05-214-1/+229
| * exofs: Fix CRASH on very early IO errors.Boaz Harrosh2012-05-201-1/+1
* | Merge branch 'doc' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/tri...Linus Torvalds2012-05-283-7/+4
|\ \
| * | doc: ext3: update documentation with barrier=1 defaultStefan Hajnoczi2012-05-251-3/+3
| * | Documentation/initrd.txt: Change the location of util-linuxMarcos Paulo de Souza2012-05-251-2/+2
| * | Documentation/SubmittingPatches: suggested the use of scripts/get_maintainer.plMichel Machado2012-05-251-1/+2
| * | Documentation/kernel-parameters: remove autotest and mcatestSebastian Andrzej Siewior2012-05-251-4/+0
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2012-05-283-1/+101
|\ \ \
| * | | builddeb: include autogenerated header filesLekensteyn2012-05-261-1/+1
| * | | scripts/coccinelle: sizeof of pointerJulia Lawall2012-05-251-0/+65
| * | | scripts/coccinelle: address test is always trueJulia Lawall2012-05-251-0/+35
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-05-283-19/+32
|\ \ \ \
| * | | | scripts/config: properly report and set string optionsYann E. MORIN2012-05-161-4/+7
| * | | | kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman2012-05-071-1/+3
| * | | | kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman2012-05-052-15/+23
| |/ / /
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-05-285-227/+259
|\ \ \ \
| * | | | mips: Fix KBUILD_CPPFLAGS definitionMichal Marek2012-05-161-2/+2
| * | | | kbuild: fix ia64 linkSam Ravnborg2012-05-101-2/+2
| * | | | kbuild: document KBUILD_LDS, KBUILD_VMLINUX_{INIT,MAIN} and LDFLAGS_vmlinuxSam Ravnborg2012-05-051-0/+19
| * | | | kbuild: link of vmlinux moved to a scriptSam Ravnborg2012-05-053-212/+225
| * | | | kbuild: refactor final link of sparc32Sam Ravnborg2012-05-053-16/+14
| * | | | kbuild: drop unused KBUILD_VMLINUX_OBJS from top-level MakefileSam Ravnborg2012-05-051-1/+0
| * | | | kbuild: Makefile: remove unnecessary check for m68knommu ARCHEdward Shao2012-05-051-4/+0
| |/ / /
* | | | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-2856-220/+319
|\ \ \ \
| * | | | writeback: Avoid iput() from flusher threadJan Kara2012-05-064-23/+65
| * | | | vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-0652-70/+68
| * | | | vfs: Move waiting for inode writeback from end_writeback() to evict_inode()Jan Kara2012-05-061-1/+2
| * | | | writeback: Refactor writeback_single_inode()Jan Kara2012-05-061-56/+86
| * | | | writeback: Remove wb->list_lock from writeback_single_inode()Jan Kara2012-05-061-10/+7
| * | | | writeback: Separate inode requeueing after writebackJan Kara2012-05-061-47/+55
| * | | | writeback: Move I_DIRTY_PAGES handlingJan Kara2012-05-061-2/+3
| * | | | writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara2012-05-062-21/+45
| * | | | writeback: Move clearing of I_SYNC into inode_sync_complete()Jan Kara2012-05-061-6/+2
| * | | | writeback: initialize global_dirty_limitFengguang Wu2012-05-061-0/+1
| * | | | fs: remove 8 bytes of padding from struct writeback_control on 64 bit buildsRichard Kennedy2012-04-251-1/+2
| * | | | mm: page-writeback.c: local functions should not be exposed globallyH Hartley Sweeten2012-04-141-1/+1
* | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-05-285-11/+39
|\ \ \ \ \
| * | | | | microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias2012-05-251-1/+5
| * | | | | microblaze: Add TLS support to sys_cloneEdgar E. Iglesias2012-05-251-3/+4
| * | | | | microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek2012-05-251-1/+1
| * | | | | microblaze: Port OOM changes to do_page_faultKautuk Consul2012-05-251-5/+28
| * | | | | microblaze: Do not select GENERIC_GPIO by defaultLars-Peter Clausen2012-05-251-1/+1
* | | | | | openrisc: use generic strnlen_user() functionJonas Bonn2012-05-273-75/+3
* | | | | | powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras2012-05-275-83/+48
* | | | | | lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras2012-05-271-1/+1
* | | | | | Merge branch 'generic-string-functions'Linus Torvalds2012-05-2623-490/+259
|\ \ \ \ \ \
OpenPOWER on IntegriCloud