summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Linux 3.8-rc1v3.8-rc1Linus Torvalds1-2/+2
2012-12-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds19-445/+738
2012-12-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+18
2012-12-21Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds30-443/+522
2012-12-21Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields1-1/+0
2012-12-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds22-214/+2234
2012-12-21Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds9-68/+9
2012-12-21ARM: dts: fix duplicated build target and alphabetical sort out for exynosKukjin Kim1-3/+2
2012-12-21dm stripe: add WRITE SAME supportMike Snitzer1-4/+6
2012-12-21dm: remove map_infoMikulas Patocka14-54/+31
2012-12-21dm snapshot: do not use map_contextMikulas Patocka1-13/+23
2012-12-21dm thin: dont use map_contextMikulas Patocka1-36/+13
2012-12-21dm raid1: dont use map_contextMikulas Patocka1-9/+13
2012-12-21dm flakey: dont use map_contextMikulas Patocka1-4/+11
2012-12-21dm raid1: rename read_record to bio_recordMikulas Patocka1-11/+11
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka4-8/+15
2012-12-21dm snapshot: use per_bio_dataMikulas Patocka1-35/+8
2012-12-21dm verity: use per_bio_dataMikulas Patocka1-18/+4
2012-12-21dm raid1: use per_bio_dataMikulas Patocka1-34/+5
2012-12-21dm: introduce per_bio_dataMikulas Patocka4-20/+56
2012-12-21dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer3-10/+33
2012-12-21dm linear: add WRITE SAME supportMike Snitzer1-1/+2
2012-12-21dm: add WRITE SAME supportMike Snitzer1-5/+39
2012-12-21dm: prepare to support WRITE SAMEMike Snitzer2-1/+34
2012-12-21dm ioctl: use kmalloc if possibleMikulas Patocka1-13/+32
2012-12-21dm ioctl: remove PF_MEMALLOCMikulas Patocka2-11/+6
2012-12-21dm persistent data: improve improve space map block alloc failure messageJoe Thornber1-1/+1
2012-12-21dm thin: use DMERR_LIMIT for errorsMike Snitzer1-10/+15
2012-12-21dm persistent data: use DMERR_LIMIT for errorsMike Snitzer3-21/+20
2012-12-21dm block manager: reinstate message when validator failsMike Snitzer1-1/+4
2012-12-21dm raid: round region_size to power of twoJonathan Brassow1-1/+3
2012-12-21dm thin: cleanup dead codeJoe Thornber1-14/+5
2012-12-21dm thin: rename cell_defer_except to cell_defer_no_holderJoe Thornber1-21/+21
2012-12-21dm snapshot: optimize track_chunkMikulas Patocka1-3/+2
2012-12-21dm raid: use DM_ENDIO_INCOMPLETEMikulas Patocka1-1/+1
2012-12-21dm raid1: remove impossible mempool_alloc error testMikulas Patocka1-5/+3
2012-12-21dm thin: emit ignore_discard in status when discards disabledMike Snitzer1-2/+4
2012-12-21dm persistent data: fix nested btree deletionJoe Thornber2-3/+8
2012-12-21dm thin: wake worker when discard is preparedJoe Thornber1-4/+7
2012-12-21dm thin: fix race between simultaneous io and discards to same blockJoe Thornber1-25/+59
2012-12-21dm thin: replace dm_cell_release_singleton with cell_defer_exceptJoe Thornber3-39/+12
2012-12-21dm: disable WRITE SAMEMike Snitzer1-0/+2
2012-12-21dm ioctl: prevent unsafe change to dm_ioctl data_sizeAlasdair G Kergon1-0/+8
2012-12-21dm persistent data: rename node to btree_nodeMikulas Patocka4-47/+47
2012-12-21NFS: Kill fscache warnings when mounting without -ofscTrond Myklebust1-4/+15
2012-12-21NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=nDavid Howells1-0/+1
2012-12-20Merge tag 'vfio-for-v3.8-v2' of git://github.com/awilliam/linux-vfioLinus Torvalds2-53/+64
2012-12-20Merge branch 'for-next' of git://git.infradead.org/users/eparis/notifyLinus Torvalds14-121/+180
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds30-88/+261
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds80-531/+1311
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds118-357/+211
2012-12-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds6-7/+11
2012-12-20Merge tag 'fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds25-183/+204
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-9/+158
2012-12-20keys: use keyring_alloc() to create module signing keyringDavid Howells1-9/+6
2012-12-20keys: fix unreachable codeAlan Cox1-2/+0
2012-12-20sendfile: allows bypassing of notifier eventsScott Wolchok1-0/+2
2012-12-20SGI-XP: handle non-fatal trapsRobin Holt1-2/+32
2012-12-20fat: fix incorrect function commentRavishankar N3-4/+7
2012-12-20Documentation: ABI: remove testing/sysfs-devices-nodeDavidlohr Bueso1-7/+0
2012-12-20proc: fix inconsistent lock stateXiaotian Feng1-6/+6
2012-12-20linux/kernel.h: fix DIV_ROUND_CLOSEST with unsigned divisorsGuenter Roeck1-2/+4
2012-12-20memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo1-1/+13
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches1-2/+5
2012-12-20revert "rtc: recycle id when unloading a rtc driver"Andrew Morton1-1/+0
2012-12-20mm: clean up transparent hugepage sysfs error messagesJeremy Eder1-3/+3
2012-12-20hfsplus: add error message for the case of failure of sync fs in delayed_sync...Vyacheslav Dubeyko1-1/+4
2012-12-20hfsplus: rework processing of hfs_btree_write() returned errorVyacheslav Dubeyko3-5/+12
2012-12-20hfsplus: rework processing errors in hfsplus_free_extents()Vyacheslav Dubeyko1-4/+20
2012-12-20hfsplus: avoid crash on failed block map freeAlan Cox1-1/+12
2012-12-20kcmp: include linux/ptrace.hCyrill Gorcunov1-0/+1
2012-12-20drivers/rtc/rtc-imxdi.c: must include <linux/spinlock.h>Jean Delvare1-0/+1
2012-12-20mm: cma: WARN if freed memory is still in useMarek Szyprowski1-2/+9
2012-12-20exec: do not leave bprm->interp on stackKees Cook4-2/+23
2012-12-20drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it existsZhenzhong Duan1-15/+47
2012-12-20drivers/firmware/dmi_scan.c: check dmi version when get system uuidZhenzhong Duan1-3/+15
2012-12-20Documentation: kernel-parameters.txt remove capability.disableJosh Boyer1-6/+0
2012-12-20mm: fix calculation of dirtyable memorySonny Rao1-5/+20
2012-12-20compaction: fix build error in CMA && !COMPACTIONMinchan Kim1-6/+20
2012-12-20vfs: make lremovexattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make removexattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make llistxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make listxattr retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: make lgetxattr retry once on ESTALEJeff Layton1-2/+7
2012-12-20vfs: make getxattr retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: allow lsetxattr() to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow setxattr to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: allow utimensat() calls to retry once on an ESTALE errorJeff Layton1-1/+5
2012-12-20vfs: fix user_statfs to retry once on ESTALE errorsJeff Layton1-1/+8
2012-12-20vfs: make fchownat retry once on ESTALE errorsJeff Layton1-0/+5
2012-12-20vfs: make fchmodat retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: have chroot retry once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have chdir retry lookup and call once on ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have faccessat retry once on an ESTALE errorJeff Layton1-2/+7
2012-12-20vfs: have do_sys_truncate retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-20vfs: fix renameat to retry on ESTALE errorsJeff Layton1-3/+12
2012-12-20vfs: make do_unlinkat retry once on ESTALE errorsJeff Layton1-2/+8
2012-12-20vfs: make do_rmdir retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: add a flags argument to user_path_parentJeff Layton1-6/+10
2012-12-20vfs: fix linkat to retry once on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: fix symlinkat to retry on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: fix mkdirat to retry once on an ESTALE errorJeff Layton1-1/+7
2012-12-20vfs: fix mknodat to retry on ESTALE errorsJeff Layton1-2/+7
2012-12-20vfs: turn is_dir argument to kern_path_create into a lookup_flags argJeff Layton4-9/+20
2012-12-20vfs: fix readlinkat to retry on ESTALEJeff Layton1-1/+7
2012-12-20vfs: make fstatat retry on ESTALE errors from getattr callJeff Layton1-2/+6
2012-12-20vfs: add a retry_estale helper function to handle retries on ESTALEJeff Layton1-0/+16
2012-12-20Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Al Viro302-3460/+4827
2012-12-20vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown1-1/+1
2012-12-20vfs: Remove useless function prototypesAlessio Igor Bogani1-4/+0
2012-12-20documentation: drop vmtruncateMarco Stornelli3-18/+1
2012-12-20mm: drop vmtruncateMarco Stornelli2-24/+0
2012-12-20vfs: drop vmtruncateMarco Stornelli2-3/+0
2012-12-20ntfs: drop vmtruncateMarco Stornelli3-5/+23
2012-12-20nilfs2: drop vmtruncateMarco Stornelli4-11/+18
2012-12-20ncpfs: drop vmtruncateMarco Stornelli1-3/+1
2012-12-20minix: drop vmtruncateMarco Stornelli2-7/+16
2012-12-20logfs: drop vmtruncateMarco Stornelli1-2/+8
2012-12-20hfsplus: drop vmtruncateMarco Stornelli1-11/+16
2012-12-20jfs: drop vmtruncateMarco Stornelli2-8/+18
2012-12-20hpfs: drop vmtruncateMarco Stornelli3-8/+18
2012-12-20FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells3-5/+20
2012-12-20FS-Cache: Mark cancellation of in-progress operationDavid Howells4-11/+12
2012-12-20FS-Cache: One of the write operation paths doesn't set the object stateDavid Howells1-2/+20
2012-12-20FS-Cache: Fix signal handling during waitsDavid Howells1-1/+1
2012-12-20NFS4: Open files for fscachingDavid Howells2-0/+3
2012-12-20FS-Cache: Add transition to handle invalidate immediately after lookup David Howells1-0/+3
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-4/+13
2012-12-20ARM: OMAP2+: Trivial fix for IOMMU merge issueTony Lindgren1-2/+2
2012-12-20NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells4-8/+21
2012-12-20FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells3-9/+28
2012-12-20FS-Cache: Limit the number of I/O error reports for a cacheDavid Howells1-4/+4
2012-12-20FS-Cache: Don't mask off the object event mask when printing itDavid Howells2-3/+2
2012-12-20FS-Cache: Initialise the object event mask with the calculated maskDavid Howells1-1/+2
2012-12-20FS-Cache: Convert the object event ID #defines into an enumDavid Howells1-9/+17
2012-12-20CacheFiles: Add missing retrieval completionsDavid Howells2-4/+12
2012-12-20NFS: Use FS-Cache invalidationDavid Howells3-6/+37
2012-12-20CacheFiles: Implement invalidationDavid Howells2-1/+53
2012-12-20VFS: Make more complete truncate operation available to CacheFilesDavid Howells2-23/+28
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds32-1067/+1911
2012-12-20FS-Cache: Provide proper invalidationDavid Howells11-18/+345
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds17-606/+1192
2012-12-20FS-Cache: Fix operation state management and accountingDavid Howells7-50/+164
2012-12-20FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells3-6/+23
2012-12-20CacheFiles: Make some debugging statements conditionalDavid Howells1-7/+7
2012-12-20FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells1-0/+8
2012-12-20CacheFiles: Downgrade the requirements passed to the allocatorDavid Howells6-15/+19
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-8/+6
2012-12-20Merge tag 'for-3.8-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds29-0/+13488
2012-12-20CacheFiles: Fix the marking of cached pagesDavid Howells4-52/+56
2012-12-20lib: atomic64: Initialize locks statically to fix early usersStephen Boyd1-12/+5
2012-12-20hfs: drop vmtruncateMarco Stornelli1-8/+18
2012-12-20bfs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20affs: drop vmtruncateMarco Stornelli2-7/+16
2012-12-20adfs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20ocfs2: drop vmtruncateMarco Stornelli1-18/+0
2012-12-20omfs: drop vmtruncateMarco Stornelli1-7/+15
2012-12-20procfs: drop vmtruncateMarco Stornelli3-22/+1
2012-12-20reiserfs: drop vmtruncateMarco Stornelli3-6/+13
2012-12-20sysv: drop vmtruncateMarco Stornelli2-7/+15
2012-12-20ufs: drop vmtruncateMarco Stornelli1-5/+10
2012-12-20fs: Fix imbalance in freeze protection in mark_files_ro()Jan Kara1-1/+1
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton4-65/+3
2012-12-20path_init(): make -ENOTDIR failure exits consistentAl Viro1-2/+2
2012-12-20vfs: remove unneeded permission check from path_initJeff Layton1-6/+1
2012-12-20vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flagsMiao Xie1-1/+1
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds27-272/+477
2012-12-20intel-iommu: Free old page tables before creating superpageWoodhouse, David1-2/+9
2012-12-20ARM: OMAP2+: Fix compillation error in mach-omap2/timer.cPeter Ujfalusi1-1/+1
2012-12-20Merge branch 'v3.8-samsung-fixes-audio' of git://git.kernel.org/pub/scm/linux...Olof Johansson9-169/+182
2012-12-20Merge branch 'v3.8-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson11-13/+21
2012-12-20ARM: sunxi: rename device tree source filesOlof Johansson4-0/+0
2012-12-20cifs: eliminate cifsERROR variableJeff Layton2-6/+1
2012-12-20cifs: don't compare uniqueids in cifs_prime_dcache unless server inode number...Jeff Layton1-4/+15
2012-12-20cifs: fix double-free of "string" in cifs_parse_mount_optionsJeff Layton1-7/+2
2012-12-20rbd: get rid of rbd_{get,put}_dev()Alex Elder1-12/+2
2012-12-20libceph: register request before unregister lingerAlex Elder1-1/+1
2012-12-20libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder1-1/+1
2012-12-20libceph: init event->node in ceph_osdc_create_event()Alex Elder1-0/+1
2012-12-20libceph: init osd->o_node in create_osd()Alex Elder1-0/+1
2012-12-20libceph: report connection fault with warningAlex Elder1-1/+1
2012-12-20ARM: OMAP: Fix build breakage due to missing include in i2c.cVaibhav Bedia1-0/+1
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-276/+412
2012-12-20Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds19-82/+371
2012-12-20Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds12-135/+98
2012-12-20Merge tags 'disintegrate-h8300-20121219', 'disintegrate-m32r-20121219' and 'd...Linus Torvalds112-1241/+1381
2012-12-20Merge tag 'cris-for-linus-3.8' of git://jni.nu/crisLinus Torvalds55-645/+689
2012-12-20Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds47-304/+308
2012-12-20Merge tag 'tag-for-linus-3.8' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds2-99/+2
2012-12-20Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-455/+689
2012-12-20ksm: make rmap walks more scalableHugh Dickins1-8/+8
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins1-1/+4
2012-12-20mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic1-6/+6
2012-12-20UAPI: Fix up empty files in arch/cris/David Howells3-0/+5
2012-12-20CRIS: locking: fix the return value of arch_read_trylock()Wei Yongjun1-1/+1
2012-12-20Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowe...Jesper Nilsson53-639/+682
2012-12-20CRIS: use kbuild.h instead of defining macros in asm-offset.cJames Hogan1-5/+1
2012-12-20UAPI: (Scripted) Disintegrate arch/score/include/asmDavid Howells35-80/+118
2012-12-20ARM: 7607/1: realview: fix private peripheral memory base for EB rev. B boardsWill Deacon1-1/+1
2012-12-20ARM: 7606/1: cache: flush to LoUU instead of LoUIS on uniprocessor CPUsWill Deacon1-2/+4